#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // <>f__AnonymousType1`3 struct U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0; // <>f__AnonymousType1`3f__AnonymousType2`2> struct U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7; // <>f__AnonymousType2`2 struct U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C; // <>f__AnonymousType2`2 struct U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B; // System.Collections.Generic.List`1 struct List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144; // System.Collections.Generic.List`1 struct List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 struct ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789; // System.Collections.Generic.Queue`1 struct Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated[] struct DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; // BestHTTP.SignalR.Hubs.Hub[] struct HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // UnityEngine.Mesh[] struct MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Globalization.TokenHashValue[] struct TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // BestHTTP.Decompression.Zlib.DeflateManager/Config[] struct ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator struct Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser struct Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerBitString struct BerBitString_t20540084149F4C4B394647464675ED8642229F5C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // ArduinoBluetoothAPI.BluetoothDevice struct BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100; // ArduinoBluetoothAPI.BluetoothHelper struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2; // BestHTTP.Decompression.Crc.CRC32 struct CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // UnityEngine.ComputeBuffer struct ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427; // BestHTTP.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // BestHTTP.Decompression.Zlib.DeflateManager struct DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142; // BestHTTP.Decompression.Zlib.DeflateStream struct DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // Demo struct Demo_t86E6F3922C809A3856EB33320D98702925079549; // BestHTTP.Examples.DemoHub struct DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4; // BestHTTP.Examples.DemoHubSample struct DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540; // UnityStandardAssets.ImageEffects.DepthOfField struct DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166; // UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated struct DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific struct DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString struct DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean struct DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated struct DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal struct DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternalParser struct DerExternalParser_tAF6897202125E17FE810A76845F62499160460AA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString struct DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator struct DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream struct DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA; // System.Exception struct Exception_t; // BestHTTP.SignalR.Messages.FailureMessage struct FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB; // BestHTTP.Examples.GUIMessageList struct GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F; // UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // BestHTTP.SignalR.Hubs.Hub struct Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible struct IAsn1Convertible_tC21B323538A0564951394A52B06279022D82A2BB; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // BestHTTP.SignalR.Authentication.IAuthenticationProvider struct IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // BestHTTP.SignalR.JsonEncoders.IJsonEncoder struct IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // BestHTTP.Decompression.Zlib.InflateManager struct InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // BestHTTP.SignalR.JsonEncoders.LitJsonEncoder struct LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // BestHTTP.SignalR.Messages.MethodCallMessage struct MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // BestHTTP.SignalR.Messages.MultiMessage struct MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4; // MyStreamManager struct MyStreamManager_t0FE26496961272E0B14F1CF7C87E01532EF22203; // BestHTTP.SignalR.NegotiationData struct NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A; // BestHTTP.SignalR.OnClosedDelegate struct OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA; // BestHTTP.SignalR.OnConnectedDelegate struct OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99; // BestHTTP.SignalR.OnErrorDelegate struct OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30; // BestHTTP.SignalR.Hubs.OnMethodCallCallbackDelegate struct OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11; // BestHTTP.SignalR.Hubs.OnMethodCallDelegate struct OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868; // BestHTTP.SignalR.Hubs.OnMethodFailedDelegate struct OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9; // BestHTTP.SignalR.Hubs.OnMethodProgressDelegate struct OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450; // BestHTTP.SignalR.Hubs.OnMethodResultDelegate struct OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92; // BestHTTP.SignalR.OnNonHubMessageDelegate struct OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4; // BestHTTP.SignalR.OnPrepareRequestDelegate struct OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6; // BestHTTP.SignalR.OnStateChanged struct OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24; // UnityStandardAssets.ImageEffects.PostEffectsBase struct PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E; // BestHTTP.SignalR.Messages.ProgressMessage struct ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849; // BestHTTP.SignalR.Messages.ResultMessage struct ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // BestHTTP.Decompression.Zlib.StaticTree struct StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // System.TimeZone struct TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // BestHTTP.SignalR.Transports.TransportBase struct TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC; // System.Type struct Type_t; // BestHTTP.Examples.TypedDemoHub struct TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // BestHTTP.Decompression.Zlib.ZTree struct ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF; // BestHTTP.Decompression.Zlib.ZlibBaseStream struct ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188; // BestHTTP.Decompression.Zlib.ZlibCodec struct ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1; // BestHTTP.Decompression.Zlib.ZlibException struct ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothCharacteristicEvent struct BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothDescriptorEvent struct BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents struct BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothLEDataEvent struct BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothScanEvents struct BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothServiceEvent struct BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc struct CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059; // BestHTTP.Decompression.Zlib.DeflateManager/Config struct Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // ArduinoBluetoothAPI.StreamManager/InvokeDataReceivedEvent struct InvokeDataReceivedEvent_tD530119CA7D95193DC631AE7E9CB26184F5A139B; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BerBitString_t20540084149F4C4B394647464675ED8642229F5C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MyStreamManager_t0FE26496961272E0B14F1CF7C87E01532EF22203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral05FC263DEDBF63BA3F19BD67B2BC8391F38B1733; IL2CPP_EXTERN_C String_t* _stringLiteral0634009C40AA73278D2AE9D9E24A7B0145DAE7C6; IL2CPP_EXTERN_C String_t* _stringLiteral09AD4D304027CBB650395F7B02090F503A2B1766; IL2CPP_EXTERN_C String_t* _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3; IL2CPP_EXTERN_C String_t* _stringLiteral0F6E1927DD05803E27E2D359432BAB7F1E9BB3D0; IL2CPP_EXTERN_C String_t* _stringLiteral10970F72C2D0D7F199946EF78672994F037BA021; IL2CPP_EXTERN_C String_t* _stringLiteral123EC10A00B006ADA382F26173A1D784145BAC19; IL2CPP_EXTERN_C String_t* _stringLiteral129DC705C5C156E19FBE41ADC184A565F8702DB7; IL2CPP_EXTERN_C String_t* _stringLiteral136F5DD9D3424399E17D74476846C9F56C7CC746; IL2CPP_EXTERN_C String_t* _stringLiteral13EBA018621013AF861C4F642FCD39254F859E0D; IL2CPP_EXTERN_C String_t* _stringLiteral1678FBEC015F4AA1321567EC8BB875B3AC9EFB67; IL2CPP_EXTERN_C String_t* _stringLiteral16A3AF183CD51253C988F1588179123BFB6DA083; IL2CPP_EXTERN_C String_t* _stringLiteral175632F3B533C97424F383A844D8885D5130F6DC; IL2CPP_EXTERN_C String_t* _stringLiteral197C3606EFAC04F6B78FFF4A8FFC8811D12F33E5; IL2CPP_EXTERN_C String_t* _stringLiteral1A9EDAA04698A2136E1F64AA52E757017829DF65; IL2CPP_EXTERN_C String_t* _stringLiteral1B8B714C3D8D2F060A073B1348EA730EA3D053CD; IL2CPP_EXTERN_C String_t* _stringLiteral1CBFAEC37CB6AC0F9329DFF538BEFB069622A4FC; IL2CPP_EXTERN_C String_t* _stringLiteral1E87C669AD2547808AC4E741B6F438B18A08808E; IL2CPP_EXTERN_C String_t* _stringLiteral22B9DDF6AACC2FEB1A66F1A6602A61803C0CAA48; IL2CPP_EXTERN_C String_t* _stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2B961E3C2F142910189F9A5395A47396CF375309; IL2CPP_EXTERN_C String_t* _stringLiteral30DCC048F90665F1B0A5D2C5445FA61A1F517D3D; IL2CPP_EXTERN_C String_t* _stringLiteral3301E1AE1BCA5C134551471AB287F2443E658618; IL2CPP_EXTERN_C String_t* _stringLiteral33B3A84FF54C600D8BE3E5EA0DCADED338B39495; IL2CPP_EXTERN_C String_t* _stringLiteral33BC1BFE4DBF01721A02D30E659F61F8B543303B; IL2CPP_EXTERN_C String_t* _stringLiteral36953606A0D40731F5146A0EBA6D51C8B5704309; IL2CPP_EXTERN_C String_t* _stringLiteral3773522CB3EDC04C5B5878C74DAC0C176215BE96; IL2CPP_EXTERN_C String_t* _stringLiteral37ED41C0F774F2E2A7BBC7FEAB93A84085A01530; IL2CPP_EXTERN_C String_t* _stringLiteral384060745E9A7C8DEFBA38F563C9245EA6D3EF3C; IL2CPP_EXTERN_C String_t* _stringLiteral3923B136B981C1E60CD884E9A68FCC12C55389B7; IL2CPP_EXTERN_C String_t* _stringLiteral3C273B92F4049C69E0B8F9F7803077CB52ABB0D3; IL2CPP_EXTERN_C String_t* _stringLiteral3E36C878E3F07794D916B0AF6AB2B72E5E5F15C2; IL2CPP_EXTERN_C String_t* _stringLiteral3EE9940D2EB21F88F712D430CEFC547DA9E03742; IL2CPP_EXTERN_C String_t* _stringLiteral413784A08867750F23D33FCBD766B9607A120943; IL2CPP_EXTERN_C String_t* _stringLiteral413F3118FE6B9755B68D8A0809C82BBD331A731B; IL2CPP_EXTERN_C String_t* _stringLiteral4235C658261153B8974F7FB7E232002AE24EF38E; IL2CPP_EXTERN_C String_t* _stringLiteral42D61AB2D39FC5CF477BA94685BDE5E37D2AF0EB; IL2CPP_EXTERN_C String_t* _stringLiteral43FFA0A6A0483C81F7C63444CE5049B51EFDB027; IL2CPP_EXTERN_C String_t* _stringLiteral46BD273D624ECB1BB8ECE4038A8032857886D012; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral482ED093E46F7DA449A2F28A73CE48672055D68D; IL2CPP_EXTERN_C String_t* _stringLiteral4B6FD0A32D53F57DE014268F5C910E4AB958E39A; IL2CPP_EXTERN_C String_t* _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21; IL2CPP_EXTERN_C String_t* _stringLiteral4DE4583466E161AC08D14AD37D8B70B8580B3627; IL2CPP_EXTERN_C String_t* _stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E; IL2CPP_EXTERN_C String_t* _stringLiteral5225B718762EFEB533097DC276FE9C56F7674EA2; IL2CPP_EXTERN_C String_t* _stringLiteral528FD17A376B814C9AC93A81B3E279592A4F55A2; IL2CPP_EXTERN_C String_t* _stringLiteral540BFF2B585F6DE7F5AA022B07C05975323EFD0E; IL2CPP_EXTERN_C String_t* _stringLiteral5489B79E0849955D0BDD5FA7ACE4524FB2151598; IL2CPP_EXTERN_C String_t* _stringLiteral554385F53F40A9846F406879764D6237DEAF980B; IL2CPP_EXTERN_C String_t* _stringLiteral57A56DFFB91208310BA42E9A02DE441CC18EE2FB; IL2CPP_EXTERN_C String_t* _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC; IL2CPP_EXTERN_C String_t* _stringLiteral5882879161B7C9D56B5A1120EF8EF366916857FF; IL2CPP_EXTERN_C String_t* _stringLiteral5D40E563CD83A04EBDBEB2548B0DB7F0691D2237; IL2CPP_EXTERN_C String_t* _stringLiteral5D57A89B9684097C0A02D286D7DA92E3C900F766; IL2CPP_EXTERN_C String_t* _stringLiteral5E5705601BB88E7DD83ED7259B470BFDF83F2095; IL2CPP_EXTERN_C String_t* _stringLiteral6124FC5476DE1BA44C6586080ABDD87C285C5107; IL2CPP_EXTERN_C String_t* _stringLiteral64990EDD2C87DB9746BEC2C8EA26EC5FAE2F1501; IL2CPP_EXTERN_C String_t* _stringLiteral64E3D9E6F0F241F29703FDF9B06A60AF9DCF3F23; IL2CPP_EXTERN_C String_t* _stringLiteral661F5A48D8E4456AB4A0DDF5C1AC6662771BD8E8; IL2CPP_EXTERN_C String_t* _stringLiteral66EE7D62867B33BE494CF2E341E881FC2EDBACF6; IL2CPP_EXTERN_C String_t* _stringLiteral6808B1377B62E2E4C7D63E9F81D0F369DF183E19; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710; IL2CPP_EXTERN_C String_t* _stringLiteral6D48831C246FC7591DF3382C2DBB33BDB539E890; IL2CPP_EXTERN_C String_t* _stringLiteral6E084A80E4777B1AC62A9BBBAA79A77C04934D2B; IL2CPP_EXTERN_C String_t* _stringLiteral6E1D320598EEA2FA08C01CAA1B2972F77C21E2D6; IL2CPP_EXTERN_C String_t* _stringLiteral6ED00DC32D26D64245CD86F48BE5FFAF6E36B31E; IL2CPP_EXTERN_C String_t* _stringLiteral6F45AE1F6DDDD4F0B29149B9126317C62C36E5A5; IL2CPP_EXTERN_C String_t* _stringLiteral6FD638E07F569EE028E6817D4F3E6B14334B44C2; IL2CPP_EXTERN_C String_t* _stringLiteral7027248565A1DD1EC12D42579E36DF4F963E07D2; IL2CPP_EXTERN_C String_t* _stringLiteral7035EC413F7D45F09D40EE45F3FF4319284C994A; IL2CPP_EXTERN_C String_t* _stringLiteral70549B04203CDBBC9F231B74BD8C82FD9F025FA5; IL2CPP_EXTERN_C String_t* _stringLiteral72EAC42DB340CA71916706599D825A3FE7BFFD34; IL2CPP_EXTERN_C String_t* _stringLiteral76A08F95C4B9697D75ECB44A5A5A968632FE0BA4; IL2CPP_EXTERN_C String_t* _stringLiteral778429AB041BBEB07E5F6A56F764916D213114B9; IL2CPP_EXTERN_C String_t* _stringLiteral796754270F9B2AB25ACA5093B84CF8EAF55BA1AE; IL2CPP_EXTERN_C String_t* _stringLiteral7B1554B36ACB14BA6ED55118B2669805ACBE2835; IL2CPP_EXTERN_C String_t* _stringLiteral7C0B8C0E1B5B4C11DE01A5EB539864B677585C5A; IL2CPP_EXTERN_C String_t* _stringLiteral8275C0F71865B13AD4F2805C6F02B566D924340F; IL2CPP_EXTERN_C String_t* _stringLiteral83172113C0A6DC6FE78BD4B38453008B249D3BED; IL2CPP_EXTERN_C String_t* _stringLiteral83D9223CF1471861160C17B116DBE7AC2664AC9E; IL2CPP_EXTERN_C String_t* _stringLiteral85EEDC388345ABEC590C94FA313E53981231610F; IL2CPP_EXTERN_C String_t* _stringLiteral8611EF5A0C5591E334B1A7C6ADAE2D5E4417747A; IL2CPP_EXTERN_C String_t* _stringLiteral870202FA3513564EA438A5FCC61C8F0990ED0C67; IL2CPP_EXTERN_C String_t* _stringLiteral873E1BE4AD57C4CD1498AD5F3CEEE76467187124; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral87A82C68D0F9886C428DE9E07B5524F3E6A08970; IL2CPP_EXTERN_C String_t* _stringLiteral8E1C7338876A396A995DBB7E07F4562BC4603D37; IL2CPP_EXTERN_C String_t* _stringLiteral92031F8EF715F2F78DC436DB7F9E74E86B7E3A63; IL2CPP_EXTERN_C String_t* _stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735; IL2CPP_EXTERN_C String_t* _stringLiteral9382A96CD5EE97182BD1B1CB518606C0CB0A20D4; IL2CPP_EXTERN_C String_t* _stringLiteral94990B87A54C9598577DFAEBD272852BC786FDD9; IL2CPP_EXTERN_C String_t* _stringLiteral960E5E7F211EFF3243DF14EDD1901DC9EF314D62; IL2CPP_EXTERN_C String_t* _stringLiteral973E8C99177B1B2FFC54787C4B997D6932C3EFC2; IL2CPP_EXTERN_C String_t* _stringLiteral99C3CA9EFAAD8218587238941F53583F341D865A; IL2CPP_EXTERN_C String_t* _stringLiteral9A538D87C765D16B9229A517D7D588C30AF3D5AE; IL2CPP_EXTERN_C String_t* _stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A; IL2CPP_EXTERN_C String_t* _stringLiteral9BA83B8B20DA38793501400E37199016A57A4B63; IL2CPP_EXTERN_C String_t* _stringLiteral9DFFC3267C5F999585E61B45BA9C8DF18D4B02CA; IL2CPP_EXTERN_C String_t* _stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA; IL2CPP_EXTERN_C String_t* _stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469; IL2CPP_EXTERN_C String_t* _stringLiteralA539038315AABE91ABF55F3F1AEE619EEBFC183A; IL2CPP_EXTERN_C String_t* _stringLiteralA541627E44F69CBC3AEDEE28BE998B39F96432DB; IL2CPP_EXTERN_C String_t* _stringLiteralA5D0863619476F0D9BEBFB0E04B69B8E1A663D83; IL2CPP_EXTERN_C String_t* _stringLiteralABAAF361F7E832FCBB73397702697E0537756E40; IL2CPP_EXTERN_C String_t* _stringLiteralAD3CEFAC800F1DF18CDB07DCFC14050F47E5E974; IL2CPP_EXTERN_C String_t* _stringLiteralAD4C10B3E565E62E85AA3B2CE577ADFE2C73E767; IL2CPP_EXTERN_C String_t* _stringLiteralB0AA3BFD76E32D96FA8DDC6B540CEE77161A553C; IL2CPP_EXTERN_C String_t* _stringLiteralB100EC26CFFA8539D2DB075429946BC6CDDEBE86; IL2CPP_EXTERN_C String_t* _stringLiteralB2F5E43AE5BCE860EA9E569C97183101099BEAD3; IL2CPP_EXTERN_C String_t* _stringLiteralB5DC91E79D9AC08549FFBED9FBBF98CEC8E2CE1A; IL2CPP_EXTERN_C String_t* _stringLiteralB6E4583683A19BA1CBC201CAD5FFABF027A5B94A; IL2CPP_EXTERN_C String_t* _stringLiteralB8D6FA095ADE922B0231B4B1167D1FDFACA27CD0; IL2CPP_EXTERN_C String_t* _stringLiteralB8E9BB1ED5D2A79EBA8E9348D65B785814976F6D; IL2CPP_EXTERN_C String_t* _stringLiteralB8EC7553DDF2E276C363543AA3288E6BFD614E22; IL2CPP_EXTERN_C String_t* _stringLiteralB95EB0E1DD7D4A9F8807BED594AAFB263A45E992; IL2CPP_EXTERN_C String_t* _stringLiteralBA13E94A9622A915BC4FA158B9CCA3F19826FAD3; IL2CPP_EXTERN_C String_t* _stringLiteralBA18535F67B020EA3DDA36339AEB05C711E4EC62; IL2CPP_EXTERN_C String_t* _stringLiteralBA3098465C16E6CBA81378C59E93DD1E4FDD0775; IL2CPP_EXTERN_C String_t* _stringLiteralBAC1D237A3AA7CEB12D847D51D00F92C3B172148; IL2CPP_EXTERN_C String_t* _stringLiteralBC9A54DB61539D95B06AD135584A19F1C3A21E80; IL2CPP_EXTERN_C String_t* _stringLiteralC038CC613E3D85EE1E3C6091B2EF98DDF9F504B3; IL2CPP_EXTERN_C String_t* _stringLiteralC05C21B3310225BBB7EB4356FBEB53C390D20968; IL2CPP_EXTERN_C String_t* _stringLiteralC18B0E3B1D90D7D17A74591E0F7B549F5779104F; IL2CPP_EXTERN_C String_t* _stringLiteralC4A7C91D5EB9CC7BE553909E2E68A7CB69992AC1; IL2CPP_EXTERN_C String_t* _stringLiteralC5E5F7A8FDFF04C13DDCC228D5DA615FE641EFFE; IL2CPP_EXTERN_C String_t* _stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralCE9C886BD11E2ECC0A8CCF663182752D50E28834; IL2CPP_EXTERN_C String_t* _stringLiteralD0D779A099B57AD7E0E0D199BCD1EB141D06BC46; IL2CPP_EXTERN_C String_t* _stringLiteralD0F8C6107D677F44EE56BB24802B3367A3EFA897; IL2CPP_EXTERN_C String_t* _stringLiteralD136783B82DC188C2388E1A6C08472E5D6110C2C; IL2CPP_EXTERN_C String_t* _stringLiteralD2421074D015FA6102149AD0BDAE12D42B9C55E2; IL2CPP_EXTERN_C String_t* _stringLiteralD284626088E9252E534320AD6F78D4D854C7BBE6; IL2CPP_EXTERN_C String_t* _stringLiteralD3DEC6A6A3177F7D2965AAB68291E77977CF1E3E; IL2CPP_EXTERN_C String_t* _stringLiteralD71A2259069E9181C0F87538BA4A2706C1C4DEC8; IL2CPP_EXTERN_C String_t* _stringLiteralD94DFA59855436FE4E964729609DFFE5BDFF64A0; IL2CPP_EXTERN_C String_t* _stringLiteralD982DD4496EE1EAEEDD5B4DA7B2EB057EEC66E1D; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDA88A2D964F57B37C63183F5236085B715F076B8; IL2CPP_EXTERN_C String_t* _stringLiteralDD241B9E3FC2363B60A3A144D5F14673C3D03853; IL2CPP_EXTERN_C String_t* _stringLiteralDDE9E4003CC86BB2A6BA38C4673B83E9BEA47B1D; IL2CPP_EXTERN_C String_t* _stringLiteralE3A374DF871B3676BA87DB277425CD75E5DEB0CA; IL2CPP_EXTERN_C String_t* _stringLiteralE408B78E67B3BB09A42AEBC700C360C8EFBE3186; IL2CPP_EXTERN_C String_t* _stringLiteralE439BDC0AD8E48AD88DA149F97789BE7830B45B3; IL2CPP_EXTERN_C String_t* _stringLiteralE57806010BBF106CA26DAF585ECA063B5F138FBA; IL2CPP_EXTERN_C String_t* _stringLiteralE5B365D37DB76883D2C7C3480BFFEC67C1A22F08; IL2CPP_EXTERN_C String_t* _stringLiteralE70104D82091DB49D9519330472492177C05ECB5; IL2CPP_EXTERN_C String_t* _stringLiteralE9E990CAF31A7493634D5D46EC2EF130D84A0F84; IL2CPP_EXTERN_C String_t* _stringLiteralEAC0AA00A9AACB8CFE301C7E4B9B09FF7EB938E8; IL2CPP_EXTERN_C String_t* _stringLiteralEB4C2C551A889112C121523FD58AFAD11566C6E0; IL2CPP_EXTERN_C String_t* _stringLiteralEB613815E50F2F942A6019FE2795194B43707A8F; IL2CPP_EXTERN_C String_t* _stringLiteralEBCD9C7A8780770D2101C7ABEC0B808C86865D10; IL2CPP_EXTERN_C String_t* _stringLiteralEF050796EF2DD4C18D970B062B6AB5ED633A9B8A; IL2CPP_EXTERN_C String_t* _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277; IL2CPP_EXTERN_C String_t* _stringLiteralF1CFEDC2CE72B7A3620A26D6C0CBB7E8E503D9C1; IL2CPP_EXTERN_C String_t* _stringLiteralF546D64A14FD65E43FC9627BF00750EB221B9113; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralFA2D6743666999DD62BADDE7D2A768DBA1CD81F0; IL2CPP_EXTERN_C String_t* _stringLiteralFAE042C2518CB7B39C78A28A7917510AC6F77AA5; IL2CPP_EXTERN_C String_t* _stringLiteralFF3FB46F81F865395F823E06E5B1902A41C19965; IL2CPP_EXTERN_C String_t* _stringLiteralFF921369BDCB0BB01F3C926F3C8515AB70814D52; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateManager_DeflateFast_m278436CC95C08EFD24D425A60F06DF3E975F286D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateManager_DeflateNone_m9379B5D67182C6C3017EF15410D38D53FD46FC34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateManager_DeflateSlow_m2EA15C7A5843397A361247DFA02A2A04A8E99B71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateManager_Deflate_m6D3011DB7E7C5B96C47F54BF85B1F729838329DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateManager_Initialize_m9E2DCDC475197B51250E1C53A66FEFC92C55C557_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateManager_SetDictionary_m65A7F915B2A920D69E01CA418216733C1CED5E9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Flush_m22AC8F3D6B279AFE460E46AF05E6967051427ECD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Read_m29750AA856B14A0C046058EC9009F81D69FC683E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Seek_m33413CCB46689016CC24550ADC5C4D5775961ABD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Write_mE6574F9944DF9124EB66F2501B968920094A1E3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_get_CanRead_mDF235D0812F4FC00547BF1E6EBBB69F687B6431D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_get_CanWrite_mAE3AB7CAF7D6AAE80C220AD61370564A1DE40875_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_get_Length_mFF7928B6CF6318651D99B9B61A4EB9653D942096_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_set_BufferSize_mFC413A1E42AC0D03EBEB7C4D34B411A0DECC128F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_set_FlushMode_m780E97930453ED994CB63C1007650FAC8662A713_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_set_Position_mEBCBAD5BEDD23CD3A75AD95C24763D3968EA4C27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_set_Strategy_m554BD0842A2FE91CD97810E8B4C1BEABD8EFC68E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHubSample_U3COnGUIU3Eb__9_0_mB9A7AF34D551642484938F334321739D3EF93CB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHubSample_U3CStartU3Eb__7_0_mD4CEE18C88733CC0D52089FCCA9054EBEB84312D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHubSample_U3CStartU3Eb__7_1_m806EAB69679B14975FF9AA38320E6F1CB4973FD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_FromArbitraryCode_m3C90626D9693ADE3950992E22C2F0CDE806A4FAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_GroupAdded_m2CFDEBB6E446E502313EAB4A264EFEFFB523362A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_Invoke_m1D6A548A99DEA9C7A61991614D1546E4BD9CBDC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_OnDynamicTask_Done_mADA4942AD9EF5B15B5A5CB8C2BAE06CCBA3FA630_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_OnDynamicTask_Failed_m5C78148C40584C00405A1B9F73C6A004792557A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_OnIntOverload_Done_m0234CBA3E4A6C73FCCA0554FF485A2C570F8B424_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_OnLongRunningJob_Done_m8D15E67010387041F9477D628EFA98BD7D44F96D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_OnLongRunningJob_Progress_m01D9B4F0540D88EC54F8A2CE81902D155AC94607_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_OnVoidOverload_Done_m76DEB69DB21DC7F2AEE8C7A0867287A49356B937_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_Signal_m0E112DA6E7AED28678CA7FDB619603E1F5E67A5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_U3CComplexArrayU3Eb__35_0_m4B75963906339E2E29C432858FA89AFD150768C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_U3CComplexTypeU3Eb__34_0_m5AE0E53621EABE0814798D1721C387C4A999C4B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_U3CGenericTaskWithContinueWithU3Eb__42_0_m2592378877AC118F0AF317FB03398F52ECA71D56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_U3CGenericTaskWithExceptionU3Eb__30_0_mDE9A168B0620CB29CD3C195D8D4D11A08EDAD932_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_U3CGetValueU3Eb__28_0_m7EDB619F9AC87D93D83B26CFCB0AB9FD5581E8A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_U3CPassingDynamicComplexU3Eb__32_0_m47C6D246B14A0A2A8147BAB9241391364366C4E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_U3CPlainTaskU3Eb__41_0_m4CE73BE9A8DAC8C1E01AC7C586673C6B24F74A48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_U3CReadStateValueU3Eb__40_0_m26C7AE9D24579A453971FA460C6A308506299899_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_U3CSimpleArrayU3Eb__33_0_mAA9D8C332C8BEFB6E681E8674AECFFEAEDC69A72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_U3CSynchronousExceptionU3Eb__31_0_mE926CE73470F8F6D2E10BE2A8DB056DAA55247D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DemoHub_U3CTaskWithExceptionU3Eb__29_0_mDF1EDC8F9ECC47DD59224936CC5C88219CB302B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Demo_OnConnected_mF63B4CA91F32710B98CA164A1A0612FC19E5C5B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Demo_OnConnectionFailed_m28804B0890E8935765C46B39A6FDADA5680D33AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Demo_OnDataReceived_mEADBC2169F2456F0F79A99C42A40D0E81EBF4DA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Demo_OnScanEnded_mD7B433F45460B87A5F41641F1505D91856A63851_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerApplicationSpecific_GetLengthOfHeader_m6D3B7F7E2C7085C9A3B82F712FBCD64BDF307A77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerApplicationSpecific_GetObject_m6206B92A783E7AE546C77CBEB81F10CD3F57015D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerApplicationSpecific_ReplaceTagNumber_m479C429E13010ECD7A4CE352A5217296ED522A94_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerApplicationSpecific__ctor_m7A57F3BA47280B67A1280401F78F235EE70373CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerBitString_FromAsn1Octets_mE381162ED3DE5D5D005A3804F3F88214650A0325_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerBitString_GetInstance_mFBA6EA683F6F292F1A15D6E5BE37CFA85104C36A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerBitString_GetOctets_mC9541DF31B0D3F3334C90FCED4749F1F1DE9A91C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerBitString__ctor_m3873220573E98B131BF69FFBD42E0A63D738BE17_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerBmpString_GetInstance_mFB18AA1046E1F2AFFF75C553F01A6594B3D4DFB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerBmpString__ctor_m6D140F8209524825E577C88DB610F61F88DA53B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerBmpString__ctor_m87515190AD2CA3526B2DED0F3AEA862554BD3244_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerBoolean_FromOctetString_mCFFFAFE39F91605F1EBE58239EE9F40F255F66F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerBoolean_GetInstance_m7918E4CF94264F4476A2D804104DBB1EE8E2989E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerBoolean__ctor_m01ED04C2829D7E941D3B1B26E9CA214CA3028E06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerEnumerated_FromOctetString_m3349D50CF573876FEC5DDF6356918B01B5E60313_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerEnumerated_GetInstance_mF97F0C282F514FF2D8973BC65FDB4D3A771143BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerEnumerated__ctor_m97D809C226F5BF42477B4EEC2895C138FAED8EF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerExternal_GetObjFromVector_mE046578E6A365060EF39B0B35025D9BFC14455B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerExternal__ctor_mA87BBFC537DFDE1A2A842BA42729DD8CA50B530D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerExternal_set_Encoding_m21932167D1609D83CE18C37E0844813FC8963E33_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerGeneralString_GetInstance_m98F8B77B68B8A2F1EB3B7744AF9EC5A035F9F579_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerGeneralString__ctor_m9520AD36F691A0B3C7E1E775A11C4099180F2956_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerGeneralizedTime_GetInstance_m9837609B4EB83841629892E1A6DC754519274C8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DerGeneralizedTime__ctor_m6B8BE767283CEB3CA08F2C493814549DA8F912D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m012F321188703DCCB5C4F99C5A5AA2FA31A98144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Next_m56D0D9717BFCD2D550BD6DBC66047BD8838D3B8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Value_m2FC1BC5CDFF8280210FA4734E97A8481412A2594_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_First_m601EC84A1B1B4EC30ECCED89B1A02F8B09592964_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ef__AnonymousType1_3__ctor_mA7AEB89FD6F0C7298F3353847D93DA036EBBE3EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ef__AnonymousType2_2__ctor_m4C28DA861B3B8E09EEF108F46727D5B4BABEADFE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4_0_0_0_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D; struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; struct HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // <>f__AnonymousType1`3f__AnonymousType2`2> struct U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7 : public RuntimeObject { public: // j__TPar <>f__AnonymousType1`3::i__Field String_t* ___U3CNameU3Ei__Field_0; // j__TPar <>f__AnonymousType1`3::i__Field int32_t ___U3CAgeU3Ei__Field_1; //
j__TPar <>f__AnonymousType1`3::
i__Field U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203 * ___U3CAddressU3Ei__Field_2; public: inline static int32_t get_offset_of_U3CNameU3Ei__Field_0() { return static_cast(offsetof(U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7, ___U3CNameU3Ei__Field_0)); } inline String_t* get_U3CNameU3Ei__Field_0() const { return ___U3CNameU3Ei__Field_0; } inline String_t** get_address_of_U3CNameU3Ei__Field_0() { return &___U3CNameU3Ei__Field_0; } inline void set_U3CNameU3Ei__Field_0(String_t* value) { ___U3CNameU3Ei__Field_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ei__Field_0), (void*)value); } inline static int32_t get_offset_of_U3CAgeU3Ei__Field_1() { return static_cast(offsetof(U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7, ___U3CAgeU3Ei__Field_1)); } inline int32_t get_U3CAgeU3Ei__Field_1() const { return ___U3CAgeU3Ei__Field_1; } inline int32_t* get_address_of_U3CAgeU3Ei__Field_1() { return &___U3CAgeU3Ei__Field_1; } inline void set_U3CAgeU3Ei__Field_1(int32_t value) { ___U3CAgeU3Ei__Field_1 = value; } inline static int32_t get_offset_of_U3CAddressU3Ei__Field_2() { return static_cast(offsetof(U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7, ___U3CAddressU3Ei__Field_2)); } inline U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203 * get_U3CAddressU3Ei__Field_2() const { return ___U3CAddressU3Ei__Field_2; } inline U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203 ** get_address_of_U3CAddressU3Ei__Field_2() { return &___U3CAddressU3Ei__Field_2; } inline void set_U3CAddressU3Ei__Field_2(U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203 * value) { ___U3CAddressU3Ei__Field_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAddressU3Ei__Field_2), (void*)value); } }; // <>f__AnonymousType2`2 struct U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203 : public RuntimeObject { public: // j__TPar <>f__AnonymousType2`2::i__Field String_t* ___U3CStreetU3Ei__Field_0; // j__TPar <>f__AnonymousType2`2::i__Field String_t* ___U3CZipU3Ei__Field_1; public: inline static int32_t get_offset_of_U3CStreetU3Ei__Field_0() { return static_cast(offsetof(U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203, ___U3CStreetU3Ei__Field_0)); } inline String_t* get_U3CStreetU3Ei__Field_0() const { return ___U3CStreetU3Ei__Field_0; } inline String_t** get_address_of_U3CStreetU3Ei__Field_0() { return &___U3CStreetU3Ei__Field_0; } inline void set_U3CStreetU3Ei__Field_0(String_t* value) { ___U3CStreetU3Ei__Field_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStreetU3Ei__Field_0), (void*)value); } inline static int32_t get_offset_of_U3CZipU3Ei__Field_1() { return static_cast(offsetof(U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203, ___U3CZipU3Ei__Field_1)); } inline String_t* get_U3CZipU3Ei__Field_1() const { return ___U3CZipU3Ei__Field_1; } inline String_t** get_address_of_U3CZipU3Ei__Field_1() { return &___U3CZipU3Ei__Field_1; } inline void set_U3CZipU3Ei__Field_1(String_t* value) { ___U3CZipU3Ei__Field_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CZipU3Ei__Field_1), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* ___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_t0043475CBB02FD67894529F3CAA818080A2F7A17 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * ___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_t692011309BA94F599C6042A381FC9F8B3CB08399, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___entries_1)); } inline EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* 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_t692011309BA94F599C6042A381FC9F8B3CB08399, ___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_t692011309BA94F599C6042A381FC9F8B3CB08399, ___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_t692011309BA94F599C6042A381FC9F8B3CB08399, ___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_t692011309BA94F599C6042A381FC9F8B3CB08399, ___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_t692011309BA94F599C6042A381FC9F8B3CB08399, ___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_t692011309BA94F599C6042A381FC9F8B3CB08399, ___keys_7)); } inline KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * 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_t692011309BA94F599C6042A381FC9F8B3CB08399, ___values_8)); } inline ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * get_values_8() const { return ___values_8; } inline ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * 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_t692011309BA94F599C6042A381FC9F8B3CB08399, ____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.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields, ___Value_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::list LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::next LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * ___next_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::prev LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * ___prev_2; // T System.Collections.Generic.LinkedListNode`1::item BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * ___item_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A, ___list_0)); } inline LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * get_list_0() const { return ___list_0; } inline LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A, ___next_1)); } inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * get_next_1() const { return ___next_1; } inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } inline static int32_t get_offset_of_prev_2() { return static_cast(offsetof(LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A, ___prev_2)); } inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * get_prev_2() const { return ___prev_2; } inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A ** get_address_of_prev_2() { return &___prev_2; } inline void set_prev_2(LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * value) { ___prev_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___prev_2), (void*)value); } inline static int32_t get_offset_of_item_3() { return static_cast(offsetof(LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A, ___item_3)); } inline BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * get_item_3() const { return ___item_3; } inline BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 ** get_address_of_item_3() { return &___item_3; } inline void set_item_3(BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * value) { ___item_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_3), (void*)value); } }; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::list LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::next LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ___next_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::prev LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ___prev_2; // T System.Collections.Generic.LinkedListNode`1::item RuntimeObject * ___item_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F, ___list_0)); } inline LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * get_list_0() const { return ___list_0; } inline LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F, ___next_1)); } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * get_next_1() const { return ___next_1; } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } inline static int32_t get_offset_of_prev_2() { return static_cast(offsetof(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F, ___prev_2)); } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * get_prev_2() const { return ___prev_2; } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F ** get_address_of_prev_2() { return &___prev_2; } inline void set_prev_2(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * value) { ___prev_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___prev_2), (void*)value); } inline static int32_t get_offset_of_item_3() { return static_cast(offsetof(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F, ___item_3)); } inline RuntimeObject * get_item_3() const { return ___item_3; } inline RuntimeObject ** get_address_of_item_3() { return &___item_3; } inline void set_item_3(RuntimeObject * value) { ___item_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_3), (void*)value); } }; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * ___head_0; // System.Int32 System.Collections.Generic.LinkedList`1::count int32_t ___count_1; // System.Int32 System.Collections.Generic.LinkedList`1::version int32_t ___version_2; // System.Object System.Collections.Generic.LinkedList`1::_syncRoot RuntimeObject * ____syncRoot_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_4; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ___head_0)); } inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * get_head_0() const { return ___head_0; } inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ___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__syncRoot_3() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } inline static int32_t get_offset_of__siInfo_4() { return static_cast(offsetof(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7, ____siInfo_4)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_4() const { return ____siInfo_4; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_4() { return &____siInfo_4; } inline void set__siInfo_4(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_4), (void*)value); } }; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ___head_0; // System.Int32 System.Collections.Generic.LinkedList`1::count int32_t ___count_1; // System.Int32 System.Collections.Generic.LinkedList`1::version int32_t ___version_2; // System.Object System.Collections.Generic.LinkedList`1::_syncRoot RuntimeObject * ____syncRoot_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_4; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ___head_0)); } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * get_head_0() const { return ___head_0; } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ___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__syncRoot_3() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } inline static int32_t get_offset_of__siInfo_4() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ____siInfo_4)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_4() const { return ____siInfo_4; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_4() { return &____siInfo_4; } inline void set__siInfo_4(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_4), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::v RuntimeObject* ___v_0; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3, ___v_0)); } inline RuntimeObject* get_v_0() const { return ___v_0; } inline RuntimeObject** get_address_of_v_0() { return &___v_0; } inline void set_v_0(RuntimeObject* value) { ___v_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator struct Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 : public RuntimeObject { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::_out Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____out_0; public: inline static int32_t get_offset_of__out_0() { return static_cast(offsetof(Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2, ____out_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__out_0() const { return ____out_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__out_0() { return &____out_0; } inline void set__out_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____out_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____out_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser struct Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 : public RuntimeObject { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::_in Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____in_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::_limit int32_t ____limit_1; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::tmpBuffers ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___tmpBuffers_2; public: inline static int32_t get_offset_of__in_0() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ____in_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__in_0() const { return ____in_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__in_0() { return &____in_0; } inline void set__in_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____in_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____in_0), (void*)value); } inline static int32_t get_offset_of__limit_1() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ____limit_1)); } inline int32_t get__limit_1() const { return ____limit_1; } inline int32_t* get_address_of__limit_1() { return &____limit_1; } inline void set__limit_1(int32_t value) { ____limit_1 = value; } inline static int32_t get_offset_of_tmpBuffers_2() { return static_cast(offsetof(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73, ___tmpBuffers_2)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_tmpBuffers_2() const { return ___tmpBuffers_2; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_tmpBuffers_2() { return &___tmpBuffers_2; } inline void set_tmpBuffers_2(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___tmpBuffers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tmpBuffers_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::magnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___magnitude_30; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::sign int32_t ___sign_31; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBits int32_t ___nBits_32; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBitLength int32_t ___nBitLength_33; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::mQuote int32_t ___mQuote_34; public: inline static int32_t get_offset_of_magnitude_30() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___magnitude_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_magnitude_30() const { return ___magnitude_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_magnitude_30() { return &___magnitude_30; } inline void set_magnitude_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___magnitude_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnitude_30), (void*)value); } inline static int32_t get_offset_of_sign_31() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___sign_31)); } inline int32_t get_sign_31() const { return ___sign_31; } inline int32_t* get_address_of_sign_31() { return &___sign_31; } inline void set_sign_31(int32_t value) { ___sign_31 = value; } inline static int32_t get_offset_of_nBits_32() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBits_32)); } inline int32_t get_nBits_32() const { return ___nBits_32; } inline int32_t* get_address_of_nBits_32() { return &___nBits_32; } inline void set_nBits_32(int32_t value) { ___nBits_32 = value; } inline static int32_t get_offset_of_nBitLength_33() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBitLength_33)); } inline int32_t get_nBitLength_33() const { return ___nBitLength_33; } inline int32_t* get_address_of_nBitLength_33() { return &___nBitLength_33; } inline void set_nBitLength_33(int32_t value) { ___nBitLength_33 = value; } inline static int32_t get_offset_of_mQuote_34() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___mQuote_34)); } inline int32_t get_mQuote_34() const { return ___mQuote_34; } inline int32_t* get_address_of_mQuote_34() { return &___mQuote_34; } inline void set_mQuote_34(int32_t value) { ___mQuote_34 = value; } }; struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields { public: // System.Int32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeLists Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___primeLists_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeProducts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primeProducts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroMagnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ZeroMagnitude_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroEncoding ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZeroEncoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SMALL_CONSTANTS BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___SMALL_CONSTANTS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Zero BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Zero_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Two BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Two_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Three BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Three_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Ten BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Ten_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLengthTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengthTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2E_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8E_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10E_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16E_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::RandomSource SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___RandomSource_25; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ExpWindowThresholds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExpWindowThresholds_26; public: inline static int32_t get_offset_of_primeLists_0() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeLists_0)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_primeLists_0() const { return ___primeLists_0; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_primeLists_0() { return &___primeLists_0; } inline void set_primeLists_0(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___primeLists_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeLists_0), (void*)value); } inline static int32_t get_offset_of_primeProducts_1() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeProducts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primeProducts_1() const { return ___primeProducts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primeProducts_1() { return &___primeProducts_1; } inline void set_primeProducts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primeProducts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeProducts_1), (void*)value); } inline static int32_t get_offset_of_ZeroMagnitude_4() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroMagnitude_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ZeroMagnitude_4() const { return ___ZeroMagnitude_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ZeroMagnitude_4() { return &___ZeroMagnitude_4; } inline void set_ZeroMagnitude_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ZeroMagnitude_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroMagnitude_4), (void*)value); } inline static int32_t get_offset_of_ZeroEncoding_5() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroEncoding_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZeroEncoding_5() const { return ___ZeroEncoding_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZeroEncoding_5() { return &___ZeroEncoding_5; } inline void set_ZeroEncoding_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZeroEncoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroEncoding_5), (void*)value); } inline static int32_t get_offset_of_SMALL_CONSTANTS_6() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___SMALL_CONSTANTS_6)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_SMALL_CONSTANTS_6() const { return ___SMALL_CONSTANTS_6; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_SMALL_CONSTANTS_6() { return &___SMALL_CONSTANTS_6; } inline void set_SMALL_CONSTANTS_6(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___SMALL_CONSTANTS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SMALL_CONSTANTS_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Zero_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Zero_7() const { return ___Zero_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Zero_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_7), (void*)value); } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___One_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_8() const { return ___One_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_8() { return &___One_8; } inline void set_One_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_8), (void*)value); } inline static int32_t get_offset_of_Two_9() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Two_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Two_9() const { return ___Two_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Two_9() { return &___Two_9; } inline void set_Two_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Two_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Two_9), (void*)value); } inline static int32_t get_offset_of_Three_10() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Three_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Three_10() const { return ___Three_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Three_10() { return &___Three_10; } inline void set_Three_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Three_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Three_10), (void*)value); } inline static int32_t get_offset_of_Ten_11() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Ten_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Ten_11() const { return ___Ten_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Ten_11() { return &___Ten_11; } inline void set_Ten_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Ten_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ten_11), (void*)value); } inline static int32_t get_offset_of_BitLengthTable_12() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___BitLengthTable_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengthTable_12() const { return ___BitLengthTable_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengthTable_12() { return &___BitLengthTable_12; } inline void set_BitLengthTable_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengthTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengthTable_12), (void*)value); } inline static int32_t get_offset_of_radix2_17() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2_17() const { return ___radix2_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2_17() { return &___radix2_17; } inline void set_radix2_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2_17), (void*)value); } inline static int32_t get_offset_of_radix2E_18() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2E_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2E_18() const { return ___radix2E_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2E_18() { return &___radix2E_18; } inline void set_radix2E_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2E_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2E_18), (void*)value); } inline static int32_t get_offset_of_radix8_19() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8_19)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8_19() const { return ___radix8_19; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8_19() { return &___radix8_19; } inline void set_radix8_19(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8_19), (void*)value); } inline static int32_t get_offset_of_radix8E_20() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8E_20)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8E_20() const { return ___radix8E_20; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8E_20() { return &___radix8E_20; } inline void set_radix8E_20(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8E_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8E_20), (void*)value); } inline static int32_t get_offset_of_radix10_21() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10_21)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10_21() const { return ___radix10_21; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10_21() { return &___radix10_21; } inline void set_radix10_21(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10_21), (void*)value); } inline static int32_t get_offset_of_radix10E_22() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10E_22)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10E_22() const { return ___radix10E_22; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10E_22() { return &___radix10E_22; } inline void set_radix10E_22(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10E_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10E_22), (void*)value); } inline static int32_t get_offset_of_radix16_23() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16_23)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16_23() const { return ___radix16_23; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16_23() { return &___radix16_23; } inline void set_radix16_23(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16_23), (void*)value); } inline static int32_t get_offset_of_radix16E_24() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16E_24)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16E_24() const { return ___radix16E_24; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16E_24() { return &___radix16E_24; } inline void set_radix16E_24(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16E_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16E_24), (void*)value); } inline static int32_t get_offset_of_RandomSource_25() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___RandomSource_25)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_RandomSource_25() const { return ___RandomSource_25; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_RandomSource_25() { return &___RandomSource_25; } inline void set_RandomSource_25(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___RandomSource_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RandomSource_25), (void*)value); } inline static int32_t get_offset_of_ExpWindowThresholds_26() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ExpWindowThresholds_26)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExpWindowThresholds_26() const { return ___ExpWindowThresholds_26; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExpWindowThresholds_26() { return &___ExpWindowThresholds_26; } inline void set_ExpWindowThresholds_26(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExpWindowThresholds_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpWindowThresholds_26), (void*)value); } }; // ArduinoBluetoothAPI.BluetoothDevice struct BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 : public RuntimeObject { public: // System.String ArduinoBluetoothAPI.BluetoothDevice::k__BackingField String_t* ___U3CDeviceNameU3Ek__BackingField_0; // System.String ArduinoBluetoothAPI.BluetoothDevice::k__BackingField String_t* ___U3CDeviceAddressU3Ek__BackingField_1; // System.Int32 ArduinoBluetoothAPI.BluetoothDevice::k__BackingField int32_t ___U3CRssiU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CDeviceNameU3Ek__BackingField_0() { return static_cast(offsetof(BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100, ___U3CDeviceNameU3Ek__BackingField_0)); } inline String_t* get_U3CDeviceNameU3Ek__BackingField_0() const { return ___U3CDeviceNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CDeviceNameU3Ek__BackingField_0() { return &___U3CDeviceNameU3Ek__BackingField_0; } inline void set_U3CDeviceNameU3Ek__BackingField_0(String_t* value) { ___U3CDeviceNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDeviceNameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CDeviceAddressU3Ek__BackingField_1() { return static_cast(offsetof(BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100, ___U3CDeviceAddressU3Ek__BackingField_1)); } inline String_t* get_U3CDeviceAddressU3Ek__BackingField_1() const { return ___U3CDeviceAddressU3Ek__BackingField_1; } inline String_t** get_address_of_U3CDeviceAddressU3Ek__BackingField_1() { return &___U3CDeviceAddressU3Ek__BackingField_1; } inline void set_U3CDeviceAddressU3Ek__BackingField_1(String_t* value) { ___U3CDeviceAddressU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDeviceAddressU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CRssiU3Ek__BackingField_2() { return static_cast(offsetof(BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100, ___U3CRssiU3Ek__BackingField_2)); } inline int32_t get_U3CRssiU3Ek__BackingField_2() const { return ___U3CRssiU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CRssiU3Ek__BackingField_2() { return &___U3CRssiU3Ek__BackingField_2; } inline void set_U3CRssiU3Ek__BackingField_2(int32_t value) { ___U3CRssiU3Ek__BackingField_2 = value; } }; // ArduinoBluetoothAPI.BluetoothHelper struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 : public RuntimeObject { public: // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents ArduinoBluetoothAPI.BluetoothHelper::OnConnected BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___OnConnected_8; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents ArduinoBluetoothAPI.BluetoothHelper::OnConnectionFailed BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___OnConnectionFailed_9; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents ArduinoBluetoothAPI.BluetoothHelper::OnDataReceived BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___OnDataReceived_10; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothServiceEvent ArduinoBluetoothAPI.BluetoothHelper::OnServiceNotFound BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA * ___OnServiceNotFound_11; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothCharacteristicEvent ArduinoBluetoothAPI.BluetoothHelper::OnCharacteristicNotFound BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A * ___OnCharacteristicNotFound_12; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothDescriptorEvent ArduinoBluetoothAPI.BluetoothHelper::OnDescriptorNotFound BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4 * ___OnDescriptorNotFound_13; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothScanEvents ArduinoBluetoothAPI.BluetoothHelper::OnScanEnded BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * ___OnScanEnded_14; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothLEDataEvent ArduinoBluetoothAPI.BluetoothHelper::OnCharacteristicChanged BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * ___OnCharacteristicChanged_15; // System.Collections.Generic.Queue`1 ArduinoBluetoothAPI.BluetoothHelper::ReceivedData Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * ___ReceivedData_16; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::ble bool ___ble_18; // UnityEngine.GameObject ArduinoBluetoothAPI.BluetoothHelper::syncronizerObj GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___syncronizerObj_19; // System.String ArduinoBluetoothAPI.BluetoothHelper::str String_t* ___str_20; public: inline static int32_t get_offset_of_OnConnected_8() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnConnected_8)); } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * get_OnConnected_8() const { return ___OnConnected_8; } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 ** get_address_of_OnConnected_8() { return &___OnConnected_8; } inline void set_OnConnected_8(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * value) { ___OnConnected_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_8), (void*)value); } inline static int32_t get_offset_of_OnConnectionFailed_9() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnConnectionFailed_9)); } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * get_OnConnectionFailed_9() const { return ___OnConnectionFailed_9; } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 ** get_address_of_OnConnectionFailed_9() { return &___OnConnectionFailed_9; } inline void set_OnConnectionFailed_9(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * value) { ___OnConnectionFailed_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnectionFailed_9), (void*)value); } inline static int32_t get_offset_of_OnDataReceived_10() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnDataReceived_10)); } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * get_OnDataReceived_10() const { return ___OnDataReceived_10; } inline BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 ** get_address_of_OnDataReceived_10() { return &___OnDataReceived_10; } inline void set_OnDataReceived_10(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * value) { ___OnDataReceived_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnDataReceived_10), (void*)value); } inline static int32_t get_offset_of_OnServiceNotFound_11() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnServiceNotFound_11)); } inline BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA * get_OnServiceNotFound_11() const { return ___OnServiceNotFound_11; } inline BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA ** get_address_of_OnServiceNotFound_11() { return &___OnServiceNotFound_11; } inline void set_OnServiceNotFound_11(BluetoothServiceEvent_t10380261CF18564DD4DE13E93B0D61C6CF5989FA * value) { ___OnServiceNotFound_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnServiceNotFound_11), (void*)value); } inline static int32_t get_offset_of_OnCharacteristicNotFound_12() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnCharacteristicNotFound_12)); } inline BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A * get_OnCharacteristicNotFound_12() const { return ___OnCharacteristicNotFound_12; } inline BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A ** get_address_of_OnCharacteristicNotFound_12() { return &___OnCharacteristicNotFound_12; } inline void set_OnCharacteristicNotFound_12(BluetoothCharacteristicEvent_tA803FAB6FC2D19DAD97EE3E01CD8D003DD25A03A * value) { ___OnCharacteristicNotFound_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnCharacteristicNotFound_12), (void*)value); } inline static int32_t get_offset_of_OnDescriptorNotFound_13() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnDescriptorNotFound_13)); } inline BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4 * get_OnDescriptorNotFound_13() const { return ___OnDescriptorNotFound_13; } inline BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4 ** get_address_of_OnDescriptorNotFound_13() { return &___OnDescriptorNotFound_13; } inline void set_OnDescriptorNotFound_13(BluetoothDescriptorEvent_tE32E38A0724D0414191DC1A2FA4E28C6410167E4 * value) { ___OnDescriptorNotFound_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnDescriptorNotFound_13), (void*)value); } inline static int32_t get_offset_of_OnScanEnded_14() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnScanEnded_14)); } inline BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * get_OnScanEnded_14() const { return ___OnScanEnded_14; } inline BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B ** get_address_of_OnScanEnded_14() { return &___OnScanEnded_14; } inline void set_OnScanEnded_14(BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * value) { ___OnScanEnded_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnScanEnded_14), (void*)value); } inline static int32_t get_offset_of_OnCharacteristicChanged_15() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___OnCharacteristicChanged_15)); } inline BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * get_OnCharacteristicChanged_15() const { return ___OnCharacteristicChanged_15; } inline BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD ** get_address_of_OnCharacteristicChanged_15() { return &___OnCharacteristicChanged_15; } inline void set_OnCharacteristicChanged_15(BluetoothLEDataEvent_t68F97939E5C7C84395925D0B3DFFD9BE12FAD4CD * value) { ___OnCharacteristicChanged_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnCharacteristicChanged_15), (void*)value); } inline static int32_t get_offset_of_ReceivedData_16() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___ReceivedData_16)); } inline Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * get_ReceivedData_16() const { return ___ReceivedData_16; } inline Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 ** get_address_of_ReceivedData_16() { return &___ReceivedData_16; } inline void set_ReceivedData_16(Queue_1_tAF2A710AEBB98604F7E35A3CD161FA0838FD96D4 * value) { ___ReceivedData_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReceivedData_16), (void*)value); } inline static int32_t get_offset_of_ble_18() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___ble_18)); } inline bool get_ble_18() const { return ___ble_18; } inline bool* get_address_of_ble_18() { return &___ble_18; } inline void set_ble_18(bool value) { ___ble_18 = value; } inline static int32_t get_offset_of_syncronizerObj_19() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___syncronizerObj_19)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_syncronizerObj_19() const { return ___syncronizerObj_19; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_syncronizerObj_19() { return &___syncronizerObj_19; } inline void set_syncronizerObj_19(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___syncronizerObj_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___syncronizerObj_19), (void*)value); } inline static int32_t get_offset_of_str_20() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2, ___str_20)); } inline String_t* get_str_20() const { return ___str_20; } inline String_t** get_address_of_str_20() { return &___str_20; } inline void set_str_20(String_t* value) { ___str_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_20), (void*)value); } }; struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields { public: // ArduinoBluetoothAPI.BluetoothHelper ArduinoBluetoothAPI.BluetoothHelper::bluetoothHelperInstance BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___bluetoothHelperInstance_0; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::SERIAL_COMM bool ___SERIAL_COMM_1; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::BLUETOOTH_SIMULATION bool ___BLUETOOTH_SIMULATION_2; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::BLE bool ___BLE_3; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::ASYNC_EVENTS bool ___ASYNC_EVENTS_4; // System.Boolean ArduinoBluetoothAPI.BluetoothHelper::BLE_AS_CLIENT bool ___BLE_AS_CLIENT_5; // System.String ArduinoBluetoothAPI.BluetoothHelper::BLE_SERVER_IP String_t* ___BLE_SERVER_IP_6; // System.Collections.Generic.Dictionary`2 ArduinoBluetoothAPI.BluetoothHelper::instances Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD * ___instances_7; // System.Collections.Generic.List`1 ArduinoBluetoothAPI.BluetoothHelper::listeners List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144 * ___listeners_17; public: inline static int32_t get_offset_of_bluetoothHelperInstance_0() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___bluetoothHelperInstance_0)); } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * get_bluetoothHelperInstance_0() const { return ___bluetoothHelperInstance_0; } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 ** get_address_of_bluetoothHelperInstance_0() { return &___bluetoothHelperInstance_0; } inline void set_bluetoothHelperInstance_0(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * value) { ___bluetoothHelperInstance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothHelperInstance_0), (void*)value); } inline static int32_t get_offset_of_SERIAL_COMM_1() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___SERIAL_COMM_1)); } inline bool get_SERIAL_COMM_1() const { return ___SERIAL_COMM_1; } inline bool* get_address_of_SERIAL_COMM_1() { return &___SERIAL_COMM_1; } inline void set_SERIAL_COMM_1(bool value) { ___SERIAL_COMM_1 = value; } inline static int32_t get_offset_of_BLUETOOTH_SIMULATION_2() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___BLUETOOTH_SIMULATION_2)); } inline bool get_BLUETOOTH_SIMULATION_2() const { return ___BLUETOOTH_SIMULATION_2; } inline bool* get_address_of_BLUETOOTH_SIMULATION_2() { return &___BLUETOOTH_SIMULATION_2; } inline void set_BLUETOOTH_SIMULATION_2(bool value) { ___BLUETOOTH_SIMULATION_2 = value; } inline static int32_t get_offset_of_BLE_3() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___BLE_3)); } inline bool get_BLE_3() const { return ___BLE_3; } inline bool* get_address_of_BLE_3() { return &___BLE_3; } inline void set_BLE_3(bool value) { ___BLE_3 = value; } inline static int32_t get_offset_of_ASYNC_EVENTS_4() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___ASYNC_EVENTS_4)); } inline bool get_ASYNC_EVENTS_4() const { return ___ASYNC_EVENTS_4; } inline bool* get_address_of_ASYNC_EVENTS_4() { return &___ASYNC_EVENTS_4; } inline void set_ASYNC_EVENTS_4(bool value) { ___ASYNC_EVENTS_4 = value; } inline static int32_t get_offset_of_BLE_AS_CLIENT_5() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___BLE_AS_CLIENT_5)); } inline bool get_BLE_AS_CLIENT_5() const { return ___BLE_AS_CLIENT_5; } inline bool* get_address_of_BLE_AS_CLIENT_5() { return &___BLE_AS_CLIENT_5; } inline void set_BLE_AS_CLIENT_5(bool value) { ___BLE_AS_CLIENT_5 = value; } inline static int32_t get_offset_of_BLE_SERVER_IP_6() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___BLE_SERVER_IP_6)); } inline String_t* get_BLE_SERVER_IP_6() const { return ___BLE_SERVER_IP_6; } inline String_t** get_address_of_BLE_SERVER_IP_6() { return &___BLE_SERVER_IP_6; } inline void set_BLE_SERVER_IP_6(String_t* value) { ___BLE_SERVER_IP_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___BLE_SERVER_IP_6), (void*)value); } inline static int32_t get_offset_of_instances_7() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___instances_7)); } inline Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD * get_instances_7() const { return ___instances_7; } inline Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD ** get_address_of_instances_7() { return &___instances_7; } inline void set_instances_7(Dictionary_2_t30A4EEA989621CA9B6EE93D537EC7E1889ABAEAD * value) { ___instances_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___instances_7), (void*)value); } inline static int32_t get_offset_of_listeners_17() { return static_cast(offsetof(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields, ___listeners_17)); } inline List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144 * get_listeners_17() const { return ___listeners_17; } inline List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144 ** get_address_of_listeners_17() { return &___listeners_17; } inline void set_listeners_17(List_1_tFBF8941865FA74B072CCEFDC9F4BB346FCA83144 * value) { ___listeners_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___listeners_17), (void*)value); } }; // BestHTTP.SignalR.Messages.FailureMessage struct FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F : public RuntimeObject { public: // System.UInt64 BestHTTP.SignalR.Messages.FailureMessage::k__BackingField uint64_t ___U3CInvocationIdU3Ek__BackingField_0; // System.Boolean BestHTTP.SignalR.Messages.FailureMessage::k__BackingField bool ___U3CIsHubErrorU3Ek__BackingField_1; // System.String BestHTTP.SignalR.Messages.FailureMessage::k__BackingField String_t* ___U3CErrorMessageU3Ek__BackingField_2; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.FailureMessage::k__BackingField RuntimeObject* ___U3CAdditionalDataU3Ek__BackingField_3; // System.String BestHTTP.SignalR.Messages.FailureMessage::k__BackingField String_t* ___U3CStackTraceU3Ek__BackingField_4; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.FailureMessage::k__BackingField RuntimeObject* ___U3CStateU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CInvocationIdU3Ek__BackingField_0() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CInvocationIdU3Ek__BackingField_0)); } inline uint64_t get_U3CInvocationIdU3Ek__BackingField_0() const { return ___U3CInvocationIdU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CInvocationIdU3Ek__BackingField_0() { return &___U3CInvocationIdU3Ek__BackingField_0; } inline void set_U3CInvocationIdU3Ek__BackingField_0(uint64_t value) { ___U3CInvocationIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsHubErrorU3Ek__BackingField_1() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CIsHubErrorU3Ek__BackingField_1)); } inline bool get_U3CIsHubErrorU3Ek__BackingField_1() const { return ___U3CIsHubErrorU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsHubErrorU3Ek__BackingField_1() { return &___U3CIsHubErrorU3Ek__BackingField_1; } inline void set_U3CIsHubErrorU3Ek__BackingField_1(bool value) { ___U3CIsHubErrorU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CErrorMessageU3Ek__BackingField_2() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CErrorMessageU3Ek__BackingField_2)); } inline String_t* get_U3CErrorMessageU3Ek__BackingField_2() const { return ___U3CErrorMessageU3Ek__BackingField_2; } inline String_t** get_address_of_U3CErrorMessageU3Ek__BackingField_2() { return &___U3CErrorMessageU3Ek__BackingField_2; } inline void set_U3CErrorMessageU3Ek__BackingField_2(String_t* value) { ___U3CErrorMessageU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorMessageU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CAdditionalDataU3Ek__BackingField_3() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CAdditionalDataU3Ek__BackingField_3)); } inline RuntimeObject* get_U3CAdditionalDataU3Ek__BackingField_3() const { return ___U3CAdditionalDataU3Ek__BackingField_3; } inline RuntimeObject** get_address_of_U3CAdditionalDataU3Ek__BackingField_3() { return &___U3CAdditionalDataU3Ek__BackingField_3; } inline void set_U3CAdditionalDataU3Ek__BackingField_3(RuntimeObject* value) { ___U3CAdditionalDataU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAdditionalDataU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CStackTraceU3Ek__BackingField_4() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CStackTraceU3Ek__BackingField_4)); } inline String_t* get_U3CStackTraceU3Ek__BackingField_4() const { return ___U3CStackTraceU3Ek__BackingField_4; } inline String_t** get_address_of_U3CStackTraceU3Ek__BackingField_4() { return &___U3CStackTraceU3Ek__BackingField_4; } inline void set_U3CStackTraceU3Ek__BackingField_4(String_t* value) { ___U3CStackTraceU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStackTraceU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_5() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CStateU3Ek__BackingField_5)); } inline RuntimeObject* get_U3CStateU3Ek__BackingField_5() const { return ___U3CStateU3Ek__BackingField_5; } inline RuntimeObject** get_address_of_U3CStateU3Ek__BackingField_5() { return &___U3CStateU3Ek__BackingField_5; } inline void set_U3CStateU3Ek__BackingField_5(RuntimeObject* value) { ___U3CStateU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateU3Ek__BackingField_5), (void*)value); } }; // BestHTTP.SignalR.Hubs.Hub struct Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 : public RuntimeObject { public: // System.String BestHTTP.SignalR.Hubs.Hub::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::state Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___state_1; // BestHTTP.SignalR.Hubs.OnMethodCallDelegate BestHTTP.SignalR.Hubs.Hub::OnMethodCall OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * ___OnMethodCall_2; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::SentMessages Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * ___SentMessages_3; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::MethodTable Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * ___MethodTable_4; // System.Text.StringBuilder BestHTTP.SignalR.Hubs.Hub::builder StringBuilder_t * ___builder_5; // BestHTTP.SignalR.Connection BestHTTP.SignalR.Hubs.Hub::k__BackingField Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___U3CNameU3Ek__BackingField_0)); } inline String_t* get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(String_t* value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___state_1)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_state_1() const { return ___state_1; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_state_1() { return &___state_1; } inline void set_state_1(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___state_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_1), (void*)value); } inline static int32_t get_offset_of_OnMethodCall_2() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___OnMethodCall_2)); } inline OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * get_OnMethodCall_2() const { return ___OnMethodCall_2; } inline OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 ** get_address_of_OnMethodCall_2() { return &___OnMethodCall_2; } inline void set_OnMethodCall_2(OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * value) { ___OnMethodCall_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMethodCall_2), (void*)value); } inline static int32_t get_offset_of_SentMessages_3() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___SentMessages_3)); } inline Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * get_SentMessages_3() const { return ___SentMessages_3; } inline Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F ** get_address_of_SentMessages_3() { return &___SentMessages_3; } inline void set_SentMessages_3(Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * value) { ___SentMessages_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SentMessages_3), (void*)value); } inline static int32_t get_offset_of_MethodTable_4() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___MethodTable_4)); } inline Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * get_MethodTable_4() const { return ___MethodTable_4; } inline Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 ** get_address_of_MethodTable_4() { return &___MethodTable_4; } inline void set_MethodTable_4(Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * value) { ___MethodTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MethodTable_4), (void*)value); } inline static int32_t get_offset_of_builder_5() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___builder_5)); } inline StringBuilder_t * get_builder_5() const { return ___builder_5; } inline StringBuilder_t ** get_address_of_builder_5() { return &___builder_5; } inline void set_builder_5(StringBuilder_t * value) { ___builder_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___builder_5), (void*)value); } inline static int32_t get_offset_of_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6)); } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * get_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() const { return ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC ** get_address_of_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() { return &___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; } inline void set_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * value) { ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6), (void*)value); } }; // BestHTTP.Decompression.Zlib.InternalConstants struct InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388 : public RuntimeObject { public: public: }; struct InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields { public: // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::MAX_BITS int32_t ___MAX_BITS_0; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::BL_CODES int32_t ___BL_CODES_1; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::D_CODES int32_t ___D_CODES_2; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::LITERALS int32_t ___LITERALS_3; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::LENGTH_CODES int32_t ___LENGTH_CODES_4; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::L_CODES int32_t ___L_CODES_5; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::MAX_BL_BITS int32_t ___MAX_BL_BITS_6; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::REP_3_6 int32_t ___REP_3_6_7; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::REPZ_3_10 int32_t ___REPZ_3_10_8; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::REPZ_11_138 int32_t ___REPZ_11_138_9; public: inline static int32_t get_offset_of_MAX_BITS_0() { return static_cast(offsetof(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields, ___MAX_BITS_0)); } inline int32_t get_MAX_BITS_0() const { return ___MAX_BITS_0; } inline int32_t* get_address_of_MAX_BITS_0() { return &___MAX_BITS_0; } inline void set_MAX_BITS_0(int32_t value) { ___MAX_BITS_0 = value; } inline static int32_t get_offset_of_BL_CODES_1() { return static_cast(offsetof(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields, ___BL_CODES_1)); } inline int32_t get_BL_CODES_1() const { return ___BL_CODES_1; } inline int32_t* get_address_of_BL_CODES_1() { return &___BL_CODES_1; } inline void set_BL_CODES_1(int32_t value) { ___BL_CODES_1 = value; } inline static int32_t get_offset_of_D_CODES_2() { return static_cast(offsetof(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields, ___D_CODES_2)); } inline int32_t get_D_CODES_2() const { return ___D_CODES_2; } inline int32_t* get_address_of_D_CODES_2() { return &___D_CODES_2; } inline void set_D_CODES_2(int32_t value) { ___D_CODES_2 = value; } inline static int32_t get_offset_of_LITERALS_3() { return static_cast(offsetof(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields, ___LITERALS_3)); } inline int32_t get_LITERALS_3() const { return ___LITERALS_3; } inline int32_t* get_address_of_LITERALS_3() { return &___LITERALS_3; } inline void set_LITERALS_3(int32_t value) { ___LITERALS_3 = value; } inline static int32_t get_offset_of_LENGTH_CODES_4() { return static_cast(offsetof(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields, ___LENGTH_CODES_4)); } inline int32_t get_LENGTH_CODES_4() const { return ___LENGTH_CODES_4; } inline int32_t* get_address_of_LENGTH_CODES_4() { return &___LENGTH_CODES_4; } inline void set_LENGTH_CODES_4(int32_t value) { ___LENGTH_CODES_4 = value; } inline static int32_t get_offset_of_L_CODES_5() { return static_cast(offsetof(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields, ___L_CODES_5)); } inline int32_t get_L_CODES_5() const { return ___L_CODES_5; } inline int32_t* get_address_of_L_CODES_5() { return &___L_CODES_5; } inline void set_L_CODES_5(int32_t value) { ___L_CODES_5 = value; } inline static int32_t get_offset_of_MAX_BL_BITS_6() { return static_cast(offsetof(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields, ___MAX_BL_BITS_6)); } inline int32_t get_MAX_BL_BITS_6() const { return ___MAX_BL_BITS_6; } inline int32_t* get_address_of_MAX_BL_BITS_6() { return &___MAX_BL_BITS_6; } inline void set_MAX_BL_BITS_6(int32_t value) { ___MAX_BL_BITS_6 = value; } inline static int32_t get_offset_of_REP_3_6_7() { return static_cast(offsetof(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields, ___REP_3_6_7)); } inline int32_t get_REP_3_6_7() const { return ___REP_3_6_7; } inline int32_t* get_address_of_REP_3_6_7() { return &___REP_3_6_7; } inline void set_REP_3_6_7(int32_t value) { ___REP_3_6_7 = value; } inline static int32_t get_offset_of_REPZ_3_10_8() { return static_cast(offsetof(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields, ___REPZ_3_10_8)); } inline int32_t get_REPZ_3_10_8() const { return ___REPZ_3_10_8; } inline int32_t* get_address_of_REPZ_3_10_8() { return &___REPZ_3_10_8; } inline void set_REPZ_3_10_8(int32_t value) { ___REPZ_3_10_8 = value; } inline static int32_t get_offset_of_REPZ_11_138_9() { return static_cast(offsetof(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields, ___REPZ_11_138_9)); } inline int32_t get_REPZ_11_138_9() const { return ___REPZ_11_138_9; } inline int32_t* get_address_of_REPZ_11_138_9() { return &___REPZ_11_138_9; } inline void set_REPZ_11_138_9(int32_t value) { ___REPZ_11_138_9 = value; } }; // BestHTTP.SignalR.JsonEncoders.LitJsonEncoder struct LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE : public RuntimeObject { public: public: }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // BestHTTP.SignalR.Messages.MethodCallMessage struct MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB : public RuntimeObject { public: // System.String BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField String_t* ___U3CHubU3Ek__BackingField_0; // System.String BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField String_t* ___U3CMethodU3Ek__BackingField_1; // System.Object[] BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___U3CArgumentsU3Ek__BackingField_2; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField RuntimeObject* ___U3CStateU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CHubU3Ek__BackingField_0() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CHubU3Ek__BackingField_0)); } inline String_t* get_U3CHubU3Ek__BackingField_0() const { return ___U3CHubU3Ek__BackingField_0; } inline String_t** get_address_of_U3CHubU3Ek__BackingField_0() { return &___U3CHubU3Ek__BackingField_0; } inline void set_U3CHubU3Ek__BackingField_0(String_t* value) { ___U3CHubU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHubU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CMethodU3Ek__BackingField_1() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CMethodU3Ek__BackingField_1)); } inline String_t* get_U3CMethodU3Ek__BackingField_1() const { return ___U3CMethodU3Ek__BackingField_1; } inline String_t** get_address_of_U3CMethodU3Ek__BackingField_1() { return &___U3CMethodU3Ek__BackingField_1; } inline void set_U3CMethodU3Ek__BackingField_1(String_t* value) { ___U3CMethodU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMethodU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CArgumentsU3Ek__BackingField_2() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CArgumentsU3Ek__BackingField_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_U3CArgumentsU3Ek__BackingField_2() const { return ___U3CArgumentsU3Ek__BackingField_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_U3CArgumentsU3Ek__BackingField_2() { return &___U3CArgumentsU3Ek__BackingField_2; } inline void set_U3CArgumentsU3Ek__BackingField_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___U3CArgumentsU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArgumentsU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_3() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CStateU3Ek__BackingField_3)); } inline RuntimeObject* get_U3CStateU3Ek__BackingField_3() const { return ___U3CStateU3Ek__BackingField_3; } inline RuntimeObject** get_address_of_U3CStateU3Ek__BackingField_3() { return &___U3CStateU3Ek__BackingField_3; } inline void set_U3CStateU3Ek__BackingField_3(RuntimeObject* value) { ___U3CStateU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateU3Ek__BackingField_3), (void*)value); } }; // BestHTTP.SignalR.Messages.ProgressMessage struct ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF : public RuntimeObject { public: // System.UInt64 BestHTTP.SignalR.Messages.ProgressMessage::k__BackingField uint64_t ___U3CInvocationIdU3Ek__BackingField_0; // System.Double BestHTTP.SignalR.Messages.ProgressMessage::k__BackingField double ___U3CProgressU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CInvocationIdU3Ek__BackingField_0() { return static_cast(offsetof(ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF, ___U3CInvocationIdU3Ek__BackingField_0)); } inline uint64_t get_U3CInvocationIdU3Ek__BackingField_0() const { return ___U3CInvocationIdU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CInvocationIdU3Ek__BackingField_0() { return &___U3CInvocationIdU3Ek__BackingField_0; } inline void set_U3CInvocationIdU3Ek__BackingField_0(uint64_t value) { ___U3CInvocationIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CProgressU3Ek__BackingField_1() { return static_cast(offsetof(ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF, ___U3CProgressU3Ek__BackingField_1)); } inline double get_U3CProgressU3Ek__BackingField_1() const { return ___U3CProgressU3Ek__BackingField_1; } inline double* get_address_of_U3CProgressU3Ek__BackingField_1() { return &___U3CProgressU3Ek__BackingField_1; } inline void set_U3CProgressU3Ek__BackingField_1(double value) { ___U3CProgressU3Ek__BackingField_1 = value; } }; // BestHTTP.SignalR.Messages.ResultMessage struct ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D : public RuntimeObject { public: // System.UInt64 BestHTTP.SignalR.Messages.ResultMessage::k__BackingField uint64_t ___U3CInvocationIdU3Ek__BackingField_0; // System.Object BestHTTP.SignalR.Messages.ResultMessage::k__BackingField RuntimeObject * ___U3CReturnValueU3Ek__BackingField_1; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.ResultMessage::k__BackingField RuntimeObject* ___U3CStateU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CInvocationIdU3Ek__BackingField_0() { return static_cast(offsetof(ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D, ___U3CInvocationIdU3Ek__BackingField_0)); } inline uint64_t get_U3CInvocationIdU3Ek__BackingField_0() const { return ___U3CInvocationIdU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CInvocationIdU3Ek__BackingField_0() { return &___U3CInvocationIdU3Ek__BackingField_0; } inline void set_U3CInvocationIdU3Ek__BackingField_0(uint64_t value) { ___U3CInvocationIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CReturnValueU3Ek__BackingField_1() { return static_cast(offsetof(ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D, ___U3CReturnValueU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CReturnValueU3Ek__BackingField_1() const { return ___U3CReturnValueU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CReturnValueU3Ek__BackingField_1() { return &___U3CReturnValueU3Ek__BackingField_1; } inline void set_U3CReturnValueU3Ek__BackingField_1(RuntimeObject * value) { ___U3CReturnValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CReturnValueU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_2() { return static_cast(offsetof(ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D, ___U3CStateU3Ek__BackingField_2)); } inline RuntimeObject* get_U3CStateU3Ek__BackingField_2() const { return ___U3CStateU3Ek__BackingField_2; } inline RuntimeObject** get_address_of_U3CStateU3Ek__BackingField_2() { return &___U3CStateU3Ek__BackingField_2; } inline void set_U3CStateU3Ek__BackingField_2(RuntimeObject* value) { ___U3CStateU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateU3Ek__BackingField_2), (void*)value); } }; // BestHTTP.Decompression.Zlib.StaticTree struct StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 : public RuntimeObject { public: // System.Int16[] BestHTTP.Decompression.Zlib.StaticTree::treeCodes Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___treeCodes_5; // System.Int32[] BestHTTP.Decompression.Zlib.StaticTree::extraBits Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___extraBits_6; // System.Int32 BestHTTP.Decompression.Zlib.StaticTree::extraBase int32_t ___extraBase_7; // System.Int32 BestHTTP.Decompression.Zlib.StaticTree::elems int32_t ___elems_8; // System.Int32 BestHTTP.Decompression.Zlib.StaticTree::maxLength int32_t ___maxLength_9; public: inline static int32_t get_offset_of_treeCodes_5() { return static_cast(offsetof(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809, ___treeCodes_5)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_treeCodes_5() const { return ___treeCodes_5; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_treeCodes_5() { return &___treeCodes_5; } inline void set_treeCodes_5(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___treeCodes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeCodes_5), (void*)value); } inline static int32_t get_offset_of_extraBits_6() { return static_cast(offsetof(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809, ___extraBits_6)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_extraBits_6() const { return ___extraBits_6; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_extraBits_6() { return &___extraBits_6; } inline void set_extraBits_6(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___extraBits_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___extraBits_6), (void*)value); } inline static int32_t get_offset_of_extraBase_7() { return static_cast(offsetof(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809, ___extraBase_7)); } inline int32_t get_extraBase_7() const { return ___extraBase_7; } inline int32_t* get_address_of_extraBase_7() { return &___extraBase_7; } inline void set_extraBase_7(int32_t value) { ___extraBase_7 = value; } inline static int32_t get_offset_of_elems_8() { return static_cast(offsetof(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809, ___elems_8)); } inline int32_t get_elems_8() const { return ___elems_8; } inline int32_t* get_address_of_elems_8() { return &___elems_8; } inline void set_elems_8(int32_t value) { ___elems_8 = value; } inline static int32_t get_offset_of_maxLength_9() { return static_cast(offsetof(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809, ___maxLength_9)); } inline int32_t get_maxLength_9() const { return ___maxLength_9; } inline int32_t* get_address_of_maxLength_9() { return &___maxLength_9; } inline void set_maxLength_9(int32_t value) { ___maxLength_9 = value; } }; struct StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields { public: // System.Int16[] BestHTTP.Decompression.Zlib.StaticTree::lengthAndLiteralsTreeCodes Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___lengthAndLiteralsTreeCodes_0; // System.Int16[] BestHTTP.Decompression.Zlib.StaticTree::distTreeCodes Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___distTreeCodes_1; // BestHTTP.Decompression.Zlib.StaticTree BestHTTP.Decompression.Zlib.StaticTree::Literals StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * ___Literals_2; // BestHTTP.Decompression.Zlib.StaticTree BestHTTP.Decompression.Zlib.StaticTree::Distances StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * ___Distances_3; // BestHTTP.Decompression.Zlib.StaticTree BestHTTP.Decompression.Zlib.StaticTree::BitLengths StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * ___BitLengths_4; public: inline static int32_t get_offset_of_lengthAndLiteralsTreeCodes_0() { return static_cast(offsetof(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields, ___lengthAndLiteralsTreeCodes_0)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_lengthAndLiteralsTreeCodes_0() const { return ___lengthAndLiteralsTreeCodes_0; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_lengthAndLiteralsTreeCodes_0() { return &___lengthAndLiteralsTreeCodes_0; } inline void set_lengthAndLiteralsTreeCodes_0(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___lengthAndLiteralsTreeCodes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___lengthAndLiteralsTreeCodes_0), (void*)value); } inline static int32_t get_offset_of_distTreeCodes_1() { return static_cast(offsetof(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields, ___distTreeCodes_1)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_distTreeCodes_1() const { return ___distTreeCodes_1; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_distTreeCodes_1() { return &___distTreeCodes_1; } inline void set_distTreeCodes_1(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___distTreeCodes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___distTreeCodes_1), (void*)value); } inline static int32_t get_offset_of_Literals_2() { return static_cast(offsetof(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields, ___Literals_2)); } inline StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * get_Literals_2() const { return ___Literals_2; } inline StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 ** get_address_of_Literals_2() { return &___Literals_2; } inline void set_Literals_2(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * value) { ___Literals_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Literals_2), (void*)value); } inline static int32_t get_offset_of_Distances_3() { return static_cast(offsetof(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields, ___Distances_3)); } inline StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * get_Distances_3() const { return ___Distances_3; } inline StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 ** get_address_of_Distances_3() { return &___Distances_3; } inline void set_Distances_3(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * value) { ___Distances_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Distances_3), (void*)value); } inline static int32_t get_offset_of_BitLengths_4() { return static_cast(offsetof(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields, ___BitLengths_4)); } inline StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * get_BitLengths_4() const { return ___BitLengths_4; } inline StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 ** get_address_of_BitLengths_4() { return &___BitLengths_4; } inline void set_BitLengths_4(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * value) { ___BitLengths_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengths_4), (void*)value); } }; // ArduinoBluetoothAPI.StreamManager struct StreamManager_t6B73B8E1E5AC979248D2517660BDEA1B7254C607 : public RuntimeObject { public: // ArduinoBluetoothAPI.StreamManager/InvokeDataReceivedEvent ArduinoBluetoothAPI.StreamManager::OnDataReceived InvokeDataReceivedEvent_tD530119CA7D95193DC631AE7E9CB26184F5A139B * ___OnDataReceived_0; public: inline static int32_t get_offset_of_OnDataReceived_0() { return static_cast(offsetof(StreamManager_t6B73B8E1E5AC979248D2517660BDEA1B7254C607, ___OnDataReceived_0)); } inline InvokeDataReceivedEvent_tD530119CA7D95193DC631AE7E9CB26184F5A139B * get_OnDataReceived_0() const { return ___OnDataReceived_0; } inline InvokeDataReceivedEvent_tD530119CA7D95193DC631AE7E9CB26184F5A139B ** get_address_of_OnDataReceived_0() { return &___OnDataReceived_0; } inline void set_OnDataReceived_0(InvokeDataReceivedEvent_tD530119CA7D95193DC631AE7E9CB26184F5A139B * value) { ___OnDataReceived_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnDataReceived_0), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___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_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* 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.TimeZone struct TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 : public RuntimeObject { public: public: }; struct TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_StaticFields { public: // System.TimeZone System.TimeZone::currentTimeZone TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 * ___currentTimeZone_0; // System.Object System.TimeZone::tz_lock RuntimeObject * ___tz_lock_1; // System.Int64 System.TimeZone::timezone_check int64_t ___timezone_check_2; public: inline static int32_t get_offset_of_currentTimeZone_0() { return static_cast(offsetof(TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_StaticFields, ___currentTimeZone_0)); } inline TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 * get_currentTimeZone_0() const { return ___currentTimeZone_0; } inline TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 ** get_address_of_currentTimeZone_0() { return &___currentTimeZone_0; } inline void set_currentTimeZone_0(TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 * value) { ___currentTimeZone_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentTimeZone_0), (void*)value); } inline static int32_t get_offset_of_tz_lock_1() { return static_cast(offsetof(TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_StaticFields, ___tz_lock_1)); } inline RuntimeObject * get_tz_lock_1() const { return ___tz_lock_1; } inline RuntimeObject ** get_address_of_tz_lock_1() { return &___tz_lock_1; } inline void set_tz_lock_1(RuntimeObject * value) { ___tz_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tz_lock_1), (void*)value); } inline static int32_t get_offset_of_timezone_check_2() { return static_cast(offsetof(TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_StaticFields, ___timezone_check_2)); } inline int64_t get_timezone_check_2() const { return ___timezone_check_2; } inline int64_t* get_address_of_timezone_check_2() { return &___timezone_check_2; } inline void set_timezone_check_2(int64_t value) { ___timezone_check_2 = value; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // BestHTTP.Decompression.Zlib.ZTree struct ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF : public RuntimeObject { public: // System.Int16[] BestHTTP.Decompression.Zlib.ZTree::dyn_tree Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___dyn_tree_10; // System.Int32 BestHTTP.Decompression.Zlib.ZTree::max_code int32_t ___max_code_11; // BestHTTP.Decompression.Zlib.StaticTree BestHTTP.Decompression.Zlib.ZTree::staticTree StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * ___staticTree_12; public: inline static int32_t get_offset_of_dyn_tree_10() { return static_cast(offsetof(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF, ___dyn_tree_10)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_dyn_tree_10() const { return ___dyn_tree_10; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_dyn_tree_10() { return &___dyn_tree_10; } inline void set_dyn_tree_10(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___dyn_tree_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dyn_tree_10), (void*)value); } inline static int32_t get_offset_of_max_code_11() { return static_cast(offsetof(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF, ___max_code_11)); } inline int32_t get_max_code_11() const { return ___max_code_11; } inline int32_t* get_address_of_max_code_11() { return &___max_code_11; } inline void set_max_code_11(int32_t value) { ___max_code_11 = value; } inline static int32_t get_offset_of_staticTree_12() { return static_cast(offsetof(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF, ___staticTree_12)); } inline StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * get_staticTree_12() const { return ___staticTree_12; } inline StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 ** get_address_of_staticTree_12() { return &___staticTree_12; } inline void set_staticTree_12(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * value) { ___staticTree_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___staticTree_12), (void*)value); } }; struct ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields { public: // System.Int32 BestHTTP.Decompression.Zlib.ZTree::HEAP_SIZE int32_t ___HEAP_SIZE_0; // System.Int32[] BestHTTP.Decompression.Zlib.ZTree::ExtraLengthBits Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExtraLengthBits_1; // System.Int32[] BestHTTP.Decompression.Zlib.ZTree::ExtraDistanceBits Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExtraDistanceBits_2; // System.Int32[] BestHTTP.Decompression.Zlib.ZTree::extra_blbits Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___extra_blbits_3; // System.SByte[] BestHTTP.Decompression.Zlib.ZTree::bl_order SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* ___bl_order_4; // System.SByte[] BestHTTP.Decompression.Zlib.ZTree::_dist_code SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* ____dist_code_6; // System.SByte[] BestHTTP.Decompression.Zlib.ZTree::LengthCode SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* ___LengthCode_7; // System.Int32[] BestHTTP.Decompression.Zlib.ZTree::LengthBase Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___LengthBase_8; // System.Int32[] BestHTTP.Decompression.Zlib.ZTree::DistanceBase Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DistanceBase_9; public: inline static int32_t get_offset_of_HEAP_SIZE_0() { return static_cast(offsetof(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields, ___HEAP_SIZE_0)); } inline int32_t get_HEAP_SIZE_0() const { return ___HEAP_SIZE_0; } inline int32_t* get_address_of_HEAP_SIZE_0() { return &___HEAP_SIZE_0; } inline void set_HEAP_SIZE_0(int32_t value) { ___HEAP_SIZE_0 = value; } inline static int32_t get_offset_of_ExtraLengthBits_1() { return static_cast(offsetof(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields, ___ExtraLengthBits_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExtraLengthBits_1() const { return ___ExtraLengthBits_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExtraLengthBits_1() { return &___ExtraLengthBits_1; } inline void set_ExtraLengthBits_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExtraLengthBits_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExtraLengthBits_1), (void*)value); } inline static int32_t get_offset_of_ExtraDistanceBits_2() { return static_cast(offsetof(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields, ___ExtraDistanceBits_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExtraDistanceBits_2() const { return ___ExtraDistanceBits_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExtraDistanceBits_2() { return &___ExtraDistanceBits_2; } inline void set_ExtraDistanceBits_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExtraDistanceBits_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExtraDistanceBits_2), (void*)value); } inline static int32_t get_offset_of_extra_blbits_3() { return static_cast(offsetof(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields, ___extra_blbits_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_extra_blbits_3() const { return ___extra_blbits_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_extra_blbits_3() { return &___extra_blbits_3; } inline void set_extra_blbits_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___extra_blbits_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___extra_blbits_3), (void*)value); } inline static int32_t get_offset_of_bl_order_4() { return static_cast(offsetof(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields, ___bl_order_4)); } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* get_bl_order_4() const { return ___bl_order_4; } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7** get_address_of_bl_order_4() { return &___bl_order_4; } inline void set_bl_order_4(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* value) { ___bl_order_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___bl_order_4), (void*)value); } inline static int32_t get_offset_of__dist_code_6() { return static_cast(offsetof(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields, ____dist_code_6)); } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* get__dist_code_6() const { return ____dist_code_6; } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7** get_address_of__dist_code_6() { return &____dist_code_6; } inline void set__dist_code_6(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* value) { ____dist_code_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____dist_code_6), (void*)value); } inline static int32_t get_offset_of_LengthCode_7() { return static_cast(offsetof(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields, ___LengthCode_7)); } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* get_LengthCode_7() const { return ___LengthCode_7; } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7** get_address_of_LengthCode_7() { return &___LengthCode_7; } inline void set_LengthCode_7(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* value) { ___LengthCode_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___LengthCode_7), (void*)value); } inline static int32_t get_offset_of_LengthBase_8() { return static_cast(offsetof(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields, ___LengthBase_8)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_LengthBase_8() const { return ___LengthBase_8; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_LengthBase_8() { return &___LengthBase_8; } inline void set_LengthBase_8(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___LengthBase_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___LengthBase_8), (void*)value); } inline static int32_t get_offset_of_DistanceBase_9() { return static_cast(offsetof(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields, ___DistanceBase_9)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DistanceBase_9() const { return ___DistanceBase_9; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DistanceBase_9() { return &___DistanceBase_9; } inline void set_DistanceBase_9(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DistanceBase_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DistanceBase_9), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // BestHTTP.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 { public: // BestHTTP.SignalR.Hubs.Hub BestHTTP.SignalR.Messages.ClientMessage::Hub Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; // System.String BestHTTP.SignalR.Messages.ClientMessage::Method String_t* ___Method_1; // System.Object[] BestHTTP.SignalR.Messages.ClientMessage::Args ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; // System.UInt64 BestHTTP.SignalR.Messages.ClientMessage::CallIdx uint64_t ___CallIdx_3; // BestHTTP.SignalR.Hubs.OnMethodResultDelegate BestHTTP.SignalR.Messages.ClientMessage::ResultCallback OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___ResultCallback_4; // BestHTTP.SignalR.Hubs.OnMethodFailedDelegate BestHTTP.SignalR.Messages.ClientMessage::ResultErrorCallback OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * ___ResultErrorCallback_5; // BestHTTP.SignalR.Hubs.OnMethodProgressDelegate BestHTTP.SignalR.Messages.ClientMessage::ProgressCallback OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * ___ProgressCallback_6; public: inline static int32_t get_offset_of_Hub_0() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Hub_0)); } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * get_Hub_0() const { return ___Hub_0; } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 ** get_address_of_Hub_0() { return &___Hub_0; } inline void set_Hub_0(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * value) { ___Hub_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Hub_0), (void*)value); } inline static int32_t get_offset_of_Method_1() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Method_1)); } inline String_t* get_Method_1() const { return ___Method_1; } inline String_t** get_address_of_Method_1() { return &___Method_1; } inline void set_Method_1(String_t* value) { ___Method_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Method_1), (void*)value); } inline static int32_t get_offset_of_Args_2() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Args_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Args_2() const { return ___Args_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Args_2() { return &___Args_2; } inline void set_Args_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Args_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Args_2), (void*)value); } inline static int32_t get_offset_of_CallIdx_3() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___CallIdx_3)); } inline uint64_t get_CallIdx_3() const { return ___CallIdx_3; } inline uint64_t* get_address_of_CallIdx_3() { return &___CallIdx_3; } inline void set_CallIdx_3(uint64_t value) { ___CallIdx_3 = value; } inline static int32_t get_offset_of_ResultCallback_4() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ResultCallback_4)); } inline OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * get_ResultCallback_4() const { return ___ResultCallback_4; } inline OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 ** get_address_of_ResultCallback_4() { return &___ResultCallback_4; } inline void set_ResultCallback_4(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * value) { ___ResultCallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResultCallback_4), (void*)value); } inline static int32_t get_offset_of_ResultErrorCallback_5() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ResultErrorCallback_5)); } inline OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * get_ResultErrorCallback_5() const { return ___ResultErrorCallback_5; } inline OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 ** get_address_of_ResultErrorCallback_5() { return &___ResultErrorCallback_5; } inline void set_ResultErrorCallback_5(OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * value) { ___ResultErrorCallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResultErrorCallback_5), (void*)value); } inline static int32_t get_offset_of_ProgressCallback_6() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ProgressCallback_6)); } inline OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * get_ProgressCallback_6() const { return ___ProgressCallback_6; } inline OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 ** get_address_of_ProgressCallback_6() { return &___ProgressCallback_6; } inline void set_ProgressCallback_6(OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * value) { ___ProgressCallback_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProgressCallback_6), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_pinvoke { Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; char* ___Method_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; uint64_t ___CallIdx_3; Il2CppMethodPointer ___ResultCallback_4; Il2CppMethodPointer ___ResultErrorCallback_5; Il2CppMethodPointer ___ProgressCallback_6; }; // Native definition for COM marshalling of BestHTTP.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_com { Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; Il2CppChar* ___Method_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; uint64_t ___CallIdx_3; Il2CppMethodPointer ___ResultCallback_4; Il2CppMethodPointer ___ResultErrorCallback_5; Il2CppMethodPointer ___ProgressCallback_6; }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // BestHTTP.Examples.DemoHub struct DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 : public Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 { public: // System.Single BestHTTP.Examples.DemoHub::longRunningJobProgress float ___longRunningJobProgress_7; // System.String BestHTTP.Examples.DemoHub::longRunningJobStatus String_t* ___longRunningJobStatus_8; // System.String BestHTTP.Examples.DemoHub::fromArbitraryCodeResult String_t* ___fromArbitraryCodeResult_9; // System.String BestHTTP.Examples.DemoHub::groupAddedResult String_t* ___groupAddedResult_10; // System.String BestHTTP.Examples.DemoHub::dynamicTaskResult String_t* ___dynamicTaskResult_11; // System.String BestHTTP.Examples.DemoHub::genericTaskResult String_t* ___genericTaskResult_12; // System.String BestHTTP.Examples.DemoHub::taskWithExceptionResult String_t* ___taskWithExceptionResult_13; // System.String BestHTTP.Examples.DemoHub::genericTaskWithExceptionResult String_t* ___genericTaskWithExceptionResult_14; // System.String BestHTTP.Examples.DemoHub::synchronousExceptionResult String_t* ___synchronousExceptionResult_15; // System.String BestHTTP.Examples.DemoHub::invokingHubMethodWithDynamicResult String_t* ___invokingHubMethodWithDynamicResult_16; // System.String BestHTTP.Examples.DemoHub::simpleArrayResult String_t* ___simpleArrayResult_17; // System.String BestHTTP.Examples.DemoHub::complexTypeResult String_t* ___complexTypeResult_18; // System.String BestHTTP.Examples.DemoHub::complexArrayResult String_t* ___complexArrayResult_19; // System.String BestHTTP.Examples.DemoHub::voidOverloadResult String_t* ___voidOverloadResult_20; // System.String BestHTTP.Examples.DemoHub::intOverloadResult String_t* ___intOverloadResult_21; // System.String BestHTTP.Examples.DemoHub::readStateResult String_t* ___readStateResult_22; // System.String BestHTTP.Examples.DemoHub::plainTaskResult String_t* ___plainTaskResult_23; // System.String BestHTTP.Examples.DemoHub::genericTaskWithContinueWithResult String_t* ___genericTaskWithContinueWithResult_24; // BestHTTP.Examples.GUIMessageList BestHTTP.Examples.DemoHub::invokeResults GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * ___invokeResults_25; public: inline static int32_t get_offset_of_longRunningJobProgress_7() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___longRunningJobProgress_7)); } inline float get_longRunningJobProgress_7() const { return ___longRunningJobProgress_7; } inline float* get_address_of_longRunningJobProgress_7() { return &___longRunningJobProgress_7; } inline void set_longRunningJobProgress_7(float value) { ___longRunningJobProgress_7 = value; } inline static int32_t get_offset_of_longRunningJobStatus_8() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___longRunningJobStatus_8)); } inline String_t* get_longRunningJobStatus_8() const { return ___longRunningJobStatus_8; } inline String_t** get_address_of_longRunningJobStatus_8() { return &___longRunningJobStatus_8; } inline void set_longRunningJobStatus_8(String_t* value) { ___longRunningJobStatus_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___longRunningJobStatus_8), (void*)value); } inline static int32_t get_offset_of_fromArbitraryCodeResult_9() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___fromArbitraryCodeResult_9)); } inline String_t* get_fromArbitraryCodeResult_9() const { return ___fromArbitraryCodeResult_9; } inline String_t** get_address_of_fromArbitraryCodeResult_9() { return &___fromArbitraryCodeResult_9; } inline void set_fromArbitraryCodeResult_9(String_t* value) { ___fromArbitraryCodeResult_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___fromArbitraryCodeResult_9), (void*)value); } inline static int32_t get_offset_of_groupAddedResult_10() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___groupAddedResult_10)); } inline String_t* get_groupAddedResult_10() const { return ___groupAddedResult_10; } inline String_t** get_address_of_groupAddedResult_10() { return &___groupAddedResult_10; } inline void set_groupAddedResult_10(String_t* value) { ___groupAddedResult_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___groupAddedResult_10), (void*)value); } inline static int32_t get_offset_of_dynamicTaskResult_11() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___dynamicTaskResult_11)); } inline String_t* get_dynamicTaskResult_11() const { return ___dynamicTaskResult_11; } inline String_t** get_address_of_dynamicTaskResult_11() { return &___dynamicTaskResult_11; } inline void set_dynamicTaskResult_11(String_t* value) { ___dynamicTaskResult_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dynamicTaskResult_11), (void*)value); } inline static int32_t get_offset_of_genericTaskResult_12() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___genericTaskResult_12)); } inline String_t* get_genericTaskResult_12() const { return ___genericTaskResult_12; } inline String_t** get_address_of_genericTaskResult_12() { return &___genericTaskResult_12; } inline void set_genericTaskResult_12(String_t* value) { ___genericTaskResult_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___genericTaskResult_12), (void*)value); } inline static int32_t get_offset_of_taskWithExceptionResult_13() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___taskWithExceptionResult_13)); } inline String_t* get_taskWithExceptionResult_13() const { return ___taskWithExceptionResult_13; } inline String_t** get_address_of_taskWithExceptionResult_13() { return &___taskWithExceptionResult_13; } inline void set_taskWithExceptionResult_13(String_t* value) { ___taskWithExceptionResult_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___taskWithExceptionResult_13), (void*)value); } inline static int32_t get_offset_of_genericTaskWithExceptionResult_14() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___genericTaskWithExceptionResult_14)); } inline String_t* get_genericTaskWithExceptionResult_14() const { return ___genericTaskWithExceptionResult_14; } inline String_t** get_address_of_genericTaskWithExceptionResult_14() { return &___genericTaskWithExceptionResult_14; } inline void set_genericTaskWithExceptionResult_14(String_t* value) { ___genericTaskWithExceptionResult_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___genericTaskWithExceptionResult_14), (void*)value); } inline static int32_t get_offset_of_synchronousExceptionResult_15() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___synchronousExceptionResult_15)); } inline String_t* get_synchronousExceptionResult_15() const { return ___synchronousExceptionResult_15; } inline String_t** get_address_of_synchronousExceptionResult_15() { return &___synchronousExceptionResult_15; } inline void set_synchronousExceptionResult_15(String_t* value) { ___synchronousExceptionResult_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___synchronousExceptionResult_15), (void*)value); } inline static int32_t get_offset_of_invokingHubMethodWithDynamicResult_16() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___invokingHubMethodWithDynamicResult_16)); } inline String_t* get_invokingHubMethodWithDynamicResult_16() const { return ___invokingHubMethodWithDynamicResult_16; } inline String_t** get_address_of_invokingHubMethodWithDynamicResult_16() { return &___invokingHubMethodWithDynamicResult_16; } inline void set_invokingHubMethodWithDynamicResult_16(String_t* value) { ___invokingHubMethodWithDynamicResult_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___invokingHubMethodWithDynamicResult_16), (void*)value); } inline static int32_t get_offset_of_simpleArrayResult_17() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___simpleArrayResult_17)); } inline String_t* get_simpleArrayResult_17() const { return ___simpleArrayResult_17; } inline String_t** get_address_of_simpleArrayResult_17() { return &___simpleArrayResult_17; } inline void set_simpleArrayResult_17(String_t* value) { ___simpleArrayResult_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___simpleArrayResult_17), (void*)value); } inline static int32_t get_offset_of_complexTypeResult_18() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___complexTypeResult_18)); } inline String_t* get_complexTypeResult_18() const { return ___complexTypeResult_18; } inline String_t** get_address_of_complexTypeResult_18() { return &___complexTypeResult_18; } inline void set_complexTypeResult_18(String_t* value) { ___complexTypeResult_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___complexTypeResult_18), (void*)value); } inline static int32_t get_offset_of_complexArrayResult_19() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___complexArrayResult_19)); } inline String_t* get_complexArrayResult_19() const { return ___complexArrayResult_19; } inline String_t** get_address_of_complexArrayResult_19() { return &___complexArrayResult_19; } inline void set_complexArrayResult_19(String_t* value) { ___complexArrayResult_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___complexArrayResult_19), (void*)value); } inline static int32_t get_offset_of_voidOverloadResult_20() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___voidOverloadResult_20)); } inline String_t* get_voidOverloadResult_20() const { return ___voidOverloadResult_20; } inline String_t** get_address_of_voidOverloadResult_20() { return &___voidOverloadResult_20; } inline void set_voidOverloadResult_20(String_t* value) { ___voidOverloadResult_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___voidOverloadResult_20), (void*)value); } inline static int32_t get_offset_of_intOverloadResult_21() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___intOverloadResult_21)); } inline String_t* get_intOverloadResult_21() const { return ___intOverloadResult_21; } inline String_t** get_address_of_intOverloadResult_21() { return &___intOverloadResult_21; } inline void set_intOverloadResult_21(String_t* value) { ___intOverloadResult_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___intOverloadResult_21), (void*)value); } inline static int32_t get_offset_of_readStateResult_22() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___readStateResult_22)); } inline String_t* get_readStateResult_22() const { return ___readStateResult_22; } inline String_t** get_address_of_readStateResult_22() { return &___readStateResult_22; } inline void set_readStateResult_22(String_t* value) { ___readStateResult_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___readStateResult_22), (void*)value); } inline static int32_t get_offset_of_plainTaskResult_23() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___plainTaskResult_23)); } inline String_t* get_plainTaskResult_23() const { return ___plainTaskResult_23; } inline String_t** get_address_of_plainTaskResult_23() { return &___plainTaskResult_23; } inline void set_plainTaskResult_23(String_t* value) { ___plainTaskResult_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___plainTaskResult_23), (void*)value); } inline static int32_t get_offset_of_genericTaskWithContinueWithResult_24() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___genericTaskWithContinueWithResult_24)); } inline String_t* get_genericTaskWithContinueWithResult_24() const { return ___genericTaskWithContinueWithResult_24; } inline String_t** get_address_of_genericTaskWithContinueWithResult_24() { return &___genericTaskWithContinueWithResult_24; } inline void set_genericTaskWithContinueWithResult_24(String_t* value) { ___genericTaskWithContinueWithResult_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___genericTaskWithContinueWithResult_24), (void*)value); } inline static int32_t get_offset_of_invokeResults_25() { return static_cast(offsetof(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4, ___invokeResults_25)); } inline GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * get_invokeResults_25() const { return ___invokeResults_25; } inline GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F ** get_address_of_invokeResults_25() { return &___invokeResults_25; } inline void set_invokeResults_25(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * value) { ___invokeResults_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___invokeResults_25), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternalParser struct DerExternalParser_tAF6897202125E17FE810A76845F62499160460AA : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternalParser::_parser Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * ____parser_2; public: inline static int32_t get_offset_of__parser_2() { return static_cast(offsetof(DerExternalParser_tAF6897202125E17FE810A76845F62499160460AA, ____parser_2)); } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * get__parser_2() const { return ____parser_2; } inline Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 ** get_address_of__parser_2() { return &____parser_2; } inline void set__parser_2(Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * value) { ____parser_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____parser_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator struct DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3 : public Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::_tagged bool ____tagged_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::_isExplicit bool ____isExplicit_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::_tagNo int32_t ____tagNo_3; public: inline static int32_t get_offset_of__tagged_1() { return static_cast(offsetof(DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3, ____tagged_1)); } inline bool get__tagged_1() const { return ____tagged_1; } inline bool* get_address_of__tagged_1() { return &____tagged_1; } inline void set__tagged_1(bool value) { ____tagged_1 = value; } inline static int32_t get_offset_of__isExplicit_2() { return static_cast(offsetof(DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3, ____isExplicit_2)); } inline bool get__isExplicit_2() const { return ____isExplicit_2; } inline bool* get_address_of__isExplicit_2() { return &____isExplicit_2; } inline void set__isExplicit_2(bool value) { ____isExplicit_2 = value; } inline static int32_t get_offset_of__tagNo_3() { return static_cast(offsetof(DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3, ____tagNo_3)); } inline int32_t get__tagNo_3() const { return ____tagNo_3; } inline int32_t* get_address_of__tagNo_3() { return &____tagNo_3; } inline void set__tagNo_3(int32_t value) { ____tagNo_3 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // UnityEngine.Mathf struct Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194 { public: union { struct { }; uint8_t Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194__padding[1]; }; public: }; struct Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_StaticFields { public: // System.Single UnityEngine.Mathf::Epsilon float ___Epsilon_0; public: inline static int32_t get_offset_of_Epsilon_0() { return static_cast(offsetof(Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_StaticFields, ___Epsilon_0)); } inline float get_Epsilon_0() const { return ___Epsilon_0; } inline float* get_address_of_Epsilon_0() { return &___Epsilon_0; } inline void set_Epsilon_0(float value) { ___Epsilon_0 = value; } }; // UnityEngine.Matrix4x4 struct Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; struct Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___identityMatrix_17 = value; } }; // MyStreamManager struct MyStreamManager_t0FE26496961272E0B14F1CF7C87E01532EF22203 : public StreamManager_t6B73B8E1E5AC979248D2517660BDEA1B7254C607 { public: public: }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // BestHTTP.Examples.TypedDemoHub struct TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117 : public Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 { public: // System.String BestHTTP.Examples.TypedDemoHub::typedEchoResult String_t* ___typedEchoResult_7; // System.String BestHTTP.Examples.TypedDemoHub::typedEchoClientResult String_t* ___typedEchoClientResult_8; public: inline static int32_t get_offset_of_typedEchoResult_7() { return static_cast(offsetof(TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117, ___typedEchoResult_7)); } inline String_t* get_typedEchoResult_7() const { return ___typedEchoResult_7; } inline String_t** get_address_of_typedEchoResult_7() { return &___typedEchoResult_7; } inline void set_typedEchoResult_7(String_t* value) { ___typedEchoResult_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___typedEchoResult_7), (void*)value); } inline static int32_t get_offset_of_typedEchoClientResult_8() { return static_cast(offsetof(TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117, ___typedEchoClientResult_8)); } inline String_t* get_typedEchoClientResult_8() const { return ___typedEchoClientResult_8; } inline String_t** get_address_of_typedEchoClientResult_8() { return &___typedEchoClientResult_8; } inline void set_typedEchoClientResult_8(String_t* value) { ___typedEchoClientResult_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___typedEchoClientResult_8), (void*)value); } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // System.Nullable`1 struct Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D { public: // T System.Nullable`1::value DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___value_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_value_0() const { return ___value_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; public: inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::str ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8, ___str_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_str_2() const { return ___str_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_str_2() { return &___str_2; } inline void set_str_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::tagNo int32_t ___tagNo_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::explicitly bool ___explicitly_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_4; public: inline static int32_t get_offset_of_tagNo_2() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___tagNo_2)); } inline int32_t get_tagNo_2() const { return ___tagNo_2; } inline int32_t* get_address_of_tagNo_2() { return &___tagNo_2; } inline void set_tagNo_2(int32_t value) { ___tagNo_2 = value; } inline static int32_t get_offset_of_explicitly_3() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___explicitly_3)); } inline bool get_explicitly_3() const { return ___explicitly_3; } inline bool* get_address_of_explicitly_3() { return &___explicitly_3; } inline void set_explicitly_3(bool value) { ___explicitly_3 = value; } inline static int32_t get_offset_of_obj_4() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___obj_4)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_4() const { return ___obj_4; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_4() { return &___obj_4; } inline void set_obj_4(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_4), (void*)value); } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.BlockState struct BlockState_t8A84B62C774634A9CF7C15C7D1FF71CA1C7B4AD6 { public: // System.Int32 BestHTTP.Decompression.Zlib.BlockState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlockState_t8A84B62C774634A9CF7C15C7D1FF71CA1C7B4AD6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.CompressionLevel struct CompressionLevel_tACCC65ECBF70584F2B1C3F4ED9BC5E40268B5C17 { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionLevel_tACCC65ECBF70584F2B1C3F4ED9BC5E40268B5C17, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.CompressionMode struct CompressionMode_t982857C119B22F79EE435ECE70694AB0BF32B3CA { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionMode_t982857C119B22F79EE435ECE70694AB0BF32B3CA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.CompressionStrategy struct CompressionStrategy_t9452572F5B53F6A923762F92050084357119DD2F { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionStrategy::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionStrategy_t9452572F5B53F6A923762F92050084357119DD2F, ___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.ComputeBuffer struct ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 : public RuntimeObject { public: // System.IntPtr UnityEngine.ComputeBuffer::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427, ___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; } }; // UnityEngine.ComputeBufferType struct ComputeBufferType_t84C1ADBB95C83564E544ACB3E3F2336ACF68FB04 { public: // System.Int32 UnityEngine.ComputeBufferType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ComputeBufferType_t84C1ADBB95C83564E544ACB3E3F2336ACF68FB04, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalR.ConnectionStates struct ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386 { public: // System.Int32 BestHTTP.SignalR.ConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386, ___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.Globalization.DateTimeFormatFlags struct DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7 { public: // System.Int32 System.Globalization.DateTimeFormatFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7, ___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.Globalization.DateTimeStyles struct DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4 { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.DeflateFlavor struct DeflateFlavor_t6152FAD7935FEDACD974D3F5097DB491C6BAC0F2 { public: // System.Int32 BestHTTP.Decompression.Zlib.DeflateFlavor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeflateFlavor_t6152FAD7935FEDACD974D3F5097DB491C6BAC0F2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.DeflateStream struct DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // BestHTTP.Decompression.Zlib.ZlibBaseStream BestHTTP.Decompression.Zlib.DeflateStream::_baseStream ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * ____baseStream_5; // System.IO.Stream BestHTTP.Decompression.Zlib.DeflateStream::_innerStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____innerStream_6; // System.Boolean BestHTTP.Decompression.Zlib.DeflateStream::_disposed bool ____disposed_7; public: inline static int32_t get_offset_of__baseStream_5() { return static_cast(offsetof(DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B, ____baseStream_5)); } inline ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * get__baseStream_5() const { return ____baseStream_5; } inline ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 ** get_address_of__baseStream_5() { return &____baseStream_5; } inline void set__baseStream_5(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * value) { ____baseStream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____baseStream_5), (void*)value); } inline static int32_t get_offset_of__innerStream_6() { return static_cast(offsetof(DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B, ____innerStream_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__innerStream_6() const { return ____innerStream_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__innerStream_6() { return &____innerStream_6; } inline void set__innerStream_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____innerStream_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerStream_6), (void*)value); } inline static int32_t get_offset_of__disposed_7() { return static_cast(offsetof(DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B, ____disposed_7)); } inline bool get__disposed_7() const { return ____disposed_7; } inline bool* get_address_of__disposed_7() { return &____disposed_7; } inline void set__disposed_7(bool value) { ____disposed_7 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // UnityEngine.DepthTextureMode struct DepthTextureMode_t4A8E08C41731918FB0D7CA5C6848E3864A0DC09A { public: // System.Int32 UnityEngine.DepthTextureMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DepthTextureMode_t4A8E08C41731918FB0D7CA5C6848E3864A0DC09A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific struct DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::isConstructed bool ___isConstructed_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::tag int32_t ___tag_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::octets ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___octets_4; public: inline static int32_t get_offset_of_isConstructed_2() { return static_cast(offsetof(DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E, ___isConstructed_2)); } inline bool get_isConstructed_2() const { return ___isConstructed_2; } inline bool* get_address_of_isConstructed_2() { return &___isConstructed_2; } inline void set_isConstructed_2(bool value) { ___isConstructed_2 = value; } inline static int32_t get_offset_of_tag_3() { return static_cast(offsetof(DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E, ___tag_3)); } inline int32_t get_tag_3() const { return ___tag_3; } inline int32_t* get_address_of_tag_3() { return &___tag_3; } inline void set_tag_3(int32_t value) { ___tag_3 = value; } inline static int32_t get_offset_of_octets_4() { return static_cast(offsetof(DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E, ___octets_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_octets_4() const { return ___octets_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_octets_4() { return &___octets_4; } inline void set_octets_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___octets_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___octets_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean struct DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::value uint8_t ___value_2; public: inline static int32_t get_offset_of_value_2() { return static_cast(offsetof(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE, ___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; } }; struct DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::False DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * ___False_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::True DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * ___True_4; public: inline static int32_t get_offset_of_False_3() { return static_cast(offsetof(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields, ___False_3)); } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * get_False_3() const { return ___False_3; } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE ** get_address_of_False_3() { return &___False_3; } inline void set_False_3(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * value) { ___False_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___False_3), (void*)value); } inline static int32_t get_offset_of_True_4() { return static_cast(offsetof(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields, ___True_4)); } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * get_True_4() const { return ___True_4; } inline DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE ** get_address_of_True_4() { return &___True_4; } inline void set_True_4(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * value) { ___True_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___True_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated struct DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_2; public: inline static int32_t get_offset_of_bytes_2() { return static_cast(offsetof(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229, ___bytes_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_2() const { return ___bytes_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_2() { return &___bytes_2; } inline void set_bytes_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_2), (void*)value); } }; struct DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::cache DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* ___cache_3; public: inline static int32_t get_offset_of_cache_3() { return static_cast(offsetof(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_StaticFields, ___cache_3)); } inline DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* get_cache_3() const { return ___cache_3; } inline DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D** get_address_of_cache_3() { return &___cache_3; } inline void set_cache_3(DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* value) { ___cache_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal struct DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::directReference DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___directReference_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::indirectReference DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___indirectReference_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::dataValueDescriptor Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___dataValueDescriptor_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::encoding int32_t ___encoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::externalContent Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___externalContent_6; public: inline static int32_t get_offset_of_directReference_2() { return static_cast(offsetof(DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2, ___directReference_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_directReference_2() const { return ___directReference_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_directReference_2() { return &___directReference_2; } inline void set_directReference_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___directReference_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___directReference_2), (void*)value); } inline static int32_t get_offset_of_indirectReference_3() { return static_cast(offsetof(DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2, ___indirectReference_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_indirectReference_3() const { return ___indirectReference_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_indirectReference_3() { return &___indirectReference_3; } inline void set_indirectReference_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___indirectReference_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___indirectReference_3), (void*)value); } inline static int32_t get_offset_of_dataValueDescriptor_4() { return static_cast(offsetof(DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2, ___dataValueDescriptor_4)); } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * get_dataValueDescriptor_4() const { return ___dataValueDescriptor_4; } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC ** get_address_of_dataValueDescriptor_4() { return &___dataValueDescriptor_4; } inline void set_dataValueDescriptor_4(Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * value) { ___dataValueDescriptor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataValueDescriptor_4), (void*)value); } inline static int32_t get_offset_of_encoding_5() { return static_cast(offsetof(DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2, ___encoding_5)); } inline int32_t get_encoding_5() const { return ___encoding_5; } inline int32_t* get_address_of_encoding_5() { return &___encoding_5; } inline void set_encoding_5(int32_t value) { ___encoding_5 = value; } inline static int32_t get_offset_of_externalContent_6() { return static_cast(offsetof(DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2, ___externalContent_6)); } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * get_externalContent_6() const { return ___externalContent_6; } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC ** get_address_of_externalContent_6() { return &___externalContent_6; } inline void set_externalContent_6(Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * value) { ___externalContent_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___externalContent_6), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::time String_t* ___time_2; public: inline static int32_t get_offset_of_time_2() { return static_cast(offsetof(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0, ___time_2)); } inline String_t* get_time_2() const { return ___time_2; } inline String_t** get_address_of_time_2() { return &___time_2; } inline void set_time_2(String_t* value) { ___time_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___time_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_3; public: inline static int32_t get_offset_of_bytes_3() { return static_cast(offsetof(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157, ___bytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_3() const { return ___bytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_3() { return &___bytes_3; } inline void set_bytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::identifier String_t* ___identifier_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::body ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body_3; public: inline static int32_t get_offset_of_identifier_2() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___identifier_2)); } inline String_t* get_identifier_2() const { return ___identifier_2; } inline String_t** get_address_of_identifier_2() { return &___identifier_2; } inline void set_identifier_2(String_t* value) { ___identifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_2), (void*)value); } inline static int32_t get_offset_of_body_3() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___body_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_body_3() const { return ___body_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_body_3() { return &___body_3; } inline void set_body_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___body_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_3), (void*)value); } }; struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::cache DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* ___cache_5; public: inline static int32_t get_offset_of_cache_5() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields, ___cache_5)); } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* get_cache_5() const { return ___cache_5; } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F** get_address_of_cache_5() { return &___cache_5; } inline void set_cache_5(DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* value) { ___cache_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // UnityEngine.FilterMode struct FilterMode_tE90A08FD96A142C761463D65E524BCDBFEEE3D19 { public: // System.Int32 UnityEngine.FilterMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FilterMode_tE90A08FD96A142C761463D65E524BCDBFEEE3D19, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream struct FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.FilterStream::s Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s_5; public: inline static int32_t get_offset_of_s_5() { return static_cast(offsetof(FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A, ___s_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_s_5() const { return ___s_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_s_5() { return &___s_5; } inline void set_s_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___s_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_5), (void*)value); } }; // BestHTTP.Decompression.Zlib.FlushType struct FlushType_t3B2A005B97431886F7418469BB8AAD3D6C6D9B45 { public: // System.Int32 BestHTTP.Decompression.Zlib.FlushType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FlushType_t3B2A005B97431886F7418469BB8AAD3D6C6D9B45, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Examples.GUIHelper struct GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F : public RuntimeObject { public: public: }; struct GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields { public: // System.String BestHTTP.Examples.GUIHelper::BaseURL String_t* ___BaseURL_0; // UnityEngine.GUIStyle BestHTTP.Examples.GUIHelper::centerAlignedLabel GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___centerAlignedLabel_1; // UnityEngine.GUIStyle BestHTTP.Examples.GUIHelper::rightAlignedLabel GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___rightAlignedLabel_2; // UnityEngine.Rect BestHTTP.Examples.GUIHelper::ClientArea Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___ClientArea_3; public: inline static int32_t get_offset_of_BaseURL_0() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___BaseURL_0)); } inline String_t* get_BaseURL_0() const { return ___BaseURL_0; } inline String_t** get_address_of_BaseURL_0() { return &___BaseURL_0; } inline void set_BaseURL_0(String_t* value) { ___BaseURL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseURL_0), (void*)value); } inline static int32_t get_offset_of_centerAlignedLabel_1() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___centerAlignedLabel_1)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_centerAlignedLabel_1() const { return ___centerAlignedLabel_1; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_centerAlignedLabel_1() { return &___centerAlignedLabel_1; } inline void set_centerAlignedLabel_1(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___centerAlignedLabel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___centerAlignedLabel_1), (void*)value); } inline static int32_t get_offset_of_rightAlignedLabel_2() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___rightAlignedLabel_2)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_rightAlignedLabel_2() const { return ___rightAlignedLabel_2; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_rightAlignedLabel_2() { return &___rightAlignedLabel_2; } inline void set_rightAlignedLabel_2(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___rightAlignedLabel_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightAlignedLabel_2), (void*)value); } inline static int32_t get_offset_of_ClientArea_3() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___ClientArea_3)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_ClientArea_3() const { return ___ClientArea_3; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_ClientArea_3() { return &___ClientArea_3; } inline void set_ClientArea_3(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___ClientArea_3 = value; } }; // BestHTTP.Examples.GUIMessageList struct GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Examples.GUIMessageList::messages List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___messages_0; // UnityEngine.Vector2 BestHTTP.Examples.GUIMessageList::scrollPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPos_1; public: inline static int32_t get_offset_of_messages_0() { return static_cast(offsetof(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F, ___messages_0)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_messages_0() const { return ___messages_0; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_messages_0() { return &___messages_0; } inline void set_messages_0(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___messages_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___messages_0), (void*)value); } inline static int32_t get_offset_of_scrollPos_1() { return static_cast(offsetof(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F, ___scrollPos_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPos_1() const { return ___scrollPos_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPos_1() { return &___scrollPos_1; } inline void set_scrollPos_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPos_1 = value; } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // UnityEngine.MeshTopology struct MeshTopology_tF37D1A0C174D5906B715580E7318A21B4263C1A6 { public: // System.Int32 UnityEngine.MeshTopology::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MeshTopology_tF37D1A0C174D5906B715580E7318A21B4263C1A6, ___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.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // BestHTTP.SignalR.ProtocolVersions struct ProtocolVersions_tCB342D567B31653391C313CA5D254D81368BC5E7 { public: // System.Byte BestHTTP.SignalR.ProtocolVersions::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProtocolVersions_tCB342D567B31653391C313CA5D254D81368BC5E7, ___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; } }; // UnityEngine.RenderTextureFormat struct RenderTextureFormat_t8371287102ED67772EF78229CF4AB9D38C2CD626 { public: // System.Int32 UnityEngine.RenderTextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderTextureFormat_t8371287102ED67772EF78229CF4AB9D38C2CD626, ___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.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___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.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { 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_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SupportedProtocols struct SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B { public: // System.Int32 BestHTTP.SupportedProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // System.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___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.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___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.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.ZlibStreamFlavor struct ZlibStreamFlavor_tFF5D12E6DF48A12F37836CAFF76F19B8B06E314E { public: // System.Int32 BestHTTP.Decompression.Zlib.ZlibStreamFlavor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ZlibStreamFlavor_tFF5D12E6DF48A12F37836CAFF76F19B8B06E314E, ___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; } }; // UnityStandardAssets.ImageEffects.DepthOfField/BlurSampleCount struct BlurSampleCount_t28CE792FED1370514D1D475D244100DC64755AB8 { public: // System.Int32 UnityStandardAssets.ImageEffects.DepthOfField/BlurSampleCount::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlurSampleCount_t28CE792FED1370514D1D475D244100DC64755AB8, ___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; } }; // UnityStandardAssets.ImageEffects.DepthOfField/BlurType struct BlurType_tC015CEFDC0AA2C91C1FB578FA4547BFE0F8B87C6 { public: // System.Int32 UnityStandardAssets.ImageEffects.DepthOfField/BlurType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlurType_tC015CEFDC0AA2C91C1FB578FA4547BFE0F8B87C6, ___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; } }; // UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/BokehDestination struct BokehDestination_t148B47641A94AE9395683DE6A9D07C6FF5708EF5 { public: // System.Int32 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/BokehDestination::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BokehDestination_t148B47641A94AE9395683DE6A9D07C6FF5708EF5, ___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; } }; // UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/Dof34QualitySetting struct Dof34QualitySetting_tA15D6426EF093EDF9D765CACF9ABF5554CFECF74 { public: // System.Int32 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/Dof34QualitySetting::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Dof34QualitySetting_tA15D6426EF093EDF9D765CACF9ABF5554CFECF74, ___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; } }; // UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/DofBlurriness struct DofBlurriness_t9D63A6DF67FFC6A9F1401ACFFB0892386C8EF9F5 { public: // System.Int32 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/DofBlurriness::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DofBlurriness_t9D63A6DF67FFC6A9F1401ACFFB0892386C8EF9F5, ___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; } }; // UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/DofResolution struct DofResolution_t907D355322D026649835EAB00FF62B6410DF72F5 { public: // System.Int32 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/DofResolution::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DofResolution_t907D355322D026649835EAB00FF62B6410DF72F5, ___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.GUILayoutOption/Type struct Type_t79FB5C82B695061CED8D628CBB6A1E8709705288 { public: // System.Int32 UnityEngine.GUILayoutOption/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_t79FB5C82B695061CED8D628CBB6A1E8709705288, ___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.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.ZlibBaseStream/StreamMode struct StreamMode_t474448175308F31151931899EFB7A26AE6DC3264 { public: // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream/StreamMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamMode_t474448175308F31151931899EFB7A26AE6DC3264, ___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.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC : public RuntimeObject { public: // System.Uri BestHTTP.SignalR.Connection::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_1; // BestHTTP.SignalR.ConnectionStates BestHTTP.SignalR.Connection::_state int32_t ____state_2; // BestHTTP.SignalR.NegotiationData BestHTTP.SignalR.Connection::k__BackingField NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * ___U3CNegotiationResultU3Ek__BackingField_3; // BestHTTP.SignalR.Hubs.Hub[] BestHTTP.SignalR.Connection::k__BackingField HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* ___U3CHubsU3Ek__BackingField_4; // BestHTTP.SignalR.Transports.TransportBase BestHTTP.SignalR.Connection::k__BackingField TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * ___U3CTransportU3Ek__BackingField_5; // BestHTTP.SignalR.ProtocolVersions BestHTTP.SignalR.Connection::k__BackingField uint8_t ___U3CProtocolU3Ek__BackingField_6; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 BestHTTP.SignalR.Connection::additionalQueryParams ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * ___additionalQueryParams_7; // System.Boolean BestHTTP.SignalR.Connection::k__BackingField bool ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::k__BackingField RuntimeObject* ___U3CJsonEncoderU3Ek__BackingField_9; // BestHTTP.SignalR.Authentication.IAuthenticationProvider BestHTTP.SignalR.Connection::k__BackingField RuntimeObject* ___U3CAuthenticationProviderU3Ek__BackingField_10; // System.TimeSpan BestHTTP.SignalR.Connection::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingIntervalU3Ek__BackingField_11; // System.TimeSpan BestHTTP.SignalR.Connection::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CReconnectDelayU3Ek__BackingField_12; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnConnected OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnConnected_13; // BestHTTP.SignalR.OnClosedDelegate BestHTTP.SignalR.Connection::OnClosed OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * ___OnClosed_14; // BestHTTP.SignalR.OnErrorDelegate BestHTTP.SignalR.Connection::OnError OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * ___OnError_15; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnReconnecting OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnReconnecting_16; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnReconnected OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnReconnected_17; // BestHTTP.SignalR.OnStateChanged BestHTTP.SignalR.Connection::OnStateChanged OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * ___OnStateChanged_18; // BestHTTP.SignalR.OnNonHubMessageDelegate BestHTTP.SignalR.Connection::OnNonHubMessage OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * ___OnNonHubMessage_19; // BestHTTP.SignalR.OnPrepareRequestDelegate BestHTTP.SignalR.Connection::k__BackingField OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * ___U3CRequestPreparatorU3Ek__BackingField_20; // System.Object BestHTTP.SignalR.Connection::SyncRoot RuntimeObject * ___SyncRoot_21; // System.UInt64 BestHTTP.SignalR.Connection::k__BackingField uint64_t ___U3CClientMessageCounterU3Ek__BackingField_22; // System.String[] BestHTTP.SignalR.Connection::ClientProtocols StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___ClientProtocols_23; // System.UInt64 BestHTTP.SignalR.Connection::RequestCounter uint64_t ___RequestCounter_24; // BestHTTP.SignalR.Messages.MultiMessage BestHTTP.SignalR.Connection::LastReceivedMessage MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * ___LastReceivedMessage_25; // System.String BestHTTP.SignalR.Connection::GroupsToken String_t* ___GroupsToken_26; // System.Collections.Generic.List`1 BestHTTP.SignalR.Connection::BufferedMessages List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * ___BufferedMessages_27; // System.DateTime BestHTTP.SignalR.Connection::LastMessageReceivedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastMessageReceivedAt_28; // System.DateTime BestHTTP.SignalR.Connection::ReconnectStartedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectStartedAt_29; // System.DateTime BestHTTP.SignalR.Connection::ReconnectDelayStartedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectDelayStartedAt_30; // System.Boolean BestHTTP.SignalR.Connection::ReconnectStarted bool ___ReconnectStarted_31; // System.DateTime BestHTTP.SignalR.Connection::LastPingSentAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastPingSentAt_32; // BestHTTP.HTTPRequest BestHTTP.SignalR.Connection::PingRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___PingRequest_33; // System.Nullable`1 BestHTTP.SignalR.Connection::TransportConnectionStartedAt Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D ___TransportConnectionStartedAt_34; // System.Text.StringBuilder BestHTTP.SignalR.Connection::queryBuilder StringBuilder_t * ___queryBuilder_35; // System.String BestHTTP.SignalR.Connection::BuiltConnectionData String_t* ___BuiltConnectionData_36; // System.String BestHTTP.SignalR.Connection::BuiltQueryParams String_t* ___BuiltQueryParams_37; // BestHTTP.SupportedProtocols BestHTTP.SignalR.Connection::NextProtocolToTry int32_t ___NextProtocolToTry_38; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_1() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CUriU3Ek__BackingField_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_1() const { return ___U3CUriU3Ek__BackingField_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_1() { return &___U3CUriU3Ek__BackingField_1; } inline void set_U3CUriU3Ek__BackingField_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of__state_2() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ____state_2)); } inline int32_t get__state_2() const { return ____state_2; } inline int32_t* get_address_of__state_2() { return &____state_2; } inline void set__state_2(int32_t value) { ____state_2 = value; } inline static int32_t get_offset_of_U3CNegotiationResultU3Ek__BackingField_3() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CNegotiationResultU3Ek__BackingField_3)); } inline NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * get_U3CNegotiationResultU3Ek__BackingField_3() const { return ___U3CNegotiationResultU3Ek__BackingField_3; } inline NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 ** get_address_of_U3CNegotiationResultU3Ek__BackingField_3() { return &___U3CNegotiationResultU3Ek__BackingField_3; } inline void set_U3CNegotiationResultU3Ek__BackingField_3(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * value) { ___U3CNegotiationResultU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNegotiationResultU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CHubsU3Ek__BackingField_4() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CHubsU3Ek__BackingField_4)); } inline HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* get_U3CHubsU3Ek__BackingField_4() const { return ___U3CHubsU3Ek__BackingField_4; } inline HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44** get_address_of_U3CHubsU3Ek__BackingField_4() { return &___U3CHubsU3Ek__BackingField_4; } inline void set_U3CHubsU3Ek__BackingField_4(HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* value) { ___U3CHubsU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHubsU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CTransportU3Ek__BackingField_5() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CTransportU3Ek__BackingField_5)); } inline TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * get_U3CTransportU3Ek__BackingField_5() const { return ___U3CTransportU3Ek__BackingField_5; } inline TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC ** get_address_of_U3CTransportU3Ek__BackingField_5() { return &___U3CTransportU3Ek__BackingField_5; } inline void set_U3CTransportU3Ek__BackingField_5(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * value) { ___U3CTransportU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransportU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CProtocolU3Ek__BackingField_6() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CProtocolU3Ek__BackingField_6)); } inline uint8_t get_U3CProtocolU3Ek__BackingField_6() const { return ___U3CProtocolU3Ek__BackingField_6; } inline uint8_t* get_address_of_U3CProtocolU3Ek__BackingField_6() { return &___U3CProtocolU3Ek__BackingField_6; } inline void set_U3CProtocolU3Ek__BackingField_6(uint8_t value) { ___U3CProtocolU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_additionalQueryParams_7() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___additionalQueryParams_7)); } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * get_additionalQueryParams_7() const { return ___additionalQueryParams_7; } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 ** get_address_of_additionalQueryParams_7() { return &___additionalQueryParams_7; } inline void set_additionalQueryParams_7(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * value) { ___additionalQueryParams_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalQueryParams_7), (void*)value); } inline static int32_t get_offset_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8)); } inline bool get_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() const { return ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; } inline bool* get_address_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() { return &___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; } inline void set_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8(bool value) { ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CJsonEncoderU3Ek__BackingField_9() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CJsonEncoderU3Ek__BackingField_9)); } inline RuntimeObject* get_U3CJsonEncoderU3Ek__BackingField_9() const { return ___U3CJsonEncoderU3Ek__BackingField_9; } inline RuntimeObject** get_address_of_U3CJsonEncoderU3Ek__BackingField_9() { return &___U3CJsonEncoderU3Ek__BackingField_9; } inline void set_U3CJsonEncoderU3Ek__BackingField_9(RuntimeObject* value) { ___U3CJsonEncoderU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJsonEncoderU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CAuthenticationProviderU3Ek__BackingField_10)); } inline RuntimeObject* get_U3CAuthenticationProviderU3Ek__BackingField_10() const { return ___U3CAuthenticationProviderU3Ek__BackingField_10; } inline RuntimeObject** get_address_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return &___U3CAuthenticationProviderU3Ek__BackingField_10; } inline void set_U3CAuthenticationProviderU3Ek__BackingField_10(RuntimeObject* value) { ___U3CAuthenticationProviderU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAuthenticationProviderU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CPingIntervalU3Ek__BackingField_11() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CPingIntervalU3Ek__BackingField_11)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CPingIntervalU3Ek__BackingField_11() const { return ___U3CPingIntervalU3Ek__BackingField_11; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CPingIntervalU3Ek__BackingField_11() { return &___U3CPingIntervalU3Ek__BackingField_11; } inline void set_U3CPingIntervalU3Ek__BackingField_11(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CPingIntervalU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CReconnectDelayU3Ek__BackingField_12() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CReconnectDelayU3Ek__BackingField_12)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CReconnectDelayU3Ek__BackingField_12() const { return ___U3CReconnectDelayU3Ek__BackingField_12; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CReconnectDelayU3Ek__BackingField_12() { return &___U3CReconnectDelayU3Ek__BackingField_12; } inline void set_U3CReconnectDelayU3Ek__BackingField_12(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CReconnectDelayU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_OnConnected_13() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnConnected_13)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnConnected_13() const { return ___OnConnected_13; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnConnected_13() { return &___OnConnected_13; } inline void set_OnConnected_13(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnConnected_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_13), (void*)value); } inline static int32_t get_offset_of_OnClosed_14() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnClosed_14)); } inline OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * get_OnClosed_14() const { return ___OnClosed_14; } inline OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA ** get_address_of_OnClosed_14() { return &___OnClosed_14; } inline void set_OnClosed_14(OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * value) { ___OnClosed_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_14), (void*)value); } inline static int32_t get_offset_of_OnError_15() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnError_15)); } inline OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * get_OnError_15() const { return ___OnError_15; } inline OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 ** get_address_of_OnError_15() { return &___OnError_15; } inline void set_OnError_15(OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * value) { ___OnError_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_15), (void*)value); } inline static int32_t get_offset_of_OnReconnecting_16() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnReconnecting_16)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnReconnecting_16() const { return ___OnReconnecting_16; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnReconnecting_16() { return &___OnReconnecting_16; } inline void set_OnReconnecting_16(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnReconnecting_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReconnecting_16), (void*)value); } inline static int32_t get_offset_of_OnReconnected_17() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnReconnected_17)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnReconnected_17() const { return ___OnReconnected_17; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnReconnected_17() { return &___OnReconnected_17; } inline void set_OnReconnected_17(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnReconnected_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReconnected_17), (void*)value); } inline static int32_t get_offset_of_OnStateChanged_18() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnStateChanged_18)); } inline OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * get_OnStateChanged_18() const { return ___OnStateChanged_18; } inline OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 ** get_address_of_OnStateChanged_18() { return &___OnStateChanged_18; } inline void set_OnStateChanged_18(OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * value) { ___OnStateChanged_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnStateChanged_18), (void*)value); } inline static int32_t get_offset_of_OnNonHubMessage_19() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnNonHubMessage_19)); } inline OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * get_OnNonHubMessage_19() const { return ___OnNonHubMessage_19; } inline OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 ** get_address_of_OnNonHubMessage_19() { return &___OnNonHubMessage_19; } inline void set_OnNonHubMessage_19(OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * value) { ___OnNonHubMessage_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnNonHubMessage_19), (void*)value); } inline static int32_t get_offset_of_U3CRequestPreparatorU3Ek__BackingField_20() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CRequestPreparatorU3Ek__BackingField_20)); } inline OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * get_U3CRequestPreparatorU3Ek__BackingField_20() const { return ___U3CRequestPreparatorU3Ek__BackingField_20; } inline OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 ** get_address_of_U3CRequestPreparatorU3Ek__BackingField_20() { return &___U3CRequestPreparatorU3Ek__BackingField_20; } inline void set_U3CRequestPreparatorU3Ek__BackingField_20(OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * value) { ___U3CRequestPreparatorU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRequestPreparatorU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_SyncRoot_21() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___SyncRoot_21)); } inline RuntimeObject * get_SyncRoot_21() const { return ___SyncRoot_21; } inline RuntimeObject ** get_address_of_SyncRoot_21() { return &___SyncRoot_21; } inline void set_SyncRoot_21(RuntimeObject * value) { ___SyncRoot_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_21), (void*)value); } inline static int32_t get_offset_of_U3CClientMessageCounterU3Ek__BackingField_22() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CClientMessageCounterU3Ek__BackingField_22)); } inline uint64_t get_U3CClientMessageCounterU3Ek__BackingField_22() const { return ___U3CClientMessageCounterU3Ek__BackingField_22; } inline uint64_t* get_address_of_U3CClientMessageCounterU3Ek__BackingField_22() { return &___U3CClientMessageCounterU3Ek__BackingField_22; } inline void set_U3CClientMessageCounterU3Ek__BackingField_22(uint64_t value) { ___U3CClientMessageCounterU3Ek__BackingField_22 = value; } inline static int32_t get_offset_of_ClientProtocols_23() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ClientProtocols_23)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_ClientProtocols_23() const { return ___ClientProtocols_23; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_ClientProtocols_23() { return &___ClientProtocols_23; } inline void set_ClientProtocols_23(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___ClientProtocols_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClientProtocols_23), (void*)value); } inline static int32_t get_offset_of_RequestCounter_24() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___RequestCounter_24)); } inline uint64_t get_RequestCounter_24() const { return ___RequestCounter_24; } inline uint64_t* get_address_of_RequestCounter_24() { return &___RequestCounter_24; } inline void set_RequestCounter_24(uint64_t value) { ___RequestCounter_24 = value; } inline static int32_t get_offset_of_LastReceivedMessage_25() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastReceivedMessage_25)); } inline MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * get_LastReceivedMessage_25() const { return ___LastReceivedMessage_25; } inline MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 ** get_address_of_LastReceivedMessage_25() { return &___LastReceivedMessage_25; } inline void set_LastReceivedMessage_25(MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * value) { ___LastReceivedMessage_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___LastReceivedMessage_25), (void*)value); } inline static int32_t get_offset_of_GroupsToken_26() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___GroupsToken_26)); } inline String_t* get_GroupsToken_26() const { return ___GroupsToken_26; } inline String_t** get_address_of_GroupsToken_26() { return &___GroupsToken_26; } inline void set_GroupsToken_26(String_t* value) { ___GroupsToken_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___GroupsToken_26), (void*)value); } inline static int32_t get_offset_of_BufferedMessages_27() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BufferedMessages_27)); } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * get_BufferedMessages_27() const { return ___BufferedMessages_27; } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 ** get_address_of_BufferedMessages_27() { return &___BufferedMessages_27; } inline void set_BufferedMessages_27(List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * value) { ___BufferedMessages_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___BufferedMessages_27), (void*)value); } inline static int32_t get_offset_of_LastMessageReceivedAt_28() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastMessageReceivedAt_28)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastMessageReceivedAt_28() const { return ___LastMessageReceivedAt_28; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastMessageReceivedAt_28() { return &___LastMessageReceivedAt_28; } inline void set_LastMessageReceivedAt_28(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastMessageReceivedAt_28 = value; } inline static int32_t get_offset_of_ReconnectStartedAt_29() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectStartedAt_29)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectStartedAt_29() const { return ___ReconnectStartedAt_29; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectStartedAt_29() { return &___ReconnectStartedAt_29; } inline void set_ReconnectStartedAt_29(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectStartedAt_29 = value; } inline static int32_t get_offset_of_ReconnectDelayStartedAt_30() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectDelayStartedAt_30)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectDelayStartedAt_30() const { return ___ReconnectDelayStartedAt_30; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectDelayStartedAt_30() { return &___ReconnectDelayStartedAt_30; } inline void set_ReconnectDelayStartedAt_30(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectDelayStartedAt_30 = value; } inline static int32_t get_offset_of_ReconnectStarted_31() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectStarted_31)); } inline bool get_ReconnectStarted_31() const { return ___ReconnectStarted_31; } inline bool* get_address_of_ReconnectStarted_31() { return &___ReconnectStarted_31; } inline void set_ReconnectStarted_31(bool value) { ___ReconnectStarted_31 = value; } inline static int32_t get_offset_of_LastPingSentAt_32() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastPingSentAt_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastPingSentAt_32() const { return ___LastPingSentAt_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastPingSentAt_32() { return &___LastPingSentAt_32; } inline void set_LastPingSentAt_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastPingSentAt_32 = value; } inline static int32_t get_offset_of_PingRequest_33() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___PingRequest_33)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_PingRequest_33() const { return ___PingRequest_33; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_PingRequest_33() { return &___PingRequest_33; } inline void set_PingRequest_33(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___PingRequest_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___PingRequest_33), (void*)value); } inline static int32_t get_offset_of_TransportConnectionStartedAt_34() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___TransportConnectionStartedAt_34)); } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D get_TransportConnectionStartedAt_34() const { return ___TransportConnectionStartedAt_34; } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * get_address_of_TransportConnectionStartedAt_34() { return &___TransportConnectionStartedAt_34; } inline void set_TransportConnectionStartedAt_34(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D value) { ___TransportConnectionStartedAt_34 = value; } inline static int32_t get_offset_of_queryBuilder_35() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___queryBuilder_35)); } inline StringBuilder_t * get_queryBuilder_35() const { return ___queryBuilder_35; } inline StringBuilder_t ** get_address_of_queryBuilder_35() { return &___queryBuilder_35; } inline void set_queryBuilder_35(StringBuilder_t * value) { ___queryBuilder_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___queryBuilder_35), (void*)value); } inline static int32_t get_offset_of_BuiltConnectionData_36() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BuiltConnectionData_36)); } inline String_t* get_BuiltConnectionData_36() const { return ___BuiltConnectionData_36; } inline String_t** get_address_of_BuiltConnectionData_36() { return &___BuiltConnectionData_36; } inline void set_BuiltConnectionData_36(String_t* value) { ___BuiltConnectionData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltConnectionData_36), (void*)value); } inline static int32_t get_offset_of_BuiltQueryParams_37() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BuiltQueryParams_37)); } inline String_t* get_BuiltQueryParams_37() const { return ___BuiltQueryParams_37; } inline String_t** get_address_of_BuiltQueryParams_37() { return &___BuiltQueryParams_37; } inline void set_BuiltQueryParams_37(String_t* value) { ___BuiltQueryParams_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltQueryParams_37), (void*)value); } inline static int32_t get_offset_of_NextProtocolToTry_38() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___NextProtocolToTry_38)); } inline int32_t get_NextProtocolToTry_38() const { return ___NextProtocolToTry_38; } inline int32_t* get_address_of_NextProtocolToTry_38() { return &___NextProtocolToTry_38; } inline void set_NextProtocolToTry_38(int32_t value) { ___NextProtocolToTry_38 = value; } }; struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields { public: // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::DefaultEncoder RuntimeObject* ___DefaultEncoder_0; public: inline static int32_t get_offset_of_DefaultEncoder_0() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields, ___DefaultEncoder_0)); } inline RuntimeObject* get_DefaultEncoder_0() const { return ___DefaultEncoder_0; } inline RuntimeObject** get_address_of_DefaultEncoder_0() { return &___DefaultEncoder_0; } inline void set_DefaultEncoder_0(RuntimeObject* value) { ___DefaultEncoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultEncoder_0), (void*)value); } }; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 : public RuntimeObject { public: // System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_1; // System.String System.Globalization.DateTimeFormatInfo::m_name String_t* ___m_name_2; // System.String System.Globalization.DateTimeFormatInfo::m_langName String_t* ___m_langName_3; // System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::m_compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_compareInfo_4; // System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::m_cultureInfo CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_cultureInfo_5; // System.String System.Globalization.DateTimeFormatInfo::amDesignator String_t* ___amDesignator_6; // System.String System.Globalization.DateTimeFormatInfo::pmDesignator String_t* ___pmDesignator_7; // System.String System.Globalization.DateTimeFormatInfo::dateSeparator String_t* ___dateSeparator_8; // System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern String_t* ___generalShortTimePattern_9; // System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern String_t* ___generalLongTimePattern_10; // System.String System.Globalization.DateTimeFormatInfo::timeSeparator String_t* ___timeSeparator_11; // System.String System.Globalization.DateTimeFormatInfo::monthDayPattern String_t* ___monthDayPattern_12; // System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern String_t* ___dateTimeOffsetPattern_13; // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_17; // System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek int32_t ___firstDayOfWeek_18; // System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule int32_t ___calendarWeekRule_19; // System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern String_t* ___fullDateTimePattern_20; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___abbreviatedDayNames_21; // System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_superShortDayNames_22; // System.String[] System.Globalization.DateTimeFormatInfo::dayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___dayNames_23; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___abbreviatedMonthNames_24; // System.String[] System.Globalization.DateTimeFormatInfo::monthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___monthNames_25; // System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___genitiveMonthNames_26; // System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_genitiveAbbreviatedMonthNames_27; // System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___leapYearMonthNames_28; // System.String System.Globalization.DateTimeFormatInfo::longDatePattern String_t* ___longDatePattern_29; // System.String System.Globalization.DateTimeFormatInfo::shortDatePattern String_t* ___shortDatePattern_30; // System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern String_t* ___yearMonthPattern_31; // System.String System.Globalization.DateTimeFormatInfo::longTimePattern String_t* ___longTimePattern_32; // System.String System.Globalization.DateTimeFormatInfo::shortTimePattern String_t* ___shortTimePattern_33; // System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allYearMonthPatterns_34; // System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allShortDatePatterns_35; // System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allLongDatePatterns_36; // System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allShortTimePatterns_37; // System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allLongTimePatterns_38; // System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_eraNames_39; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_abbrevEraNames_40; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_abbrevEnglishEraNames_41; // System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___optionalCalendars_42; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly bool ___m_isReadOnly_44; // System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags int32_t ___formatFlags_45; // System.Int32 System.Globalization.DateTimeFormatInfo::CultureID int32_t ___CultureID_47; // System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride bool ___m_useUserOverride_48; // System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo bool ___bUseCalendarInfo_49; // System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem int32_t ___nDataItem_50; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar bool ___m_isDefaultCalendar_51; // System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_dateWords_53; // System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanPositivePattern String_t* ___m_fullTimeSpanPositivePattern_54; // System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanNegativePattern String_t* ___m_fullTimeSpanNegativePattern_55; // System.Globalization.TokenHashValue[] System.Globalization.DateTimeFormatInfo::m_dtfiTokenHash TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* ___m_dtfiTokenHash_57; public: inline static int32_t get_offset_of_m_cultureData_1() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_cultureData_1)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_1() const { return ___m_cultureData_1; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_1() { return &___m_cultureData_1; } inline void set_m_cultureData_1(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_1), (void*)value); } inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_name_2)); } inline String_t* get_m_name_2() const { return ___m_name_2; } inline String_t** get_address_of_m_name_2() { return &___m_name_2; } inline void set_m_name_2(String_t* value) { ___m_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value); } inline static int32_t get_offset_of_m_langName_3() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_langName_3)); } inline String_t* get_m_langName_3() const { return ___m_langName_3; } inline String_t** get_address_of_m_langName_3() { return &___m_langName_3; } inline void set_m_langName_3(String_t* value) { ___m_langName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_langName_3), (void*)value); } inline static int32_t get_offset_of_m_compareInfo_4() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_compareInfo_4)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_m_compareInfo_4() const { return ___m_compareInfo_4; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_m_compareInfo_4() { return &___m_compareInfo_4; } inline void set_m_compareInfo_4(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___m_compareInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_4), (void*)value); } inline static int32_t get_offset_of_m_cultureInfo_5() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_cultureInfo_5)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_cultureInfo_5() const { return ___m_cultureInfo_5; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_cultureInfo_5() { return &___m_cultureInfo_5; } inline void set_m_cultureInfo_5(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_cultureInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureInfo_5), (void*)value); } inline static int32_t get_offset_of_amDesignator_6() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___amDesignator_6)); } inline String_t* get_amDesignator_6() const { return ___amDesignator_6; } inline String_t** get_address_of_amDesignator_6() { return &___amDesignator_6; } inline void set_amDesignator_6(String_t* value) { ___amDesignator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___amDesignator_6), (void*)value); } inline static int32_t get_offset_of_pmDesignator_7() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___pmDesignator_7)); } inline String_t* get_pmDesignator_7() const { return ___pmDesignator_7; } inline String_t** get_address_of_pmDesignator_7() { return &___pmDesignator_7; } inline void set_pmDesignator_7(String_t* value) { ___pmDesignator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___pmDesignator_7), (void*)value); } inline static int32_t get_offset_of_dateSeparator_8() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dateSeparator_8)); } inline String_t* get_dateSeparator_8() const { return ___dateSeparator_8; } inline String_t** get_address_of_dateSeparator_8() { return &___dateSeparator_8; } inline void set_dateSeparator_8(String_t* value) { ___dateSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateSeparator_8), (void*)value); } inline static int32_t get_offset_of_generalShortTimePattern_9() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___generalShortTimePattern_9)); } inline String_t* get_generalShortTimePattern_9() const { return ___generalShortTimePattern_9; } inline String_t** get_address_of_generalShortTimePattern_9() { return &___generalShortTimePattern_9; } inline void set_generalShortTimePattern_9(String_t* value) { ___generalShortTimePattern_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalShortTimePattern_9), (void*)value); } inline static int32_t get_offset_of_generalLongTimePattern_10() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___generalLongTimePattern_10)); } inline String_t* get_generalLongTimePattern_10() const { return ___generalLongTimePattern_10; } inline String_t** get_address_of_generalLongTimePattern_10() { return &___generalLongTimePattern_10; } inline void set_generalLongTimePattern_10(String_t* value) { ___generalLongTimePattern_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalLongTimePattern_10), (void*)value); } inline static int32_t get_offset_of_timeSeparator_11() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___timeSeparator_11)); } inline String_t* get_timeSeparator_11() const { return ___timeSeparator_11; } inline String_t** get_address_of_timeSeparator_11() { return &___timeSeparator_11; } inline void set_timeSeparator_11(String_t* value) { ___timeSeparator_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeSeparator_11), (void*)value); } inline static int32_t get_offset_of_monthDayPattern_12() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___monthDayPattern_12)); } inline String_t* get_monthDayPattern_12() const { return ___monthDayPattern_12; } inline String_t** get_address_of_monthDayPattern_12() { return &___monthDayPattern_12; } inline void set_monthDayPattern_12(String_t* value) { ___monthDayPattern_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthDayPattern_12), (void*)value); } inline static int32_t get_offset_of_dateTimeOffsetPattern_13() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dateTimeOffsetPattern_13)); } inline String_t* get_dateTimeOffsetPattern_13() const { return ___dateTimeOffsetPattern_13; } inline String_t** get_address_of_dateTimeOffsetPattern_13() { return &___dateTimeOffsetPattern_13; } inline void set_dateTimeOffsetPattern_13(String_t* value) { ___dateTimeOffsetPattern_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeOffsetPattern_13), (void*)value); } inline static int32_t get_offset_of_calendar_17() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___calendar_17)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_17() const { return ___calendar_17; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_17() { return &___calendar_17; } inline void set_calendar_17(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_17), (void*)value); } inline static int32_t get_offset_of_firstDayOfWeek_18() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___firstDayOfWeek_18)); } inline int32_t get_firstDayOfWeek_18() const { return ___firstDayOfWeek_18; } inline int32_t* get_address_of_firstDayOfWeek_18() { return &___firstDayOfWeek_18; } inline void set_firstDayOfWeek_18(int32_t value) { ___firstDayOfWeek_18 = value; } inline static int32_t get_offset_of_calendarWeekRule_19() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___calendarWeekRule_19)); } inline int32_t get_calendarWeekRule_19() const { return ___calendarWeekRule_19; } inline int32_t* get_address_of_calendarWeekRule_19() { return &___calendarWeekRule_19; } inline void set_calendarWeekRule_19(int32_t value) { ___calendarWeekRule_19 = value; } inline static int32_t get_offset_of_fullDateTimePattern_20() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___fullDateTimePattern_20)); } inline String_t* get_fullDateTimePattern_20() const { return ___fullDateTimePattern_20; } inline String_t** get_address_of_fullDateTimePattern_20() { return &___fullDateTimePattern_20; } inline void set_fullDateTimePattern_20(String_t* value) { ___fullDateTimePattern_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___fullDateTimePattern_20), (void*)value); } inline static int32_t get_offset_of_abbreviatedDayNames_21() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___abbreviatedDayNames_21)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_abbreviatedDayNames_21() const { return ___abbreviatedDayNames_21; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_abbreviatedDayNames_21() { return &___abbreviatedDayNames_21; } inline void set_abbreviatedDayNames_21(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___abbreviatedDayNames_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedDayNames_21), (void*)value); } inline static int32_t get_offset_of_m_superShortDayNames_22() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_superShortDayNames_22)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_superShortDayNames_22() const { return ___m_superShortDayNames_22; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_superShortDayNames_22() { return &___m_superShortDayNames_22; } inline void set_m_superShortDayNames_22(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_superShortDayNames_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_superShortDayNames_22), (void*)value); } inline static int32_t get_offset_of_dayNames_23() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dayNames_23)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_dayNames_23() const { return ___dayNames_23; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_dayNames_23() { return &___dayNames_23; } inline void set_dayNames_23(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___dayNames_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___dayNames_23), (void*)value); } inline static int32_t get_offset_of_abbreviatedMonthNames_24() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___abbreviatedMonthNames_24)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_abbreviatedMonthNames_24() const { return ___abbreviatedMonthNames_24; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_abbreviatedMonthNames_24() { return &___abbreviatedMonthNames_24; } inline void set_abbreviatedMonthNames_24(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___abbreviatedMonthNames_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedMonthNames_24), (void*)value); } inline static int32_t get_offset_of_monthNames_25() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___monthNames_25)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_monthNames_25() const { return ___monthNames_25; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_monthNames_25() { return &___monthNames_25; } inline void set_monthNames_25(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___monthNames_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthNames_25), (void*)value); } inline static int32_t get_offset_of_genitiveMonthNames_26() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___genitiveMonthNames_26)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_genitiveMonthNames_26() const { return ___genitiveMonthNames_26; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_genitiveMonthNames_26() { return &___genitiveMonthNames_26; } inline void set_genitiveMonthNames_26(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___genitiveMonthNames_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___genitiveMonthNames_26), (void*)value); } inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_27() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_genitiveAbbreviatedMonthNames_27)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_genitiveAbbreviatedMonthNames_27() const { return ___m_genitiveAbbreviatedMonthNames_27; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_genitiveAbbreviatedMonthNames_27() { return &___m_genitiveAbbreviatedMonthNames_27; } inline void set_m_genitiveAbbreviatedMonthNames_27(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_genitiveAbbreviatedMonthNames_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_genitiveAbbreviatedMonthNames_27), (void*)value); } inline static int32_t get_offset_of_leapYearMonthNames_28() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___leapYearMonthNames_28)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_leapYearMonthNames_28() const { return ___leapYearMonthNames_28; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_leapYearMonthNames_28() { return &___leapYearMonthNames_28; } inline void set_leapYearMonthNames_28(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___leapYearMonthNames_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___leapYearMonthNames_28), (void*)value); } inline static int32_t get_offset_of_longDatePattern_29() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___longDatePattern_29)); } inline String_t* get_longDatePattern_29() const { return ___longDatePattern_29; } inline String_t** get_address_of_longDatePattern_29() { return &___longDatePattern_29; } inline void set_longDatePattern_29(String_t* value) { ___longDatePattern_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___longDatePattern_29), (void*)value); } inline static int32_t get_offset_of_shortDatePattern_30() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___shortDatePattern_30)); } inline String_t* get_shortDatePattern_30() const { return ___shortDatePattern_30; } inline String_t** get_address_of_shortDatePattern_30() { return &___shortDatePattern_30; } inline void set_shortDatePattern_30(String_t* value) { ___shortDatePattern_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortDatePattern_30), (void*)value); } inline static int32_t get_offset_of_yearMonthPattern_31() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___yearMonthPattern_31)); } inline String_t* get_yearMonthPattern_31() const { return ___yearMonthPattern_31; } inline String_t** get_address_of_yearMonthPattern_31() { return &___yearMonthPattern_31; } inline void set_yearMonthPattern_31(String_t* value) { ___yearMonthPattern_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___yearMonthPattern_31), (void*)value); } inline static int32_t get_offset_of_longTimePattern_32() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___longTimePattern_32)); } inline String_t* get_longTimePattern_32() const { return ___longTimePattern_32; } inline String_t** get_address_of_longTimePattern_32() { return &___longTimePattern_32; } inline void set_longTimePattern_32(String_t* value) { ___longTimePattern_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___longTimePattern_32), (void*)value); } inline static int32_t get_offset_of_shortTimePattern_33() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___shortTimePattern_33)); } inline String_t* get_shortTimePattern_33() const { return ___shortTimePattern_33; } inline String_t** get_address_of_shortTimePattern_33() { return &___shortTimePattern_33; } inline void set_shortTimePattern_33(String_t* value) { ___shortTimePattern_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortTimePattern_33), (void*)value); } inline static int32_t get_offset_of_allYearMonthPatterns_34() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allYearMonthPatterns_34)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allYearMonthPatterns_34() const { return ___allYearMonthPatterns_34; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allYearMonthPatterns_34() { return &___allYearMonthPatterns_34; } inline void set_allYearMonthPatterns_34(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allYearMonthPatterns_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___allYearMonthPatterns_34), (void*)value); } inline static int32_t get_offset_of_allShortDatePatterns_35() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allShortDatePatterns_35)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allShortDatePatterns_35() const { return ___allShortDatePatterns_35; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allShortDatePatterns_35() { return &___allShortDatePatterns_35; } inline void set_allShortDatePatterns_35(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allShortDatePatterns_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortDatePatterns_35), (void*)value); } inline static int32_t get_offset_of_allLongDatePatterns_36() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allLongDatePatterns_36)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allLongDatePatterns_36() const { return ___allLongDatePatterns_36; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allLongDatePatterns_36() { return &___allLongDatePatterns_36; } inline void set_allLongDatePatterns_36(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allLongDatePatterns_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongDatePatterns_36), (void*)value); } inline static int32_t get_offset_of_allShortTimePatterns_37() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allShortTimePatterns_37)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allShortTimePatterns_37() const { return ___allShortTimePatterns_37; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allShortTimePatterns_37() { return &___allShortTimePatterns_37; } inline void set_allShortTimePatterns_37(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allShortTimePatterns_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortTimePatterns_37), (void*)value); } inline static int32_t get_offset_of_allLongTimePatterns_38() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allLongTimePatterns_38)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allLongTimePatterns_38() const { return ___allLongTimePatterns_38; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allLongTimePatterns_38() { return &___allLongTimePatterns_38; } inline void set_allLongTimePatterns_38(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allLongTimePatterns_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongTimePatterns_38), (void*)value); } inline static int32_t get_offset_of_m_eraNames_39() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_eraNames_39)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_eraNames_39() const { return ___m_eraNames_39; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_eraNames_39() { return &___m_eraNames_39; } inline void set_m_eraNames_39(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_eraNames_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_eraNames_39), (void*)value); } inline static int32_t get_offset_of_m_abbrevEraNames_40() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_abbrevEraNames_40)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_abbrevEraNames_40() const { return ___m_abbrevEraNames_40; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_abbrevEraNames_40() { return &___m_abbrevEraNames_40; } inline void set_m_abbrevEraNames_40(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_abbrevEraNames_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEraNames_40), (void*)value); } inline static int32_t get_offset_of_m_abbrevEnglishEraNames_41() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_abbrevEnglishEraNames_41)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_abbrevEnglishEraNames_41() const { return ___m_abbrevEnglishEraNames_41; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_abbrevEnglishEraNames_41() { return &___m_abbrevEnglishEraNames_41; } inline void set_m_abbrevEnglishEraNames_41(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_abbrevEnglishEraNames_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEnglishEraNames_41), (void*)value); } inline static int32_t get_offset_of_optionalCalendars_42() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___optionalCalendars_42)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_optionalCalendars_42() const { return ___optionalCalendars_42; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_optionalCalendars_42() { return &___optionalCalendars_42; } inline void set_optionalCalendars_42(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___optionalCalendars_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___optionalCalendars_42), (void*)value); } inline static int32_t get_offset_of_m_isReadOnly_44() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_isReadOnly_44)); } inline bool get_m_isReadOnly_44() const { return ___m_isReadOnly_44; } inline bool* get_address_of_m_isReadOnly_44() { return &___m_isReadOnly_44; } inline void set_m_isReadOnly_44(bool value) { ___m_isReadOnly_44 = value; } inline static int32_t get_offset_of_formatFlags_45() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___formatFlags_45)); } inline int32_t get_formatFlags_45() const { return ___formatFlags_45; } inline int32_t* get_address_of_formatFlags_45() { return &___formatFlags_45; } inline void set_formatFlags_45(int32_t value) { ___formatFlags_45 = value; } inline static int32_t get_offset_of_CultureID_47() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___CultureID_47)); } inline int32_t get_CultureID_47() const { return ___CultureID_47; } inline int32_t* get_address_of_CultureID_47() { return &___CultureID_47; } inline void set_CultureID_47(int32_t value) { ___CultureID_47 = value; } inline static int32_t get_offset_of_m_useUserOverride_48() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_useUserOverride_48)); } inline bool get_m_useUserOverride_48() const { return ___m_useUserOverride_48; } inline bool* get_address_of_m_useUserOverride_48() { return &___m_useUserOverride_48; } inline void set_m_useUserOverride_48(bool value) { ___m_useUserOverride_48 = value; } inline static int32_t get_offset_of_bUseCalendarInfo_49() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___bUseCalendarInfo_49)); } inline bool get_bUseCalendarInfo_49() const { return ___bUseCalendarInfo_49; } inline bool* get_address_of_bUseCalendarInfo_49() { return &___bUseCalendarInfo_49; } inline void set_bUseCalendarInfo_49(bool value) { ___bUseCalendarInfo_49 = value; } inline static int32_t get_offset_of_nDataItem_50() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___nDataItem_50)); } inline int32_t get_nDataItem_50() const { return ___nDataItem_50; } inline int32_t* get_address_of_nDataItem_50() { return &___nDataItem_50; } inline void set_nDataItem_50(int32_t value) { ___nDataItem_50 = value; } inline static int32_t get_offset_of_m_isDefaultCalendar_51() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_isDefaultCalendar_51)); } inline bool get_m_isDefaultCalendar_51() const { return ___m_isDefaultCalendar_51; } inline bool* get_address_of_m_isDefaultCalendar_51() { return &___m_isDefaultCalendar_51; } inline void set_m_isDefaultCalendar_51(bool value) { ___m_isDefaultCalendar_51 = value; } inline static int32_t get_offset_of_m_dateWords_53() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_dateWords_53)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_dateWords_53() const { return ___m_dateWords_53; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_dateWords_53() { return &___m_dateWords_53; } inline void set_m_dateWords_53(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_dateWords_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dateWords_53), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanPositivePattern_54() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_fullTimeSpanPositivePattern_54)); } inline String_t* get_m_fullTimeSpanPositivePattern_54() const { return ___m_fullTimeSpanPositivePattern_54; } inline String_t** get_address_of_m_fullTimeSpanPositivePattern_54() { return &___m_fullTimeSpanPositivePattern_54; } inline void set_m_fullTimeSpanPositivePattern_54(String_t* value) { ___m_fullTimeSpanPositivePattern_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanPositivePattern_54), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanNegativePattern_55() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_fullTimeSpanNegativePattern_55)); } inline String_t* get_m_fullTimeSpanNegativePattern_55() const { return ___m_fullTimeSpanNegativePattern_55; } inline String_t** get_address_of_m_fullTimeSpanNegativePattern_55() { return &___m_fullTimeSpanNegativePattern_55; } inline void set_m_fullTimeSpanNegativePattern_55(String_t* value) { ___m_fullTimeSpanNegativePattern_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanNegativePattern_55), (void*)value); } inline static int32_t get_offset_of_m_dtfiTokenHash_57() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_dtfiTokenHash_57)); } inline TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* get_m_dtfiTokenHash_57() const { return ___m_dtfiTokenHash_57; } inline TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3** get_address_of_m_dtfiTokenHash_57() { return &___m_dtfiTokenHash_57; } inline void set_m_dtfiTokenHash_57(TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* value) { ___m_dtfiTokenHash_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dtfiTokenHash_57), (void*)value); } }; struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields { public: // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::invariantInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___invariantInfo_0; // System.Boolean System.Globalization.DateTimeFormatInfo::preferExistingTokens bool ___preferExistingTokens_46; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_calendarNativeNames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___s_calendarNativeNames_52; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___s_jajpDTFI_82; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___s_zhtwDTFI_83; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___invariantInfo_0)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_invariantInfo_0() const { return ___invariantInfo_0; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } inline static int32_t get_offset_of_preferExistingTokens_46() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___preferExistingTokens_46)); } inline bool get_preferExistingTokens_46() const { return ___preferExistingTokens_46; } inline bool* get_address_of_preferExistingTokens_46() { return &___preferExistingTokens_46; } inline void set_preferExistingTokens_46(bool value) { ___preferExistingTokens_46 = value; } inline static int32_t get_offset_of_s_calendarNativeNames_52() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_calendarNativeNames_52)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_s_calendarNativeNames_52() const { return ___s_calendarNativeNames_52; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_s_calendarNativeNames_52() { return &___s_calendarNativeNames_52; } inline void set_s_calendarNativeNames_52(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___s_calendarNativeNames_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_calendarNativeNames_52), (void*)value); } inline static int32_t get_offset_of_s_jajpDTFI_82() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_jajpDTFI_82)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_s_jajpDTFI_82() const { return ___s_jajpDTFI_82; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_s_jajpDTFI_82() { return &___s_jajpDTFI_82; } inline void set_s_jajpDTFI_82(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___s_jajpDTFI_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_jajpDTFI_82), (void*)value); } inline static int32_t get_offset_of_s_zhtwDTFI_83() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_zhtwDTFI_83)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_s_zhtwDTFI_83() const { return ___s_zhtwDTFI_83; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_s_zhtwDTFI_83() { return &___s_zhtwDTFI_83; } inline void set_s_zhtwDTFI_83(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___s_zhtwDTFI_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_zhtwDTFI_83), (void*)value); } }; // BestHTTP.Decompression.Zlib.DeflateManager struct DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 : public RuntimeObject { public: // BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc BestHTTP.Decompression.Zlib.DeflateManager::DeflateFunction CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * ___DeflateFunction_2; // BestHTTP.Decompression.Zlib.ZlibCodec BestHTTP.Decompression.Zlib.DeflateManager::_codec ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ____codec_21; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::status int32_t ___status_22; // System.Byte[] BestHTTP.Decompression.Zlib.DeflateManager::pending ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pending_23; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::nextPending int32_t ___nextPending_24; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::pendingCount int32_t ___pendingCount_25; // System.SByte BestHTTP.Decompression.Zlib.DeflateManager::data_type int8_t ___data_type_26; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::last_flush int32_t ___last_flush_27; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::w_size int32_t ___w_size_28; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::w_bits int32_t ___w_bits_29; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::w_mask int32_t ___w_mask_30; // System.Byte[] BestHTTP.Decompression.Zlib.DeflateManager::window ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___window_31; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::window_size int32_t ___window_size_32; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::prev Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___prev_33; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::head Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___head_34; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::ins_h int32_t ___ins_h_35; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::hash_size int32_t ___hash_size_36; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::hash_bits int32_t ___hash_bits_37; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::hash_mask int32_t ___hash_mask_38; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::hash_shift int32_t ___hash_shift_39; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::block_start int32_t ___block_start_40; // BestHTTP.Decompression.Zlib.DeflateManager/Config BestHTTP.Decompression.Zlib.DeflateManager::config Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * ___config_41; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::match_length int32_t ___match_length_42; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::prev_match int32_t ___prev_match_43; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::match_available int32_t ___match_available_44; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::strstart int32_t ___strstart_45; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::match_start int32_t ___match_start_46; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::lookahead int32_t ___lookahead_47; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::prev_length int32_t ___prev_length_48; // BestHTTP.Decompression.Zlib.CompressionLevel BestHTTP.Decompression.Zlib.DeflateManager::compressionLevel int32_t ___compressionLevel_49; // BestHTTP.Decompression.Zlib.CompressionStrategy BestHTTP.Decompression.Zlib.DeflateManager::compressionStrategy int32_t ___compressionStrategy_50; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::dyn_ltree Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___dyn_ltree_51; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::dyn_dtree Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___dyn_dtree_52; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::bl_tree Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___bl_tree_53; // BestHTTP.Decompression.Zlib.ZTree BestHTTP.Decompression.Zlib.DeflateManager::treeLiterals ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * ___treeLiterals_54; // BestHTTP.Decompression.Zlib.ZTree BestHTTP.Decompression.Zlib.DeflateManager::treeDistances ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * ___treeDistances_55; // BestHTTP.Decompression.Zlib.ZTree BestHTTP.Decompression.Zlib.DeflateManager::treeBitLengths ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * ___treeBitLengths_56; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::bl_count Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___bl_count_57; // System.Int32[] BestHTTP.Decompression.Zlib.DeflateManager::heap Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___heap_58; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::heap_len int32_t ___heap_len_59; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::heap_max int32_t ___heap_max_60; // System.SByte[] BestHTTP.Decompression.Zlib.DeflateManager::depth SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* ___depth_61; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::_lengthOffset int32_t ____lengthOffset_62; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::lit_bufsize int32_t ___lit_bufsize_63; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::last_lit int32_t ___last_lit_64; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::_distanceOffset int32_t ____distanceOffset_65; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::opt_len int32_t ___opt_len_66; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::static_len int32_t ___static_len_67; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::matches int32_t ___matches_68; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::last_eob_len int32_t ___last_eob_len_69; // System.Int16 BestHTTP.Decompression.Zlib.DeflateManager::bi_buf int16_t ___bi_buf_70; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::bi_valid int32_t ___bi_valid_71; // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::Rfc1950BytesEmitted bool ___Rfc1950BytesEmitted_72; // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::_WantRfc1950HeaderBytes bool ____WantRfc1950HeaderBytes_73; public: inline static int32_t get_offset_of_DeflateFunction_2() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___DeflateFunction_2)); } inline CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * get_DeflateFunction_2() const { return ___DeflateFunction_2; } inline CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 ** get_address_of_DeflateFunction_2() { return &___DeflateFunction_2; } inline void set_DeflateFunction_2(CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * value) { ___DeflateFunction_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___DeflateFunction_2), (void*)value); } inline static int32_t get_offset_of__codec_21() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ____codec_21)); } inline ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * get__codec_21() const { return ____codec_21; } inline ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 ** get_address_of__codec_21() { return &____codec_21; } inline void set__codec_21(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * value) { ____codec_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____codec_21), (void*)value); } inline static int32_t get_offset_of_status_22() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___status_22)); } inline int32_t get_status_22() const { return ___status_22; } inline int32_t* get_address_of_status_22() { return &___status_22; } inline void set_status_22(int32_t value) { ___status_22 = value; } inline static int32_t get_offset_of_pending_23() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___pending_23)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_pending_23() const { return ___pending_23; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_pending_23() { return &___pending_23; } inline void set_pending_23(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___pending_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___pending_23), (void*)value); } inline static int32_t get_offset_of_nextPending_24() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___nextPending_24)); } inline int32_t get_nextPending_24() const { return ___nextPending_24; } inline int32_t* get_address_of_nextPending_24() { return &___nextPending_24; } inline void set_nextPending_24(int32_t value) { ___nextPending_24 = value; } inline static int32_t get_offset_of_pendingCount_25() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___pendingCount_25)); } inline int32_t get_pendingCount_25() const { return ___pendingCount_25; } inline int32_t* get_address_of_pendingCount_25() { return &___pendingCount_25; } inline void set_pendingCount_25(int32_t value) { ___pendingCount_25 = value; } inline static int32_t get_offset_of_data_type_26() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___data_type_26)); } inline int8_t get_data_type_26() const { return ___data_type_26; } inline int8_t* get_address_of_data_type_26() { return &___data_type_26; } inline void set_data_type_26(int8_t value) { ___data_type_26 = value; } inline static int32_t get_offset_of_last_flush_27() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___last_flush_27)); } inline int32_t get_last_flush_27() const { return ___last_flush_27; } inline int32_t* get_address_of_last_flush_27() { return &___last_flush_27; } inline void set_last_flush_27(int32_t value) { ___last_flush_27 = value; } inline static int32_t get_offset_of_w_size_28() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___w_size_28)); } inline int32_t get_w_size_28() const { return ___w_size_28; } inline int32_t* get_address_of_w_size_28() { return &___w_size_28; } inline void set_w_size_28(int32_t value) { ___w_size_28 = value; } inline static int32_t get_offset_of_w_bits_29() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___w_bits_29)); } inline int32_t get_w_bits_29() const { return ___w_bits_29; } inline int32_t* get_address_of_w_bits_29() { return &___w_bits_29; } inline void set_w_bits_29(int32_t value) { ___w_bits_29 = value; } inline static int32_t get_offset_of_w_mask_30() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___w_mask_30)); } inline int32_t get_w_mask_30() const { return ___w_mask_30; } inline int32_t* get_address_of_w_mask_30() { return &___w_mask_30; } inline void set_w_mask_30(int32_t value) { ___w_mask_30 = value; } inline static int32_t get_offset_of_window_31() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___window_31)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_window_31() const { return ___window_31; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_window_31() { return &___window_31; } inline void set_window_31(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___window_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___window_31), (void*)value); } inline static int32_t get_offset_of_window_size_32() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___window_size_32)); } inline int32_t get_window_size_32() const { return ___window_size_32; } inline int32_t* get_address_of_window_size_32() { return &___window_size_32; } inline void set_window_size_32(int32_t value) { ___window_size_32 = value; } inline static int32_t get_offset_of_prev_33() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___prev_33)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_prev_33() const { return ___prev_33; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_prev_33() { return &___prev_33; } inline void set_prev_33(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___prev_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___prev_33), (void*)value); } inline static int32_t get_offset_of_head_34() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___head_34)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_head_34() const { return ___head_34; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_head_34() { return &___head_34; } inline void set_head_34(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___head_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_34), (void*)value); } inline static int32_t get_offset_of_ins_h_35() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___ins_h_35)); } inline int32_t get_ins_h_35() const { return ___ins_h_35; } inline int32_t* get_address_of_ins_h_35() { return &___ins_h_35; } inline void set_ins_h_35(int32_t value) { ___ins_h_35 = value; } inline static int32_t get_offset_of_hash_size_36() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___hash_size_36)); } inline int32_t get_hash_size_36() const { return ___hash_size_36; } inline int32_t* get_address_of_hash_size_36() { return &___hash_size_36; } inline void set_hash_size_36(int32_t value) { ___hash_size_36 = value; } inline static int32_t get_offset_of_hash_bits_37() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___hash_bits_37)); } inline int32_t get_hash_bits_37() const { return ___hash_bits_37; } inline int32_t* get_address_of_hash_bits_37() { return &___hash_bits_37; } inline void set_hash_bits_37(int32_t value) { ___hash_bits_37 = value; } inline static int32_t get_offset_of_hash_mask_38() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___hash_mask_38)); } inline int32_t get_hash_mask_38() const { return ___hash_mask_38; } inline int32_t* get_address_of_hash_mask_38() { return &___hash_mask_38; } inline void set_hash_mask_38(int32_t value) { ___hash_mask_38 = value; } inline static int32_t get_offset_of_hash_shift_39() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___hash_shift_39)); } inline int32_t get_hash_shift_39() const { return ___hash_shift_39; } inline int32_t* get_address_of_hash_shift_39() { return &___hash_shift_39; } inline void set_hash_shift_39(int32_t value) { ___hash_shift_39 = value; } inline static int32_t get_offset_of_block_start_40() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___block_start_40)); } inline int32_t get_block_start_40() const { return ___block_start_40; } inline int32_t* get_address_of_block_start_40() { return &___block_start_40; } inline void set_block_start_40(int32_t value) { ___block_start_40 = value; } inline static int32_t get_offset_of_config_41() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___config_41)); } inline Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * get_config_41() const { return ___config_41; } inline Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB ** get_address_of_config_41() { return &___config_41; } inline void set_config_41(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * value) { ___config_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___config_41), (void*)value); } inline static int32_t get_offset_of_match_length_42() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___match_length_42)); } inline int32_t get_match_length_42() const { return ___match_length_42; } inline int32_t* get_address_of_match_length_42() { return &___match_length_42; } inline void set_match_length_42(int32_t value) { ___match_length_42 = value; } inline static int32_t get_offset_of_prev_match_43() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___prev_match_43)); } inline int32_t get_prev_match_43() const { return ___prev_match_43; } inline int32_t* get_address_of_prev_match_43() { return &___prev_match_43; } inline void set_prev_match_43(int32_t value) { ___prev_match_43 = value; } inline static int32_t get_offset_of_match_available_44() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___match_available_44)); } inline int32_t get_match_available_44() const { return ___match_available_44; } inline int32_t* get_address_of_match_available_44() { return &___match_available_44; } inline void set_match_available_44(int32_t value) { ___match_available_44 = value; } inline static int32_t get_offset_of_strstart_45() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___strstart_45)); } inline int32_t get_strstart_45() const { return ___strstart_45; } inline int32_t* get_address_of_strstart_45() { return &___strstart_45; } inline void set_strstart_45(int32_t value) { ___strstart_45 = value; } inline static int32_t get_offset_of_match_start_46() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___match_start_46)); } inline int32_t get_match_start_46() const { return ___match_start_46; } inline int32_t* get_address_of_match_start_46() { return &___match_start_46; } inline void set_match_start_46(int32_t value) { ___match_start_46 = value; } inline static int32_t get_offset_of_lookahead_47() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___lookahead_47)); } inline int32_t get_lookahead_47() const { return ___lookahead_47; } inline int32_t* get_address_of_lookahead_47() { return &___lookahead_47; } inline void set_lookahead_47(int32_t value) { ___lookahead_47 = value; } inline static int32_t get_offset_of_prev_length_48() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___prev_length_48)); } inline int32_t get_prev_length_48() const { return ___prev_length_48; } inline int32_t* get_address_of_prev_length_48() { return &___prev_length_48; } inline void set_prev_length_48(int32_t value) { ___prev_length_48 = value; } inline static int32_t get_offset_of_compressionLevel_49() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___compressionLevel_49)); } inline int32_t get_compressionLevel_49() const { return ___compressionLevel_49; } inline int32_t* get_address_of_compressionLevel_49() { return &___compressionLevel_49; } inline void set_compressionLevel_49(int32_t value) { ___compressionLevel_49 = value; } inline static int32_t get_offset_of_compressionStrategy_50() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___compressionStrategy_50)); } inline int32_t get_compressionStrategy_50() const { return ___compressionStrategy_50; } inline int32_t* get_address_of_compressionStrategy_50() { return &___compressionStrategy_50; } inline void set_compressionStrategy_50(int32_t value) { ___compressionStrategy_50 = value; } inline static int32_t get_offset_of_dyn_ltree_51() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___dyn_ltree_51)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_dyn_ltree_51() const { return ___dyn_ltree_51; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_dyn_ltree_51() { return &___dyn_ltree_51; } inline void set_dyn_ltree_51(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___dyn_ltree_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___dyn_ltree_51), (void*)value); } inline static int32_t get_offset_of_dyn_dtree_52() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___dyn_dtree_52)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_dyn_dtree_52() const { return ___dyn_dtree_52; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_dyn_dtree_52() { return &___dyn_dtree_52; } inline void set_dyn_dtree_52(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___dyn_dtree_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___dyn_dtree_52), (void*)value); } inline static int32_t get_offset_of_bl_tree_53() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___bl_tree_53)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_bl_tree_53() const { return ___bl_tree_53; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_bl_tree_53() { return &___bl_tree_53; } inline void set_bl_tree_53(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___bl_tree_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___bl_tree_53), (void*)value); } inline static int32_t get_offset_of_treeLiterals_54() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___treeLiterals_54)); } inline ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * get_treeLiterals_54() const { return ___treeLiterals_54; } inline ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF ** get_address_of_treeLiterals_54() { return &___treeLiterals_54; } inline void set_treeLiterals_54(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * value) { ___treeLiterals_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeLiterals_54), (void*)value); } inline static int32_t get_offset_of_treeDistances_55() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___treeDistances_55)); } inline ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * get_treeDistances_55() const { return ___treeDistances_55; } inline ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF ** get_address_of_treeDistances_55() { return &___treeDistances_55; } inline void set_treeDistances_55(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * value) { ___treeDistances_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeDistances_55), (void*)value); } inline static int32_t get_offset_of_treeBitLengths_56() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___treeBitLengths_56)); } inline ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * get_treeBitLengths_56() const { return ___treeBitLengths_56; } inline ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF ** get_address_of_treeBitLengths_56() { return &___treeBitLengths_56; } inline void set_treeBitLengths_56(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * value) { ___treeBitLengths_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeBitLengths_56), (void*)value); } inline static int32_t get_offset_of_bl_count_57() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___bl_count_57)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_bl_count_57() const { return ___bl_count_57; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_bl_count_57() { return &___bl_count_57; } inline void set_bl_count_57(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___bl_count_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___bl_count_57), (void*)value); } inline static int32_t get_offset_of_heap_58() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___heap_58)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_heap_58() const { return ___heap_58; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_heap_58() { return &___heap_58; } inline void set_heap_58(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___heap_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___heap_58), (void*)value); } inline static int32_t get_offset_of_heap_len_59() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___heap_len_59)); } inline int32_t get_heap_len_59() const { return ___heap_len_59; } inline int32_t* get_address_of_heap_len_59() { return &___heap_len_59; } inline void set_heap_len_59(int32_t value) { ___heap_len_59 = value; } inline static int32_t get_offset_of_heap_max_60() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___heap_max_60)); } inline int32_t get_heap_max_60() const { return ___heap_max_60; } inline int32_t* get_address_of_heap_max_60() { return &___heap_max_60; } inline void set_heap_max_60(int32_t value) { ___heap_max_60 = value; } inline static int32_t get_offset_of_depth_61() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___depth_61)); } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* get_depth_61() const { return ___depth_61; } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7** get_address_of_depth_61() { return &___depth_61; } inline void set_depth_61(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* value) { ___depth_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___depth_61), (void*)value); } inline static int32_t get_offset_of__lengthOffset_62() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ____lengthOffset_62)); } inline int32_t get__lengthOffset_62() const { return ____lengthOffset_62; } inline int32_t* get_address_of__lengthOffset_62() { return &____lengthOffset_62; } inline void set__lengthOffset_62(int32_t value) { ____lengthOffset_62 = value; } inline static int32_t get_offset_of_lit_bufsize_63() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___lit_bufsize_63)); } inline int32_t get_lit_bufsize_63() const { return ___lit_bufsize_63; } inline int32_t* get_address_of_lit_bufsize_63() { return &___lit_bufsize_63; } inline void set_lit_bufsize_63(int32_t value) { ___lit_bufsize_63 = value; } inline static int32_t get_offset_of_last_lit_64() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___last_lit_64)); } inline int32_t get_last_lit_64() const { return ___last_lit_64; } inline int32_t* get_address_of_last_lit_64() { return &___last_lit_64; } inline void set_last_lit_64(int32_t value) { ___last_lit_64 = value; } inline static int32_t get_offset_of__distanceOffset_65() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ____distanceOffset_65)); } inline int32_t get__distanceOffset_65() const { return ____distanceOffset_65; } inline int32_t* get_address_of__distanceOffset_65() { return &____distanceOffset_65; } inline void set__distanceOffset_65(int32_t value) { ____distanceOffset_65 = value; } inline static int32_t get_offset_of_opt_len_66() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___opt_len_66)); } inline int32_t get_opt_len_66() const { return ___opt_len_66; } inline int32_t* get_address_of_opt_len_66() { return &___opt_len_66; } inline void set_opt_len_66(int32_t value) { ___opt_len_66 = value; } inline static int32_t get_offset_of_static_len_67() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___static_len_67)); } inline int32_t get_static_len_67() const { return ___static_len_67; } inline int32_t* get_address_of_static_len_67() { return &___static_len_67; } inline void set_static_len_67(int32_t value) { ___static_len_67 = value; } inline static int32_t get_offset_of_matches_68() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___matches_68)); } inline int32_t get_matches_68() const { return ___matches_68; } inline int32_t* get_address_of_matches_68() { return &___matches_68; } inline void set_matches_68(int32_t value) { ___matches_68 = value; } inline static int32_t get_offset_of_last_eob_len_69() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___last_eob_len_69)); } inline int32_t get_last_eob_len_69() const { return ___last_eob_len_69; } inline int32_t* get_address_of_last_eob_len_69() { return &___last_eob_len_69; } inline void set_last_eob_len_69(int32_t value) { ___last_eob_len_69 = value; } inline static int32_t get_offset_of_bi_buf_70() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___bi_buf_70)); } inline int16_t get_bi_buf_70() const { return ___bi_buf_70; } inline int16_t* get_address_of_bi_buf_70() { return &___bi_buf_70; } inline void set_bi_buf_70(int16_t value) { ___bi_buf_70 = value; } inline static int32_t get_offset_of_bi_valid_71() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___bi_valid_71)); } inline int32_t get_bi_valid_71() const { return ___bi_valid_71; } inline int32_t* get_address_of_bi_valid_71() { return &___bi_valid_71; } inline void set_bi_valid_71(int32_t value) { ___bi_valid_71 = value; } inline static int32_t get_offset_of_Rfc1950BytesEmitted_72() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ___Rfc1950BytesEmitted_72)); } inline bool get_Rfc1950BytesEmitted_72() const { return ___Rfc1950BytesEmitted_72; } inline bool* get_address_of_Rfc1950BytesEmitted_72() { return &___Rfc1950BytesEmitted_72; } inline void set_Rfc1950BytesEmitted_72(bool value) { ___Rfc1950BytesEmitted_72 = value; } inline static int32_t get_offset_of__WantRfc1950HeaderBytes_73() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142, ____WantRfc1950HeaderBytes_73)); } inline bool get__WantRfc1950HeaderBytes_73() const { return ____WantRfc1950HeaderBytes_73; } inline bool* get_address_of__WantRfc1950HeaderBytes_73() { return &____WantRfc1950HeaderBytes_73; } inline void set__WantRfc1950HeaderBytes_73(bool value) { ____WantRfc1950HeaderBytes_73 = value; } }; struct DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields { public: // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MEM_LEVEL_MAX int32_t ___MEM_LEVEL_MAX_0; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MEM_LEVEL_DEFAULT int32_t ___MEM_LEVEL_DEFAULT_1; // System.String[] BestHTTP.Decompression.Zlib.DeflateManager::_ErrorMessage StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____ErrorMessage_3; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::PRESET_DICT int32_t ___PRESET_DICT_4; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::INIT_STATE int32_t ___INIT_STATE_5; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::BUSY_STATE int32_t ___BUSY_STATE_6; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::FINISH_STATE int32_t ___FINISH_STATE_7; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Z_DEFLATED int32_t ___Z_DEFLATED_8; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::STORED_BLOCK int32_t ___STORED_BLOCK_9; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::STATIC_TREES int32_t ___STATIC_TREES_10; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::DYN_TREES int32_t ___DYN_TREES_11; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Z_BINARY int32_t ___Z_BINARY_12; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Z_ASCII int32_t ___Z_ASCII_13; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Z_UNKNOWN int32_t ___Z_UNKNOWN_14; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Buf_size int32_t ___Buf_size_15; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MIN_MATCH int32_t ___MIN_MATCH_16; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MAX_MATCH int32_t ___MAX_MATCH_17; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MIN_LOOKAHEAD int32_t ___MIN_LOOKAHEAD_18; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::HEAP_SIZE int32_t ___HEAP_SIZE_19; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::END_BLOCK int32_t ___END_BLOCK_20; public: inline static int32_t get_offset_of_MEM_LEVEL_MAX_0() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___MEM_LEVEL_MAX_0)); } inline int32_t get_MEM_LEVEL_MAX_0() const { return ___MEM_LEVEL_MAX_0; } inline int32_t* get_address_of_MEM_LEVEL_MAX_0() { return &___MEM_LEVEL_MAX_0; } inline void set_MEM_LEVEL_MAX_0(int32_t value) { ___MEM_LEVEL_MAX_0 = value; } inline static int32_t get_offset_of_MEM_LEVEL_DEFAULT_1() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___MEM_LEVEL_DEFAULT_1)); } inline int32_t get_MEM_LEVEL_DEFAULT_1() const { return ___MEM_LEVEL_DEFAULT_1; } inline int32_t* get_address_of_MEM_LEVEL_DEFAULT_1() { return &___MEM_LEVEL_DEFAULT_1; } inline void set_MEM_LEVEL_DEFAULT_1(int32_t value) { ___MEM_LEVEL_DEFAULT_1 = value; } inline static int32_t get_offset_of__ErrorMessage_3() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ____ErrorMessage_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__ErrorMessage_3() const { return ____ErrorMessage_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__ErrorMessage_3() { return &____ErrorMessage_3; } inline void set__ErrorMessage_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____ErrorMessage_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____ErrorMessage_3), (void*)value); } inline static int32_t get_offset_of_PRESET_DICT_4() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___PRESET_DICT_4)); } inline int32_t get_PRESET_DICT_4() const { return ___PRESET_DICT_4; } inline int32_t* get_address_of_PRESET_DICT_4() { return &___PRESET_DICT_4; } inline void set_PRESET_DICT_4(int32_t value) { ___PRESET_DICT_4 = value; } inline static int32_t get_offset_of_INIT_STATE_5() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___INIT_STATE_5)); } inline int32_t get_INIT_STATE_5() const { return ___INIT_STATE_5; } inline int32_t* get_address_of_INIT_STATE_5() { return &___INIT_STATE_5; } inline void set_INIT_STATE_5(int32_t value) { ___INIT_STATE_5 = value; } inline static int32_t get_offset_of_BUSY_STATE_6() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___BUSY_STATE_6)); } inline int32_t get_BUSY_STATE_6() const { return ___BUSY_STATE_6; } inline int32_t* get_address_of_BUSY_STATE_6() { return &___BUSY_STATE_6; } inline void set_BUSY_STATE_6(int32_t value) { ___BUSY_STATE_6 = value; } inline static int32_t get_offset_of_FINISH_STATE_7() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___FINISH_STATE_7)); } inline int32_t get_FINISH_STATE_7() const { return ___FINISH_STATE_7; } inline int32_t* get_address_of_FINISH_STATE_7() { return &___FINISH_STATE_7; } inline void set_FINISH_STATE_7(int32_t value) { ___FINISH_STATE_7 = value; } inline static int32_t get_offset_of_Z_DEFLATED_8() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___Z_DEFLATED_8)); } inline int32_t get_Z_DEFLATED_8() const { return ___Z_DEFLATED_8; } inline int32_t* get_address_of_Z_DEFLATED_8() { return &___Z_DEFLATED_8; } inline void set_Z_DEFLATED_8(int32_t value) { ___Z_DEFLATED_8 = value; } inline static int32_t get_offset_of_STORED_BLOCK_9() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___STORED_BLOCK_9)); } inline int32_t get_STORED_BLOCK_9() const { return ___STORED_BLOCK_9; } inline int32_t* get_address_of_STORED_BLOCK_9() { return &___STORED_BLOCK_9; } inline void set_STORED_BLOCK_9(int32_t value) { ___STORED_BLOCK_9 = value; } inline static int32_t get_offset_of_STATIC_TREES_10() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___STATIC_TREES_10)); } inline int32_t get_STATIC_TREES_10() const { return ___STATIC_TREES_10; } inline int32_t* get_address_of_STATIC_TREES_10() { return &___STATIC_TREES_10; } inline void set_STATIC_TREES_10(int32_t value) { ___STATIC_TREES_10 = value; } inline static int32_t get_offset_of_DYN_TREES_11() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___DYN_TREES_11)); } inline int32_t get_DYN_TREES_11() const { return ___DYN_TREES_11; } inline int32_t* get_address_of_DYN_TREES_11() { return &___DYN_TREES_11; } inline void set_DYN_TREES_11(int32_t value) { ___DYN_TREES_11 = value; } inline static int32_t get_offset_of_Z_BINARY_12() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___Z_BINARY_12)); } inline int32_t get_Z_BINARY_12() const { return ___Z_BINARY_12; } inline int32_t* get_address_of_Z_BINARY_12() { return &___Z_BINARY_12; } inline void set_Z_BINARY_12(int32_t value) { ___Z_BINARY_12 = value; } inline static int32_t get_offset_of_Z_ASCII_13() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___Z_ASCII_13)); } inline int32_t get_Z_ASCII_13() const { return ___Z_ASCII_13; } inline int32_t* get_address_of_Z_ASCII_13() { return &___Z_ASCII_13; } inline void set_Z_ASCII_13(int32_t value) { ___Z_ASCII_13 = value; } inline static int32_t get_offset_of_Z_UNKNOWN_14() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___Z_UNKNOWN_14)); } inline int32_t get_Z_UNKNOWN_14() const { return ___Z_UNKNOWN_14; } inline int32_t* get_address_of_Z_UNKNOWN_14() { return &___Z_UNKNOWN_14; } inline void set_Z_UNKNOWN_14(int32_t value) { ___Z_UNKNOWN_14 = value; } inline static int32_t get_offset_of_Buf_size_15() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___Buf_size_15)); } inline int32_t get_Buf_size_15() const { return ___Buf_size_15; } inline int32_t* get_address_of_Buf_size_15() { return &___Buf_size_15; } inline void set_Buf_size_15(int32_t value) { ___Buf_size_15 = value; } inline static int32_t get_offset_of_MIN_MATCH_16() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___MIN_MATCH_16)); } inline int32_t get_MIN_MATCH_16() const { return ___MIN_MATCH_16; } inline int32_t* get_address_of_MIN_MATCH_16() { return &___MIN_MATCH_16; } inline void set_MIN_MATCH_16(int32_t value) { ___MIN_MATCH_16 = value; } inline static int32_t get_offset_of_MAX_MATCH_17() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___MAX_MATCH_17)); } inline int32_t get_MAX_MATCH_17() const { return ___MAX_MATCH_17; } inline int32_t* get_address_of_MAX_MATCH_17() { return &___MAX_MATCH_17; } inline void set_MAX_MATCH_17(int32_t value) { ___MAX_MATCH_17 = value; } inline static int32_t get_offset_of_MIN_LOOKAHEAD_18() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___MIN_LOOKAHEAD_18)); } inline int32_t get_MIN_LOOKAHEAD_18() const { return ___MIN_LOOKAHEAD_18; } inline int32_t* get_address_of_MIN_LOOKAHEAD_18() { return &___MIN_LOOKAHEAD_18; } inline void set_MIN_LOOKAHEAD_18(int32_t value) { ___MIN_LOOKAHEAD_18 = value; } inline static int32_t get_offset_of_HEAP_SIZE_19() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___HEAP_SIZE_19)); } inline int32_t get_HEAP_SIZE_19() const { return ___HEAP_SIZE_19; } inline int32_t* get_address_of_HEAP_SIZE_19() { return &___HEAP_SIZE_19; } inline void set_HEAP_SIZE_19(int32_t value) { ___HEAP_SIZE_19 = value; } inline static int32_t get_offset_of_END_BLOCK_20() { return static_cast(offsetof(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields, ___END_BLOCK_20)); } inline int32_t get_END_BLOCK_20() const { return ___END_BLOCK_20; } inline int32_t* get_address_of_END_BLOCK_20() { return &___END_BLOCK_20; } inline void set_END_BLOCK_20(int32_t value) { ___END_BLOCK_20 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mData_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mPadBits int32_t ___mPadBits_4; public: inline static int32_t get_offset_of_mData_3() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mData_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mData_3() const { return ___mData_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mData_3() { return &___mData_3; } inline void set_mData_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mData_3), (void*)value); } inline static int32_t get_offset_of_mPadBits_4() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mPadBits_4)); } inline int32_t get_mPadBits_4() const { return ___mPadBits_4; } inline int32_t* get_address_of_mPadBits_4() { return &___mPadBits_4; } inline void set_mPadBits_4(int32_t value) { ___mPadBits_4 = value; } }; struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields { public: // System.Char[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::table CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___table_2; public: inline static int32_t get_offset_of_table_2() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields, ___table_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_table_2() const { return ___table_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_table_2() { return &___table_2; } inline void set_table_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___table_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString struct DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString::str String_t* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444, ___str_2)); } inline String_t* get_str_2() const { return ___str_2; } inline String_t** get_address_of_str_2() { return &___str_2; } inline void set_str_2(String_t* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString struct DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString::str String_t* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A, ___str_2)); } inline String_t* get_str_2() const { return ___str_2; } inline String_t** get_address_of_str_2() { return &___str_2; } inline void set_str_2(String_t* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream struct DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 : public FilterStream_tC8A502163572BCE3126054009FCA819DBBBD511A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB : public RuntimeObject { public: // UnityEngine.GUILayoutOption/Type UnityEngine.GUILayoutOption::type int32_t ___type_0; // System.Object UnityEngine.GUILayoutOption::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB, ___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); } }; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields { public: // System.Int32 UnityEngine.Texture::GenerateAllMips int32_t ___GenerateAllMips_4; public: inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast(offsetof(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields, ___GenerateAllMips_4)); } inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; } inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; } inline void set_GenerateAllMips_4(int32_t value) { ___GenerateAllMips_4 = value; } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // BestHTTP.Decompression.Zlib.ZlibBaseStream struct ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // BestHTTP.Decompression.Zlib.ZlibCodec BestHTTP.Decompression.Zlib.ZlibBaseStream::_z ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ____z_5; // BestHTTP.Decompression.Zlib.ZlibBaseStream/StreamMode BestHTTP.Decompression.Zlib.ZlibBaseStream::_streamMode int32_t ____streamMode_6; // BestHTTP.Decompression.Zlib.FlushType BestHTTP.Decompression.Zlib.ZlibBaseStream::_flushMode int32_t ____flushMode_7; // BestHTTP.Decompression.Zlib.ZlibStreamFlavor BestHTTP.Decompression.Zlib.ZlibBaseStream::_flavor int32_t ____flavor_8; // BestHTTP.Decompression.Zlib.CompressionMode BestHTTP.Decompression.Zlib.ZlibBaseStream::_compressionMode int32_t ____compressionMode_9; // BestHTTP.Decompression.Zlib.CompressionLevel BestHTTP.Decompression.Zlib.ZlibBaseStream::_level int32_t ____level_10; // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::_leaveOpen bool ____leaveOpen_11; // System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::_workingBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____workingBuffer_12; // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::_bufferSize int32_t ____bufferSize_13; // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::windowBitsMax int32_t ___windowBitsMax_14; // System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::_buf1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buf1_15; // System.IO.Stream BestHTTP.Decompression.Zlib.ZlibBaseStream::_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____stream_16; // BestHTTP.Decompression.Zlib.CompressionStrategy BestHTTP.Decompression.Zlib.ZlibBaseStream::Strategy int32_t ___Strategy_17; // BestHTTP.Decompression.Crc.CRC32 BestHTTP.Decompression.Zlib.ZlibBaseStream::crc CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * ___crc_18; // System.String BestHTTP.Decompression.Zlib.ZlibBaseStream::_GzipFileName String_t* ____GzipFileName_19; // System.String BestHTTP.Decompression.Zlib.ZlibBaseStream::_GzipComment String_t* ____GzipComment_20; // System.DateTime BestHTTP.Decompression.Zlib.ZlibBaseStream::_GzipMtime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ____GzipMtime_21; // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::_gzipHeaderByteCount int32_t ____gzipHeaderByteCount_22; // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::nomoreinput bool ___nomoreinput_23; public: inline static int32_t get_offset_of__z_5() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____z_5)); } inline ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * get__z_5() const { return ____z_5; } inline ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 ** get_address_of__z_5() { return &____z_5; } inline void set__z_5(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * value) { ____z_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____z_5), (void*)value); } inline static int32_t get_offset_of__streamMode_6() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____streamMode_6)); } inline int32_t get__streamMode_6() const { return ____streamMode_6; } inline int32_t* get_address_of__streamMode_6() { return &____streamMode_6; } inline void set__streamMode_6(int32_t value) { ____streamMode_6 = value; } inline static int32_t get_offset_of__flushMode_7() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____flushMode_7)); } inline int32_t get__flushMode_7() const { return ____flushMode_7; } inline int32_t* get_address_of__flushMode_7() { return &____flushMode_7; } inline void set__flushMode_7(int32_t value) { ____flushMode_7 = value; } inline static int32_t get_offset_of__flavor_8() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____flavor_8)); } inline int32_t get__flavor_8() const { return ____flavor_8; } inline int32_t* get_address_of__flavor_8() { return &____flavor_8; } inline void set__flavor_8(int32_t value) { ____flavor_8 = value; } inline static int32_t get_offset_of__compressionMode_9() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____compressionMode_9)); } inline int32_t get__compressionMode_9() const { return ____compressionMode_9; } inline int32_t* get_address_of__compressionMode_9() { return &____compressionMode_9; } inline void set__compressionMode_9(int32_t value) { ____compressionMode_9 = value; } inline static int32_t get_offset_of__level_10() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____level_10)); } inline int32_t get__level_10() const { return ____level_10; } inline int32_t* get_address_of__level_10() { return &____level_10; } inline void set__level_10(int32_t value) { ____level_10 = value; } inline static int32_t get_offset_of__leaveOpen_11() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____leaveOpen_11)); } inline bool get__leaveOpen_11() const { return ____leaveOpen_11; } inline bool* get_address_of__leaveOpen_11() { return &____leaveOpen_11; } inline void set__leaveOpen_11(bool value) { ____leaveOpen_11 = value; } inline static int32_t get_offset_of__workingBuffer_12() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____workingBuffer_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__workingBuffer_12() const { return ____workingBuffer_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__workingBuffer_12() { return &____workingBuffer_12; } inline void set__workingBuffer_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____workingBuffer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____workingBuffer_12), (void*)value); } inline static int32_t get_offset_of__bufferSize_13() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____bufferSize_13)); } inline int32_t get__bufferSize_13() const { return ____bufferSize_13; } inline int32_t* get_address_of__bufferSize_13() { return &____bufferSize_13; } inline void set__bufferSize_13(int32_t value) { ____bufferSize_13 = value; } inline static int32_t get_offset_of_windowBitsMax_14() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ___windowBitsMax_14)); } inline int32_t get_windowBitsMax_14() const { return ___windowBitsMax_14; } inline int32_t* get_address_of_windowBitsMax_14() { return &___windowBitsMax_14; } inline void set_windowBitsMax_14(int32_t value) { ___windowBitsMax_14 = value; } inline static int32_t get_offset_of__buf1_15() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____buf1_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buf1_15() const { return ____buf1_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buf1_15() { return &____buf1_15; } inline void set__buf1_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buf1_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____buf1_15), (void*)value); } inline static int32_t get_offset_of__stream_16() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____stream_16)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__stream_16() const { return ____stream_16; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__stream_16() { return &____stream_16; } inline void set__stream_16(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____stream_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____stream_16), (void*)value); } inline static int32_t get_offset_of_Strategy_17() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ___Strategy_17)); } inline int32_t get_Strategy_17() const { return ___Strategy_17; } inline int32_t* get_address_of_Strategy_17() { return &___Strategy_17; } inline void set_Strategy_17(int32_t value) { ___Strategy_17 = value; } inline static int32_t get_offset_of_crc_18() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ___crc_18)); } inline CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * get_crc_18() const { return ___crc_18; } inline CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 ** get_address_of_crc_18() { return &___crc_18; } inline void set_crc_18(CRC32_t22AA03AED6A76B1E968AC32C767DF3AFA61581F5 * value) { ___crc_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___crc_18), (void*)value); } inline static int32_t get_offset_of__GzipFileName_19() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____GzipFileName_19)); } inline String_t* get__GzipFileName_19() const { return ____GzipFileName_19; } inline String_t** get_address_of__GzipFileName_19() { return &____GzipFileName_19; } inline void set__GzipFileName_19(String_t* value) { ____GzipFileName_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____GzipFileName_19), (void*)value); } inline static int32_t get_offset_of__GzipComment_20() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____GzipComment_20)); } inline String_t* get__GzipComment_20() const { return ____GzipComment_20; } inline String_t** get_address_of__GzipComment_20() { return &____GzipComment_20; } inline void set__GzipComment_20(String_t* value) { ____GzipComment_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____GzipComment_20), (void*)value); } inline static int32_t get_offset_of__GzipMtime_21() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____GzipMtime_21)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get__GzipMtime_21() const { return ____GzipMtime_21; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of__GzipMtime_21() { return &____GzipMtime_21; } inline void set__GzipMtime_21(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ____GzipMtime_21 = value; } inline static int32_t get_offset_of__gzipHeaderByteCount_22() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ____gzipHeaderByteCount_22)); } inline int32_t get__gzipHeaderByteCount_22() const { return ____gzipHeaderByteCount_22; } inline int32_t* get_address_of__gzipHeaderByteCount_22() { return &____gzipHeaderByteCount_22; } inline void set__gzipHeaderByteCount_22(int32_t value) { ____gzipHeaderByteCount_22 = value; } inline static int32_t get_offset_of_nomoreinput_23() { return static_cast(offsetof(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188, ___nomoreinput_23)); } inline bool get_nomoreinput_23() const { return ___nomoreinput_23; } inline bool* get_address_of_nomoreinput_23() { return &___nomoreinput_23; } inline void set_nomoreinput_23(bool value) { ___nomoreinput_23 = value; } }; // BestHTTP.Decompression.Zlib.ZlibCodec struct ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 : public RuntimeObject { public: // System.Byte[] BestHTTP.Decompression.Zlib.ZlibCodec::InputBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___InputBuffer_0; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::NextIn int32_t ___NextIn_1; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::AvailableBytesIn int32_t ___AvailableBytesIn_2; // System.Int64 BestHTTP.Decompression.Zlib.ZlibCodec::TotalBytesIn int64_t ___TotalBytesIn_3; // System.Byte[] BestHTTP.Decompression.Zlib.ZlibCodec::OutputBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___OutputBuffer_4; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::NextOut int32_t ___NextOut_5; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::AvailableBytesOut int32_t ___AvailableBytesOut_6; // System.Int64 BestHTTP.Decompression.Zlib.ZlibCodec::TotalBytesOut int64_t ___TotalBytesOut_7; // System.String BestHTTP.Decompression.Zlib.ZlibCodec::Message String_t* ___Message_8; // BestHTTP.Decompression.Zlib.DeflateManager BestHTTP.Decompression.Zlib.ZlibCodec::dstate DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * ___dstate_9; // BestHTTP.Decompression.Zlib.InflateManager BestHTTP.Decompression.Zlib.ZlibCodec::istate InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * ___istate_10; // System.UInt32 BestHTTP.Decompression.Zlib.ZlibCodec::_Adler32 uint32_t ____Adler32_11; // BestHTTP.Decompression.Zlib.CompressionLevel BestHTTP.Decompression.Zlib.ZlibCodec::CompressLevel int32_t ___CompressLevel_12; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::WindowBits int32_t ___WindowBits_13; // BestHTTP.Decompression.Zlib.CompressionStrategy BestHTTP.Decompression.Zlib.ZlibCodec::Strategy int32_t ___Strategy_14; public: inline static int32_t get_offset_of_InputBuffer_0() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___InputBuffer_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_InputBuffer_0() const { return ___InputBuffer_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_InputBuffer_0() { return &___InputBuffer_0; } inline void set_InputBuffer_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___InputBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___InputBuffer_0), (void*)value); } inline static int32_t get_offset_of_NextIn_1() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___NextIn_1)); } inline int32_t get_NextIn_1() const { return ___NextIn_1; } inline int32_t* get_address_of_NextIn_1() { return &___NextIn_1; } inline void set_NextIn_1(int32_t value) { ___NextIn_1 = value; } inline static int32_t get_offset_of_AvailableBytesIn_2() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___AvailableBytesIn_2)); } inline int32_t get_AvailableBytesIn_2() const { return ___AvailableBytesIn_2; } inline int32_t* get_address_of_AvailableBytesIn_2() { return &___AvailableBytesIn_2; } inline void set_AvailableBytesIn_2(int32_t value) { ___AvailableBytesIn_2 = value; } inline static int32_t get_offset_of_TotalBytesIn_3() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___TotalBytesIn_3)); } inline int64_t get_TotalBytesIn_3() const { return ___TotalBytesIn_3; } inline int64_t* get_address_of_TotalBytesIn_3() { return &___TotalBytesIn_3; } inline void set_TotalBytesIn_3(int64_t value) { ___TotalBytesIn_3 = value; } inline static int32_t get_offset_of_OutputBuffer_4() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___OutputBuffer_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_OutputBuffer_4() const { return ___OutputBuffer_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_OutputBuffer_4() { return &___OutputBuffer_4; } inline void set_OutputBuffer_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___OutputBuffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OutputBuffer_4), (void*)value); } inline static int32_t get_offset_of_NextOut_5() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___NextOut_5)); } inline int32_t get_NextOut_5() const { return ___NextOut_5; } inline int32_t* get_address_of_NextOut_5() { return &___NextOut_5; } inline void set_NextOut_5(int32_t value) { ___NextOut_5 = value; } inline static int32_t get_offset_of_AvailableBytesOut_6() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___AvailableBytesOut_6)); } inline int32_t get_AvailableBytesOut_6() const { return ___AvailableBytesOut_6; } inline int32_t* get_address_of_AvailableBytesOut_6() { return &___AvailableBytesOut_6; } inline void set_AvailableBytesOut_6(int32_t value) { ___AvailableBytesOut_6 = value; } inline static int32_t get_offset_of_TotalBytesOut_7() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___TotalBytesOut_7)); } inline int64_t get_TotalBytesOut_7() const { return ___TotalBytesOut_7; } inline int64_t* get_address_of_TotalBytesOut_7() { return &___TotalBytesOut_7; } inline void set_TotalBytesOut_7(int64_t value) { ___TotalBytesOut_7 = value; } inline static int32_t get_offset_of_Message_8() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___Message_8)); } inline String_t* get_Message_8() const { return ___Message_8; } inline String_t** get_address_of_Message_8() { return &___Message_8; } inline void set_Message_8(String_t* value) { ___Message_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Message_8), (void*)value); } inline static int32_t get_offset_of_dstate_9() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___dstate_9)); } inline DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * get_dstate_9() const { return ___dstate_9; } inline DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 ** get_address_of_dstate_9() { return &___dstate_9; } inline void set_dstate_9(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * value) { ___dstate_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstate_9), (void*)value); } inline static int32_t get_offset_of_istate_10() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___istate_10)); } inline InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * get_istate_10() const { return ___istate_10; } inline InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 ** get_address_of_istate_10() { return &___istate_10; } inline void set_istate_10(InflateManager_t9DFE2BEB2C6E9260A628B133411F74D1BF972FE9 * value) { ___istate_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___istate_10), (void*)value); } inline static int32_t get_offset_of__Adler32_11() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ____Adler32_11)); } inline uint32_t get__Adler32_11() const { return ____Adler32_11; } inline uint32_t* get_address_of__Adler32_11() { return &____Adler32_11; } inline void set__Adler32_11(uint32_t value) { ____Adler32_11 = value; } inline static int32_t get_offset_of_CompressLevel_12() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___CompressLevel_12)); } inline int32_t get_CompressLevel_12() const { return ___CompressLevel_12; } inline int32_t* get_address_of_CompressLevel_12() { return &___CompressLevel_12; } inline void set_CompressLevel_12(int32_t value) { ___CompressLevel_12 = value; } inline static int32_t get_offset_of_WindowBits_13() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___WindowBits_13)); } inline int32_t get_WindowBits_13() const { return ___WindowBits_13; } inline int32_t* get_address_of_WindowBits_13() { return &___WindowBits_13; } inline void set_WindowBits_13(int32_t value) { ___WindowBits_13 = value; } inline static int32_t get_offset_of_Strategy_14() { return static_cast(offsetof(ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1, ___Strategy_14)); } inline int32_t get_Strategy_14() const { return ___Strategy_14; } inline int32_t* get_address_of_Strategy_14() { return &___Strategy_14; } inline void set_Strategy_14(int32_t value) { ___Strategy_14 = value; } }; // BestHTTP.Decompression.Zlib.ZlibException struct ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C : public Exception_t { public: static const Il2CppGuid CLSID; public: public: }; // BestHTTP.Decompression.Zlib.DeflateManager/Config struct Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB : public RuntimeObject { public: // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager/Config::GoodLength int32_t ___GoodLength_0; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager/Config::MaxLazy int32_t ___MaxLazy_1; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager/Config::NiceLength int32_t ___NiceLength_2; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager/Config::MaxChainLength int32_t ___MaxChainLength_3; // BestHTTP.Decompression.Zlib.DeflateFlavor BestHTTP.Decompression.Zlib.DeflateManager/Config::Flavor int32_t ___Flavor_4; public: inline static int32_t get_offset_of_GoodLength_0() { return static_cast(offsetof(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB, ___GoodLength_0)); } inline int32_t get_GoodLength_0() const { return ___GoodLength_0; } inline int32_t* get_address_of_GoodLength_0() { return &___GoodLength_0; } inline void set_GoodLength_0(int32_t value) { ___GoodLength_0 = value; } inline static int32_t get_offset_of_MaxLazy_1() { return static_cast(offsetof(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB, ___MaxLazy_1)); } inline int32_t get_MaxLazy_1() const { return ___MaxLazy_1; } inline int32_t* get_address_of_MaxLazy_1() { return &___MaxLazy_1; } inline void set_MaxLazy_1(int32_t value) { ___MaxLazy_1 = value; } inline static int32_t get_offset_of_NiceLength_2() { return static_cast(offsetof(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB, ___NiceLength_2)); } inline int32_t get_NiceLength_2() const { return ___NiceLength_2; } inline int32_t* get_address_of_NiceLength_2() { return &___NiceLength_2; } inline void set_NiceLength_2(int32_t value) { ___NiceLength_2 = value; } inline static int32_t get_offset_of_MaxChainLength_3() { return static_cast(offsetof(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB, ___MaxChainLength_3)); } inline int32_t get_MaxChainLength_3() const { return ___MaxChainLength_3; } inline int32_t* get_address_of_MaxChainLength_3() { return &___MaxChainLength_3; } inline void set_MaxChainLength_3(int32_t value) { ___MaxChainLength_3 = value; } inline static int32_t get_offset_of_Flavor_4() { return static_cast(offsetof(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB, ___Flavor_4)); } inline int32_t get_Flavor_4() const { return ___Flavor_4; } inline int32_t* get_address_of_Flavor_4() { return &___Flavor_4; } inline void set_Flavor_4(int32_t value) { ___Flavor_4 = value; } }; struct Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_StaticFields { public: // BestHTTP.Decompression.Zlib.DeflateManager/Config[] BestHTTP.Decompression.Zlib.DeflateManager/Config::Table ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* ___Table_5; public: inline static int32_t get_offset_of_Table_5() { return static_cast(offsetof(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_StaticFields, ___Table_5)); } inline ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* get_Table_5() const { return ___Table_5; } inline ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B** get_address_of_Table_5() { return &___Table_5; } inline void set_Table_5(ConfigU5BU5D_t6E3A0D6A157AA38E1571CB7FA280EEAC3F617F4B* value) { ___Table_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Table_5), (void*)value); } }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerBitString struct BerBitString_t20540084149F4C4B394647464675ED8642229F5C : public DerBitString_t305465793A47445626D3541AB8CEDE347D874524 { public: public: }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { 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_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____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_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.SignalR.OnConnectedDelegate struct OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Hubs.OnMethodCallCallbackDelegate struct OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Hubs.OnMethodFailedDelegate struct OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Hubs.OnMethodProgressDelegate struct OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Hubs.OnMethodResultDelegate struct OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 : public MulticastDelegate_t { public: public: }; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents struct BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 : public MulticastDelegate_t { public: public: }; // ArduinoBluetoothAPI.BluetoothHelper/BluetoothScanEvents struct BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B : public MulticastDelegate_t { public: public: }; // BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc struct CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { 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_t29EF6F519F16BA477EC682F23E8344BB1E9A958A, ___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); } }; // Demo struct Demo_t86E6F3922C809A3856EB33320D98702925079549 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // ArduinoBluetoothAPI.BluetoothHelper Demo::helper BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper_4; // System.Boolean Demo::isScanning bool ___isScanning_5; // System.Boolean Demo::isConnecting bool ___isConnecting_6; // System.String Demo::data String_t* ___data_7; // System.String Demo::tmp String_t* ___tmp_8; // System.Collections.Generic.LinkedList`1 Demo::devices LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * ___devices_9; public: inline static int32_t get_offset_of_helper_4() { return static_cast(offsetof(Demo_t86E6F3922C809A3856EB33320D98702925079549, ___helper_4)); } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * get_helper_4() const { return ___helper_4; } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 ** get_address_of_helper_4() { return &___helper_4; } inline void set_helper_4(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * value) { ___helper_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___helper_4), (void*)value); } inline static int32_t get_offset_of_isScanning_5() { return static_cast(offsetof(Demo_t86E6F3922C809A3856EB33320D98702925079549, ___isScanning_5)); } inline bool get_isScanning_5() const { return ___isScanning_5; } inline bool* get_address_of_isScanning_5() { return &___isScanning_5; } inline void set_isScanning_5(bool value) { ___isScanning_5 = value; } inline static int32_t get_offset_of_isConnecting_6() { return static_cast(offsetof(Demo_t86E6F3922C809A3856EB33320D98702925079549, ___isConnecting_6)); } inline bool get_isConnecting_6() const { return ___isConnecting_6; } inline bool* get_address_of_isConnecting_6() { return &___isConnecting_6; } inline void set_isConnecting_6(bool value) { ___isConnecting_6 = value; } inline static int32_t get_offset_of_data_7() { return static_cast(offsetof(Demo_t86E6F3922C809A3856EB33320D98702925079549, ___data_7)); } inline String_t* get_data_7() const { return ___data_7; } inline String_t** get_address_of_data_7() { return &___data_7; } inline void set_data_7(String_t* value) { ___data_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_7), (void*)value); } inline static int32_t get_offset_of_tmp_8() { return static_cast(offsetof(Demo_t86E6F3922C809A3856EB33320D98702925079549, ___tmp_8)); } inline String_t* get_tmp_8() const { return ___tmp_8; } inline String_t** get_address_of_tmp_8() { return &___tmp_8; } inline void set_tmp_8(String_t* value) { ___tmp_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___tmp_8), (void*)value); } inline static int32_t get_offset_of_devices_9() { return static_cast(offsetof(Demo_t86E6F3922C809A3856EB33320D98702925079549, ___devices_9)); } inline LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * get_devices_9() const { return ___devices_9; } inline LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 ** get_address_of_devices_9() { return &___devices_9; } inline void set_devices_9(LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * value) { ___devices_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___devices_9), (void*)value); } }; // BestHTTP.Examples.DemoHubSample struct DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Uri BestHTTP.Examples.DemoHubSample::URI Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___URI_4; // BestHTTP.SignalR.Connection BestHTTP.Examples.DemoHubSample::signalRConnection Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___signalRConnection_5; // BestHTTP.Examples.DemoHub BestHTTP.Examples.DemoHubSample::demoHub DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * ___demoHub_6; // BestHTTP.Examples.TypedDemoHub BestHTTP.Examples.DemoHubSample::typedDemoHub TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117 * ___typedDemoHub_7; // BestHTTP.SignalR.Hubs.Hub BestHTTP.Examples.DemoHubSample::vbDemoHub Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___vbDemoHub_8; // System.String BestHTTP.Examples.DemoHubSample::vbReadStateResult String_t* ___vbReadStateResult_9; // UnityEngine.Vector2 BestHTTP.Examples.DemoHubSample::scrollPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPos_10; public: inline static int32_t get_offset_of_URI_4() { return static_cast(offsetof(DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540, ___URI_4)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_URI_4() const { return ___URI_4; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_URI_4() { return &___URI_4; } inline void set_URI_4(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___URI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___URI_4), (void*)value); } inline static int32_t get_offset_of_signalRConnection_5() { return static_cast(offsetof(DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540, ___signalRConnection_5)); } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * get_signalRConnection_5() const { return ___signalRConnection_5; } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC ** get_address_of_signalRConnection_5() { return &___signalRConnection_5; } inline void set_signalRConnection_5(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * value) { ___signalRConnection_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___signalRConnection_5), (void*)value); } inline static int32_t get_offset_of_demoHub_6() { return static_cast(offsetof(DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540, ___demoHub_6)); } inline DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * get_demoHub_6() const { return ___demoHub_6; } inline DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 ** get_address_of_demoHub_6() { return &___demoHub_6; } inline void set_demoHub_6(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * value) { ___demoHub_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___demoHub_6), (void*)value); } inline static int32_t get_offset_of_typedDemoHub_7() { return static_cast(offsetof(DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540, ___typedDemoHub_7)); } inline TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117 * get_typedDemoHub_7() const { return ___typedDemoHub_7; } inline TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117 ** get_address_of_typedDemoHub_7() { return &___typedDemoHub_7; } inline void set_typedDemoHub_7(TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117 * value) { ___typedDemoHub_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___typedDemoHub_7), (void*)value); } inline static int32_t get_offset_of_vbDemoHub_8() { return static_cast(offsetof(DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540, ___vbDemoHub_8)); } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * get_vbDemoHub_8() const { return ___vbDemoHub_8; } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 ** get_address_of_vbDemoHub_8() { return &___vbDemoHub_8; } inline void set_vbDemoHub_8(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * value) { ___vbDemoHub_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___vbDemoHub_8), (void*)value); } inline static int32_t get_offset_of_vbReadStateResult_9() { return static_cast(offsetof(DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540, ___vbReadStateResult_9)); } inline String_t* get_vbReadStateResult_9() const { return ___vbReadStateResult_9; } inline String_t** get_address_of_vbReadStateResult_9() { return &___vbReadStateResult_9; } inline void set_vbReadStateResult_9(String_t* value) { ___vbReadStateResult_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___vbReadStateResult_9), (void*)value); } inline static int32_t get_offset_of_scrollPos_10() { return static_cast(offsetof(DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540, ___scrollPos_10)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPos_10() const { return ___scrollPos_10; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPos_10() { return &___scrollPos_10; } inline void set_scrollPos_10(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPos_10 = value; } }; // UnityStandardAssets.ImageEffects.PostEffectsBase struct PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::supportHDRTextures bool ___supportHDRTextures_4; // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::supportDX11 bool ___supportDX11_5; // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::isSupported bool ___isSupported_6; public: inline static int32_t get_offset_of_supportHDRTextures_4() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___supportHDRTextures_4)); } inline bool get_supportHDRTextures_4() const { return ___supportHDRTextures_4; } inline bool* get_address_of_supportHDRTextures_4() { return &___supportHDRTextures_4; } inline void set_supportHDRTextures_4(bool value) { ___supportHDRTextures_4 = value; } inline static int32_t get_offset_of_supportDX11_5() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___supportDX11_5)); } inline bool get_supportDX11_5() const { return ___supportDX11_5; } inline bool* get_address_of_supportDX11_5() { return &___supportDX11_5; } inline void set_supportDX11_5(bool value) { ___supportDX11_5 = value; } inline static int32_t get_offset_of_isSupported_6() { return static_cast(offsetof(PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E, ___isSupported_6)); } inline bool get_isSupported_6() const { return ___isSupported_6; } inline bool* get_address_of_isSupported_6() { return &___isSupported_6; } inline void set_isSupported_6(bool value) { ___isSupported_6 = value; } }; // UnityStandardAssets.ImageEffects.DepthOfField struct DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // System.Boolean UnityStandardAssets.ImageEffects.DepthOfField::visualizeFocus bool ___visualizeFocus_7; // System.Single UnityStandardAssets.ImageEffects.DepthOfField::focalLength float ___focalLength_8; // System.Single UnityStandardAssets.ImageEffects.DepthOfField::focalSize float ___focalSize_9; // System.Single UnityStandardAssets.ImageEffects.DepthOfField::aperture float ___aperture_10; // UnityEngine.Transform UnityStandardAssets.ImageEffects.DepthOfField::focalTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___focalTransform_11; // System.Single UnityStandardAssets.ImageEffects.DepthOfField::maxBlurSize float ___maxBlurSize_12; // System.Boolean UnityStandardAssets.ImageEffects.DepthOfField::highResolution bool ___highResolution_13; // UnityStandardAssets.ImageEffects.DepthOfField/BlurType UnityStandardAssets.ImageEffects.DepthOfField::blurType int32_t ___blurType_14; // UnityStandardAssets.ImageEffects.DepthOfField/BlurSampleCount UnityStandardAssets.ImageEffects.DepthOfField::blurSampleCount int32_t ___blurSampleCount_15; // System.Boolean UnityStandardAssets.ImageEffects.DepthOfField::nearBlur bool ___nearBlur_16; // System.Single UnityStandardAssets.ImageEffects.DepthOfField::foregroundOverlap float ___foregroundOverlap_17; // UnityEngine.Shader UnityStandardAssets.ImageEffects.DepthOfField::dofHdrShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___dofHdrShader_18; // UnityEngine.Material UnityStandardAssets.ImageEffects.DepthOfField::dofHdrMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___dofHdrMaterial_19; // UnityEngine.Shader UnityStandardAssets.ImageEffects.DepthOfField::dx11BokehShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___dx11BokehShader_20; // UnityEngine.Material UnityStandardAssets.ImageEffects.DepthOfField::dx11bokehMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___dx11bokehMaterial_21; // System.Single UnityStandardAssets.ImageEffects.DepthOfField::dx11BokehThreshold float ___dx11BokehThreshold_22; // System.Single UnityStandardAssets.ImageEffects.DepthOfField::dx11SpawnHeuristic float ___dx11SpawnHeuristic_23; // UnityEngine.Texture2D UnityStandardAssets.ImageEffects.DepthOfField::dx11BokehTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___dx11BokehTexture_24; // System.Single UnityStandardAssets.ImageEffects.DepthOfField::dx11BokehScale float ___dx11BokehScale_25; // System.Single UnityStandardAssets.ImageEffects.DepthOfField::dx11BokehIntensity float ___dx11BokehIntensity_26; // System.Single UnityStandardAssets.ImageEffects.DepthOfField::focalDistance01 float ___focalDistance01_27; // UnityEngine.ComputeBuffer UnityStandardAssets.ImageEffects.DepthOfField::cbDrawArgs ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___cbDrawArgs_28; // UnityEngine.ComputeBuffer UnityStandardAssets.ImageEffects.DepthOfField::cbPoints ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___cbPoints_29; // System.Single UnityStandardAssets.ImageEffects.DepthOfField::internalBlurWidth float ___internalBlurWidth_30; // UnityEngine.Camera UnityStandardAssets.ImageEffects.DepthOfField::cachedCamera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___cachedCamera_31; public: inline static int32_t get_offset_of_visualizeFocus_7() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___visualizeFocus_7)); } inline bool get_visualizeFocus_7() const { return ___visualizeFocus_7; } inline bool* get_address_of_visualizeFocus_7() { return &___visualizeFocus_7; } inline void set_visualizeFocus_7(bool value) { ___visualizeFocus_7 = value; } inline static int32_t get_offset_of_focalLength_8() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___focalLength_8)); } inline float get_focalLength_8() const { return ___focalLength_8; } inline float* get_address_of_focalLength_8() { return &___focalLength_8; } inline void set_focalLength_8(float value) { ___focalLength_8 = value; } inline static int32_t get_offset_of_focalSize_9() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___focalSize_9)); } inline float get_focalSize_9() const { return ___focalSize_9; } inline float* get_address_of_focalSize_9() { return &___focalSize_9; } inline void set_focalSize_9(float value) { ___focalSize_9 = value; } inline static int32_t get_offset_of_aperture_10() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___aperture_10)); } inline float get_aperture_10() const { return ___aperture_10; } inline float* get_address_of_aperture_10() { return &___aperture_10; } inline void set_aperture_10(float value) { ___aperture_10 = value; } inline static int32_t get_offset_of_focalTransform_11() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___focalTransform_11)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_focalTransform_11() const { return ___focalTransform_11; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_focalTransform_11() { return &___focalTransform_11; } inline void set_focalTransform_11(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___focalTransform_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___focalTransform_11), (void*)value); } inline static int32_t get_offset_of_maxBlurSize_12() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___maxBlurSize_12)); } inline float get_maxBlurSize_12() const { return ___maxBlurSize_12; } inline float* get_address_of_maxBlurSize_12() { return &___maxBlurSize_12; } inline void set_maxBlurSize_12(float value) { ___maxBlurSize_12 = value; } inline static int32_t get_offset_of_highResolution_13() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___highResolution_13)); } inline bool get_highResolution_13() const { return ___highResolution_13; } inline bool* get_address_of_highResolution_13() { return &___highResolution_13; } inline void set_highResolution_13(bool value) { ___highResolution_13 = value; } inline static int32_t get_offset_of_blurType_14() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___blurType_14)); } inline int32_t get_blurType_14() const { return ___blurType_14; } inline int32_t* get_address_of_blurType_14() { return &___blurType_14; } inline void set_blurType_14(int32_t value) { ___blurType_14 = value; } inline static int32_t get_offset_of_blurSampleCount_15() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___blurSampleCount_15)); } inline int32_t get_blurSampleCount_15() const { return ___blurSampleCount_15; } inline int32_t* get_address_of_blurSampleCount_15() { return &___blurSampleCount_15; } inline void set_blurSampleCount_15(int32_t value) { ___blurSampleCount_15 = value; } inline static int32_t get_offset_of_nearBlur_16() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___nearBlur_16)); } inline bool get_nearBlur_16() const { return ___nearBlur_16; } inline bool* get_address_of_nearBlur_16() { return &___nearBlur_16; } inline void set_nearBlur_16(bool value) { ___nearBlur_16 = value; } inline static int32_t get_offset_of_foregroundOverlap_17() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___foregroundOverlap_17)); } inline float get_foregroundOverlap_17() const { return ___foregroundOverlap_17; } inline float* get_address_of_foregroundOverlap_17() { return &___foregroundOverlap_17; } inline void set_foregroundOverlap_17(float value) { ___foregroundOverlap_17 = value; } inline static int32_t get_offset_of_dofHdrShader_18() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___dofHdrShader_18)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_dofHdrShader_18() const { return ___dofHdrShader_18; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_dofHdrShader_18() { return &___dofHdrShader_18; } inline void set_dofHdrShader_18(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___dofHdrShader_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___dofHdrShader_18), (void*)value); } inline static int32_t get_offset_of_dofHdrMaterial_19() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___dofHdrMaterial_19)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_dofHdrMaterial_19() const { return ___dofHdrMaterial_19; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_dofHdrMaterial_19() { return &___dofHdrMaterial_19; } inline void set_dofHdrMaterial_19(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___dofHdrMaterial_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___dofHdrMaterial_19), (void*)value); } inline static int32_t get_offset_of_dx11BokehShader_20() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___dx11BokehShader_20)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_dx11BokehShader_20() const { return ___dx11BokehShader_20; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_dx11BokehShader_20() { return &___dx11BokehShader_20; } inline void set_dx11BokehShader_20(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___dx11BokehShader_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___dx11BokehShader_20), (void*)value); } inline static int32_t get_offset_of_dx11bokehMaterial_21() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___dx11bokehMaterial_21)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_dx11bokehMaterial_21() const { return ___dx11bokehMaterial_21; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_dx11bokehMaterial_21() { return &___dx11bokehMaterial_21; } inline void set_dx11bokehMaterial_21(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___dx11bokehMaterial_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___dx11bokehMaterial_21), (void*)value); } inline static int32_t get_offset_of_dx11BokehThreshold_22() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___dx11BokehThreshold_22)); } inline float get_dx11BokehThreshold_22() const { return ___dx11BokehThreshold_22; } inline float* get_address_of_dx11BokehThreshold_22() { return &___dx11BokehThreshold_22; } inline void set_dx11BokehThreshold_22(float value) { ___dx11BokehThreshold_22 = value; } inline static int32_t get_offset_of_dx11SpawnHeuristic_23() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___dx11SpawnHeuristic_23)); } inline float get_dx11SpawnHeuristic_23() const { return ___dx11SpawnHeuristic_23; } inline float* get_address_of_dx11SpawnHeuristic_23() { return &___dx11SpawnHeuristic_23; } inline void set_dx11SpawnHeuristic_23(float value) { ___dx11SpawnHeuristic_23 = value; } inline static int32_t get_offset_of_dx11BokehTexture_24() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___dx11BokehTexture_24)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_dx11BokehTexture_24() const { return ___dx11BokehTexture_24; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_dx11BokehTexture_24() { return &___dx11BokehTexture_24; } inline void set_dx11BokehTexture_24(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___dx11BokehTexture_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___dx11BokehTexture_24), (void*)value); } inline static int32_t get_offset_of_dx11BokehScale_25() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___dx11BokehScale_25)); } inline float get_dx11BokehScale_25() const { return ___dx11BokehScale_25; } inline float* get_address_of_dx11BokehScale_25() { return &___dx11BokehScale_25; } inline void set_dx11BokehScale_25(float value) { ___dx11BokehScale_25 = value; } inline static int32_t get_offset_of_dx11BokehIntensity_26() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___dx11BokehIntensity_26)); } inline float get_dx11BokehIntensity_26() const { return ___dx11BokehIntensity_26; } inline float* get_address_of_dx11BokehIntensity_26() { return &___dx11BokehIntensity_26; } inline void set_dx11BokehIntensity_26(float value) { ___dx11BokehIntensity_26 = value; } inline static int32_t get_offset_of_focalDistance01_27() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___focalDistance01_27)); } inline float get_focalDistance01_27() const { return ___focalDistance01_27; } inline float* get_address_of_focalDistance01_27() { return &___focalDistance01_27; } inline void set_focalDistance01_27(float value) { ___focalDistance01_27 = value; } inline static int32_t get_offset_of_cbDrawArgs_28() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___cbDrawArgs_28)); } inline ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * get_cbDrawArgs_28() const { return ___cbDrawArgs_28; } inline ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 ** get_address_of_cbDrawArgs_28() { return &___cbDrawArgs_28; } inline void set_cbDrawArgs_28(ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * value) { ___cbDrawArgs_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___cbDrawArgs_28), (void*)value); } inline static int32_t get_offset_of_cbPoints_29() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___cbPoints_29)); } inline ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * get_cbPoints_29() const { return ___cbPoints_29; } inline ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 ** get_address_of_cbPoints_29() { return &___cbPoints_29; } inline void set_cbPoints_29(ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * value) { ___cbPoints_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___cbPoints_29), (void*)value); } inline static int32_t get_offset_of_internalBlurWidth_30() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___internalBlurWidth_30)); } inline float get_internalBlurWidth_30() const { return ___internalBlurWidth_30; } inline float* get_address_of_internalBlurWidth_30() { return &___internalBlurWidth_30; } inline void set_internalBlurWidth_30(float value) { ___internalBlurWidth_30 = value; } inline static int32_t get_offset_of_cachedCamera_31() { return static_cast(offsetof(DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166, ___cachedCamera_31)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_cachedCamera_31() const { return ___cachedCamera_31; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_cachedCamera_31() { return &___cachedCamera_31; } inline void set_cachedCamera_31(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___cachedCamera_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedCamera_31), (void*)value); } }; // UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated struct DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/Dof34QualitySetting UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::quality int32_t ___quality_9; // UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/DofResolution UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::resolution int32_t ___resolution_10; // System.Boolean UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::simpleTweakMode bool ___simpleTweakMode_11; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::focalPoint float ___focalPoint_12; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::smoothness float ___smoothness_13; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::focalZDistance float ___focalZDistance_14; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::focalZStartCurve float ___focalZStartCurve_15; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::focalZEndCurve float ___focalZEndCurve_16; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::focalStartCurve float ___focalStartCurve_17; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::focalEndCurve float ___focalEndCurve_18; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::focalDistance01 float ___focalDistance01_19; // UnityEngine.Transform UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::objectFocus Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___objectFocus_20; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::focalSize float ___focalSize_21; // UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/DofBlurriness UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::bluriness int32_t ___bluriness_22; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::maxBlurSpread float ___maxBlurSpread_23; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::foregroundBlurExtrude float ___foregroundBlurExtrude_24; // UnityEngine.Shader UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::dofBlurShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___dofBlurShader_25; // UnityEngine.Material UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::dofBlurMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___dofBlurMaterial_26; // UnityEngine.Shader UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::dofShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___dofShader_27; // UnityEngine.Material UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::dofMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___dofMaterial_28; // System.Boolean UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::visualize bool ___visualize_29; // UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/BokehDestination UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::bokehDestination int32_t ___bokehDestination_30; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::widthOverHeight float ___widthOverHeight_31; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::oneOverBaseSize float ___oneOverBaseSize_32; // System.Boolean UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::bokeh bool ___bokeh_33; // System.Boolean UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::bokehSupport bool ___bokehSupport_34; // UnityEngine.Shader UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::bokehShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___bokehShader_35; // UnityEngine.Texture2D UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::bokehTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___bokehTexture_36; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::bokehScale float ___bokehScale_37; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::bokehIntensity float ___bokehIntensity_38; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::bokehThresholdContrast float ___bokehThresholdContrast_39; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::bokehThresholdLuminance float ___bokehThresholdLuminance_40; // System.Int32 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::bokehDownsample int32_t ___bokehDownsample_41; // UnityEngine.Material UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::bokehMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___bokehMaterial_42; // UnityEngine.Camera UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::_camera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ____camera_43; // UnityEngine.RenderTexture UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::foregroundTexture RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___foregroundTexture_44; // UnityEngine.RenderTexture UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::mediumRezWorkTexture RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___mediumRezWorkTexture_45; // UnityEngine.RenderTexture UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::finalDefocus RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___finalDefocus_46; // UnityEngine.RenderTexture UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::lowRezWorkTexture RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___lowRezWorkTexture_47; // UnityEngine.RenderTexture UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::bokehSource RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___bokehSource_48; // UnityEngine.RenderTexture UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::bokehSource2 RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___bokehSource2_49; public: inline static int32_t get_offset_of_quality_9() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___quality_9)); } inline int32_t get_quality_9() const { return ___quality_9; } inline int32_t* get_address_of_quality_9() { return &___quality_9; } inline void set_quality_9(int32_t value) { ___quality_9 = value; } inline static int32_t get_offset_of_resolution_10() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___resolution_10)); } inline int32_t get_resolution_10() const { return ___resolution_10; } inline int32_t* get_address_of_resolution_10() { return &___resolution_10; } inline void set_resolution_10(int32_t value) { ___resolution_10 = value; } inline static int32_t get_offset_of_simpleTweakMode_11() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___simpleTweakMode_11)); } inline bool get_simpleTweakMode_11() const { return ___simpleTweakMode_11; } inline bool* get_address_of_simpleTweakMode_11() { return &___simpleTweakMode_11; } inline void set_simpleTweakMode_11(bool value) { ___simpleTweakMode_11 = value; } inline static int32_t get_offset_of_focalPoint_12() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___focalPoint_12)); } inline float get_focalPoint_12() const { return ___focalPoint_12; } inline float* get_address_of_focalPoint_12() { return &___focalPoint_12; } inline void set_focalPoint_12(float value) { ___focalPoint_12 = value; } inline static int32_t get_offset_of_smoothness_13() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___smoothness_13)); } inline float get_smoothness_13() const { return ___smoothness_13; } inline float* get_address_of_smoothness_13() { return &___smoothness_13; } inline void set_smoothness_13(float value) { ___smoothness_13 = value; } inline static int32_t get_offset_of_focalZDistance_14() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___focalZDistance_14)); } inline float get_focalZDistance_14() const { return ___focalZDistance_14; } inline float* get_address_of_focalZDistance_14() { return &___focalZDistance_14; } inline void set_focalZDistance_14(float value) { ___focalZDistance_14 = value; } inline static int32_t get_offset_of_focalZStartCurve_15() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___focalZStartCurve_15)); } inline float get_focalZStartCurve_15() const { return ___focalZStartCurve_15; } inline float* get_address_of_focalZStartCurve_15() { return &___focalZStartCurve_15; } inline void set_focalZStartCurve_15(float value) { ___focalZStartCurve_15 = value; } inline static int32_t get_offset_of_focalZEndCurve_16() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___focalZEndCurve_16)); } inline float get_focalZEndCurve_16() const { return ___focalZEndCurve_16; } inline float* get_address_of_focalZEndCurve_16() { return &___focalZEndCurve_16; } inline void set_focalZEndCurve_16(float value) { ___focalZEndCurve_16 = value; } inline static int32_t get_offset_of_focalStartCurve_17() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___focalStartCurve_17)); } inline float get_focalStartCurve_17() const { return ___focalStartCurve_17; } inline float* get_address_of_focalStartCurve_17() { return &___focalStartCurve_17; } inline void set_focalStartCurve_17(float value) { ___focalStartCurve_17 = value; } inline static int32_t get_offset_of_focalEndCurve_18() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___focalEndCurve_18)); } inline float get_focalEndCurve_18() const { return ___focalEndCurve_18; } inline float* get_address_of_focalEndCurve_18() { return &___focalEndCurve_18; } inline void set_focalEndCurve_18(float value) { ___focalEndCurve_18 = value; } inline static int32_t get_offset_of_focalDistance01_19() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___focalDistance01_19)); } inline float get_focalDistance01_19() const { return ___focalDistance01_19; } inline float* get_address_of_focalDistance01_19() { return &___focalDistance01_19; } inline void set_focalDistance01_19(float value) { ___focalDistance01_19 = value; } inline static int32_t get_offset_of_objectFocus_20() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___objectFocus_20)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_objectFocus_20() const { return ___objectFocus_20; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_objectFocus_20() { return &___objectFocus_20; } inline void set_objectFocus_20(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___objectFocus_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectFocus_20), (void*)value); } inline static int32_t get_offset_of_focalSize_21() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___focalSize_21)); } inline float get_focalSize_21() const { return ___focalSize_21; } inline float* get_address_of_focalSize_21() { return &___focalSize_21; } inline void set_focalSize_21(float value) { ___focalSize_21 = value; } inline static int32_t get_offset_of_bluriness_22() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___bluriness_22)); } inline int32_t get_bluriness_22() const { return ___bluriness_22; } inline int32_t* get_address_of_bluriness_22() { return &___bluriness_22; } inline void set_bluriness_22(int32_t value) { ___bluriness_22 = value; } inline static int32_t get_offset_of_maxBlurSpread_23() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___maxBlurSpread_23)); } inline float get_maxBlurSpread_23() const { return ___maxBlurSpread_23; } inline float* get_address_of_maxBlurSpread_23() { return &___maxBlurSpread_23; } inline void set_maxBlurSpread_23(float value) { ___maxBlurSpread_23 = value; } inline static int32_t get_offset_of_foregroundBlurExtrude_24() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___foregroundBlurExtrude_24)); } inline float get_foregroundBlurExtrude_24() const { return ___foregroundBlurExtrude_24; } inline float* get_address_of_foregroundBlurExtrude_24() { return &___foregroundBlurExtrude_24; } inline void set_foregroundBlurExtrude_24(float value) { ___foregroundBlurExtrude_24 = value; } inline static int32_t get_offset_of_dofBlurShader_25() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___dofBlurShader_25)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_dofBlurShader_25() const { return ___dofBlurShader_25; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_dofBlurShader_25() { return &___dofBlurShader_25; } inline void set_dofBlurShader_25(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___dofBlurShader_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___dofBlurShader_25), (void*)value); } inline static int32_t get_offset_of_dofBlurMaterial_26() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___dofBlurMaterial_26)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_dofBlurMaterial_26() const { return ___dofBlurMaterial_26; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_dofBlurMaterial_26() { return &___dofBlurMaterial_26; } inline void set_dofBlurMaterial_26(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___dofBlurMaterial_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___dofBlurMaterial_26), (void*)value); } inline static int32_t get_offset_of_dofShader_27() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___dofShader_27)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_dofShader_27() const { return ___dofShader_27; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_dofShader_27() { return &___dofShader_27; } inline void set_dofShader_27(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___dofShader_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___dofShader_27), (void*)value); } inline static int32_t get_offset_of_dofMaterial_28() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___dofMaterial_28)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_dofMaterial_28() const { return ___dofMaterial_28; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_dofMaterial_28() { return &___dofMaterial_28; } inline void set_dofMaterial_28(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___dofMaterial_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___dofMaterial_28), (void*)value); } inline static int32_t get_offset_of_visualize_29() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___visualize_29)); } inline bool get_visualize_29() const { return ___visualize_29; } inline bool* get_address_of_visualize_29() { return &___visualize_29; } inline void set_visualize_29(bool value) { ___visualize_29 = value; } inline static int32_t get_offset_of_bokehDestination_30() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___bokehDestination_30)); } inline int32_t get_bokehDestination_30() const { return ___bokehDestination_30; } inline int32_t* get_address_of_bokehDestination_30() { return &___bokehDestination_30; } inline void set_bokehDestination_30(int32_t value) { ___bokehDestination_30 = value; } inline static int32_t get_offset_of_widthOverHeight_31() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___widthOverHeight_31)); } inline float get_widthOverHeight_31() const { return ___widthOverHeight_31; } inline float* get_address_of_widthOverHeight_31() { return &___widthOverHeight_31; } inline void set_widthOverHeight_31(float value) { ___widthOverHeight_31 = value; } inline static int32_t get_offset_of_oneOverBaseSize_32() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___oneOverBaseSize_32)); } inline float get_oneOverBaseSize_32() const { return ___oneOverBaseSize_32; } inline float* get_address_of_oneOverBaseSize_32() { return &___oneOverBaseSize_32; } inline void set_oneOverBaseSize_32(float value) { ___oneOverBaseSize_32 = value; } inline static int32_t get_offset_of_bokeh_33() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___bokeh_33)); } inline bool get_bokeh_33() const { return ___bokeh_33; } inline bool* get_address_of_bokeh_33() { return &___bokeh_33; } inline void set_bokeh_33(bool value) { ___bokeh_33 = value; } inline static int32_t get_offset_of_bokehSupport_34() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___bokehSupport_34)); } inline bool get_bokehSupport_34() const { return ___bokehSupport_34; } inline bool* get_address_of_bokehSupport_34() { return &___bokehSupport_34; } inline void set_bokehSupport_34(bool value) { ___bokehSupport_34 = value; } inline static int32_t get_offset_of_bokehShader_35() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___bokehShader_35)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_bokehShader_35() const { return ___bokehShader_35; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_bokehShader_35() { return &___bokehShader_35; } inline void set_bokehShader_35(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___bokehShader_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___bokehShader_35), (void*)value); } inline static int32_t get_offset_of_bokehTexture_36() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___bokehTexture_36)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_bokehTexture_36() const { return ___bokehTexture_36; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_bokehTexture_36() { return &___bokehTexture_36; } inline void set_bokehTexture_36(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___bokehTexture_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___bokehTexture_36), (void*)value); } inline static int32_t get_offset_of_bokehScale_37() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___bokehScale_37)); } inline float get_bokehScale_37() const { return ___bokehScale_37; } inline float* get_address_of_bokehScale_37() { return &___bokehScale_37; } inline void set_bokehScale_37(float value) { ___bokehScale_37 = value; } inline static int32_t get_offset_of_bokehIntensity_38() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___bokehIntensity_38)); } inline float get_bokehIntensity_38() const { return ___bokehIntensity_38; } inline float* get_address_of_bokehIntensity_38() { return &___bokehIntensity_38; } inline void set_bokehIntensity_38(float value) { ___bokehIntensity_38 = value; } inline static int32_t get_offset_of_bokehThresholdContrast_39() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___bokehThresholdContrast_39)); } inline float get_bokehThresholdContrast_39() const { return ___bokehThresholdContrast_39; } inline float* get_address_of_bokehThresholdContrast_39() { return &___bokehThresholdContrast_39; } inline void set_bokehThresholdContrast_39(float value) { ___bokehThresholdContrast_39 = value; } inline static int32_t get_offset_of_bokehThresholdLuminance_40() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___bokehThresholdLuminance_40)); } inline float get_bokehThresholdLuminance_40() const { return ___bokehThresholdLuminance_40; } inline float* get_address_of_bokehThresholdLuminance_40() { return &___bokehThresholdLuminance_40; } inline void set_bokehThresholdLuminance_40(float value) { ___bokehThresholdLuminance_40 = value; } inline static int32_t get_offset_of_bokehDownsample_41() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___bokehDownsample_41)); } inline int32_t get_bokehDownsample_41() const { return ___bokehDownsample_41; } inline int32_t* get_address_of_bokehDownsample_41() { return &___bokehDownsample_41; } inline void set_bokehDownsample_41(int32_t value) { ___bokehDownsample_41 = value; } inline static int32_t get_offset_of_bokehMaterial_42() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___bokehMaterial_42)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_bokehMaterial_42() const { return ___bokehMaterial_42; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_bokehMaterial_42() { return &___bokehMaterial_42; } inline void set_bokehMaterial_42(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___bokehMaterial_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___bokehMaterial_42), (void*)value); } inline static int32_t get_offset_of__camera_43() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ____camera_43)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get__camera_43() const { return ____camera_43; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of__camera_43() { return &____camera_43; } inline void set__camera_43(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ____camera_43 = value; Il2CppCodeGenWriteBarrier((void**)(&____camera_43), (void*)value); } inline static int32_t get_offset_of_foregroundTexture_44() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___foregroundTexture_44)); } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * get_foregroundTexture_44() const { return ___foregroundTexture_44; } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 ** get_address_of_foregroundTexture_44() { return &___foregroundTexture_44; } inline void set_foregroundTexture_44(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * value) { ___foregroundTexture_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___foregroundTexture_44), (void*)value); } inline static int32_t get_offset_of_mediumRezWorkTexture_45() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___mediumRezWorkTexture_45)); } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * get_mediumRezWorkTexture_45() const { return ___mediumRezWorkTexture_45; } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 ** get_address_of_mediumRezWorkTexture_45() { return &___mediumRezWorkTexture_45; } inline void set_mediumRezWorkTexture_45(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * value) { ___mediumRezWorkTexture_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___mediumRezWorkTexture_45), (void*)value); } inline static int32_t get_offset_of_finalDefocus_46() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___finalDefocus_46)); } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * get_finalDefocus_46() const { return ___finalDefocus_46; } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 ** get_address_of_finalDefocus_46() { return &___finalDefocus_46; } inline void set_finalDefocus_46(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * value) { ___finalDefocus_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___finalDefocus_46), (void*)value); } inline static int32_t get_offset_of_lowRezWorkTexture_47() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___lowRezWorkTexture_47)); } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * get_lowRezWorkTexture_47() const { return ___lowRezWorkTexture_47; } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 ** get_address_of_lowRezWorkTexture_47() { return &___lowRezWorkTexture_47; } inline void set_lowRezWorkTexture_47(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * value) { ___lowRezWorkTexture_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___lowRezWorkTexture_47), (void*)value); } inline static int32_t get_offset_of_bokehSource_48() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___bokehSource_48)); } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * get_bokehSource_48() const { return ___bokehSource_48; } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 ** get_address_of_bokehSource_48() { return &___bokehSource_48; } inline void set_bokehSource_48(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * value) { ___bokehSource_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___bokehSource_48), (void*)value); } inline static int32_t get_offset_of_bokehSource2_49() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970, ___bokehSource2_49)); } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * get_bokehSource2_49() const { return ___bokehSource2_49; } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 ** get_address_of_bokehSource2_49() { return &___bokehSource2_49; } inline void set_bokehSource2_49(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * value) { ___bokehSource2_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___bokehSource2_49), (void*)value); } }; struct DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_StaticFields { public: // System.Int32 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::SMOOTH_DOWNSAMPLE_PASS int32_t ___SMOOTH_DOWNSAMPLE_PASS_7; // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::BOKEH_EXTRA_BLUR float ___BOKEH_EXTRA_BLUR_8; public: inline static int32_t get_offset_of_SMOOTH_DOWNSAMPLE_PASS_7() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_StaticFields, ___SMOOTH_DOWNSAMPLE_PASS_7)); } inline int32_t get_SMOOTH_DOWNSAMPLE_PASS_7() const { return ___SMOOTH_DOWNSAMPLE_PASS_7; } inline int32_t* get_address_of_SMOOTH_DOWNSAMPLE_PASS_7() { return &___SMOOTH_DOWNSAMPLE_PASS_7; } inline void set_SMOOTH_DOWNSAMPLE_PASS_7(int32_t value) { ___SMOOTH_DOWNSAMPLE_PASS_7 = value; } inline static int32_t get_offset_of_BOKEH_EXTRA_BLUR_8() { return static_cast(offsetof(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_StaticFields, ___BOKEH_EXTRA_BLUR_8)); } inline float get_BOKEH_EXTRA_BLUR_8() const { return ___BOKEH_EXTRA_BLUR_8; } inline float* get_address_of_BOKEH_EXTRA_BLUR_8() { return &___BOKEH_EXTRA_BLUR_8; } inline void set_BOKEH_EXTRA_BLUR_8(float value) { ___BOKEH_EXTRA_BLUR_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7 : public RuntimeArray { public: ALIGN_FIELD (8) int8_t m_Items[1]; public: inline int8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int8_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, int8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B : public RuntimeArray { public: ALIGN_FIELD (8) GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * m_Items[1]; public: inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB ** 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, GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SignalR.Hubs.Hub[] struct HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44 : public RuntimeArray { public: ALIGN_FIELD (8) Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * m_Items[1]; public: inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 ** 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, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Mesh[] struct MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8 : public RuntimeArray { public: ALIGN_FIELD (8) Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * m_Items[1]; public: inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** 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, Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : 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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated[] struct DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D : public RuntimeArray { public: ALIGN_FIELD (8) DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * m_Items[1]; public: inline DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 ** 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, DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * LinkedList_1_get_First_m8DCE1181A69DB8A820B5B976EBEF9416F4C0460D_gshared_inline (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.LinkedListNode`1::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * LinkedListNode_1_get_Value_m5A71FC016266973BD9CFAE986CF6911B26C33684_gshared_inline (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::get_Next() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * LinkedListNode_1_get_Next_m613427050DF4FAF7AF82AE4C266E933EED03AD91_gshared (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * __this, const RuntimeMethod* method); // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void <>f__AnonymousType2`2::.ctor(j__TPar,j__TPar) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ef__AnonymousType2_2__ctor_mE14A68C1058B16BD540F9F8A1C62B0E72E6543B8_gshared (U3CU3Ef__AnonymousType2_2_tBB4889996ADB12385987B9D8D6B0650B0AFA890C * __this, RuntimeObject * ___Street0, RuntimeObject * ___Zip1, const RuntimeMethod* method); // System.Void <>f__AnonymousType1`3::.ctor(j__TPar,j__TPar,
j__TPar) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ef__AnonymousType1_3__ctor_m198A9580F011F84B8FC5AA1D532F783A34E7E2D8_gshared (U3CU3Ef__AnonymousType1_3_t4C846D0D3BD17FEB28966EAC230A70FB0CB468C0 * __this, RuntimeObject * ___Name0, int32_t ___Age1, RuntimeObject * ___Address2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZTree::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZTree__ctor_mECED5C038329B7F189C4F1A17236E25E05A40D9E (ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // BestHTTP.Decompression.Zlib.DeflateManager/Config BestHTTP.Decompression.Zlib.DeflateManager/Config::Lookup(BestHTTP.Decompression.Zlib.CompressionLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * Config_Lookup_m3F39FAAF24B2E47E4DFFF1ECA732A25DC8BFE82B (int32_t ___level0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::SetDeflater() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_SetDeflater_mA0B45EF456819FF57A0FCD42B48688F5E323CDC4 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_InitializeBlocks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__InitializeBlocks_mEC7C63322300AC17E9D4AE58CD7C369EF02BADBB (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::_IsSmaller(System.Int16[],System.Int32,System.Int32,System.SByte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateManager__IsSmaller_mDC1677F75213B962B0781F3B52F5AF2A1BFF2165 (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___tree0, int32_t ___n1, int32_t ___m2, SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* ___depth3, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::scan_tree(System.Int16[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_scan_tree_mC2CADDD5774F4C71B6414A5AE74830C091C2C886 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___tree0, int32_t ___max_code1, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZTree::build_tree(BestHTTP.Decompression.Zlib.DeflateManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZTree_build_tree_m201AC178F3AEFE2C3A7E18C9CD88658252628DA8 (ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * __this, DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * ___s0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_bits(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___value0, int32_t ___length1, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_tree(System.Int16[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_tree_m3046D5344027DB9B23254090F9224D12E7E1576E (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___tree0, int32_t ___max_code1, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_code(System.Int32,System.Int16[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_code_m302419556E01F5CE5CA208F5E25763F0C6F60374 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___c0, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___tree1, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::bi_flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_bi_flush_m364DE0F48B58921FACF0EAAF89CB05017E865889 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZTree::DistanceCode(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZTree_DistanceCode_m698F79F75EC538C83648B2F06AD694AC2402AD1B (int32_t ___dist0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::bi_windup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_bi_windup_m79ADDF3689EBB5F9BB49BFA306A49A591E6DBBC3 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::put_bytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_put_bytes_m69B5E27073DB526D764F2CC9A81DE6EF8D45658C (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___p0, int32_t ___start1, int32_t ___len2, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_tr_flush_block(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__tr_flush_block_mCBD69501E11E99A0846A2164C1D6A26AB23AAA98 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___buf0, int32_t ___stored_len1, bool ___eof2, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibCodec::flush_pending() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibCodec_flush_pending_m00A1C4E7AC58D4575D74EFAC53B3395B0D355296 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_fillWindow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__fillWindow_m4719AD11043C85008AFFC022EBD36A1393A9500B (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::flush_block_only(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_flush_block_only_m673D5A661A6D0DD7B9C4E38F55B38657DFC4D9AD (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, bool ___eof0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::copy_block(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_copy_block_m69B0B783C93BC492917BE15D172565AF1886D19B (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___buf0, int32_t ___len1, bool ___header2, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::set_data_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_set_data_type_mBFDF48A5951184FEE4D9FD13045D37633FAB2268 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::build_bl_tree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_build_bl_tree_m146B4962E71DA533544525034BC5AACD24897D61 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_tr_stored_block(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__tr_stored_block_mC2A6F74D9D2296A07E916985251383DB158096F6 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___buf0, int32_t ___stored_len1, bool ___eof2, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_compressed_block(System.Int16[],System.Int16[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_compressed_block_m75D37C1AE65CC5EA237FF3B31DDA8FDFB7D46168 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___ltree0, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___dtree1, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_all_trees(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_all_trees_mC911A2F344AD3A60E5439CA06FDCD90709BA1AB2 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___lcodes0, int32_t ___dcodes1, int32_t ___blcodes2, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::read_buf(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_read_buf_m083912442C2DBF97A7345E6C7AB336F908C63EB5 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___start1, int32_t ___size2, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::longest_match(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_longest_match_m4888C105325B0C4269553429D678BA58D9A0F711 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___cur_match0, const RuntimeMethod* method); // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::_tr_tally(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateManager__tr_tally_m679655373A5B079BA74DAA3F78D79BA5BD852005 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___dist0, int32_t ___lc1, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Initialize(BestHTTP.Decompression.Zlib.ZlibCodec,BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Initialize_m3346C85AB1017BF335F31DDD28BDE225FF52C253 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ___codec0, int32_t ___level1, int32_t ___bits2, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Initialize(BestHTTP.Decompression.Zlib.ZlibCodec,BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32,System.Int32,BestHTTP.Decompression.Zlib.CompressionStrategy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Initialize_m9E2DCDC475197B51250E1C53A66FEFC92C55C557 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ___codec0, int32_t ___level1, int32_t ___windowBits2, int32_t ___memLevel3, int32_t ___strategy4, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1 (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * __this, String_t* ___s0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Byte[] BestHTTP.Extensions.VariableSizedBufferPool::Get(System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF (int64_t ___size0, bool ___canBeLarger1, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_Reset_m9161336BA0E87B4C122A7ED78B382965BAAFA93D (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::get_WantRfc1950HeaderBytes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DeflateManager_get_WantRfc1950HeaderBytes_m59DA16657389AD0142F0E9A533F20362326B5ACC_inline (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.UInt32 BestHTTP.Decompression.Zlib.Adler::Adler32(System.UInt32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Adler_Adler32_m7DA20E3A89C7D70A6493815519024D62CDE4D25D (uint32_t ___adler0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___index2, int32_t ___len3, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_InitializeTreeData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__InitializeTreeData_m1874B340D273F13D31385358884081CF6FE78138 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_InitializeLazyMatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__InitializeLazyMatch_m8AB0D920B367F584A1048983511FA3C9D65C800C (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.VariableSizedBufferPool::Release(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompressFunc__ctor_mA6EE42FE5E9A1421ADC549B903F77669ACD62A0D (CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::Deflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_Deflate_m83A2BBE500150CF4A5BA8DCDB07D3595BA3F3492 (ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * __this, int32_t ___flush0, const RuntimeMethod* method); // BestHTTP.Decompression.Zlib.BlockState BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc::Invoke(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompressFunc_Invoke_m31E3A4C1F17737F91C1476995EE70CF4062A7EE5 (CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * __this, int32_t ___flush0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_tr_align() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__tr_align_m7FA7BBB6EB347E33400848A0684B643233D1B993 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m18A65FB6AD41C19831D0B548DA772BABDEA4C59B (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___mode1, int32_t ___level2, bool ___leaveOpen3, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,BestHTTP.Decompression.Zlib.ZlibStreamFlavor,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream__ctor_m85DE51C143C18B6664FD636DBFC92C236A463655 (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___compressionMode1, int32_t ___level2, int32_t ___flavor3, bool ___leaveOpen4, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,BestHTTP.Decompression.Zlib.ZlibStreamFlavor,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream__ctor_m6FD17B74F3643767D8150C2D633FCE2DD246825A (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___compressionMode1, int32_t ___level2, int32_t ___flavor3, bool ___leaveOpen4, int32_t ___windowBits5, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880 (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83 (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, const RuntimeMethod* method); // ArduinoBluetoothAPI.BluetoothHelper ArduinoBluetoothAPI.BluetoothHelper::GetInstance(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * BluetoothHelper_GetInstance_m8AB066928E5B54E8E3F8CEFA15761C285471773C (String_t* ___deviceName0, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothEvents__ctor_mD0C2D2FBABF155FBB8B8FF33F3481DE5B09022BF (BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper::add_OnConnected(ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelper_add_OnConnected_m5CE1875A1281B94F1FD5B265DE15CA4D1CC1807F (BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * __this, BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___value0, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper::add_OnConnectionFailed(ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelper_add_OnConnectionFailed_mEFBC9568FA0492A45442EDE15EF9D93641967D5F (BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * __this, BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___value0, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper/BluetoothScanEvents::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothScanEvents__ctor_m4DF2074D4CDECEB0BFFB8A65A44B45E253EDC6C6 (BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper::add_OnScanEnded(ArduinoBluetoothAPI.BluetoothHelper/BluetoothScanEvents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelper_add_OnScanEnded_m29C2C4D0D6C05C482081DB00D47ADA32CEF7D3F0 (BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * __this, BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * ___value0, const RuntimeMethod* method); // System.Void ArduinoBluetoothAPI.BluetoothHelper::add_OnDataReceived(ArduinoBluetoothAPI.BluetoothHelper/BluetoothEvents) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHelper_add_OnDataReceived_mD01145C46F0B8B886F3DE1AC292B692D20C0512A (BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * __this, BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * ___value0, const RuntimeMethod* method); // System.Void MyStreamManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MyStreamManager__ctor_m58C031AD2B0383BF68C81FA5FDD684D39A9C2434 (MyStreamManager_t0FE26496961272E0B14F1CF7C87E01532EF22203 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.String ArduinoBluetoothAPI.BluetoothHelper::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BluetoothHelper_Read_mBF072F4C12D985B58B27553899681D384E208546 (BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C (const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE (const RuntimeMethod* method); // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method); // System.Boolean UnityEngine.GUI::Button(UnityEngine.Rect,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_Button_m668EE382521BDEA241D719A9CF39B6672E2CA23F (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___position0, String_t* ___text1, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * LinkedList_1_get_First_m601EC84A1B1B4EC30ECCED89B1A02F8B09592964_inline (LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * __this, const RuntimeMethod* method) { return (( LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * (*) (LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 *, const RuntimeMethod*))LinkedList_1_get_First_m8DCE1181A69DB8A820B5B976EBEF9416F4C0460D_gshared_inline)(__this, method); } // System.Void Demo::draw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Demo_draw_mA9A070F20AA9950FAA4F33B12C6CF980FC7974C4 (Demo_t86E6F3922C809A3856EB33320D98702925079549 * __this, const RuntimeMethod* method); // System.String UnityEngine.GUI::TextArea(UnityEngine.Rect,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUI_TextArea_m151EDA5B030F143B74CB0E7046DAC5FEC04B78D2 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___position0, String_t* ___text1, const RuntimeMethod* method); // System.String UnityEngine.GUI::TextField(UnityEngine.Rect,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUI_TextField_mD1E7D8DEA90FB9D1A40A006A79F3FDEFF8CDC70D (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___position0, String_t* ___text1, const RuntimeMethod* method); // !0 System.Collections.Generic.LinkedListNode`1::get_Value() inline BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * LinkedListNode_1_get_Value_m2FC1BC5CDFF8280210FA4734E97A8481412A2594_inline (LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * __this, const RuntimeMethod* method) { return (( BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * (*) (LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A *, const RuntimeMethod*))LinkedListNode_1_get_Value_m5A71FC016266973BD9CFAE986CF6911B26C33684_gshared_inline)(__this, method); } // System.String ArduinoBluetoothAPI.BluetoothDevice::get_DeviceName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline (BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * __this, const RuntimeMethod* method); // System.Int32 ArduinoBluetoothAPI.BluetoothDevice::get_Rssi() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BluetoothDevice_get_Rssi_mA3FED34C8B41BB21FEF70FCE48132019A3009601_inline (BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * __this, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::get_Next() inline LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * LinkedListNode_1_get_Next_m56D0D9717BFCD2D550BD6DBC66047BD8838D3B8D (LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * __this, const RuntimeMethod* method) { return (( LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * (*) (LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A *, const RuntimeMethod*))LinkedListNode_1_get_Next_m613427050DF4FAF7AF82AE4C266E933EED03AD91_gshared)(__this, method); } // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIMessageList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIMessageList__ctor_m2A38A0230378C832F710132D4A39868FD69EC06B (GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Hubs.Hub::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub__ctor_mD29A13D73C950B415D63DCEAB89AE82228F8D9A6 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Hubs.OnMethodCallCallbackDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodCallCallbackDelegate__ctor_mAD447D2E47F028BA2F1E42058A0E4B3CBD00C83C (OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Hubs.Hub::On(System.String,BestHTTP.SignalR.Hubs.OnMethodCallCallbackDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_On_m25A0E7F4BEACB98E437EA79DF1B7FC7394FE6DDC (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___method0, OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 * ___callback1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Hubs.OnMethodResultDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodResultDelegate__ctor_mE853E887A306B74C4C47A14F4D7CE1D1F956BDA9 (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Hubs.OnMethodProgressDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodProgressDelegate__ctor_m7DBEEAD05E5723D91C84C027EEB7F98C0C3FDDE0 (OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean BestHTTP.SignalR.Hubs.Hub::Call(System.String,BestHTTP.SignalR.Hubs.OnMethodResultDelegate,BestHTTP.SignalR.Hubs.OnMethodFailedDelegate,BestHTTP.SignalR.Hubs.OnMethodProgressDelegate,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_mF9F501B82E56FD98CD0384EB0E54C842F14D3CBD (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___method0, OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___onResult1, OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * ___onResultError2, OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * ___onProgress3, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args4, const RuntimeMethod* method); // System.Double BestHTTP.SignalR.Messages.ProgressMessage::get_Progress() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double ProgressMessage_get_Progress_mA4131A34582CDF45EEBCA667CF697CD178FAA31A_inline (ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF * __this, const RuntimeMethod* method); // System.String System.Double::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m87E4A4DC004A167CF0AE1F2D271BC20A708CE57D (double* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Object BestHTTP.SignalR.Messages.ResultMessage::get_ReturnValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * ResultMessage_get_ReturnValue_mC60C506AC05E305C72D58E882A52EB784DF53C06_inline (ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::MultipleCalls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_MultipleCalls_mA2E2F3E678C9C07E0A6A5D4130344BB904EAA41A (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline (const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Boolean BestHTTP.SignalR.Hubs.Hub::Call(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_m1DA4FC609FF3A9CF14FB098587AEFD7DFB48C8F8 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___method0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Hubs.OnMethodFailedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodFailedDelegate__ctor_m3BEF4FC0750EB8D55E038D4624BE85EB767D1454 (OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean BestHTTP.SignalR.Hubs.Hub::Call(System.String,BestHTTP.SignalR.Hubs.OnMethodResultDelegate,BestHTTP.SignalR.Hubs.OnMethodFailedDelegate,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_mAE562270342355914E1FBB3B6D16D4B9A5490B94 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___method0, OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___onResult1, OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * ___onResultError2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args3, const RuntimeMethod* method); // System.String BestHTTP.SignalR.Messages.FailureMessage::get_ErrorMessage() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* FailureMessage_get_ErrorMessage_m696C1BBC6C0A073A98300BD60021D4CC3128F60C_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SignalR.Hubs.Hub::Call(System.String,BestHTTP.SignalR.Hubs.OnMethodResultDelegate,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_m2A5996F81FEC5931E6AA3F781FA27D75BAE727CC (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___method0, OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___onResult1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::Overload(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_Overload_mF6D24278B8C8053FBE4FBC9F8E5DE6D85F678D55 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, int32_t ___number0, const RuntimeMethod* method); // System.Object[] BestHTTP.SignalR.Messages.MethodCallMessage::get_Arguments() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* MethodCallMessage_get_Arguments_m8A1500306634DAC027E2A82A58975D84F13F91BC_inline (MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * Hub_get_State_mAA7154287EFE07B67EF6D238FDEBF25193F29A2B (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline RuntimeObject * Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_gshared)(__this, ___key0, method); } // System.Void BestHTTP.Examples.GUIMessageList::Add(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545 (GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * __this, String_t* ___msg0, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline (const RuntimeMethod* method) { return (( GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Void UnityEngine.GUILayout::Label(System.String,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502 (String_t* ___text0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::BeginHorizontal(UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661 (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options0, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::Space(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD (float ___pixels0, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndHorizontal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946 (const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::BeginVertical(UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_BeginVertical_mE0941591491BBDAA25FF7CD48415750FD08D10ED (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options0, const RuntimeMethod* method); // System.Single UnityEngine.GUILayout::HorizontalSlider(System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUILayout_HorizontalSlider_m03D4AF69A1F1EA05236AB10FAD393580F2A3DC3D (float ___value0, float ___leftValue1, float ___rightValue2, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options3, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndVertical() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndVertical_mBCF5058C9591A4064722C2B763EF98D066BFDCAD (const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIMessageList::Draw(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIMessageList_Draw_mBD9333B10EE5F2EC94F8AE2ECACF2C2B2AF20637 (GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * __this, float ___minWidth0, float ___minHeight1, const RuntimeMethod* method); // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::get_JsonEncoder() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_JsonEncoder_m37151AA4E3329EA4DE576A005C1CB2FD10F35869_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub__ctor_mF3AB86D1318399FDC84DBAB27B3E167F5D95D3AF (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.TypedDemoHub::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypedDemoHub__ctor_m78A22B22B9B8254D3DA5AF6557217AE6A424FC55 (TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::.ctor(System.Uri,BestHTTP.SignalR.Hubs.Hub[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection__ctor_mDBB8597D98762C50BAF2E7A17F944448606D678A (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* ___hubs1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.JsonEncoders.LitJsonEncoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LitJsonEncoder__ctor_m763379A4320CF72BA2DEEC4C8362168350444008 (LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::set_JsonEncoder(BestHTTP.SignalR.JsonEncoders.IJsonEncoder) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_JsonEncoder_m409F902EFFEAA886681B74092881566B02E708DD_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.OnConnectedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnConnectedDelegate__ctor_m12A6CAAD54C9B4CCCBAD104C4184907460392B95 (OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::add_OnConnected(BestHTTP.SignalR.OnConnectedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_add_OnConnected_m6080D072D7B81F9C8212B0D6A9E9ACD8B904D36E (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::Open() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Open_m6439E65084C815C273A98CB05C7D4A0B82434206 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Connection_Close_m6DA3163F6AFBF03201AF47829A895C52BB631345 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIHelper::DrawArea(UnityEngine.Rect,System.Boolean,System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___area0, bool ___drawHeader1, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action2, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Void <>f__AnonymousType2`2::.ctor(j__TPar,j__TPar) inline void U3CU3Ef__AnonymousType2_2__ctor_m4C28DA861B3B8E09EEF108F46727D5B4BABEADFE (U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203 * __this, String_t* ___Street0, String_t* ___Zip1, const RuntimeMethod* method) { (( void (*) (U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203 *, String_t*, String_t*, const RuntimeMethod*))U3CU3Ef__AnonymousType2_2__ctor_mE14A68C1058B16BD540F9F8A1C62B0E72E6543B8_gshared)(__this, ___Street0, ___Zip1, method); } // System.Void <>f__AnonymousType1`3f__AnonymousType2`2>::.ctor(j__TPar,j__TPar,
j__TPar) inline void U3CU3Ef__AnonymousType1_3__ctor_mA7AEB89FD6F0C7298F3353847D93DA036EBBE3EC (U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7 * __this, String_t* ___Name0, int32_t ___Age1, U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203 * ___Address2, const RuntimeMethod* method) { (( void (*) (U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7 *, String_t*, int32_t, U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203 *, const RuntimeMethod*))U3CU3Ef__AnonymousType1_3__ctor_m198A9580F011F84B8FC5AA1D532F783A34E7E2D8_gshared)(__this, ___Name0, ___Age1, ___Address2, method); } // System.Void BestHTTP.Examples.DemoHub::AddToGroups() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_AddToGroups_m48935B2027D5998D0E8DFDC737D33358FDD5E10A (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_GetValue_m12B235D1DCF7A1A06910E2AF506E6856F8D7A783 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::TaskWithException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_TaskWithException_m9D2200AFB366170E3E70F26D92D13018CFA7E520 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::GenericTaskWithException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_GenericTaskWithException_m4FBE6C9778203AEF600D5A7E6BDBF8BA15DC872F (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::SynchronousException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_SynchronousException_mA76A3D4879C3745260F36160E8BDEC53D3020183 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::DynamicTask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_DynamicTask_mEB3E632AEB3EFA1063097773A2AEFA12BD5BAA8E (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::PassingDynamicComplex(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_PassingDynamicComplex_m0020A45C031F918742773AFD3BFB52D521EAC13B (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, RuntimeObject * ___person0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::SimpleArray(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_SimpleArray_mE3867D9C96AE149F9BD5E823CB0D3EEDBC7CB932 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___array0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::ComplexType(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_ComplexType_m6A923C249A6C53F63EAC3F40CA73CA09DF991B6D (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, RuntimeObject * ___person0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::ComplexArray(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_ComplexArray_m8B59C4B518C6A0A319060FCA3CC85F421B4524A1 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___complexArray0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::ReportProgress(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_ReportProgress_m9EA5900997A34BB009EBB23593A01B4071BB881D (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, String_t* ___arg0, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::Overload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_Overload_mE657D38914F52B3D0761FF51C7F49597A4C0FCF6 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m012F321188703DCCB5C4F99C5A5AA2FA31A98144 (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *, String_t*, RuntimeObject *, const RuntimeMethod*))Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared)(__this, ___key0, ___value1, method); } // System.Void BestHTTP.Examples.DemoHub::ReadStateValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_ReadStateValue_mDF603A5FF965AEF491781C1DDB040085213EC709 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::PlainTask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_PlainTask_m0E2830D10F23A9147ADDC82713FBB0230F89653A (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::GenericTaskWithContinueWith() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_GenericTaskWithContinueWith_m72C10D1D6B35BE412A9C8AF81961676C044AD0A5 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.TypedDemoHub::Echo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypedDemoHub_Echo_m2C293BBE8C27CA27CF9921BD218C8B760ECA26B7 (TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117 * __this, String_t* ___msg0, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.GUILayout::BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GUILayout_BeginScrollView_m605976F974526E1D17F6555A35B6CCBBE7ADB492 (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPosition0, bool ___alwaysShowHorizontal1, bool ___alwaysShowVertical2, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options3, const RuntimeMethod* method); // System.Void BestHTTP.Examples.DemoHub::Draw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_Draw_m050C0A917AF14C159793A230AD4318218C485E09 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Examples.TypedDemoHub::Draw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypedDemoHub_Draw_m1772868F3731A9E864665BEF4761F1360410244E (TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndScrollView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndScrollView_m7A2EFB6B6DFC43302979FD6E2AF032C0D21BA163 (const RuntimeMethod* method); // System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckSupport(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostEffectsBase_CheckSupport_m20B1CB0EC0F019D345427F851C67A5FD2E01061A (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, bool ___needDepth0, const RuntimeMethod* method); // UnityEngine.Material UnityStandardAssets.ImageEffects.PostEffectsBase::CheckShaderAndCreateMaterial(UnityEngine.Shader,UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___s0, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m2Create1, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.DepthOfField::CreateComputeResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfField_CreateComputeResources_m144C19BB16C05831CD0B4CE5DC80E1347F37D53D (DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.PostEffectsBase::ReportAutoDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.DepthTextureMode UnityEngine.Camera::get_depthTextureMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_depthTextureMode_mA4B03C6B552FB03DF8A8C20DC9F4EB8FD978A7DD (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_depthTextureMode(UnityEngine.DepthTextureMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_depthTextureMode_m2D4631800947438BE9A7697778E2CB0E38083CF1 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.DepthOfField::ReleaseComputeResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfField_ReleaseComputeResources_m9FFAAE0615BA2F81031CD9E3A1F17C2E8ACF1167 (DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.ComputeBuffer::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer_Release_m7F1D518D1542CD4B961B17E3A44376FA78E977EB (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * __this, const RuntimeMethod* method); // System.Void UnityEngine.ComputeBuffer::.ctor(System.Int32,System.Int32,UnityEngine.ComputeBufferType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer__ctor_mCF22AAE35FCF0AAC7168EF4FDD11536569BBDE92 (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * __this, int32_t ___count0, int32_t ___stride1, int32_t ___type2, const RuntimeMethod* method); // System.Void UnityEngine.ComputeBuffer::SetData(System.Array) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer_SetData_m4A48A0AD92ADDE0C718BD077686C649BCF963EB8 (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * __this, RuntimeArray * ___data0, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_nearClipPlane() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(System.Single,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline (float ___d0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Camera::WorldToViewportPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Camera_WorldToViewportPoint_m656CDAE26AAC040A4A47DAFF8EEDB0A941BE051D (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_farClipPlane() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_farClipPlane_m0FA1B9E2E815BECE2EA40023302EB942B52D9596 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetTexture(System.String,UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___value1, const RuntimeMethod* method); // UnityEngine.RenderTextureFormat UnityEngine.RenderTexture::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822 (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * __this, const RuntimeMethod* method); // UnityEngine.RenderTexture UnityEngine.RenderTexture::GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E (int32_t ___width0, int32_t ___height1, int32_t ___depthBuffer2, int32_t ___format3, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___mat2, int32_t ___pass3, const RuntimeMethod* method); // System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2 (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetVector(System.String,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___value1, const RuntimeMethod* method); // System.Void UnityEngine.RenderTexture::ReleaseTemporary(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4 (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___temp0, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7 (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest1, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87 (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Max(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775 (float ___a0, float ___b1, const RuntimeMethod* method); // System.Single UnityStandardAssets.ImageEffects.DepthOfField::FocalDistance01(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DepthOfField_FocalDistance01_mAD7B2FD38F77D486FCEAFAA8D54DEF300AE73E1F (DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * __this, float ___worldDist0, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.DepthOfField::WriteCoc(UnityEngine.RenderTexture,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfField_WriteCoc_m0F58251DD44C9B7A25E28EC45C9EB89A77746174 (DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___fromTo0, bool ___fgDilate1, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetFloat(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::SetRandomWriteTarget(System.Int32,UnityEngine.ComputeBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_SetRandomWriteTarget_m57496C8D519D2F87B17FABF97AB55E6D0F4CA753 (int32_t ___index0, ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___uav1, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::ClearRandomWriteTargets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_ClearRandomWriteTargets_m1779E94C917EDE279CCE78169C1A2A1D107D3758 (const RuntimeMethod* method); // System.Void UnityEngine.Graphics::SetRenderTarget(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_SetRenderTarget_m78AE234327CCDBCEA288FBEFB53D6CEAD3EFC939 (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___rt0, const RuntimeMethod* method); // System.Void UnityEngine.ComputeBuffer::CopyCount(UnityEngine.ComputeBuffer,UnityEngine.ComputeBuffer,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer_CopyCount_m9E842808FDED9556B7B487D891BB2670AC52425A (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___src0, ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___dst1, int32_t ___dstOffsetBytes2, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetBuffer(System.String,UnityEngine.ComputeBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetBuffer_m8E57EF9FF4D5A9C6F7C76A3C4EADC7058FFEA341 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Vector4::op_Implicit(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_op_Implicit_mDCFA56E9D34979E1E2BFE6C2D61F1768D934A8EB (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method); // System.Boolean UnityEngine.Material::SetPass(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Material_SetPass_mC888245491A21488CFF2FD64CA45E8404CB9FF9C (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, int32_t ___pass0, const RuntimeMethod* method); // System.Void UnityEngine.Graphics::DrawProceduralIndirectNow(UnityEngine.MeshTopology,UnityEngine.ComputeBuffer,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_DrawProceduralIndirectNow_m7697D0FEEAA0DFA1006EC7BF7CFDB3D85DEFE528 (int32_t ___topology0, ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * ___bufferWithArgs1, int32_t ___argsOffset2, const RuntimeMethod* method); // System.Void UnityEngine.Texture::set_filterMode(UnityEngine.FilterMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0 (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Vector4::get_one() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_get_one_m59B707729B52E58A045A6DE2ACDDE1D1600F48A4 (const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Vector4::op_Multiply(System.Single,UnityEngine.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_op_Multiply_m5413794561683CB2AA8D68DD1B432FF853DF3BC6_inline (float ___d0, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___a1, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Vector4::op_Multiply(UnityEngine.Vector4,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___a0, float ___d1, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.PostEffectsBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Shader::get_isSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Shader_get_isSupported_m958F4978B3DFAD2FD471549B2C1D8A82639EDA41 (Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.Quads::Cleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Quads_Cleanup_mD8D12694A940EB6155B22BE54FDF1A5048E97FBE (const RuntimeMethod* method); // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::FocalDistance01(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DepthOfFieldDeprecated_FocalDistance01_m00D69A3198F8D54F6DE0DA0A74BA2C148B73C28D (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, float ___worldDist0, const RuntimeMethod* method); // System.Int32 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::GetDividerBasedOnQuality() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DepthOfFieldDeprecated_GetDividerBasedOnQuality_m2E1CC9B27087D14152D5AF975B52F0AB69F46776 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, const RuntimeMethod* method); // System.Int32 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::GetLowResolutionDividerBasedOnQuality(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DepthOfFieldDeprecated_GetLowResolutionDividerBasedOnQuality_m3DBDA9D7474E15B50D6F31E3F91DF3AA564D17AD (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, int32_t ___baseDivider0, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::AllocateTextures(System.Boolean,UnityEngine.RenderTexture,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_AllocateTextures_mDFEBA3201E4C2069FEDE43AFF46C063F0F42D84B (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, bool ___blurForeground0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source1, int32_t ___divider2, int32_t ___lowTexDivider3, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::Downsample(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_Downsample_m73770942AAB7667353A5478BE15202ABCE6190E3 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to1, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::Blur(UnityEngine.RenderTexture,UnityEngine.RenderTexture,UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/DofBlurriness,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_Blur_mE97ADDA1CB43F84B428198D4EDCA12435DA8B107 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to1, int32_t ___iterations2, int32_t ___blurPass3, float ___spread4, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::AddBokeh(UnityEngine.RenderTexture,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_AddBokeh_mDAC12FD0F5711BF8D8920F86C0D3251934519222 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___bokehInfo0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___tempTex1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___finalTarget2, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::BlurFg(UnityEngine.RenderTexture,UnityEngine.RenderTexture,UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/DofBlurriness,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_BlurFg_m9E7C81AF2E17E3AD14C44B63874CCD717EAB0D66 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to1, int32_t ___iterations2, int32_t ___blurPass3, float ___spread4, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::ReleaseTextures() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_ReleaseTextures_mD4E8FDDB6EFE5782BDCD188BBA06BA80672B2676 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, const RuntimeMethod* method); // UnityEngine.RenderTexture UnityEngine.RenderTexture::GetTemporary(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * RenderTexture_GetTemporary_mF71FD5106250F2CD0309BBBA2CD74D3D6D94EFB8 (int32_t ___width0, int32_t ___height1, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::BlurHex(UnityEngine.RenderTexture,UnityEngine.RenderTexture,System.Int32,System.Single,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_BlurHex_m5EE76E316221C6877542EBC8F9A131BE176F631F (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to1, int32_t ___blurPass2, float ___spread3, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___tmp4, const RuntimeMethod* method); // UnityEngine.Mesh[] UnityStandardAssets.ImageEffects.Quads::GetMeshes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* Quads_GetMeshes_mE0C1253983124C6022E99BF9C690AB87E12834B2 (int32_t ___totalWidth0, int32_t ___totalHeight1, const RuntimeMethod* method); // System.Void UnityEngine.RenderTexture::set_active(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_active_mA70AFD6D3CB54E9AEDDD45E48B8B6979FDB75ED9 (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method); // System.Void UnityEngine.GL::Clear(System.Boolean,System.Boolean,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Clear_mF5FCE24D7F60731D6D88AA3DC98B0E88A644CD93 (bool ___clearDepth0, bool ___clearColor1, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___backgroundColor2, const RuntimeMethod* method); // System.Void UnityEngine.GL::PushMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_PushMatrix_mF1F26015AB75226AB048A7ABF700871C5A0AE0B3 (const RuntimeMethod* method); // System.Void UnityEngine.GL::LoadIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_LoadIdentity_m96F26C752C5EED5A747414BC7435F1B58626E052 (const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 Matrix4x4_get_identity_mC91289718DDD3DDBE0A10551BDA59A446414A596 (const RuntimeMethod* method); // System.Void UnityEngine.Graphics::DrawMeshNow(UnityEngine.Mesh,UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_DrawMeshNow_m100DAA0EF31439F55F0F41014A00C25884B4797A (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___mesh0, Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___matrix1, const RuntimeMethod* method); // System.Void UnityEngine.GL::PopMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_PopMatrix_m06F4C60CA3B91C7F8B7EFF83D21563C9613B3738 (const RuntimeMethod* method); // UnityEngine.RenderTexture UnityEngine.RenderTexture::GetTemporary(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * RenderTexture_GetTemporary_m8E43C234388D8688B70498F6663F05925EFBD4C9 (int32_t ___width0, int32_t ___height1, int32_t ___depthBuffer2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF (Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::.ctor(System.Boolean,System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerApplicationSpecific__ctor_m8AEC13EBAEB304213EC4D343586A3F3DA65DF353 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, bool ___isConstructed0, int32_t ___tag1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___octets2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::.ctor(System.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerApplicationSpecific__ctor_m08EA4776297C36198C8F212E39974AFCEEEA2268 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, bool ___isExplicit0, int32_t ___tag1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetDerEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetDerEncoded_m30F357C2B994910EAC405FACBB5CA88181B3CD4E (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::IsConstructed(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Asn1TaggedObject_IsConstructed_m4A67A5E19E7349B66DF405298518E6E0BC0935AB (bool ___isExplicit0, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___obj1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::GetLengthOfHeader(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerApplicationSpecific_GetLengthOfHeader_m6D3B7F7E2C7085C9A3B82F712FBCD64BDF307A77 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * Asn1EncodableVector_get_Item_mD6AA8C3C2DA135D03CAAD62F805BC7045685A9FD (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m4A65916B1316FBF45ECDF1FF7FAC9E3CA30C112C (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::GetContents() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerApplicationSpecific_GetContents_m858EE413F0BA90EDCDFE609729142FA6C62B00D6_inline (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object::FromByteArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::ReplaceTagNumber(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerApplicationSpecific_ReplaceTagNumber_m479C429E13010ECD7A4CE352A5217296ED522A94 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, int32_t ___newTag0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteEncoded(System.Int32,System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteEncoded_m6540A3114A9E58B9D748CDDDDC140DB1B5CA6A2E (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, int32_t ___flags0, int32_t ___tagNo1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes2, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::AreEqual(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b1, const RuntimeMethod* method); // System.Int32 System.Boolean::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411 (bool* __this, const RuntimeMethod* method); // System.Int32 System.Int32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667 (int32_t* __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::GetHashCode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::GetTypeName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::GetObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * DerBitString_GetInstance_mFBA6EA683F6F292F1A15D6E5BE37CFA85104C36A (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::FromAsn1Octets(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * DerBitString_FromAsn1Octets_mE381162ED3DE5D5D005A3804F3F88214650A0325 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___octets0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF (DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Clone(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBitString__ctor_m3873220573E98B131BF69FFBD42E0A63D738BE17 (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___padBits1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLen(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_BitLen_mD330EAC968E1F67957F146958560C81B198B7790 (int32_t ___w0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBitString__ctor_m97AF53404F6333EA146C0DB958DF3C483B71D94B (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Prepend(System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_Prepend_m4FBDEBFF5C22CB965D34CCD585D82FD4BD25DF59 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, uint8_t ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteEncoded(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, int32_t ___tag0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream::WriteEncoded(System.Int32,System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOutputStream_WriteEncoded_mAE840105FAD2663B80239C478DFEF1DB3C1F71B7 (DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * __this, int32_t ___tag0, uint8_t ___first1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::CopyOfRange(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___from1, int32_t ___to2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.BerBitString::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BerBitString__ctor_mC564553C0708DEC1BA73E5573E13E940ECA5CAA7 (BerBitString_t20540084149F4C4B394647464675ED8642229F5C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___padBits1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * DerBmpString_GetInstance_mFB18AA1046E1F2AFFF75C553F01A6594B3D4DFB5 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBmpString__ctor_m87515190AD2CA3526B2DED0F3AEA862554BD3244 (DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C (String_t* __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * DerBoolean_GetInstance_m7918E4CF94264F4476A2D804104DBB1EE8E2989E (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::FromOctetString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * DerBoolean_FromOctetString_mCFFFAFE39F91605F1EBE58239EE9F40F255F66F2 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::get_IsTrue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerBoolean_get_IsTrue_m00DA9150D69691DEE4C74C71480F97CCDA277647 (DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBoolean__ctor_m01ED04C2829D7E941D3B1B26E9CA214CA3028E06 (DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___val0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBoolean__ctor_mE6C6B284E79890A8A8E7720A068A1BD9AFD60A10 (DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * __this, bool ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * DerEnumerated_GetInstance_mF97F0C282F514FF2D8973BC65FDB4D3A771143BD (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::FromOctetString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * DerEnumerated_FromOctetString_m3349D50CF573876FEC5DDF6356918B01B5E60313 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___enc0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ValueOf(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001 (int64_t ___value0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ToByteArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BigInteger_ToByteArray_mDF65B9AD203D0EAAFDCA509150E7D5A36215DFBC (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::AllowUnsafe() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerInteger_AllowUnsafe_m8D1FAE16DEEEFD735C05A216711984ABC33B6CC6 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mDAEF646093F3D8F1B27EC4C29FE6559899C7BAA5 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerEnumerated__ctor_m97D809C226F5BF42477B4EEC2895C138FAED8EF2 (DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::GetObjFromVector(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * DerExternal_GetObjFromVector_mE046578E6A365060EF39B0B35025D9BFC14455B7 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::get_TagNo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::set_Encoding(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternal_set_Encoding_m21932167D1609D83CE18C37E0844813FC8963E33 (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternal__ctor_m778465A59BC3539B8FA6DD90FB0B9E15740B97D8 (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___directReference0, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___indirectReference1, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___dataValueDescriptor2, int32_t ___encoding3, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___externalData4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::set_DirectReference(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DerExternal_set_DirectReference_mC9F273E766639110F9A6291160180D25EFB4334A_inline (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::set_IndirectReference(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DerExternal_set_IndirectReference_m01A81F3F505ADCD3D6B3689D76FC7E43FDF0B833_inline (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::set_DataValueDescriptor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DerExternal_set_DataValueDescriptor_m5DEED647FA96D6A7E82BAC17E8952FAA99657B4C_inline (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::set_ExternalContent(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DerExternal_set_ExternalContent_mFF5199EC1F67BE318BE397E9565D88F63FB8F216_inline (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::WriteEncodable(System.IO.MemoryStream,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternal_WriteEncodable_mD76B2C71AB87254A77F64B213F00E202D7AD439E (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___ms0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___e1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_mA7F8256D58045BB3B309D6846A165D1DBB09C827 (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, int32_t ___tagNo0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj1, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053 (RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::ReadVector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * Asn1StreamParser_ReadVector_mA14805B2A1D62972D2E6CF51ADBCC1228F383AB1 (Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternal__ctor_mA87BBFC537DFDE1A2A842BA42729DD8CA50B530D (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___vector0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * DerGeneralString_GetInstance_m98F8B77B68B8A2F1EB3B7744AF9EC5A035F9F579 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGeneralString__ctor_m2DE2565FB2A351E59A5FEEF766EBC135CA17F887 (DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::FromAsciiByteArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_FromAsciiByteArray_m91E8E1048396DDD9629BA341D7D9D696F6025A70 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGeneralString__ctor_m9520AD36F691A0B3C7E1E775A11C4099180F2956 (DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * __this, String_t* ___str0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::ToAsciiByteArray(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Strings_ToAsciiByteArray_m00A6AE5ADF958F281F45360B2C57264611926803 (String_t* ___s0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerGeneralString_GetOctets_m9C4609A8810910855EF1231D140B35C6CC4D0A8D (DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * DerGeneralizedTime_GetInstance_m9837609B4EB83841629892E1A6DC754519274C8F (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGeneralizedTime__ctor_mE8B7E6CCBCCADD770F572271DF92F42172B56CF7 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::ToDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DerGeneralizedTime_ToDateTime_m39AFA523A5A7DC35778076EEB60F021AF24291C5 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m19ECEFF7BA22ED4425F7562A82A1C2308E934204 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, String_t* ___format0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, 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_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::CalculateGmtOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerGeneralizedTime_CalculateGmtOffset_m11E37346233C5CD472C2B766EB670540BF676311 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method); // System.TimeZone System.TimeZone::get_CurrentTimeZone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 * TimeZone_get_CurrentTimeZone_mCF5AFDCCECDC1974AC0A691BE7616629B4ABFB5B (const RuntimeMethod* method); // System.Int32 System.TimeSpan::CompareTo(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_m5B811E4E0F9BB45CDBF9E46558E4B0A56BDDBBEF (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Duration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_Duration_m4953DB196991DAEBFCA656F448574E9DBAD2F69F (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Hours() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Hours_m39AFD957DF1247125409ADD8525550863D08AB6E (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Minutes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Minutes_mF5A78108FEB64953C298CEC19637378380881202 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.String System.Char::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8 (Il2CppChar* __this, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::Convert(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerGeneralizedTime_Convert_m4305D7D857E6D5A88754570F9015E120278C51A5 (int32_t ___time0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::EndsWith(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3 (String_t* ___source0, String_t* ___suffix1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::get_HasFractionalSeconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerGeneralizedTime_get_HasFractionalSeconds_mEC06F7258A5AF2126955A9B9A7B0E2D6977917E9 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::FString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerGeneralizedTime_FString_m9A3A42E93ACD96BDE435E3E98341843F8DC78D5F (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, int32_t ___count0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::GetTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerGeneralizedTime_GetTime_m3ADCCACDEAB085FEF5A4AB800117DC20959E7FA3 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::IndexOf(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_IndexOf_mDB70E24C7BA422B47279D3D583624C32D134B398 (String_t* ___source0, String_t* ___value1, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::ParseDateString(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DerGeneralizedTime_ParseDateString_m1E77A3D71AC21C7914CDB3DFC70D396C28A21E6F (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, String_t* ___s0, String_t* ___format1, bool ___makeUniversal2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Enum BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Enums::GetEnumValue(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enum_t23B90B40F60E677A8025267341651C94AE079CDA * Enums_GetEnumValue_mAFF6774B20C5D23B79FFA9F405512027DD3A9BD2 (Type_t * ___enumType0, String_t* ___s1, const RuntimeMethod* method); // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * DateTimeFormatInfo_get_InvariantInfo_mF82BD33E66FDFBF82C9E9F58CDA7DDE568401F4B (const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ParseExact_m4053BC8904E8DB4E40656F4A13D41E478B9D3AD8 (String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, int32_t ___style3, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerGeneralizedTime_GetOctets_m5A2FB5925A0405D435598C14A0215B4B83928F86 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Generator__ctor_m4B760161B6D9BBC11F7439498ACF3126D7113E98 (Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::WriteLength(System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGenerator_WriteLength_mC4E1914272023B259D60E14DD671D1B97A2EAA05 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr0, int32_t ___length1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::WriteDerEncoded(System.IO.Stream,System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGenerator_WriteDerEncoded_m0BB4E987A4C91642848CB80BE1560F1CC0C4D8A0 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, int32_t ___tag1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes2, const RuntimeMethod* method); // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Generator::get_Out() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * Asn1Generator_get_Out_mDBC8AED3CDF48FA26031670BE1744E31F90B1FB7_inline (Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::ReadAll(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Streams_ReadAll_m433E35F4920644D94A2D1434C24F7D799DAC475C (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, 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 BestHTTP.Decompression.Zlib.DeflateManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__ctor_m505914C651402C1FF28D149DFA5EEE50012C6B70 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal ZTree treeLiterals = new ZTree(); // desc for literal tree ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_0 = (ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF *)il2cpp_codegen_object_new(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); ZTree__ctor_mECED5C038329B7F189C4F1A17236E25E05A40D9E(L_0, /*hidden argument*/NULL); __this->set_treeLiterals_54(L_0); // internal ZTree treeDistances = new ZTree(); // desc for distance tree ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_1 = (ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF *)il2cpp_codegen_object_new(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); ZTree__ctor_mECED5C038329B7F189C4F1A17236E25E05A40D9E(L_1, /*hidden argument*/NULL); __this->set_treeDistances_55(L_1); // internal ZTree treeBitLengths = new ZTree(); // desc for bit length tree ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_2 = (ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF *)il2cpp_codegen_object_new(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); ZTree__ctor_mECED5C038329B7F189C4F1A17236E25E05A40D9E(L_2, /*hidden argument*/NULL); __this->set_treeBitLengths_56(L_2); // internal short[] bl_count = new short[InternalConstants.MAX_BITS + 1]; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_3 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_MAX_BITS_0(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_4 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); __this->set_bl_count_57(L_4); // internal int[] heap = new int[2 * InternalConstants.L_CODES + 1]; int32_t L_5 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_L_CODES_5(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_5)), (int32_t)1))); __this->set_heap_58(L_6); // internal sbyte[] depth = new sbyte[2 * InternalConstants.L_CODES + 1]; int32_t L_7 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_L_CODES_5(); SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_8 = (SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7*)(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7*)SZArrayNew(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_7)), (int32_t)1))); __this->set_depth_61(L_8); // private bool _WantRfc1950HeaderBytes = true; __this->set__WantRfc1950HeaderBytes_73((bool)1); // internal DeflateManager() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // dyn_ltree = new short[HEAP_SIZE * 2]; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_9 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_HEAP_SIZE_19(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_10 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2))); __this->set_dyn_ltree_51(L_10); // dyn_dtree = new short[(2 * InternalConstants.D_CODES + 1) * 2]; // distance tree int32_t L_11 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_D_CODES_2(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_12 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_11)), (int32_t)1)), (int32_t)2))); __this->set_dyn_dtree_52(L_12); // bl_tree = new short[(2 * InternalConstants.BL_CODES + 1) * 2]; // Huffman tree for bit lengths int32_t L_13 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_BL_CODES_1(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_14 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_13)), (int32_t)1)), (int32_t)2))); __this->set_bl_tree_53(L_14); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_InitializeLazyMatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__InitializeLazyMatch_m8AB0D920B367F584A1048983511FA3C9D65C800C (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // window_size = 2 * w_size; int32_t L_0 = __this->get_w_size_28(); __this->set_window_size_32(((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_0))); // Array.Clear(head, 0, hash_size); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_1 = __this->get_head_34(); int32_t L_2 = __this->get_hash_size_36(); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_1, 0, L_2, /*hidden argument*/NULL); // config = Config.Lookup(compressionLevel); int32_t L_3 = __this->get_compressionLevel_49(); IL2CPP_RUNTIME_CLASS_INIT(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_4; L_4 = Config_Lookup_m3F39FAAF24B2E47E4DFFF1ECA732A25DC8BFE82B(L_3, /*hidden argument*/NULL); __this->set_config_41(L_4); // SetDeflater(); DeflateManager_SetDeflater_mA0B45EF456819FF57A0FCD42B48688F5E323CDC4(__this, /*hidden argument*/NULL); // strstart = 0; __this->set_strstart_45(0); // block_start = 0; __this->set_block_start_40(0); // lookahead = 0; __this->set_lookahead_47(0); // match_length = prev_length = MIN_MATCH - 1; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_5 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); int32_t L_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); V_0 = L_6; __this->set_prev_length_48(L_6); int32_t L_7 = V_0; __this->set_match_length_42(L_7); // match_available = 0; __this->set_match_available_44(0); // ins_h = 0; __this->set_ins_h_35(0); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_InitializeTreeData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__InitializeTreeData_m1874B340D273F13D31385358884081CF6FE78138 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // treeLiterals.dyn_tree = dyn_ltree; ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_0 = __this->get_treeLiterals_54(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_1 = __this->get_dyn_ltree_51(); NullCheck(L_0); L_0->set_dyn_tree_10(L_1); // treeLiterals.staticTree = StaticTree.Literals; ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_2 = __this->get_treeLiterals_54(); IL2CPP_RUNTIME_CLASS_INIT(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var); StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * L_3 = ((StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var))->get_Literals_2(); NullCheck(L_2); L_2->set_staticTree_12(L_3); // treeDistances.dyn_tree = dyn_dtree; ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_4 = __this->get_treeDistances_55(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_5 = __this->get_dyn_dtree_52(); NullCheck(L_4); L_4->set_dyn_tree_10(L_5); // treeDistances.staticTree = StaticTree.Distances; ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_6 = __this->get_treeDistances_55(); StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * L_7 = ((StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var))->get_Distances_3(); NullCheck(L_6); L_6->set_staticTree_12(L_7); // treeBitLengths.dyn_tree = bl_tree; ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_8 = __this->get_treeBitLengths_56(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_9 = __this->get_bl_tree_53(); NullCheck(L_8); L_8->set_dyn_tree_10(L_9); // treeBitLengths.staticTree = StaticTree.BitLengths; ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_10 = __this->get_treeBitLengths_56(); StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * L_11 = ((StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var))->get_BitLengths_4(); NullCheck(L_10); L_10->set_staticTree_12(L_11); // bi_buf = 0; __this->set_bi_buf_70((int16_t)0); // bi_valid = 0; __this->set_bi_valid_71(0); // last_eob_len = 8; // enough lookahead for inflate __this->set_last_eob_len_69(8); // _InitializeBlocks(); DeflateManager__InitializeBlocks_mEC7C63322300AC17E9D4AE58CD7C369EF02BADBB(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_InitializeBlocks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__InitializeBlocks_mEC7C63322300AC17E9D4AE58CD7C369EF02BADBB (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { // for (int i = 0; i < InternalConstants.L_CODES; i++) V_0 = 0; goto IL_0013; } IL_0004: { // dyn_ltree[i * 2] = 0; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = __this->get_dyn_ltree_51(); int32_t L_1 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2))), (int16_t)0); // for (int i = 0; i < InternalConstants.L_CODES; i++) int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0013: { // for (int i = 0; i < InternalConstants.L_CODES; i++) int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_4 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_L_CODES_5(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0004; } } { // for (int i = 0; i < InternalConstants.D_CODES; i++) V_1 = 0; goto IL_002e; } IL_001f: { // dyn_dtree[i * 2] = 0; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_5 = __this->get_dyn_dtree_52(); int32_t L_6 = V_1; NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)2))), (int16_t)0); // for (int i = 0; i < InternalConstants.D_CODES; i++) int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { // for (int i = 0; i < InternalConstants.D_CODES; i++) int32_t L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_9 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_D_CODES_2(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_001f; } } { // for (int i = 0; i < InternalConstants.BL_CODES; i++) V_2 = 0; goto IL_0049; } IL_003a: { // bl_tree[i * 2] = 0; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_10 = __this->get_bl_tree_53(); int32_t L_11 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)2))), (int16_t)0); // for (int i = 0; i < InternalConstants.BL_CODES; i++) int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { // for (int i = 0; i < InternalConstants.BL_CODES; i++) int32_t L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_14 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_BL_CODES_1(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_003a; } } { // dyn_ltree[END_BLOCK * 2] = 1; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_15 = __this->get_dyn_ltree_51(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_16 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_END_BLOCK_20(); NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)2))), (int16_t)1); // opt_len = static_len = 0; int32_t L_17 = 0; V_3 = L_17; __this->set_static_len_67(L_17); int32_t L_18 = V_3; __this->set_opt_len_66(L_18); // last_lit = matches = 0; int32_t L_19 = 0; V_3 = L_19; __this->set_matches_68(L_19); int32_t L_20 = V_3; __this->set_last_lit_64(L_20); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::pqdownheap(System.Int16[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_pqdownheap_m4603B0D9C3AD4E9B7D87BFB4084289E662611202 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___tree0, int32_t ___k1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int v = heap[k]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_heap_58(); int32_t L_1 = ___k1; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // int j = k << 1; // left son of k int32_t L_4 = ___k1; V_1 = ((int32_t)((int32_t)L_4<<(int32_t)1)); goto IL_006a; } IL_000f: { // if (j < heap_len && _IsSmaller(tree, heap[j + 1], heap[j], depth)) int32_t L_5 = V_1; int32_t L_6 = __this->get_heap_len_59(); if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_003c; } } { Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_7 = ___tree0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = __this->get_heap_58(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = __this->get_heap_58(); int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; int32_t L_15 = (L_12)->GetAt(static_cast(L_14)); SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_16 = __this->get_depth_61(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); bool L_17; L_17 = DeflateManager__IsSmaller_mDC1677F75213B962B0781F3B52F5AF2A1BFF2165(L_7, L_11, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_003c; } } { // j++; int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_003c: { // if (_IsSmaller(tree, v, heap[j], depth)) Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_19 = ___tree0; int32_t L_20 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = __this->get_heap_58(); int32_t L_22 = V_1; NullCheck(L_21); int32_t L_23 = L_22; int32_t L_24 = (L_21)->GetAt(static_cast(L_23)); SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_25 = __this->get_depth_61(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); bool L_26; L_26 = DeflateManager__IsSmaller_mDC1677F75213B962B0781F3B52F5AF2A1BFF2165(L_19, L_20, L_24, L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0073; } } { // heap[k] = heap[j]; k = j; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = __this->get_heap_58(); int32_t L_28 = ___k1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = __this->get_heap_58(); int32_t L_30 = V_1; NullCheck(L_29); int32_t L_31 = L_30; int32_t L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (int32_t)L_32); // heap[k] = heap[j]; k = j; int32_t L_33 = V_1; ___k1 = L_33; // j <<= 1; int32_t L_34 = V_1; V_1 = ((int32_t)((int32_t)L_34<<(int32_t)1)); } IL_006a: { // while (j <= heap_len) int32_t L_35 = V_1; int32_t L_36 = __this->get_heap_len_59(); if ((((int32_t)L_35) <= ((int32_t)L_36))) { goto IL_000f; } } IL_0073: { // heap[k] = v; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = __this->get_heap_58(); int32_t L_38 = ___k1; int32_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (int32_t)L_39); // } return; } } // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::_IsSmaller(System.Int16[],System.Int32,System.Int32,System.SByte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateManager__IsSmaller_mDC1677F75213B962B0781F3B52F5AF2A1BFF2165 (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___tree0, int32_t ___n1, int32_t ___m2, SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* ___depth3, const RuntimeMethod* method) { int16_t V_0 = 0; int16_t V_1 = 0; { // short tn2 = tree[n * 2]; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = ___tree0; int32_t L_1 = ___n1; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2)); int16_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // short tm2 = tree[m * 2]; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_4 = ___tree0; int32_t L_5 = ___m2; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)2)); int16_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_1 = L_7; // return (tn2 < tm2 || (tn2 == tm2 && depth[n] <= depth[m])); int16_t L_8 = V_0; int16_t L_9 = V_1; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0022; } } { int16_t L_10 = V_0; int16_t L_11 = V_1; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0020; } } { SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_12 = ___depth3; int32_t L_13 = ___n1; NullCheck(L_12); int32_t L_14 = L_13; int8_t L_15 = (L_12)->GetAt(static_cast(L_14)); SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_16 = ___depth3; int32_t L_17 = ___m2; NullCheck(L_16); int32_t L_18 = L_17; int8_t L_19 = (L_16)->GetAt(static_cast(L_18)); return (bool)((((int32_t)((((int32_t)L_15) > ((int32_t)L_19))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0020: { return (bool)0; } IL_0022: { return (bool)1; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::scan_tree(System.Int16[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_scan_tree_mC2CADDD5774F4C71B6414A5AE74830C091C2C886 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___tree0, int32_t ___max_code1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { // int prevlen = -1; // last emitted length V_1 = (-1); // int nextlen = (int)tree[0 * 2 + 1]; // length of next code Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = ___tree0; NullCheck(L_0); int32_t L_1 = 1; int16_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_3 = L_2; // int count = 0; // repeat count of the current code V_4 = 0; // int max_count = 7; // max repeat count V_5 = 7; // int min_count = 4; // min repeat count V_6 = 4; // if (nextlen == 0) int32_t L_3 = V_3; if (L_3) { goto IL_001c; } } { // max_count = 138; min_count = 3; V_5 = ((int32_t)138); // max_count = 138; min_count = 3; V_6 = 3; } IL_001c: { // tree[(max_code + 1) * 2 + 1] = (short)0x7fff; // guard //?? Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_4 = ___tree0; int32_t L_5 = ___max_code1; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), (int32_t)2)), (int32_t)1))), (int16_t)((int32_t)32767)); // for (n = 0; n <= max_code; n++) V_0 = 0; goto IL_0106; } IL_0031: { // curlen = nextlen; nextlen = (int)tree[(n + 1) * 2 + 1]; int32_t L_6 = V_3; V_2 = L_6; // curlen = nextlen; nextlen = (int)tree[(n + 1) * 2 + 1]; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_7 = ___tree0; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), (int32_t)2)), (int32_t)1)); int16_t L_10 = (L_7)->GetAt(static_cast(L_9)); V_3 = L_10; // if (++count < max_count && curlen == nextlen) int32_t L_11 = V_4; int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); V_4 = L_12; int32_t L_13 = V_5; if ((((int32_t)L_12) >= ((int32_t)L_13))) { goto IL_004f; } } { int32_t L_14 = V_2; int32_t L_15 = V_3; if ((((int32_t)L_14) == ((int32_t)L_15))) { goto IL_0102; } } IL_004f: { // else if (count < min_count) int32_t L_16 = V_4; int32_t L_17 = V_6; if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_006f; } } { // bl_tree[curlen * 2] = (short)(bl_tree[curlen * 2] + count); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_18 = __this->get_bl_tree_53(); int32_t L_19 = V_2; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_20 = __this->get_bl_tree_53(); int32_t L_21 = V_2; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)2)); int16_t L_23 = (L_20)->GetAt(static_cast(L_22)); int32_t L_24 = V_4; NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)2))), (int16_t)((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))))); // } goto IL_00dc; } IL_006f: { // else if (curlen != 0) int32_t L_25 = V_2; if (!L_25) { goto IL_00a4; } } { // if (curlen != prevlen) int32_t L_26 = V_2; int32_t L_27 = V_1; if ((((int32_t)L_26) == ((int32_t)L_27))) { goto IL_008a; } } { // bl_tree[curlen * 2]++; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_28 = __this->get_bl_tree_53(); int32_t L_29 = V_2; NullCheck(L_28); int16_t* L_30 = ((L_28)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_29, (int32_t)2))))); int32_t L_31 = *((int16_t*)L_30); *((int16_t*)L_30) = (int16_t)((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)))); } IL_008a: { // bl_tree[InternalConstants.REP_3_6 * 2]++; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_32 = __this->get_bl_tree_53(); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_33 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_REP_3_6_7(); NullCheck(L_32); int16_t* L_34 = ((L_32)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_33, (int32_t)2))))); int32_t L_35 = *((int16_t*)L_34); *((int16_t*)L_34) = (int16_t)((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)))); // } goto IL_00dc; } IL_00a4: { // else if (count <= 10) int32_t L_36 = V_4; if ((((int32_t)L_36) > ((int32_t)((int32_t)10)))) { goto IL_00c4; } } { // bl_tree[InternalConstants.REPZ_3_10 * 2]++; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_37 = __this->get_bl_tree_53(); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_38 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_REPZ_3_10_8(); NullCheck(L_37); int16_t* L_39 = ((L_37)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_38, (int32_t)2))))); int32_t L_40 = *((int16_t*)L_39); *((int16_t*)L_39) = (int16_t)((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)))); // } goto IL_00dc; } IL_00c4: { // bl_tree[InternalConstants.REPZ_11_138 * 2]++; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_41 = __this->get_bl_tree_53(); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_42 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_REPZ_11_138_9(); NullCheck(L_41); int16_t* L_43 = ((L_41)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_42, (int32_t)2))))); int32_t L_44 = *((int16_t*)L_43); *((int16_t*)L_43) = (int16_t)((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)))); } IL_00dc: { // count = 0; prevlen = curlen; V_4 = 0; // count = 0; prevlen = curlen; int32_t L_45 = V_2; V_1 = L_45; // if (nextlen == 0) int32_t L_46 = V_3; if (L_46) { goto IL_00f0; } } { // max_count = 138; min_count = 3; V_5 = ((int32_t)138); // max_count = 138; min_count = 3; V_6 = 3; // } goto IL_0102; } IL_00f0: { // else if (curlen == nextlen) int32_t L_47 = V_2; int32_t L_48 = V_3; if ((!(((uint32_t)L_47) == ((uint32_t)L_48)))) { goto IL_00fc; } } { // max_count = 6; min_count = 3; V_5 = 6; // max_count = 6; min_count = 3; V_6 = 3; // } goto IL_0102; } IL_00fc: { // max_count = 7; min_count = 4; V_5 = 7; // max_count = 7; min_count = 4; V_6 = 4; } IL_0102: { // for (n = 0; n <= max_code; n++) int32_t L_49 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_0106: { // for (n = 0; n <= max_code; n++) int32_t L_50 = V_0; int32_t L_51 = ___max_code1; if ((((int32_t)L_50) <= ((int32_t)L_51))) { goto IL_0031; } } { // } return; } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::build_bl_tree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_build_bl_tree_m146B4962E71DA533544525034BC5AACD24897D61 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // scan_tree(dyn_ltree, treeLiterals.max_code); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = __this->get_dyn_ltree_51(); ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_1 = __this->get_treeLiterals_54(); NullCheck(L_1); int32_t L_2 = L_1->get_max_code_11(); DeflateManager_scan_tree_mC2CADDD5774F4C71B6414A5AE74830C091C2C886(__this, L_0, L_2, /*hidden argument*/NULL); // scan_tree(dyn_dtree, treeDistances.max_code); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_3 = __this->get_dyn_dtree_52(); ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_4 = __this->get_treeDistances_55(); NullCheck(L_4); int32_t L_5 = L_4->get_max_code_11(); DeflateManager_scan_tree_mC2CADDD5774F4C71B6414A5AE74830C091C2C886(__this, L_3, L_5, /*hidden argument*/NULL); // treeBitLengths.build_tree(this); ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_6 = __this->get_treeBitLengths_56(); NullCheck(L_6); ZTree_build_tree_m201AC178F3AEFE2C3A7E18C9CD88658252628DA8(L_6, __this, /*hidden argument*/NULL); // for (max_blindex = InternalConstants.BL_CODES - 1; max_blindex >= 3; max_blindex--) IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_7 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_BL_CODES_1(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_005c; } IL_0044: { // if (bl_tree[ZTree.bl_order[max_blindex] * 2 + 1] != 0) Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_8 = __this->get_bl_tree_53(); IL2CPP_RUNTIME_CLASS_INIT(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_9 = ((ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var))->get_bl_order_4(); int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; int8_t L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_8); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)2)), (int32_t)1)); int16_t L_14 = (L_8)->GetAt(static_cast(L_13)); if (L_14) { goto IL_0060; } } { // for (max_blindex = InternalConstants.BL_CODES - 1; max_blindex >= 3; max_blindex--) int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); } IL_005c: { // for (max_blindex = InternalConstants.BL_CODES - 1; max_blindex >= 3; max_blindex--) int32_t L_16 = V_0; if ((((int32_t)L_16) >= ((int32_t)3))) { goto IL_0044; } } IL_0060: { // opt_len += 3 * (max_blindex + 1) + 5 + 5 + 4; int32_t L_17 = __this->get_opt_len_66(); int32_t L_18 = V_0; __this->set_opt_len_66(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)))), (int32_t)5)), (int32_t)5)), (int32_t)4))))); // return max_blindex; int32_t L_19 = V_0; return L_19; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_all_trees(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_all_trees_mC911A2F344AD3A60E5439CA06FDCD90709BA1AB2 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___lcodes0, int32_t ___dcodes1, int32_t ___blcodes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // send_bits(lcodes - 257, 5); // not +255 as stated in appnote.txt int32_t L_0 = ___lcodes0; DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)257))), 5, /*hidden argument*/NULL); // send_bits(dcodes - 1, 5); int32_t L_1 = ___dcodes1; DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), 5, /*hidden argument*/NULL); // send_bits(blcodes - 4, 4); // not -3 as stated in appnote.txt int32_t L_2 = ___blcodes2; DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)4)), 4, /*hidden argument*/NULL); // for (rank = 0; rank < blcodes; rank++) V_0 = 0; goto IL_0043; } IL_0026: { // send_bits(bl_tree[ZTree.bl_order[rank] * 2 + 1], 3); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_3 = __this->get_bl_tree_53(); IL2CPP_RUNTIME_CLASS_INIT(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_4 = ((ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var))->get_bl_order_4(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; int8_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_3); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)), (int32_t)1)); int16_t L_9 = (L_3)->GetAt(static_cast(L_8)); DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(__this, L_9, 3, /*hidden argument*/NULL); // for (rank = 0; rank < blcodes; rank++) int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0043: { // for (rank = 0; rank < blcodes; rank++) int32_t L_11 = V_0; int32_t L_12 = ___blcodes2; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0026; } } { // send_tree(dyn_ltree, lcodes - 1); // literal tree Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_13 = __this->get_dyn_ltree_51(); int32_t L_14 = ___lcodes0; DeflateManager_send_tree_m3046D5344027DB9B23254090F9224D12E7E1576E(__this, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); // send_tree(dyn_dtree, dcodes - 1); // distance tree Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_15 = __this->get_dyn_dtree_52(); int32_t L_16 = ___dcodes1; DeflateManager_send_tree_m3046D5344027DB9B23254090F9224D12E7E1576E(__this, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_tree(System.Int16[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_tree_m3046D5344027DB9B23254090F9224D12E7E1576E (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___tree0, int32_t ___max_code1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { // int prevlen = -1; // last emitted length V_1 = (-1); // int nextlen = tree[0 * 2 + 1]; // length of next code Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = ___tree0; NullCheck(L_0); int32_t L_1 = 1; int16_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_3 = L_2; // int count = 0; // repeat count of the current code V_4 = 0; // int max_count = 7; // max repeat count V_5 = 7; // int min_count = 4; // min repeat count V_6 = 4; // if (nextlen == 0) int32_t L_3 = V_3; if (L_3) { goto IL_001c; } } { // max_count = 138; min_count = 3; V_5 = ((int32_t)138); // max_count = 138; min_count = 3; V_6 = 3; } IL_001c: { // for (n = 0; n <= max_code; n++) V_0 = 0; goto IL_0102; } IL_0023: { // curlen = nextlen; nextlen = tree[(n + 1) * 2 + 1]; int32_t L_4 = V_3; V_2 = L_4; // curlen = nextlen; nextlen = tree[(n + 1) * 2 + 1]; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_5 = ___tree0; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), (int32_t)2)), (int32_t)1)); int16_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_3 = L_8; // if (++count < max_count && curlen == nextlen) int32_t L_9 = V_4; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_4 = L_10; int32_t L_11 = V_5; if ((((int32_t)L_10) >= ((int32_t)L_11))) { goto IL_0041; } } { int32_t L_12 = V_2; int32_t L_13 = V_3; if ((((int32_t)L_12) == ((int32_t)L_13))) { goto IL_00fe; } } IL_0041: { // else if (count < min_count) int32_t L_14 = V_4; int32_t L_15 = V_6; if ((((int32_t)L_14) >= ((int32_t)L_15))) { goto IL_005f; } } IL_0047: { // send_code(curlen, bl_tree); int32_t L_16 = V_2; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_17 = __this->get_bl_tree_53(); DeflateManager_send_code_m302419556E01F5CE5CA208F5E25763F0C6F60374(__this, L_16, L_17, /*hidden argument*/NULL); // while (--count != 0); int32_t L_18 = V_4; int32_t L_19 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); V_4 = L_19; if (L_19) { goto IL_0047; } } { // } goto IL_00d8; } IL_005f: { // else if (curlen != 0) int32_t L_20 = V_2; if (!L_20) { goto IL_0097; } } { // if (curlen != prevlen) int32_t L_21 = V_2; int32_t L_22 = V_1; if ((((int32_t)L_21) == ((int32_t)L_22))) { goto IL_0079; } } { // send_code(curlen, bl_tree); count--; int32_t L_23 = V_2; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_24 = __this->get_bl_tree_53(); DeflateManager_send_code_m302419556E01F5CE5CA208F5E25763F0C6F60374(__this, L_23, L_24, /*hidden argument*/NULL); // send_code(curlen, bl_tree); count--; int32_t L_25 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); } IL_0079: { // send_code(InternalConstants.REP_3_6, bl_tree); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_26 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_REP_3_6_7(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_27 = __this->get_bl_tree_53(); DeflateManager_send_code_m302419556E01F5CE5CA208F5E25763F0C6F60374(__this, L_26, L_27, /*hidden argument*/NULL); // send_bits(count - 3, 2); int32_t L_28 = V_4; DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)3)), 2, /*hidden argument*/NULL); // } goto IL_00d8; } IL_0097: { // else if (count <= 10) int32_t L_29 = V_4; if ((((int32_t)L_29) > ((int32_t)((int32_t)10)))) { goto IL_00bb; } } { // send_code(InternalConstants.REPZ_3_10, bl_tree); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_30 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_REPZ_3_10_8(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_31 = __this->get_bl_tree_53(); DeflateManager_send_code_m302419556E01F5CE5CA208F5E25763F0C6F60374(__this, L_30, L_31, /*hidden argument*/NULL); // send_bits(count - 3, 3); int32_t L_32 = V_4; DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)3)), 3, /*hidden argument*/NULL); // } goto IL_00d8; } IL_00bb: { // send_code(InternalConstants.REPZ_11_138, bl_tree); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_33 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_REPZ_11_138_9(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_34 = __this->get_bl_tree_53(); DeflateManager_send_code_m302419556E01F5CE5CA208F5E25763F0C6F60374(__this, L_33, L_34, /*hidden argument*/NULL); // send_bits(count - 11, 7); int32_t L_35 = V_4; DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)((int32_t)11))), 7, /*hidden argument*/NULL); } IL_00d8: { // count = 0; prevlen = curlen; V_4 = 0; // count = 0; prevlen = curlen; int32_t L_36 = V_2; V_1 = L_36; // if (nextlen == 0) int32_t L_37 = V_3; if (L_37) { goto IL_00ec; } } { // max_count = 138; min_count = 3; V_5 = ((int32_t)138); // max_count = 138; min_count = 3; V_6 = 3; // } goto IL_00fe; } IL_00ec: { // else if (curlen == nextlen) int32_t L_38 = V_2; int32_t L_39 = V_3; if ((!(((uint32_t)L_38) == ((uint32_t)L_39)))) { goto IL_00f8; } } { // max_count = 6; min_count = 3; V_5 = 6; // max_count = 6; min_count = 3; V_6 = 3; // } goto IL_00fe; } IL_00f8: { // max_count = 7; min_count = 4; V_5 = 7; // max_count = 7; min_count = 4; V_6 = 4; } IL_00fe: { // for (n = 0; n <= max_code; n++) int32_t L_40 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_0102: { // for (n = 0; n <= max_code; n++) int32_t L_41 = V_0; int32_t L_42 = ___max_code1; if ((((int32_t)L_41) <= ((int32_t)L_42))) { goto IL_0023; } } { // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::put_bytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_put_bytes_m69B5E27073DB526D764F2CC9A81DE6EF8D45658C (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___p0, int32_t ___start1, int32_t ___len2, const RuntimeMethod* method) { { // Array.Copy(p, start, pending, pendingCount, len); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___p0; int32_t L_1 = ___start1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_pending_23(); int32_t L_3 = __this->get_pendingCount_25(); int32_t L_4 = ___len2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, L_1, (RuntimeArray *)(RuntimeArray *)L_2, L_3, L_4, /*hidden argument*/NULL); // pendingCount += len; int32_t L_5 = __this->get_pendingCount_25(); int32_t L_6 = ___len2; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_code(System.Int32,System.Int16[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_code_m302419556E01F5CE5CA208F5E25763F0C6F60374 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___c0, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___tree1, const RuntimeMethod* method) { int32_t V_0 = 0; { // int c2 = c * 2; int32_t L_0 = ___c0; V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2)); // send_bits((tree[c2] & 0xffff), (tree[c2 + 1] & 0xffff)); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_1 = ___tree1; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; int16_t L_4 = (L_1)->GetAt(static_cast(L_3)); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_5 = ___tree1; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); int16_t L_8 = (L_5)->GetAt(static_cast(L_7)); DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(__this, ((int32_t)((int32_t)L_4&(int32_t)((int32_t)65535))), ((int32_t)((int32_t)L_8&(int32_t)((int32_t)65535))), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_bits(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___value0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int len = length; int32_t L_0 = ___length1; V_0 = L_0; // if (bi_valid > (int)Buf_size - len) int32_t L_1 = __this->get_bi_valid_71(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_2 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_Buf_size_15(); int32_t L_3 = V_0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3))))) { goto IL_00a1; } } { // bi_buf |= (short)((value << bi_valid) & 0xffff); int16_t L_4 = __this->get_bi_buf_70(); int32_t L_5 = ___value0; int32_t L_6 = __this->get_bi_valid_71(); __this->set_bi_buf_70(((int16_t)((int16_t)((int32_t)((int32_t)L_4|(int32_t)((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)31)))))&(int32_t)((int32_t)65535)))))))))); // pending[pendingCount++] = (byte)bi_buf; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_pending_23(); int32_t L_8 = __this->get_pendingCount_25(); V_1 = L_8; int32_t L_9 = V_1; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_1; int16_t L_11 = __this->get_bi_buf_70(); NullCheck(L_7); (L_7)->SetAt(static_cast(L_10), (uint8_t)((int32_t)((uint8_t)L_11))); // pending[pendingCount++] = (byte)(bi_buf >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_pending_23(); int32_t L_13 = __this->get_pendingCount_25(); V_1 = L_13; int32_t L_14 = V_1; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); int32_t L_15 = V_1; int16_t L_16 = __this->get_bi_buf_70(); NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_16>>(int32_t)8))))); // bi_buf = (short)((uint)value >> (Buf_size - bi_valid)); int32_t L_17 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_18 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_Buf_size_15(); int32_t L_19 = __this->get_bi_valid_71(); __this->set_bi_buf_70(((int16_t)((int16_t)((int32_t)((uint32_t)L_17>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))&(int32_t)((int32_t)31)))))))); // bi_valid += len - Buf_size; int32_t L_20 = __this->get_bi_valid_71(); int32_t L_21 = V_0; int32_t L_22 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_Buf_size_15(); __this->set_bi_valid_71(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22))))); // } return; } IL_00a1: { // bi_buf |= (short)((value << bi_valid) & 0xffff); int16_t L_23 = __this->get_bi_buf_70(); int32_t L_24 = ___value0; int32_t L_25 = __this->get_bi_valid_71(); __this->set_bi_buf_70(((int16_t)((int16_t)((int32_t)((int32_t)L_23|(int32_t)((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_24<<(int32_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)31)))))&(int32_t)((int32_t)65535)))))))))); // bi_valid += len; int32_t L_26 = __this->get_bi_valid_71(); int32_t L_27 = V_0; __this->set_bi_valid_71(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27))); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_tr_align() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__tr_align_m7FA7BBB6EB347E33400848A0684B643233D1B993 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // send_bits(STATIC_TREES << 1, 3); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_0 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_STATIC_TREES_10(); DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(__this, ((int32_t)((int32_t)L_0<<(int32_t)1)), 3, /*hidden argument*/NULL); // send_code(END_BLOCK, StaticTree.lengthAndLiteralsTreeCodes); int32_t L_1 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_END_BLOCK_20(); IL2CPP_RUNTIME_CLASS_INIT(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_2 = ((StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var))->get_lengthAndLiteralsTreeCodes_0(); DeflateManager_send_code_m302419556E01F5CE5CA208F5E25763F0C6F60374(__this, L_1, L_2, /*hidden argument*/NULL); // bi_flush(); DeflateManager_bi_flush_m364DE0F48B58921FACF0EAAF89CB05017E865889(__this, /*hidden argument*/NULL); // if (1 + last_eob_len + 10 - bi_valid < 9) int32_t L_3 = __this->get_last_eob_len_69(); int32_t L_4 = __this->get_bi_valid_71(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_3)), (int32_t)((int32_t)10))), (int32_t)L_4))) >= ((int32_t)((int32_t)9)))) { goto IL_005e; } } { // send_bits(STATIC_TREES << 1, 3); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_5 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_STATIC_TREES_10(); DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(__this, ((int32_t)((int32_t)L_5<<(int32_t)1)), 3, /*hidden argument*/NULL); // send_code(END_BLOCK, StaticTree.lengthAndLiteralsTreeCodes); int32_t L_6 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_END_BLOCK_20(); IL2CPP_RUNTIME_CLASS_INIT(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_7 = ((StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var))->get_lengthAndLiteralsTreeCodes_0(); DeflateManager_send_code_m302419556E01F5CE5CA208F5E25763F0C6F60374(__this, L_6, L_7, /*hidden argument*/NULL); // bi_flush(); DeflateManager_bi_flush_m364DE0F48B58921FACF0EAAF89CB05017E865889(__this, /*hidden argument*/NULL); } IL_005e: { // last_eob_len = 7; __this->set_last_eob_len_69(7); // } return; } } // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::_tr_tally(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateManager__tr_tally_m679655373A5B079BA74DAA3F78D79BA5BD852005 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___dist0, int32_t ___lc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // pending[_distanceOffset + last_lit * 2] = unchecked((byte) ( (uint)dist >> 8 ) ); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_pending_23(); int32_t L_1 = __this->get__distanceOffset_65(); int32_t L_2 = __this->get_last_lit_64(); int32_t L_3 = ___dist0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2))))), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)L_3>>8))))); // pending[_distanceOffset + last_lit * 2 + 1] = unchecked((byte)dist); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_pending_23(); int32_t L_5 = __this->get__distanceOffset_65(); int32_t L_6 = __this->get_last_lit_64(); int32_t L_7 = ___dist0; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)2)))), (int32_t)1))), (uint8_t)((int32_t)((uint8_t)L_7))); // pending[_lengthOffset + last_lit] = unchecked((byte)lc); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_pending_23(); int32_t L_9 = __this->get__lengthOffset_62(); int32_t L_10 = __this->get_last_lit_64(); int32_t L_11 = ___lc1; NullCheck(L_8); (L_8)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10))), (uint8_t)((int32_t)((uint8_t)L_11))); // last_lit++; int32_t L_12 = __this->get_last_lit_64(); __this->set_last_lit_64(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); // if (dist == 0) int32_t L_13 = ___dist0; if (L_13) { goto IL_0071; } } { // dyn_ltree[lc * 2]++; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_14 = __this->get_dyn_ltree_51(); int32_t L_15 = ___lc1; NullCheck(L_14); int16_t* L_16 = ((L_14)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)2))))); int32_t L_17 = *((int16_t*)L_16); *((int16_t*)L_16) = (int16_t)((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)))); // } goto IL_00bf; } IL_0071: { // matches++; int32_t L_18 = __this->get_matches_68(); __this->set_matches_68(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); // dist--; // dist = match distance - 1 int32_t L_19 = ___dist0; ___dist0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); // dyn_ltree[(ZTree.LengthCode[lc] + InternalConstants.LITERALS + 1) * 2]++; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_20 = __this->get_dyn_ltree_51(); IL2CPP_RUNTIME_CLASS_INIT(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_21 = ((ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var))->get_LengthCode_7(); int32_t L_22 = ___lc1; NullCheck(L_21); int32_t L_23 = L_22; int8_t L_24 = (L_21)->GetAt(static_cast(L_23)); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_25 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_LITERALS_3(); NullCheck(L_20); int16_t* L_26 = ((L_20)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)), (int32_t)1)), (int32_t)2))))); int32_t L_27 = *((int16_t*)L_26); *((int16_t*)L_26) = (int16_t)((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)))); // dyn_dtree[ZTree.DistanceCode(dist) * 2]++; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_28 = __this->get_dyn_dtree_52(); int32_t L_29 = ___dist0; int32_t L_30; L_30 = ZTree_DistanceCode_m698F79F75EC538C83648B2F06AD694AC2402AD1B(L_29, /*hidden argument*/NULL); NullCheck(L_28); int16_t* L_31 = ((L_28)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)2))))); int32_t L_32 = *((int16_t*)L_31); *((int16_t*)L_31) = (int16_t)((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)))); } IL_00bf: { // if ((last_lit & 0x1fff) == 0 && (int)compressionLevel > 2) int32_t L_33 = __this->get_last_lit_64(); if (((int32_t)((int32_t)L_33&(int32_t)((int32_t)8191)))) { goto IL_0135; } } { int32_t L_34 = __this->get_compressionLevel_49(); if ((((int32_t)L_34) <= ((int32_t)2))) { goto IL_0135; } } { // int out_length = last_lit << 3; int32_t L_35 = __this->get_last_lit_64(); V_0 = ((int32_t)((int32_t)L_35<<(int32_t)3)); // int in_length = strstart - block_start; int32_t L_36 = __this->get_strstart_45(); int32_t L_37 = __this->get_block_start_40(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)); // for (dcode = 0; dcode < InternalConstants.D_CODES; dcode++) V_2 = 0; goto IL_0111; } IL_00f1: { // out_length = (int)(out_length + (int)dyn_dtree[dcode * 2] * (5L + ZTree.ExtraDistanceBits[dcode])); int32_t L_38 = V_0; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_39 = __this->get_dyn_dtree_52(); int32_t L_40 = V_2; NullCheck(L_39); int32_t L_41 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_40, (int32_t)2)); int16_t L_42 = (L_39)->GetAt(static_cast(L_41)); IL2CPP_RUNTIME_CLASS_INIT(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_43 = ((ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var))->get_ExtraDistanceBits_2(); int32_t L_44 = V_2; NullCheck(L_43); int32_t L_45 = L_44; int32_t L_46 = (L_43)->GetAt(static_cast(L_45)); V_0 = ((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_38)), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_42)), (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)5)), (int64_t)((int64_t)((int64_t)L_46)))))))))); // for (dcode = 0; dcode < InternalConstants.D_CODES; dcode++) int32_t L_47 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_0111: { // for (dcode = 0; dcode < InternalConstants.D_CODES; dcode++) int32_t L_48 = V_2; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_49 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_D_CODES_2(); if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_00f1; } } { // out_length >>= 3; int32_t L_50 = V_0; V_0 = ((int32_t)((int32_t)L_50>>(int32_t)3)); // if ((matches < (last_lit / 2)) && out_length < in_length / 2) int32_t L_51 = __this->get_matches_68(); int32_t L_52 = __this->get_last_lit_64(); if ((((int32_t)L_51) >= ((int32_t)((int32_t)((int32_t)L_52/(int32_t)2))))) { goto IL_0135; } } { int32_t L_53 = V_0; int32_t L_54 = V_1; if ((((int32_t)L_53) >= ((int32_t)((int32_t)((int32_t)L_54/(int32_t)2))))) { goto IL_0135; } } { // return true; return (bool)1; } IL_0135: { // return (last_lit == lit_bufsize - 1) || (last_lit == lit_bufsize); int32_t L_55 = __this->get_last_lit_64(); int32_t L_56 = __this->get_lit_bufsize_63(); if ((((int32_t)L_55) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)1))))) { goto IL_0154; } } { int32_t L_57 = __this->get_last_lit_64(); int32_t L_58 = __this->get_lit_bufsize_63(); return (bool)((((int32_t)L_57) == ((int32_t)L_58))? 1 : 0); } IL_0154: { return (bool)1; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_compressed_block(System.Int16[],System.Int16[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_compressed_block_m75D37C1AE65CC5EA237FF3B31DDA8FDFB7D46168 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___ltree0, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___dtree1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // int lx = 0; // running index in l_buf V_2 = 0; // if (last_lit != 0) int32_t L_0 = __this->get_last_lit_64(); if (!L_0) { goto IL_00db; } } IL_000d: { // int ix = _distanceOffset + lx * 2; int32_t L_1 = __this->get__distanceOffset_65(); int32_t L_2 = V_2; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)))); // distance = ((pending[ix] << 8) & 0xff00) | // (pending[ix + 1] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_pending_23(); int32_t L_4 = V_5; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_pending_23(); int32_t L_8 = V_5; 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)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6<<(int32_t)8))&(int32_t)((int32_t)65280)))|(int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)255))))); // lc = (pending[_lengthOffset + lx]) & 0xff; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_pending_23(); int32_t L_12 = __this->get__lengthOffset_62(); int32_t L_13 = V_2; NullCheck(L_11); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)); uint8_t L_15 = (L_11)->GetAt(static_cast(L_14)); V_1 = ((int32_t)((int32_t)L_15&(int32_t)((int32_t)255))); // lx++; int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); // if (distance == 0) int32_t L_17 = V_0; if (L_17) { goto IL_0064; } } { // send_code(lc, ltree); // send a literal byte int32_t L_18 = V_1; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_19 = ___ltree0; DeflateManager_send_code_m302419556E01F5CE5CA208F5E25763F0C6F60374(__this, L_18, L_19, /*hidden argument*/NULL); // } goto IL_00cf; } IL_0064: { // code = ZTree.LengthCode[lc]; IL2CPP_RUNTIME_CLASS_INIT(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_20 = ((ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var))->get_LengthCode_7(); int32_t L_21 = V_1; NullCheck(L_20); int32_t L_22 = L_21; int8_t L_23 = (L_20)->GetAt(static_cast(L_22)); V_3 = L_23; // send_code(code + InternalConstants.LITERALS + 1, ltree); int32_t L_24 = V_3; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_25 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_LITERALS_3(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_26 = ___ltree0; DeflateManager_send_code_m302419556E01F5CE5CA208F5E25763F0C6F60374(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)), (int32_t)1)), L_26, /*hidden argument*/NULL); // extra = ZTree.ExtraLengthBits[code]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = ((ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var))->get_ExtraLengthBits_1(); int32_t L_28 = V_3; NullCheck(L_27); int32_t L_29 = L_28; int32_t L_30 = (L_27)->GetAt(static_cast(L_29)); V_4 = L_30; // if (extra != 0) int32_t L_31 = V_4; if (!L_31) { goto IL_009c; } } { // lc -= ZTree.LengthBase[code]; int32_t L_32 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = ((ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var))->get_LengthBase_8(); int32_t L_34 = V_3; NullCheck(L_33); int32_t L_35 = L_34; int32_t L_36 = (L_33)->GetAt(static_cast(L_35)); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_36)); // send_bits(lc, extra); int32_t L_37 = V_1; int32_t L_38 = V_4; DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(__this, L_37, L_38, /*hidden argument*/NULL); } IL_009c: { // distance--; // dist is now the match distance - 1 int32_t L_39 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1)); // code = ZTree.DistanceCode(distance); int32_t L_40 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); int32_t L_41; L_41 = ZTree_DistanceCode_m698F79F75EC538C83648B2F06AD694AC2402AD1B(L_40, /*hidden argument*/NULL); V_3 = L_41; // send_code(code, dtree); int32_t L_42 = V_3; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_43 = ___dtree1; DeflateManager_send_code_m302419556E01F5CE5CA208F5E25763F0C6F60374(__this, L_42, L_43, /*hidden argument*/NULL); // extra = ZTree.ExtraDistanceBits[code]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_44 = ((ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var))->get_ExtraDistanceBits_2(); int32_t L_45 = V_3; NullCheck(L_44); int32_t L_46 = L_45; int32_t L_47 = (L_44)->GetAt(static_cast(L_46)); V_4 = L_47; // if (extra != 0) int32_t L_48 = V_4; if (!L_48) { goto IL_00cf; } } { // distance -= ZTree.DistanceBase[code]; int32_t L_49 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_50 = ((ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var))->get_DistanceBase_9(); int32_t L_51 = V_3; NullCheck(L_50); int32_t L_52 = L_51; int32_t L_53 = (L_50)->GetAt(static_cast(L_52)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_53)); // send_bits(distance, extra); int32_t L_54 = V_0; int32_t L_55 = V_4; DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(__this, L_54, L_55, /*hidden argument*/NULL); } IL_00cf: { // while (lx < last_lit); int32_t L_56 = V_2; int32_t L_57 = __this->get_last_lit_64(); if ((((int32_t)L_56) < ((int32_t)L_57))) { goto IL_000d; } } IL_00db: { // send_code(END_BLOCK, ltree); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_58 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_END_BLOCK_20(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_59 = ___ltree0; DeflateManager_send_code_m302419556E01F5CE5CA208F5E25763F0C6F60374(__this, L_58, L_59, /*hidden argument*/NULL); // last_eob_len = ltree[END_BLOCK * 2 + 1]; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_60 = ___ltree0; int32_t L_61 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_END_BLOCK_20(); NullCheck(L_60); int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_61, (int32_t)2)), (int32_t)1)); int16_t L_63 = (L_60)->GetAt(static_cast(L_62)); __this->set_last_eob_len_69(L_63); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::set_data_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_set_data_type_mBFDF48A5951184FEE4D9FD13045D37633FAB2268 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B11_0 = NULL; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B10_0 = NULL; int32_t G_B12_0 = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B12_1 = NULL; { // int n = 0; V_0 = 0; // int ascii_freq = 0; V_1 = 0; // int bin_freq = 0; V_2 = 0; goto IL_0019; } IL_0008: { // bin_freq += dyn_ltree[n * 2]; n++; int32_t L_0 = V_2; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_1 = __this->get_dyn_ltree_51(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)); int16_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)); // bin_freq += dyn_ltree[n * 2]; n++; int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0019: { // while (n < 7) int32_t L_6 = V_0; if ((((int32_t)L_6) < ((int32_t)7))) { goto IL_0008; } } { goto IL_0030; } IL_001f: { // ascii_freq += dyn_ltree[n * 2]; n++; int32_t L_7 = V_1; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_8 = __this->get_dyn_ltree_51(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2)); int16_t L_11 = (L_8)->GetAt(static_cast(L_10)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_11)); // ascii_freq += dyn_ltree[n * 2]; n++; int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0030: { // while (n < 128) int32_t L_13 = V_0; if ((((int32_t)L_13) < ((int32_t)((int32_t)128)))) { goto IL_001f; } } { goto IL_004b; } IL_003a: { // bin_freq += dyn_ltree[n * 2]; n++; int32_t L_14 = V_2; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_15 = __this->get_dyn_ltree_51(); int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)2)); int16_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_18)); // bin_freq += dyn_ltree[n * 2]; n++; int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_004b: { // while (n < InternalConstants.LITERALS) int32_t L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_21 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_LITERALS_3(); if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_003a; } } { // data_type = (sbyte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII); int32_t L_22 = V_2; int32_t L_23 = V_1; G_B10_0 = __this; if ((((int32_t)L_22) > ((int32_t)((int32_t)((int32_t)L_23>>(int32_t)2))))) { G_B11_0 = __this; goto IL_0061; } } { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_24 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_Z_ASCII_13(); G_B12_0 = L_24; G_B12_1 = G_B10_0; goto IL_0066; } IL_0061: { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_25 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_Z_BINARY_12(); G_B12_0 = L_25; G_B12_1 = G_B11_0; } IL_0066: { NullCheck(G_B12_1); G_B12_1->set_data_type_26(((int8_t)((int8_t)G_B12_0))); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::bi_flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_bi_flush_m364DE0F48B58921FACF0EAAF89CB05017E865889 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (bi_valid == 16) int32_t L_0 = __this->get_bi_valid_71(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)16))))) { goto IL_0059; } } { // pending[pendingCount++] = (byte)bi_buf; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_pending_23(); int32_t L_2 = __this->get_pendingCount_25(); V_0 = L_2; int32_t L_3 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; int16_t L_5 = __this->get_bi_buf_70(); NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (uint8_t)((int32_t)((uint8_t)L_5))); // pending[pendingCount++] = (byte)(bi_buf >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_pending_23(); int32_t L_7 = __this->get_pendingCount_25(); V_0 = L_7; int32_t L_8 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; int16_t L_10 = __this->get_bi_buf_70(); NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_10>>(int32_t)8))))); // bi_buf = 0; __this->set_bi_buf_70((int16_t)0); // bi_valid = 0; __this->set_bi_valid_71(0); // } return; } IL_0059: { // else if (bi_valid >= 8) int32_t L_11 = __this->get_bi_valid_71(); if ((((int32_t)L_11) < ((int32_t)8))) { goto IL_009e; } } { // pending[pendingCount++] = (byte)bi_buf; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_pending_23(); int32_t L_13 = __this->get_pendingCount_25(); V_0 = L_13; int32_t L_14 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); int32_t L_15 = V_0; int16_t L_16 = __this->get_bi_buf_70(); NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (uint8_t)((int32_t)((uint8_t)L_16))); // bi_buf >>= 8; int16_t L_17 = __this->get_bi_buf_70(); __this->set_bi_buf_70(((int16_t)((int16_t)((int32_t)((int32_t)L_17>>(int32_t)8))))); // bi_valid -= 8; int32_t L_18 = __this->get_bi_valid_71(); __this->set_bi_valid_71(((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)8))); } IL_009e: { // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::bi_windup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_bi_windup_m79ADDF3689EBB5F9BB49BFA306A49A591E6DBBC3 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (bi_valid > 8) int32_t L_0 = __this->get_bi_valid_71(); if ((((int32_t)L_0) <= ((int32_t)8))) { goto IL_004b; } } { // pending[pendingCount++] = (byte)bi_buf; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_pending_23(); int32_t L_2 = __this->get_pendingCount_25(); V_0 = L_2; int32_t L_3 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; int16_t L_5 = __this->get_bi_buf_70(); NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (uint8_t)((int32_t)((uint8_t)L_5))); // pending[pendingCount++] = (byte)(bi_buf >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_pending_23(); int32_t L_7 = __this->get_pendingCount_25(); V_0 = L_7; int32_t L_8 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; int16_t L_10 = __this->get_bi_buf_70(); NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_10>>(int32_t)8))))); // } goto IL_0073; } IL_004b: { // else if (bi_valid > 0) int32_t L_11 = __this->get_bi_valid_71(); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0073; } } { // pending[pendingCount++] = (byte)bi_buf; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_pending_23(); int32_t L_13 = __this->get_pendingCount_25(); V_0 = L_13; int32_t L_14 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); int32_t L_15 = V_0; int16_t L_16 = __this->get_bi_buf_70(); NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (uint8_t)((int32_t)((uint8_t)L_16))); } IL_0073: { // bi_buf = 0; __this->set_bi_buf_70((int16_t)0); // bi_valid = 0; __this->set_bi_valid_71(0); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::copy_block(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_copy_block_m69B0B783C93BC492917BE15D172565AF1886D19B (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___buf0, int32_t ___len1, bool ___header2, const RuntimeMethod* method) { int32_t V_0 = 0; { // bi_windup(); // align on byte boundary DeflateManager_bi_windup_m79ADDF3689EBB5F9BB49BFA306A49A591E6DBBC3(__this, /*hidden argument*/NULL); // last_eob_len = 8; // enough lookahead for inflate __this->set_last_eob_len_69(8); // if (header) bool L_0 = ___header2; if (!L_0) { goto IL_007e; } } { // pending[pendingCount++] = (byte)len; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_pending_23(); int32_t L_2 = __this->get_pendingCount_25(); V_0 = L_2; int32_t L_3 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; int32_t L_5 = ___len1; NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (uint8_t)((int32_t)((uint8_t)L_5))); // pending[pendingCount++] = (byte)(len >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_pending_23(); int32_t L_7 = __this->get_pendingCount_25(); V_0 = L_7; int32_t L_8 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; int32_t L_10 = ___len1; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_10>>(int32_t)8))))); // pending[pendingCount++] = (byte)~len; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_pending_23(); int32_t L_12 = __this->get_pendingCount_25(); V_0 = L_12; int32_t L_13 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); int32_t L_14 = V_0; int32_t L_15 = ___len1; NullCheck(L_11); (L_11)->SetAt(static_cast(L_14), (uint8_t)((int32_t)((uint8_t)((~L_15))))); // pending[pendingCount++] = (byte)(~len >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_pending_23(); int32_t L_17 = __this->get_pendingCount_25(); V_0 = L_17; int32_t L_18 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); int32_t L_19 = V_0; int32_t L_20 = ___len1; NullCheck(L_16); (L_16)->SetAt(static_cast(L_19), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((~L_20))>>(int32_t)8))))); } IL_007e: { // put_bytes(window, buf, len); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_window_31(); int32_t L_22 = ___buf0; int32_t L_23 = ___len1; DeflateManager_put_bytes_m69B5E27073DB526D764F2CC9A81DE6EF8D45658C(__this, L_21, L_22, L_23, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::flush_block_only(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_flush_block_only_m673D5A661A6D0DD7B9C4E38F55B38657DFC4D9AD (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, bool ___eof0, const RuntimeMethod* method) { DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B2_0 = NULL; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B1_0 = NULL; int32_t G_B3_0 = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B3_1 = NULL; { // _tr_flush_block(block_start >= 0 ? block_start : -1, strstart - block_start, eof); int32_t L_0 = __this->get_block_start_40(); G_B1_0 = __this; if ((((int32_t)L_0) >= ((int32_t)0))) { G_B2_0 = __this; goto IL_000d; } } { G_B3_0 = (-1); G_B3_1 = G_B1_0; goto IL_0013; } IL_000d: { int32_t L_1 = __this->get_block_start_40(); G_B3_0 = L_1; G_B3_1 = G_B2_0; } IL_0013: { int32_t L_2 = __this->get_strstart_45(); int32_t L_3 = __this->get_block_start_40(); bool L_4 = ___eof0; NullCheck(G_B3_1); DeflateManager__tr_flush_block_mCBD69501E11E99A0846A2164C1D6A26AB23AAA98(G_B3_1, G_B3_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), L_4, /*hidden argument*/NULL); // block_start = strstart; int32_t L_5 = __this->get_strstart_45(); __this->set_block_start_40(L_5); // _codec.flush_pending(); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_6 = __this->get__codec_21(); NullCheck(L_6); ZlibCodec_flush_pending_m00A1C4E7AC58D4575D74EFAC53B3395B0D355296(L_6, /*hidden argument*/NULL); // } return; } } // BestHTTP.Decompression.Zlib.BlockState BestHTTP.Decompression.Zlib.DeflateManager::DeflateNone(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_DeflateNone_m9379B5D67182C6C3017EF15410D38D53FD46FC34 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___flush0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int max_block_size = 0xffff; V_0 = ((int32_t)65535); // if (max_block_size > pending.Length - 5) int32_t L_0 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_pending_23(); 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)5))))) { goto IL_001e; } } { // max_block_size = pending.Length - 5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_pending_23(); NullCheck(L_2); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)5)); } IL_001e: { // if (lookahead <= 1) int32_t L_3 = __this->get_lookahead_47(); if ((((int32_t)L_3) > ((int32_t)1))) { goto IL_0045; } } { // _fillWindow(); DeflateManager__fillWindow_m4719AD11043C85008AFFC022EBD36A1393A9500B(__this, /*hidden argument*/NULL); // if (lookahead == 0 && flush == FlushType.None) int32_t L_4 = __this->get_lookahead_47(); if (L_4) { goto IL_003a; } } { int32_t L_5 = ___flush0; if (L_5) { goto IL_003a; } } { // return BlockState.NeedMore; return (int32_t)(0); } IL_003a: { // if (lookahead == 0) int32_t L_6 = __this->get_lookahead_47(); if (!L_6) { goto IL_00db; } } IL_0045: { // strstart += lookahead; int32_t L_7 = __this->get_strstart_45(); int32_t L_8 = __this->get_lookahead_47(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); // lookahead = 0; __this->set_lookahead_47(0); // max_start = block_start + max_block_size; int32_t L_9 = __this->get_block_start_40(); int32_t L_10 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); // if (strstart == 0 || strstart >= max_start) int32_t L_11 = __this->get_strstart_45(); if (!L_11) { goto IL_0079; } } { int32_t L_12 = __this->get_strstart_45(); int32_t L_13 = V_1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_00a4; } } IL_0079: { // lookahead = (int)(strstart - max_start); int32_t L_14 = __this->get_strstart_45(); int32_t L_15 = V_1; __this->set_lookahead_47(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))); // strstart = (int)max_start; int32_t L_16 = V_1; __this->set_strstart_45(L_16); // flush_block_only(false); DeflateManager_flush_block_only_m673D5A661A6D0DD7B9C4E38F55B38657DFC4D9AD(__this, (bool)0, /*hidden argument*/NULL); // if (_codec.AvailableBytesOut == 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_17 = __this->get__codec_21(); NullCheck(L_17); int32_t L_18 = L_17->get_AvailableBytesOut_6(); if (L_18) { goto IL_00a4; } } { // return BlockState.NeedMore; return (int32_t)(0); } IL_00a4: { // if (strstart - block_start >= w_size - MIN_LOOKAHEAD) int32_t L_19 = __this->get_strstart_45(); int32_t L_20 = __this->get_block_start_40(); int32_t L_21 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_22 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20))) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22))))) { goto IL_001e; } } { // flush_block_only(false); DeflateManager_flush_block_only_m673D5A661A6D0DD7B9C4E38F55B38657DFC4D9AD(__this, (bool)0, /*hidden argument*/NULL); // if (_codec.AvailableBytesOut == 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_23 = __this->get__codec_21(); NullCheck(L_23); int32_t L_24 = L_23->get_AvailableBytesOut_6(); if (L_24) { goto IL_001e; } } { // return BlockState.NeedMore; return (int32_t)(0); } IL_00db: { // flush_block_only(flush == FlushType.Finish); int32_t L_25 = ___flush0; DeflateManager_flush_block_only_m673D5A661A6D0DD7B9C4E38F55B38657DFC4D9AD(__this, (bool)((((int32_t)L_25) == ((int32_t)4))? 1 : 0), /*hidden argument*/NULL); // if (_codec.AvailableBytesOut == 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_26 = __this->get__codec_21(); NullCheck(L_26); int32_t L_27 = L_26->get_AvailableBytesOut_6(); if (L_27) { goto IL_00fa; } } { // return (flush == FlushType.Finish) ? BlockState.FinishStarted : BlockState.NeedMore; int32_t L_28 = ___flush0; if ((((int32_t)L_28) == ((int32_t)4))) { goto IL_00f8; } } { return (int32_t)(0); } IL_00f8: { return (int32_t)(2); } IL_00fa: { // return flush == FlushType.Finish ? BlockState.FinishDone : BlockState.BlockDone; int32_t L_29 = ___flush0; if ((((int32_t)L_29) == ((int32_t)4))) { goto IL_0100; } } { return (int32_t)(1); } IL_0100: { return (int32_t)(3); } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_tr_stored_block(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__tr_stored_block_mC2A6F74D9D2296A07E916985251383DB158096F6 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___buf0, int32_t ___stored_len1, bool ___eof2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B2_1 = NULL; int32_t G_B1_0 = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B1_1 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B3_2 = NULL; { // send_bits((STORED_BLOCK << 1) + (eof ? 1 : 0), 3); // send block type IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_0 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_STORED_BLOCK_9(); bool L_1 = ___eof2; G_B1_0 = ((int32_t)((int32_t)L_0<<(int32_t)1)); G_B1_1 = __this; if (L_1) { G_B2_0 = ((int32_t)((int32_t)L_0<<(int32_t)1)); G_B2_1 = __this; goto IL_000e; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_000f; } IL_000e: { G_B3_0 = 1; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_000f: { NullCheck(G_B3_2); DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(G_B3_2, ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)), 3, /*hidden argument*/NULL); // copy_block(buf, stored_len, true); // with header int32_t L_2 = ___buf0; int32_t L_3 = ___stored_len1; DeflateManager_copy_block_m69B0B783C93BC492917BE15D172565AF1886D19B(__this, L_2, L_3, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_tr_flush_block(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__tr_flush_block_mCBD69501E11E99A0846A2164C1D6A26AB23AAA98 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___buf0, int32_t ___stored_len1, bool ___eof2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B12_0 = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B12_1 = NULL; int32_t G_B11_0 = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B11_1 = NULL; int32_t G_B13_0 = 0; int32_t G_B13_1 = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B13_2 = NULL; int32_t G_B16_0 = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B16_1 = NULL; int32_t G_B15_0 = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B15_1 = NULL; int32_t G_B17_0 = 0; int32_t G_B17_1 = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B17_2 = NULL; { // int max_blindex = 0; // index of last bit length code of non zero freq V_2 = 0; // if (compressionLevel > 0) int32_t L_0 = __this->get_compressionLevel_49(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_005f; } } { // if (data_type == Z_UNKNOWN) int8_t L_1 = __this->get_data_type_26(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_2 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_Z_UNKNOWN_14(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_001e; } } { // set_data_type(); DeflateManager_set_data_type_mBFDF48A5951184FEE4D9FD13045D37633FAB2268(__this, /*hidden argument*/NULL); } IL_001e: { // treeLiterals.build_tree(this); ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_3 = __this->get_treeLiterals_54(); NullCheck(L_3); ZTree_build_tree_m201AC178F3AEFE2C3A7E18C9CD88658252628DA8(L_3, __this, /*hidden argument*/NULL); // treeDistances.build_tree(this); ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_4 = __this->get_treeDistances_55(); NullCheck(L_4); ZTree_build_tree_m201AC178F3AEFE2C3A7E18C9CD88658252628DA8(L_4, __this, /*hidden argument*/NULL); // max_blindex = build_bl_tree(); int32_t L_5; L_5 = DeflateManager_build_bl_tree_m146B4962E71DA533544525034BC5AACD24897D61(__this, /*hidden argument*/NULL); V_2 = L_5; // opt_lenb = (opt_len + 3 + 7) >> 3; int32_t L_6 = __this->get_opt_len_66(); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)3)), (int32_t)7))>>(int32_t)3)); // static_lenb = (static_len + 3 + 7) >> 3; int32_t L_7 = __this->get_static_len_67(); V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)3)), (int32_t)7))>>(int32_t)3)); // if (static_lenb <= opt_lenb) int32_t L_8 = V_1; int32_t L_9 = V_0; if ((((int32_t)L_8) > ((int32_t)L_9))) { goto IL_0065; } } { // opt_lenb = static_lenb; int32_t L_10 = V_1; V_0 = L_10; // } goto IL_0065; } IL_005f: { // opt_lenb = static_lenb = stored_len + 5; // force a stored block int32_t L_11 = ___stored_len1; int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)5)); V_1 = L_12; V_0 = L_12; } IL_0065: { // if (stored_len + 4 <= opt_lenb && buf != -1) int32_t L_13 = ___stored_len1; int32_t L_14 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)4))) > ((int32_t)L_14))) { goto IL_007a; } } { int32_t L_15 = ___buf0; if ((((int32_t)L_15) == ((int32_t)(-1)))) { goto IL_007a; } } { // _tr_stored_block(buf, stored_len, eof); int32_t L_16 = ___buf0; int32_t L_17 = ___stored_len1; bool L_18 = ___eof2; DeflateManager__tr_stored_block_mC2A6F74D9D2296A07E916985251383DB158096F6(__this, L_16, L_17, L_18, /*hidden argument*/NULL); // } goto IL_00f1; } IL_007a: { // else if (static_lenb == opt_lenb) int32_t L_19 = V_1; int32_t L_20 = V_0; if ((!(((uint32_t)L_19) == ((uint32_t)L_20)))) { goto IL_00a6; } } { // send_bits((STATIC_TREES << 1) + (eof ? 1 : 0), 3); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_21 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_STATIC_TREES_10(); bool L_22 = ___eof2; G_B11_0 = ((int32_t)((int32_t)L_21<<(int32_t)1)); G_B11_1 = __this; if (L_22) { G_B12_0 = ((int32_t)((int32_t)L_21<<(int32_t)1)); G_B12_1 = __this; goto IL_008c; } } { G_B13_0 = 0; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_008d; } IL_008c: { G_B13_0 = 1; G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_008d: { NullCheck(G_B13_2); DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(G_B13_2, ((int32_t)il2cpp_codegen_add((int32_t)G_B13_1, (int32_t)G_B13_0)), 3, /*hidden argument*/NULL); // send_compressed_block(StaticTree.lengthAndLiteralsTreeCodes, StaticTree.distTreeCodes); IL2CPP_RUNTIME_CLASS_INIT(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_23 = ((StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var))->get_lengthAndLiteralsTreeCodes_0(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_24 = ((StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var))->get_distTreeCodes_1(); DeflateManager_send_compressed_block_m75D37C1AE65CC5EA237FF3B31DDA8FDFB7D46168(__this, L_23, L_24, /*hidden argument*/NULL); // } goto IL_00f1; } IL_00a6: { // send_bits((DYN_TREES << 1) + (eof ? 1 : 0), 3); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_25 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_DYN_TREES_11(); bool L_26 = ___eof2; G_B15_0 = ((int32_t)((int32_t)L_25<<(int32_t)1)); G_B15_1 = __this; if (L_26) { G_B16_0 = ((int32_t)((int32_t)L_25<<(int32_t)1)); G_B16_1 = __this; goto IL_00b4; } } { G_B17_0 = 0; G_B17_1 = G_B15_0; G_B17_2 = G_B15_1; goto IL_00b5; } IL_00b4: { G_B17_0 = 1; G_B17_1 = G_B16_0; G_B17_2 = G_B16_1; } IL_00b5: { NullCheck(G_B17_2); DeflateManager_send_bits_mA606FCCABF57D228AAE9DDCA08406F1CE6FF11A5(G_B17_2, ((int32_t)il2cpp_codegen_add((int32_t)G_B17_1, (int32_t)G_B17_0)), 3, /*hidden argument*/NULL); // send_all_trees(treeLiterals.max_code + 1, treeDistances.max_code + 1, max_blindex + 1); ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_27 = __this->get_treeLiterals_54(); NullCheck(L_27); int32_t L_28 = L_27->get_max_code_11(); ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF * L_29 = __this->get_treeDistances_55(); NullCheck(L_29); int32_t L_30 = L_29->get_max_code_11(); int32_t L_31 = V_2; DeflateManager_send_all_trees_mC911A2F344AD3A60E5439CA06FDCD90709BA1AB2(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)), /*hidden argument*/NULL); // send_compressed_block(dyn_ltree, dyn_dtree); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_32 = __this->get_dyn_ltree_51(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_33 = __this->get_dyn_dtree_52(); DeflateManager_send_compressed_block_m75D37C1AE65CC5EA237FF3B31DDA8FDFB7D46168(__this, L_32, L_33, /*hidden argument*/NULL); } IL_00f1: { // _InitializeBlocks(); DeflateManager__InitializeBlocks_mEC7C63322300AC17E9D4AE58CD7C369EF02BADBB(__this, /*hidden argument*/NULL); // if (eof) bool L_34 = ___eof2; if (!L_34) { goto IL_0100; } } { // bi_windup(); DeflateManager_bi_windup_m79ADDF3689EBB5F9BB49BFA306A49A591E6DBBC3(__this, /*hidden argument*/NULL); } IL_0100: { // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_fillWindow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__fillWindow_m4719AD11043C85008AFFC022EBD36A1393A9500B (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B10_0 = 0; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* G_B10_1 = NULL; int32_t G_B9_0 = 0; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* G_B9_1 = NULL; int32_t G_B11_0 = 0; int32_t G_B11_1 = 0; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* G_B11_2 = NULL; int32_t G_B15_0 = 0; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* G_B15_1 = NULL; int32_t G_B14_0 = 0; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* G_B14_1 = NULL; int32_t G_B16_0 = 0; int32_t G_B16_1 = 0; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* G_B16_2 = NULL; IL_0000: { // more = (window_size - lookahead - strstart); int32_t L_0 = __this->get_window_size_32(); int32_t L_1 = __this->get_lookahead_47(); int32_t L_2 = __this->get_strstart_45(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), (int32_t)L_2)); // if (more == 0 && strstart == 0 && lookahead == 0) int32_t L_3 = V_3; if (L_3) { goto IL_0034; } } { int32_t L_4 = __this->get_strstart_45(); if (L_4) { goto IL_0034; } } { int32_t L_5 = __this->get_lookahead_47(); if (L_5) { goto IL_0034; } } { // more = w_size; int32_t L_6 = __this->get_w_size_28(); V_3 = L_6; // } goto IL_013f; } IL_0034: { // else if (more == -1) int32_t L_7 = V_3; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_0041; } } { // more--; int32_t L_8 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); // } goto IL_013f; } IL_0041: { // else if (strstart >= w_size + w_size - MIN_LOOKAHEAD) int32_t L_9 = __this->get_strstart_45(); int32_t L_10 = __this->get_w_size_28(); int32_t L_11 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_12 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_9) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), (int32_t)L_12))))) { goto IL_013f; } } { // Array.Copy(window, w_size, window, 0, w_size); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get_window_31(); int32_t L_14 = __this->get_w_size_28(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_window_31(); int32_t L_16 = __this->get_w_size_28(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_13, L_14, (RuntimeArray *)(RuntimeArray *)L_15, 0, L_16, /*hidden argument*/NULL); // match_start -= w_size; int32_t L_17 = __this->get_match_start_46(); int32_t L_18 = __this->get_w_size_28(); __this->set_match_start_46(((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))); // strstart -= w_size; // we now have strstart >= MAX_DIST int32_t L_19 = __this->get_strstart_45(); int32_t L_20 = __this->get_w_size_28(); __this->set_strstart_45(((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20))); // block_start -= w_size; int32_t L_21 = __this->get_block_start_40(); int32_t L_22 = __this->get_w_size_28(); __this->set_block_start_40(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22))); // n = hash_size; int32_t L_23 = __this->get_hash_size_36(); V_0 = L_23; // p = n; int32_t L_24 = V_0; V_2 = L_24; } IL_00bf: { // m = (head[--p] & 0xffff); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_25 = __this->get_head_34(); int32_t L_26 = V_2; int32_t L_27 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)); V_2 = L_27; NullCheck(L_25); int32_t L_28 = L_27; int16_t L_29 = (L_25)->GetAt(static_cast(L_28)); V_1 = ((int32_t)((int32_t)L_29&(int32_t)((int32_t)65535))); // head[p] = (short)((m >= w_size) ? (m - w_size) : 0); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_30 = __this->get_head_34(); int32_t L_31 = V_2; int32_t L_32 = V_1; int32_t L_33 = __this->get_w_size_28(); G_B9_0 = L_31; G_B9_1 = L_30; if ((((int32_t)L_32) >= ((int32_t)L_33))) { G_B10_0 = L_31; G_B10_1 = L_30; goto IL_00e5; } } { G_B11_0 = 0; G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; goto IL_00ed; } IL_00e5: { int32_t L_34 = V_1; int32_t L_35 = __this->get_w_size_28(); G_B11_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)); G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; } IL_00ed: { NullCheck(G_B11_2); (G_B11_2)->SetAt(static_cast(G_B11_1), (int16_t)((int16_t)((int16_t)G_B11_0))); // while (--n != 0); int32_t L_36 = V_0; int32_t L_37 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); V_0 = L_37; if (L_37) { goto IL_00bf; } } { // n = w_size; int32_t L_38 = __this->get_w_size_28(); V_0 = L_38; // p = n; int32_t L_39 = V_0; V_2 = L_39; } IL_00ff: { // m = (prev[--p] & 0xffff); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_40 = __this->get_prev_33(); int32_t L_41 = V_2; int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)); V_2 = L_42; NullCheck(L_40); int32_t L_43 = L_42; int16_t L_44 = (L_40)->GetAt(static_cast(L_43)); V_1 = ((int32_t)((int32_t)L_44&(int32_t)((int32_t)65535))); // prev[p] = (short)((m >= w_size) ? (m - w_size) : 0); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_45 = __this->get_prev_33(); int32_t L_46 = V_2; int32_t L_47 = V_1; int32_t L_48 = __this->get_w_size_28(); G_B14_0 = L_46; G_B14_1 = L_45; if ((((int32_t)L_47) >= ((int32_t)L_48))) { G_B15_0 = L_46; G_B15_1 = L_45; goto IL_0125; } } { G_B16_0 = 0; G_B16_1 = G_B14_0; G_B16_2 = G_B14_1; goto IL_012d; } IL_0125: { int32_t L_49 = V_1; int32_t L_50 = __this->get_w_size_28(); G_B16_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_50)); G_B16_1 = G_B15_0; G_B16_2 = G_B15_1; } IL_012d: { NullCheck(G_B16_2); (G_B16_2)->SetAt(static_cast(G_B16_1), (int16_t)((int16_t)((int16_t)G_B16_0))); // while (--n != 0); int32_t L_51 = V_0; int32_t L_52 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)1)); V_0 = L_52; if (L_52) { goto IL_00ff; } } { // more += w_size; int32_t L_53 = V_3; int32_t L_54 = __this->get_w_size_28(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)L_54)); } IL_013f: { // if (_codec.AvailableBytesIn == 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_55 = __this->get__codec_21(); NullCheck(L_55); int32_t L_56 = L_55->get_AvailableBytesIn_2(); if (L_56) { goto IL_014d; } } { // return; return; } IL_014d: { // n = _codec.read_buf(window, strstart + lookahead, more); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_57 = __this->get__codec_21(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = __this->get_window_31(); int32_t L_59 = __this->get_strstart_45(); int32_t L_60 = __this->get_lookahead_47(); int32_t L_61 = V_3; NullCheck(L_57); int32_t L_62; L_62 = ZlibCodec_read_buf_m083912442C2DBF97A7345E6C7AB336F908C63EB5(L_57, L_58, ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)L_60)), L_61, /*hidden argument*/NULL); V_0 = L_62; // lookahead += n; int32_t L_63 = __this->get_lookahead_47(); int32_t L_64 = V_0; __this->set_lookahead_47(((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64))); // if (lookahead >= MIN_MATCH) int32_t L_65 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_66 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((((int32_t)L_65) < ((int32_t)L_66))) { goto IL_01d4; } } { // ins_h = window[strstart] & 0xff; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = __this->get_window_31(); int32_t L_68 = __this->get_strstart_45(); NullCheck(L_67); int32_t L_69 = L_68; uint8_t L_70 = (L_67)->GetAt(static_cast(L_69)); __this->set_ins_h_35(((int32_t)((int32_t)L_70&(int32_t)((int32_t)255)))); // ins_h = (((ins_h) << hash_shift) ^ (window[strstart + 1] & 0xff)) & hash_mask; int32_t L_71 = __this->get_ins_h_35(); int32_t L_72 = __this->get_hash_shift_39(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = __this->get_window_31(); int32_t L_74 = __this->get_strstart_45(); NullCheck(L_73); int32_t L_75 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); uint8_t L_76 = (L_73)->GetAt(static_cast(L_75)); int32_t L_77 = __this->get_hash_mask_38(); __this->set_ins_h_35(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_71<<(int32_t)((int32_t)((int32_t)L_72&(int32_t)((int32_t)31)))))^(int32_t)((int32_t)((int32_t)L_76&(int32_t)((int32_t)255)))))&(int32_t)L_77))); } IL_01d4: { // while (lookahead < MIN_LOOKAHEAD && _codec.AvailableBytesIn != 0); int32_t L_78 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_79 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_78) >= ((int32_t)L_79))) { goto IL_01f1; } } { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_80 = __this->get__codec_21(); NullCheck(L_80); int32_t L_81 = L_80->get_AvailableBytesIn_2(); if (L_81) { goto IL_0000; } } IL_01f1: { // } return; } } // BestHTTP.Decompression.Zlib.BlockState BestHTTP.Decompression.Zlib.DeflateManager::DeflateFast(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_DeflateFast_m278436CC95C08EFD24D425A60F06DF3E975F286D (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___flush0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { // int hash_head = 0; // head of the hash chain V_0 = 0; } IL_0002: { // if (lookahead < MIN_LOOKAHEAD) int32_t L_0 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_1 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0032; } } { // _fillWindow(); DeflateManager__fillWindow_m4719AD11043C85008AFFC022EBD36A1393A9500B(__this, /*hidden argument*/NULL); // if (lookahead < MIN_LOOKAHEAD && flush == FlushType.None) int32_t L_2 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_3 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0027; } } { int32_t L_4 = ___flush0; if (L_4) { goto IL_0027; } } { // return BlockState.NeedMore; return (int32_t)(0); } IL_0027: { // if (lookahead == 0) int32_t L_5 = __this->get_lookahead_47(); if (!L_5) { goto IL_02e8; } } IL_0032: { // if (lookahead >= MIN_MATCH) int32_t L_6 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_7 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_00c4; } } { // ins_h = (((ins_h) << hash_shift) ^ (window[(strstart) + (MIN_MATCH - 1)] & 0xff)) & hash_mask; int32_t L_8 = __this->get_ins_h_35(); int32_t L_9 = __this->get_hash_shift_39(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_window_31(); int32_t L_11 = __this->get_strstart_45(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_12 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); NullCheck(L_10); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)))); uint8_t L_14 = (L_10)->GetAt(static_cast(L_13)); int32_t L_15 = __this->get_hash_mask_38(); __this->set_ins_h_35(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)31)))))^(int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)255)))))&(int32_t)L_15))); // hash_head = (head[ins_h] & 0xffff); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_16 = __this->get_head_34(); int32_t L_17 = __this->get_ins_h_35(); NullCheck(L_16); int32_t L_18 = L_17; int16_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)((int32_t)L_19&(int32_t)((int32_t)65535))); // prev[strstart & w_mask] = head[ins_h]; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_20 = __this->get_prev_33(); int32_t L_21 = __this->get_strstart_45(); int32_t L_22 = __this->get_w_mask_30(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_23 = __this->get_head_34(); int32_t L_24 = __this->get_ins_h_35(); NullCheck(L_23); int32_t L_25 = L_24; int16_t L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)((int32_t)L_21&(int32_t)L_22))), (int16_t)L_26); // head[ins_h] = unchecked((short)strstart); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_27 = __this->get_head_34(); int32_t L_28 = __this->get_ins_h_35(); int32_t L_29 = __this->get_strstart_45(); NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (int16_t)((int16_t)((int16_t)L_29))); } IL_00c4: { // if (hash_head != 0L && ((strstart - hash_head) & 0xffff) <= w_size - MIN_LOOKAHEAD) int32_t L_30 = V_0; if (!((int64_t)((int64_t)L_30))) { goto IL_00fa; } } { int32_t L_31 = __this->get_strstart_45(); int32_t L_32 = V_0; int32_t L_33 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_34 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32))&(int32_t)((int32_t)65535)))) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_34))))) { goto IL_00fa; } } { // if (compressionStrategy != CompressionStrategy.HuffmanOnly) int32_t L_35 = __this->get_compressionStrategy_50(); if ((((int32_t)L_35) == ((int32_t)2))) { goto IL_00fa; } } { // match_length = longest_match(hash_head); int32_t L_36 = V_0; int32_t L_37; L_37 = DeflateManager_longest_match_m4888C105325B0C4269553429D678BA58D9A0F711(__this, L_36, /*hidden argument*/NULL); __this->set_match_length_42(L_37); } IL_00fa: { // if (match_length >= MIN_MATCH) int32_t L_38 = __this->get_match_length_42(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_39 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((((int32_t)L_38) < ((int32_t)L_39))) { goto IL_0292; } } { // bflush = _tr_tally(strstart - match_start, match_length - MIN_MATCH); int32_t L_40 = __this->get_strstart_45(); int32_t L_41 = __this->get_match_start_46(); int32_t L_42 = __this->get_match_length_42(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_43 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); bool L_44; L_44 = DeflateManager__tr_tally_m679655373A5B079BA74DAA3F78D79BA5BD852005(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_43)), /*hidden argument*/NULL); V_1 = L_44; // lookahead -= match_length; int32_t L_45 = __this->get_lookahead_47(); int32_t L_46 = __this->get_match_length_42(); __this->set_lookahead_47(((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46))); // if (match_length <= config.MaxLazy && lookahead >= MIN_MATCH) int32_t L_47 = __this->get_match_length_42(); Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_48 = __this->get_config_41(); NullCheck(L_48); int32_t L_49 = L_48->get_MaxLazy_1(); if ((((int32_t)L_47) > ((int32_t)L_49))) { goto IL_022a; } } { int32_t L_50 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_51 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_022a; } } { // match_length--; // string at strstart already in hash table int32_t L_52 = __this->get_match_length_42(); __this->set_match_length_42(((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)1))); } IL_0171: { // strstart++; int32_t L_53 = __this->get_strstart_45(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); // ins_h = ((ins_h << hash_shift) ^ (window[(strstart) + (MIN_MATCH - 1)] & 0xff)) & hash_mask; int32_t L_54 = __this->get_ins_h_35(); int32_t L_55 = __this->get_hash_shift_39(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = __this->get_window_31(); int32_t L_57 = __this->get_strstart_45(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_58 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); NullCheck(L_56); int32_t L_59 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)))); uint8_t L_60 = (L_56)->GetAt(static_cast(L_59)); int32_t L_61 = __this->get_hash_mask_38(); __this->set_ins_h_35(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_54<<(int32_t)((int32_t)((int32_t)L_55&(int32_t)((int32_t)31)))))^(int32_t)((int32_t)((int32_t)L_60&(int32_t)((int32_t)255)))))&(int32_t)L_61))); // hash_head = (head[ins_h] & 0xffff); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_62 = __this->get_head_34(); int32_t L_63 = __this->get_ins_h_35(); NullCheck(L_62); int32_t L_64 = L_63; int16_t L_65 = (L_62)->GetAt(static_cast(L_64)); V_0 = ((int32_t)((int32_t)L_65&(int32_t)((int32_t)65535))); // prev[strstart & w_mask] = head[ins_h]; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_66 = __this->get_prev_33(); int32_t L_67 = __this->get_strstart_45(); int32_t L_68 = __this->get_w_mask_30(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_69 = __this->get_head_34(); int32_t L_70 = __this->get_ins_h_35(); NullCheck(L_69); int32_t L_71 = L_70; int16_t L_72 = (L_69)->GetAt(static_cast(L_71)); NullCheck(L_66); (L_66)->SetAt(static_cast(((int32_t)((int32_t)L_67&(int32_t)L_68))), (int16_t)L_72); // head[ins_h] = unchecked((short)strstart); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_73 = __this->get_head_34(); int32_t L_74 = __this->get_ins_h_35(); int32_t L_75 = __this->get_strstart_45(); NullCheck(L_73); (L_73)->SetAt(static_cast(L_74), (int16_t)((int16_t)((int16_t)L_75))); // while (--match_length != 0); int32_t L_76 = __this->get_match_length_42(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_76, (int32_t)1)); int32_t L_77 = V_2; __this->set_match_length_42(L_77); int32_t L_78 = V_2; if (L_78) { goto IL_0171; } } { // strstart++; int32_t L_79 = __this->get_strstart_45(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1))); // } goto IL_02c9; } IL_022a: { // strstart += match_length; int32_t L_80 = __this->get_strstart_45(); int32_t L_81 = __this->get_match_length_42(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)L_81))); // match_length = 0; __this->set_match_length_42(0); // ins_h = window[strstart] & 0xff; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_82 = __this->get_window_31(); int32_t L_83 = __this->get_strstart_45(); NullCheck(L_82); int32_t L_84 = L_83; uint8_t L_85 = (L_82)->GetAt(static_cast(L_84)); __this->set_ins_h_35(((int32_t)((int32_t)L_85&(int32_t)((int32_t)255)))); // ins_h = (((ins_h) << hash_shift) ^ (window[strstart + 1] & 0xff)) & hash_mask; int32_t L_86 = __this->get_ins_h_35(); int32_t L_87 = __this->get_hash_shift_39(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_88 = __this->get_window_31(); int32_t L_89 = __this->get_strstart_45(); NullCheck(L_88); int32_t L_90 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); uint8_t L_91 = (L_88)->GetAt(static_cast(L_90)); int32_t L_92 = __this->get_hash_mask_38(); __this->set_ins_h_35(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_86<<(int32_t)((int32_t)((int32_t)L_87&(int32_t)((int32_t)31)))))^(int32_t)((int32_t)((int32_t)L_91&(int32_t)((int32_t)255)))))&(int32_t)L_92))); // } goto IL_02c9; } IL_0292: { // bflush = _tr_tally(0, window[strstart] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_93 = __this->get_window_31(); int32_t L_94 = __this->get_strstart_45(); NullCheck(L_93); int32_t L_95 = L_94; uint8_t L_96 = (L_93)->GetAt(static_cast(L_95)); bool L_97; L_97 = DeflateManager__tr_tally_m679655373A5B079BA74DAA3F78D79BA5BD852005(__this, 0, ((int32_t)((int32_t)L_96&(int32_t)((int32_t)255))), /*hidden argument*/NULL); V_1 = L_97; // lookahead--; int32_t L_98 = __this->get_lookahead_47(); __this->set_lookahead_47(((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)1))); // strstart++; int32_t L_99 = __this->get_strstart_45(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1))); } IL_02c9: { // if (bflush) bool L_100 = V_1; if (!L_100) { goto IL_0002; } } { // flush_block_only(false); DeflateManager_flush_block_only_m673D5A661A6D0DD7B9C4E38F55B38657DFC4D9AD(__this, (bool)0, /*hidden argument*/NULL); // if (_codec.AvailableBytesOut == 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_101 = __this->get__codec_21(); NullCheck(L_101); int32_t L_102 = L_101->get_AvailableBytesOut_6(); if (L_102) { goto IL_0002; } } { // return BlockState.NeedMore; return (int32_t)(0); } IL_02e8: { // flush_block_only(flush == FlushType.Finish); int32_t L_103 = ___flush0; DeflateManager_flush_block_only_m673D5A661A6D0DD7B9C4E38F55B38657DFC4D9AD(__this, (bool)((((int32_t)L_103) == ((int32_t)4))? 1 : 0), /*hidden argument*/NULL); // if (_codec.AvailableBytesOut == 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_104 = __this->get__codec_21(); NullCheck(L_104); int32_t L_105 = L_104->get_AvailableBytesOut_6(); if (L_105) { goto IL_0307; } } { // if (flush == FlushType.Finish) int32_t L_106 = ___flush0; if ((!(((uint32_t)L_106) == ((uint32_t)4)))) { goto IL_0305; } } { // return BlockState.FinishStarted; return (int32_t)(2); } IL_0305: { // return BlockState.NeedMore; return (int32_t)(0); } IL_0307: { // return flush == FlushType.Finish ? BlockState.FinishDone : BlockState.BlockDone; int32_t L_107 = ___flush0; if ((((int32_t)L_107) == ((int32_t)4))) { goto IL_030d; } } { return (int32_t)(1); } IL_030d: { return (int32_t)(3); } } // BestHTTP.Decompression.Zlib.BlockState BestHTTP.Decompression.Zlib.DeflateManager::DeflateSlow(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_DeflateSlow_m2EA15C7A5843397A361247DFA02A2A04A8E99B71 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___flush0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; { // int hash_head = 0; // head of hash chain V_0 = 0; } IL_0002: { // if (lookahead < MIN_LOOKAHEAD) int32_t L_0 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_1 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0032; } } { // _fillWindow(); DeflateManager__fillWindow_m4719AD11043C85008AFFC022EBD36A1393A9500B(__this, /*hidden argument*/NULL); // if (lookahead < MIN_LOOKAHEAD && flush == FlushType.None) int32_t L_2 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_3 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0027; } } { int32_t L_4 = ___flush0; if (L_4) { goto IL_0027; } } { // return BlockState.NeedMore; return (int32_t)(0); } IL_0027: { // if (lookahead == 0) int32_t L_5 = __this->get_lookahead_47(); if (!L_5) { goto IL_0363; } } IL_0032: { // if (lookahead >= MIN_MATCH) int32_t L_6 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_7 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_00c4; } } { // ins_h = (((ins_h) << hash_shift) ^ (window[(strstart) + (MIN_MATCH - 1)] & 0xff)) & hash_mask; int32_t L_8 = __this->get_ins_h_35(); int32_t L_9 = __this->get_hash_shift_39(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_window_31(); int32_t L_11 = __this->get_strstart_45(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_12 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); NullCheck(L_10); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)))); uint8_t L_14 = (L_10)->GetAt(static_cast(L_13)); int32_t L_15 = __this->get_hash_mask_38(); __this->set_ins_h_35(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)31)))))^(int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)255)))))&(int32_t)L_15))); // hash_head = (head[ins_h] & 0xffff); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_16 = __this->get_head_34(); int32_t L_17 = __this->get_ins_h_35(); NullCheck(L_16); int32_t L_18 = L_17; int16_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)((int32_t)L_19&(int32_t)((int32_t)65535))); // prev[strstart & w_mask] = head[ins_h]; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_20 = __this->get_prev_33(); int32_t L_21 = __this->get_strstart_45(); int32_t L_22 = __this->get_w_mask_30(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_23 = __this->get_head_34(); int32_t L_24 = __this->get_ins_h_35(); NullCheck(L_23); int32_t L_25 = L_24; int16_t L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)((int32_t)L_21&(int32_t)L_22))), (int16_t)L_26); // head[ins_h] = unchecked((short)strstart); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_27 = __this->get_head_34(); int32_t L_28 = __this->get_ins_h_35(); int32_t L_29 = __this->get_strstart_45(); NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (int16_t)((int16_t)((int16_t)L_29))); } IL_00c4: { // prev_length = match_length; int32_t L_30 = __this->get_match_length_42(); __this->set_prev_length_48(L_30); // prev_match = match_start; int32_t L_31 = __this->get_match_start_46(); __this->set_prev_match_43(L_31); // match_length = MIN_MATCH - 1; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_32 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); __this->set_match_length_42(((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1))); // if (hash_head != 0 && prev_length < config.MaxLazy && // ((strstart - hash_head) & 0xffff) <= w_size - MIN_LOOKAHEAD) int32_t L_33 = V_0; if (!L_33) { goto IL_0174; } } { int32_t L_34 = __this->get_prev_length_48(); Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_35 = __this->get_config_41(); NullCheck(L_35); int32_t L_36 = L_35->get_MaxLazy_1(); if ((((int32_t)L_34) >= ((int32_t)L_36))) { goto IL_0174; } } { int32_t L_37 = __this->get_strstart_45(); int32_t L_38 = V_0; int32_t L_39 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_40 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38))&(int32_t)((int32_t)65535)))) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_40))))) { goto IL_0174; } } { // if (compressionStrategy != CompressionStrategy.HuffmanOnly) int32_t L_41 = __this->get_compressionStrategy_50(); if ((((int32_t)L_41) == ((int32_t)2))) { goto IL_0134; } } { // match_length = longest_match(hash_head); int32_t L_42 = V_0; int32_t L_43; L_43 = DeflateManager_longest_match_m4888C105325B0C4269553429D678BA58D9A0F711(__this, L_42, /*hidden argument*/NULL); __this->set_match_length_42(L_43); } IL_0134: { // if (match_length <= 5 && (compressionStrategy == CompressionStrategy.Filtered || // (match_length == MIN_MATCH && strstart - match_start > 4096))) int32_t L_44 = __this->get_match_length_42(); if ((((int32_t)L_44) > ((int32_t)5))) { goto IL_0174; } } { int32_t L_45 = __this->get_compressionStrategy_50(); if ((((int32_t)L_45) == ((int32_t)1))) { goto IL_0167; } } { int32_t L_46 = __this->get_match_length_42(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_47 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((!(((uint32_t)L_46) == ((uint32_t)L_47)))) { goto IL_0174; } } { int32_t L_48 = __this->get_strstart_45(); int32_t L_49 = __this->get_match_start_46(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)L_49))) <= ((int32_t)((int32_t)4096)))) { goto IL_0174; } } IL_0167: { // match_length = MIN_MATCH - 1; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_50 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); __this->set_match_length_42(((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1))); } IL_0174: { // if (prev_length >= MIN_MATCH && match_length <= prev_length) int32_t L_51 = __this->get_prev_length_48(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_52 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_02de; } } { int32_t L_53 = __this->get_match_length_42(); int32_t L_54 = __this->get_prev_length_48(); if ((((int32_t)L_53) > ((int32_t)L_54))) { goto IL_02de; } } { // int max_insert = strstart + lookahead - MIN_MATCH; int32_t L_55 = __this->get_strstart_45(); int32_t L_56 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_57 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_56)), (int32_t)L_57)); // bflush = _tr_tally(strstart - 1 - prev_match, prev_length - MIN_MATCH); int32_t L_58 = __this->get_strstart_45(); int32_t L_59 = __this->get_prev_match_43(); int32_t L_60 = __this->get_prev_length_48(); int32_t L_61 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); bool L_62; L_62 = DeflateManager__tr_tally_m679655373A5B079BA74DAA3F78D79BA5BD852005(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)), (int32_t)L_59)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)L_61)), /*hidden argument*/NULL); V_1 = L_62; // lookahead -= (prev_length - 1); int32_t L_63 = __this->get_lookahead_47(); int32_t L_64 = __this->get_prev_length_48(); __this->set_lookahead_47(((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)1))))); // prev_length -= 2; int32_t L_65 = __this->get_prev_length_48(); __this->set_prev_length_48(((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)2))); } IL_01ee: { // if (++strstart <= max_insert) int32_t L_66 = __this->get_strstart_45(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); int32_t L_67 = V_3; __this->set_strstart_45(L_67); int32_t L_68 = V_3; int32_t L_69 = V_2; if ((((int32_t)L_68) > ((int32_t)L_69))) { goto IL_0287; } } { // ins_h = (((ins_h) << hash_shift) ^ (window[(strstart) + (MIN_MATCH - 1)] & 0xff)) & hash_mask; int32_t L_70 = __this->get_ins_h_35(); int32_t L_71 = __this->get_hash_shift_39(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = __this->get_window_31(); int32_t L_73 = __this->get_strstart_45(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_74 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); NullCheck(L_72); int32_t L_75 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)1)))); uint8_t L_76 = (L_72)->GetAt(static_cast(L_75)); int32_t L_77 = __this->get_hash_mask_38(); __this->set_ins_h_35(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_70<<(int32_t)((int32_t)((int32_t)L_71&(int32_t)((int32_t)31)))))^(int32_t)((int32_t)((int32_t)L_76&(int32_t)((int32_t)255)))))&(int32_t)L_77))); // hash_head = (head[ins_h] & 0xffff); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_78 = __this->get_head_34(); int32_t L_79 = __this->get_ins_h_35(); NullCheck(L_78); int32_t L_80 = L_79; int16_t L_81 = (L_78)->GetAt(static_cast(L_80)); V_0 = ((int32_t)((int32_t)L_81&(int32_t)((int32_t)65535))); // prev[strstart & w_mask] = head[ins_h]; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_82 = __this->get_prev_33(); int32_t L_83 = __this->get_strstart_45(); int32_t L_84 = __this->get_w_mask_30(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_85 = __this->get_head_34(); int32_t L_86 = __this->get_ins_h_35(); NullCheck(L_85); int32_t L_87 = L_86; int16_t L_88 = (L_85)->GetAt(static_cast(L_87)); NullCheck(L_82); (L_82)->SetAt(static_cast(((int32_t)((int32_t)L_83&(int32_t)L_84))), (int16_t)L_88); // head[ins_h] = unchecked((short)strstart); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_89 = __this->get_head_34(); int32_t L_90 = __this->get_ins_h_35(); int32_t L_91 = __this->get_strstart_45(); NullCheck(L_89); (L_89)->SetAt(static_cast(L_90), (int16_t)((int16_t)((int16_t)L_91))); } IL_0287: { // while (--prev_length != 0); int32_t L_92 = __this->get_prev_length_48(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_92, (int32_t)1)); int32_t L_93 = V_3; __this->set_prev_length_48(L_93); int32_t L_94 = V_3; if (L_94) { goto IL_01ee; } } { // match_available = 0; __this->set_match_available_44(0); // match_length = MIN_MATCH - 1; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_95 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); __this->set_match_length_42(((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)1))); // strstart++; int32_t L_96 = __this->get_strstart_45(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1))); // if (bflush) bool L_97 = V_1; if (!L_97) { goto IL_0002; } } { // flush_block_only(false); DeflateManager_flush_block_only_m673D5A661A6D0DD7B9C4E38F55B38657DFC4D9AD(__this, (bool)0, /*hidden argument*/NULL); // if (_codec.AvailableBytesOut == 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_98 = __this->get__codec_21(); NullCheck(L_98); int32_t L_99 = L_98->get_AvailableBytesOut_6(); if (L_99) { goto IL_0002; } } { // return BlockState.NeedMore; return (int32_t)(0); } IL_02de: { // else if (match_available != 0) int32_t L_100 = __this->get_match_available_44(); if (!L_100) { goto IL_033b; } } { // bflush = _tr_tally(0, window[strstart - 1] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_101 = __this->get_window_31(); int32_t L_102 = __this->get_strstart_45(); NullCheck(L_101); int32_t L_103 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)); uint8_t L_104 = (L_101)->GetAt(static_cast(L_103)); bool L_105; L_105 = DeflateManager__tr_tally_m679655373A5B079BA74DAA3F78D79BA5BD852005(__this, 0, ((int32_t)((int32_t)L_104&(int32_t)((int32_t)255))), /*hidden argument*/NULL); V_1 = L_105; // if (bflush) bool L_106 = V_1; if (!L_106) { goto IL_030d; } } { // flush_block_only(false); DeflateManager_flush_block_only_m673D5A661A6D0DD7B9C4E38F55B38657DFC4D9AD(__this, (bool)0, /*hidden argument*/NULL); } IL_030d: { // strstart++; int32_t L_107 = __this->get_strstart_45(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)1))); // lookahead--; int32_t L_108 = __this->get_lookahead_47(); __this->set_lookahead_47(((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)1))); // if (_codec.AvailableBytesOut == 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_109 = __this->get__codec_21(); NullCheck(L_109); int32_t L_110 = L_109->get_AvailableBytesOut_6(); if (L_110) { goto IL_0002; } } { // return BlockState.NeedMore; return (int32_t)(0); } IL_033b: { // match_available = 1; __this->set_match_available_44(1); // strstart++; int32_t L_111 = __this->get_strstart_45(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)1))); // lookahead--; int32_t L_112 = __this->get_lookahead_47(); __this->set_lookahead_47(((int32_t)il2cpp_codegen_subtract((int32_t)L_112, (int32_t)1))); // while (true) goto IL_0002; } IL_0363: { // if (match_available != 0) int32_t L_113 = __this->get_match_available_44(); if (!L_113) { goto IL_038f; } } { // bflush = _tr_tally(0, window[strstart - 1] & 0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_114 = __this->get_window_31(); int32_t L_115 = __this->get_strstart_45(); NullCheck(L_114); int32_t L_116 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_115, (int32_t)1)); uint8_t L_117 = (L_114)->GetAt(static_cast(L_116)); bool L_118; L_118 = DeflateManager__tr_tally_m679655373A5B079BA74DAA3F78D79BA5BD852005(__this, 0, ((int32_t)((int32_t)L_117&(int32_t)((int32_t)255))), /*hidden argument*/NULL); V_1 = L_118; // match_available = 0; __this->set_match_available_44(0); } IL_038f: { // flush_block_only(flush == FlushType.Finish); int32_t L_119 = ___flush0; DeflateManager_flush_block_only_m673D5A661A6D0DD7B9C4E38F55B38657DFC4D9AD(__this, (bool)((((int32_t)L_119) == ((int32_t)4))? 1 : 0), /*hidden argument*/NULL); // if (_codec.AvailableBytesOut == 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_120 = __this->get__codec_21(); NullCheck(L_120); int32_t L_121 = L_120->get_AvailableBytesOut_6(); if (L_121) { goto IL_03ae; } } { // if (flush == FlushType.Finish) int32_t L_122 = ___flush0; if ((!(((uint32_t)L_122) == ((uint32_t)4)))) { goto IL_03ac; } } { // return BlockState.FinishStarted; return (int32_t)(2); } IL_03ac: { // return BlockState.NeedMore; return (int32_t)(0); } IL_03ae: { // return flush == FlushType.Finish ? BlockState.FinishDone : BlockState.BlockDone; int32_t L_123 = ___flush0; if ((((int32_t)L_123) == ((int32_t)4))) { goto IL_03b4; } } { return (int32_t)(1); } IL_03b4: { return (int32_t)(3); } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::longest_match(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_longest_match_m4888C105325B0C4269553429D678BA58D9A0F711 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___cur_match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; uint8_t V_9 = 0x0; uint8_t V_10 = 0x0; int32_t G_B3_0 = 0; { // int chain_length = config.MaxChainLength; // max hash chain length Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_0 = __this->get_config_41(); NullCheck(L_0); int32_t L_1 = L_0->get_MaxChainLength_3(); V_0 = L_1; // int scan = strstart; // current string int32_t L_2 = __this->get_strstart_45(); V_1 = L_2; // int best_len = prev_length; // best match length so far int32_t L_3 = __this->get_prev_length_48(); V_4 = L_3; // int limit = strstart > (w_size - MIN_LOOKAHEAD) ? strstart - (w_size - MIN_LOOKAHEAD) : 0; int32_t L_4 = __this->get_strstart_45(); int32_t L_5 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_6 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_4) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6))))) { goto IL_0032; } } { G_B3_0 = 0; goto IL_0045; } IL_0032: { int32_t L_7 = __this->get_strstart_45(); int32_t L_8 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_9 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)))); } IL_0045: { V_5 = G_B3_0; // int niceLength = config.NiceLength; Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_10 = __this->get_config_41(); NullCheck(L_10); int32_t L_11 = L_10->get_NiceLength_2(); V_6 = L_11; // int wmask = w_mask; int32_t L_12 = __this->get_w_mask_30(); V_7 = L_12; // int strend = strstart + MAX_MATCH; int32_t L_13 = __this->get_strstart_45(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_14 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MAX_MATCH_17(); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); // byte scan_end1 = window[scan + best_len - 1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_window_31(); int32_t L_16 = V_1; int32_t L_17 = V_4; NullCheck(L_15); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), (int32_t)1)); uint8_t L_19 = (L_15)->GetAt(static_cast(L_18)); V_9 = L_19; // byte scan_end = window[scan + best_len]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_window_31(); int32_t L_21 = V_1; int32_t L_22 = V_4; NullCheck(L_20); int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)); uint8_t L_24 = (L_20)->GetAt(static_cast(L_23)); V_10 = L_24; // if (prev_length >= config.GoodLength) int32_t L_25 = __this->get_prev_length_48(); Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_26 = __this->get_config_41(); NullCheck(L_26); int32_t L_27 = L_26->get_GoodLength_0(); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_009d; } } { // chain_length >>= 2; int32_t L_28 = V_0; V_0 = ((int32_t)((int32_t)L_28>>(int32_t)2)); } IL_009d: { // if (niceLength > lookahead) int32_t L_29 = V_6; int32_t L_30 = __this->get_lookahead_47(); if ((((int32_t)L_29) <= ((int32_t)L_30))) { goto IL_00af; } } { // niceLength = lookahead; int32_t L_31 = __this->get_lookahead_47(); V_6 = L_31; } IL_00af: { // match = cur_match; int32_t L_32 = ___cur_match0; V_2 = L_32; // if (window[match + best_len] != scan_end || // window[match + best_len - 1] != scan_end1 || // window[match] != window[scan] || // window[++match] != window[scan + 1]) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = __this->get_window_31(); int32_t L_34 = V_2; int32_t L_35 = V_4; NullCheck(L_33); int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)); uint8_t L_37 = (L_33)->GetAt(static_cast(L_36)); uint8_t L_38 = V_10; if ((!(((uint32_t)L_37) == ((uint32_t)L_38)))) { goto IL_0234; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = __this->get_window_31(); int32_t L_40 = V_2; int32_t L_41 = V_4; NullCheck(L_39); int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_41)), (int32_t)1)); uint8_t L_43 = (L_39)->GetAt(static_cast(L_42)); uint8_t L_44 = V_9; if ((!(((uint32_t)L_43) == ((uint32_t)L_44)))) { goto IL_0234; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = __this->get_window_31(); int32_t L_46 = V_2; NullCheck(L_45); int32_t L_47 = L_46; uint8_t L_48 = (L_45)->GetAt(static_cast(L_47)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = __this->get_window_31(); int32_t L_50 = V_1; NullCheck(L_49); int32_t L_51 = L_50; uint8_t L_52 = (L_49)->GetAt(static_cast(L_51)); if ((!(((uint32_t)L_48) == ((uint32_t)L_52)))) { goto IL_0234; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = __this->get_window_31(); int32_t L_54 = V_2; int32_t L_55 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); V_2 = L_55; NullCheck(L_53); int32_t L_56 = L_55; uint8_t L_57 = (L_53)->GetAt(static_cast(L_56)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = __this->get_window_31(); int32_t L_59 = V_1; NullCheck(L_58); int32_t L_60 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); uint8_t L_61 = (L_58)->GetAt(static_cast(L_60)); if ((!(((uint32_t)L_57) == ((uint32_t)L_61)))) { goto IL_0234; } } { // scan += 2; match++; int32_t L_62 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)2)); // scan += 2; match++; int32_t L_63 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_010f: { // while (window[++scan] == window[++match] && // window[++scan] == window[++match] && // window[++scan] == window[++match] && // window[++scan] == window[++match] && // window[++scan] == window[++match] && // window[++scan] == window[++match] && // window[++scan] == window[++match] && // window[++scan] == window[++match] && scan < strend); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = __this->get_window_31(); int32_t L_65 = V_1; int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); V_1 = L_66; NullCheck(L_64); int32_t L_67 = L_66; uint8_t L_68 = (L_64)->GetAt(static_cast(L_67)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = __this->get_window_31(); int32_t L_70 = V_2; int32_t L_71 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); V_2 = L_71; NullCheck(L_69); int32_t L_72 = L_71; uint8_t L_73 = (L_69)->GetAt(static_cast(L_72)); if ((!(((uint32_t)L_68) == ((uint32_t)L_73)))) { goto IL_01f0; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = __this->get_window_31(); int32_t L_75 = V_1; int32_t L_76 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); V_1 = L_76; NullCheck(L_74); int32_t L_77 = L_76; uint8_t L_78 = (L_74)->GetAt(static_cast(L_77)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_79 = __this->get_window_31(); int32_t L_80 = V_2; int32_t L_81 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); V_2 = L_81; NullCheck(L_79); int32_t L_82 = L_81; uint8_t L_83 = (L_79)->GetAt(static_cast(L_82)); if ((!(((uint32_t)L_78) == ((uint32_t)L_83)))) { goto IL_01f0; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_84 = __this->get_window_31(); int32_t L_85 = V_1; int32_t L_86 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); V_1 = L_86; NullCheck(L_84); int32_t L_87 = L_86; uint8_t L_88 = (L_84)->GetAt(static_cast(L_87)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_89 = __this->get_window_31(); int32_t L_90 = V_2; int32_t L_91 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); V_2 = L_91; NullCheck(L_89); int32_t L_92 = L_91; uint8_t L_93 = (L_89)->GetAt(static_cast(L_92)); if ((!(((uint32_t)L_88) == ((uint32_t)L_93)))) { goto IL_01f0; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_94 = __this->get_window_31(); int32_t L_95 = V_1; int32_t L_96 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)); V_1 = L_96; NullCheck(L_94); int32_t L_97 = L_96; uint8_t L_98 = (L_94)->GetAt(static_cast(L_97)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_99 = __this->get_window_31(); int32_t L_100 = V_2; int32_t L_101 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); V_2 = L_101; NullCheck(L_99); int32_t L_102 = L_101; uint8_t L_103 = (L_99)->GetAt(static_cast(L_102)); if ((!(((uint32_t)L_98) == ((uint32_t)L_103)))) { goto IL_01f0; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_104 = __this->get_window_31(); int32_t L_105 = V_1; int32_t L_106 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)); V_1 = L_106; NullCheck(L_104); int32_t L_107 = L_106; uint8_t L_108 = (L_104)->GetAt(static_cast(L_107)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_109 = __this->get_window_31(); int32_t L_110 = V_2; int32_t L_111 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1)); V_2 = L_111; NullCheck(L_109); int32_t L_112 = L_111; uint8_t L_113 = (L_109)->GetAt(static_cast(L_112)); if ((!(((uint32_t)L_108) == ((uint32_t)L_113)))) { goto IL_01f0; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_114 = __this->get_window_31(); int32_t L_115 = V_1; int32_t L_116 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1)); V_1 = L_116; NullCheck(L_114); int32_t L_117 = L_116; uint8_t L_118 = (L_114)->GetAt(static_cast(L_117)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_119 = __this->get_window_31(); int32_t L_120 = V_2; int32_t L_121 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1)); V_2 = L_121; NullCheck(L_119); int32_t L_122 = L_121; uint8_t L_123 = (L_119)->GetAt(static_cast(L_122)); if ((!(((uint32_t)L_118) == ((uint32_t)L_123)))) { goto IL_01f0; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_124 = __this->get_window_31(); int32_t L_125 = V_1; int32_t L_126 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1)); V_1 = L_126; NullCheck(L_124); int32_t L_127 = L_126; uint8_t L_128 = (L_124)->GetAt(static_cast(L_127)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_129 = __this->get_window_31(); int32_t L_130 = V_2; int32_t L_131 = ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)); V_2 = L_131; NullCheck(L_129); int32_t L_132 = L_131; uint8_t L_133 = (L_129)->GetAt(static_cast(L_132)); if ((!(((uint32_t)L_128) == ((uint32_t)L_133)))) { goto IL_01f0; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_134 = __this->get_window_31(); int32_t L_135 = V_1; int32_t L_136 = ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)1)); V_1 = L_136; NullCheck(L_134); int32_t L_137 = L_136; uint8_t L_138 = (L_134)->GetAt(static_cast(L_137)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_139 = __this->get_window_31(); int32_t L_140 = V_2; int32_t L_141 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1)); V_2 = L_141; NullCheck(L_139); int32_t L_142 = L_141; uint8_t L_143 = (L_139)->GetAt(static_cast(L_142)); if ((!(((uint32_t)L_138) == ((uint32_t)L_143)))) { goto IL_01f0; } } { int32_t L_144 = V_1; int32_t L_145 = V_8; if ((((int32_t)L_144) < ((int32_t)L_145))) { goto IL_010f; } } IL_01f0: { // len = MAX_MATCH - (int)(strend - scan); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_146 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MAX_MATCH_17(); int32_t L_147 = V_8; int32_t L_148 = V_1; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)L_148)))); // scan = strend - MAX_MATCH; int32_t L_149 = V_8; int32_t L_150 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MAX_MATCH_17(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)L_150)); // if (len > best_len) int32_t L_151 = V_3; int32_t L_152 = V_4; if ((((int32_t)L_151) <= ((int32_t)L_152))) { goto IL_0234; } } { // match_start = cur_match; int32_t L_153 = ___cur_match0; __this->set_match_start_46(L_153); // best_len = len; int32_t L_154 = V_3; V_4 = L_154; // if (len >= niceLength) int32_t L_155 = V_3; int32_t L_156 = V_6; if ((((int32_t)L_155) >= ((int32_t)L_156))) { goto IL_0256; } } { // scan_end1 = window[scan + best_len - 1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_157 = __this->get_window_31(); int32_t L_158 = V_1; int32_t L_159 = V_4; NullCheck(L_157); int32_t L_160 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_158, (int32_t)L_159)), (int32_t)1)); uint8_t L_161 = (L_157)->GetAt(static_cast(L_160)); V_9 = L_161; // scan_end = window[scan + best_len]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_162 = __this->get_window_31(); int32_t L_163 = V_1; int32_t L_164 = V_4; NullCheck(L_162); int32_t L_165 = ((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)L_164)); uint8_t L_166 = (L_162)->GetAt(static_cast(L_165)); V_10 = L_166; } IL_0234: { // while ((cur_match = (prev[cur_match & wmask] & 0xffff)) > limit && --chain_length != 0); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_167 = __this->get_prev_33(); int32_t L_168 = ___cur_match0; int32_t L_169 = V_7; NullCheck(L_167); int32_t L_170 = ((int32_t)((int32_t)L_168&(int32_t)L_169)); int16_t L_171 = (L_167)->GetAt(static_cast(L_170)); int32_t L_172 = ((int32_t)((int32_t)L_171&(int32_t)((int32_t)65535))); ___cur_match0 = L_172; int32_t L_173 = V_5; if ((((int32_t)L_172) <= ((int32_t)L_173))) { goto IL_0256; } } { int32_t L_174 = V_0; int32_t L_175 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_174, (int32_t)1)); V_0 = L_175; if (L_175) { goto IL_00af; } } IL_0256: { // if (best_len <= lookahead) int32_t L_176 = V_4; int32_t L_177 = __this->get_lookahead_47(); if ((((int32_t)L_176) > ((int32_t)L_177))) { goto IL_0263; } } { // return best_len; int32_t L_178 = V_4; return L_178; } IL_0263: { // return lookahead; int32_t L_179 = __this->get_lookahead_47(); return L_179; } } // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::get_WantRfc1950HeaderBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateManager_get_WantRfc1950HeaderBytes_m59DA16657389AD0142F0E9A533F20362326B5ACC (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { { // get { return _WantRfc1950HeaderBytes; } bool L_0 = __this->get__WantRfc1950HeaderBytes_73(); return L_0; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::set_WantRfc1950HeaderBytes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_set_WantRfc1950HeaderBytes_m579BFF4183EC851B851F9CD85047DE132F481880 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, bool ___value0, const RuntimeMethod* method) { { // set { _WantRfc1950HeaderBytes = value; } bool L_0 = ___value0; __this->set__WantRfc1950HeaderBytes_73(L_0); // set { _WantRfc1950HeaderBytes = value; } return; } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Initialize(BestHTTP.Decompression.Zlib.ZlibCodec,BestHTTP.Decompression.Zlib.CompressionLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Initialize_mF0B8A010DBDFD6FEF16BD6D0D4F68865E87CC439 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ___codec0, int32_t ___level1, const RuntimeMethod* method) { { // return Initialize(codec, level, ZlibConstants.WindowBitsMax); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_0 = ___codec0; int32_t L_1 = ___level1; int32_t L_2; L_2 = DeflateManager_Initialize_m3346C85AB1017BF335F31DDD28BDE225FF52C253(__this, L_0, L_1, ((int32_t)15), /*hidden argument*/NULL); return L_2; } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Initialize(BestHTTP.Decompression.Zlib.ZlibCodec,BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Initialize_m3346C85AB1017BF335F31DDD28BDE225FF52C253 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ___codec0, int32_t ___level1, int32_t ___bits2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Initialize(codec, level, bits, MEM_LEVEL_DEFAULT, CompressionStrategy.Default); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_0 = ___codec0; int32_t L_1 = ___level1; int32_t L_2 = ___bits2; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_3 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MEM_LEVEL_DEFAULT_1(); int32_t L_4; L_4 = DeflateManager_Initialize_m9E2DCDC475197B51250E1C53A66FEFC92C55C557(__this, L_0, L_1, L_2, L_3, 0, /*hidden argument*/NULL); return L_4; } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Initialize(BestHTTP.Decompression.Zlib.ZlibCodec,BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32,BestHTTP.Decompression.Zlib.CompressionStrategy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Initialize_mE7B542FBA21BC011DA76FC05D72A043344EB5FC4 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ___codec0, int32_t ___level1, int32_t ___bits2, int32_t ___compressionStrategy3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Initialize(codec, level, bits, MEM_LEVEL_DEFAULT, compressionStrategy); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_0 = ___codec0; int32_t L_1 = ___level1; int32_t L_2 = ___bits2; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_3 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MEM_LEVEL_DEFAULT_1(); int32_t L_4 = ___compressionStrategy3; int32_t L_5; L_5 = DeflateManager_Initialize_m9E2DCDC475197B51250E1C53A66FEFC92C55C557(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Initialize(BestHTTP.Decompression.Zlib.ZlibCodec,BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32,System.Int32,BestHTTP.Decompression.Zlib.CompressionStrategy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Initialize_m9E2DCDC475197B51250E1C53A66FEFC92C55C557 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * ___codec0, int32_t ___level1, int32_t ___windowBits2, int32_t ___memLevel3, int32_t ___strategy4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // _codec = codec; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_0 = ___codec0; __this->set__codec_21(L_0); // _codec.Message = null; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_1 = __this->get__codec_21(); NullCheck(L_1); L_1->set_Message_8((String_t*)NULL); // if (windowBits < 9 || windowBits > 15) int32_t L_2 = ___windowBits2; if ((((int32_t)L_2) < ((int32_t)((int32_t)9)))) { goto IL_001d; } } { int32_t L_3 = ___windowBits2; if ((((int32_t)L_3) <= ((int32_t)((int32_t)15)))) { goto IL_0028; } } IL_001d: { // throw new ZlibException("windowBits must be in the range 9..15."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_4 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral540BFF2B585F6DE7F5AA022B07C05975323EFD0E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateManager_Initialize_m9E2DCDC475197B51250E1C53A66FEFC92C55C557_RuntimeMethod_var))); } IL_0028: { // if (memLevel < 1 || memLevel > MEM_LEVEL_MAX) int32_t L_5 = ___memLevel3; if ((((int32_t)L_5) < ((int32_t)1))) { goto IL_0036; } } { int32_t L_6 = ___memLevel3; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_7 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MEM_LEVEL_MAX_0(); if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_0050; } } IL_0036: { // throw new ZlibException(String.Format("memLevel must be in the range 1.. {0}", MEM_LEVEL_MAX)); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))); int32_t L_8 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))))->get_MEM_LEVEL_MAX_0(); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_9); String_t* L_11; L_11 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral796754270F9B2AB25ACA5093B84CF8EAF55BA1AE)), L_10, /*hidden argument*/NULL); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_12 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateManager_Initialize_m9E2DCDC475197B51250E1C53A66FEFC92C55C557_RuntimeMethod_var))); } IL_0050: { // _codec.dstate = this; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_13 = __this->get__codec_21(); NullCheck(L_13); L_13->set_dstate_9(__this); // w_bits = windowBits; int32_t L_14 = ___windowBits2; __this->set_w_bits_29(L_14); // w_size = 1 << w_bits; int32_t L_15 = __this->get_w_bits_29(); __this->set_w_size_28(((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)31)))))); // w_mask = w_size - 1; int32_t L_16 = __this->get_w_size_28(); __this->set_w_mask_30(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))); // hash_bits = memLevel + 7; int32_t L_17 = ___memLevel3; __this->set_hash_bits_37(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)7))); // hash_size = 1 << hash_bits; int32_t L_18 = __this->get_hash_bits_37(); __this->set_hash_size_36(((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_18&(int32_t)((int32_t)31)))))); // hash_mask = hash_size - 1; int32_t L_19 = __this->get_hash_size_36(); __this->set_hash_mask_38(((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1))); // hash_shift = ((hash_bits + MIN_MATCH - 1) / MIN_MATCH); int32_t L_20 = __this->get_hash_bits_37(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_21 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); int32_t L_22 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); __this->set_hash_shift_39(((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)), (int32_t)1))/(int32_t)L_22))); // window = Extensions.VariableSizedBufferPool.Get(w_size * 2, false); int32_t L_23 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24; L_24 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)))), (bool)0, /*hidden argument*/NULL); __this->set_window_31(L_24); // prev = new short[w_size]; int32_t L_25 = __this->get_w_size_28(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_26 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)L_25); __this->set_prev_33(L_26); // head = new short[hash_size]; int32_t L_27 = __this->get_hash_size_36(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_28 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)L_27); __this->set_head_34(L_28); // lit_bufsize = 1 << (memLevel + 6); int32_t L_29 = ___memLevel3; __this->set_lit_bufsize_63(((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)6))&(int32_t)((int32_t)31)))))); // pending = Extensions.VariableSizedBufferPool.Get(lit_bufsize * 4, false); int32_t L_30 = __this->get_lit_bufsize_63(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31; L_31 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)4)))), (bool)0, /*hidden argument*/NULL); __this->set_pending_23(L_31); // _distanceOffset = lit_bufsize; int32_t L_32 = __this->get_lit_bufsize_63(); __this->set__distanceOffset_65(L_32); // _lengthOffset = (1 + 2) * lit_bufsize; int32_t L_33 = __this->get_lit_bufsize_63(); __this->set__lengthOffset_62(((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)L_33))); // this.compressionLevel = level; int32_t L_34 = ___level1; __this->set_compressionLevel_49(L_34); // this.compressionStrategy = strategy; int32_t L_35 = ___strategy4; __this->set_compressionStrategy_50(L_35); // Reset(); DeflateManager_Reset_m9161336BA0E87B4C122A7ED78B382965BAAFA93D(__this, /*hidden argument*/NULL); // return ZlibConstants.Z_OK; return 0; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_Reset_m9161336BA0E87B4C122A7ED78B382965BAAFA93D (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B2_0 = NULL; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B1_0 = NULL; int32_t G_B3_0 = 0; DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * G_B3_1 = NULL; { // _codec.TotalBytesIn = _codec.TotalBytesOut = 0; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_0 = __this->get__codec_21(); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_1 = __this->get__codec_21(); int64_t L_2 = ((int64_t)((int64_t)0)); V_0 = L_2; NullCheck(L_1); L_1->set_TotalBytesOut_7(L_2); int64_t L_3 = V_0; NullCheck(L_0); L_0->set_TotalBytesIn_3(L_3); // _codec.Message = null; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_4 = __this->get__codec_21(); NullCheck(L_4); L_4->set_Message_8((String_t*)NULL); // pendingCount = 0; __this->set_pendingCount_25(0); // nextPending = 0; __this->set_nextPending_24(0); // Rfc1950BytesEmitted = false; __this->set_Rfc1950BytesEmitted_72((bool)0); // status = (WantRfc1950HeaderBytes) ? INIT_STATE : BUSY_STATE; bool L_5; L_5 = DeflateManager_get_WantRfc1950HeaderBytes_m59DA16657389AD0142F0E9A533F20362326B5ACC_inline(__this, /*hidden argument*/NULL); G_B1_0 = __this; if (L_5) { G_B2_0 = __this; goto IL_004c; } } { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_6 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_BUSY_STATE_6(); G_B3_0 = L_6; G_B3_1 = G_B1_0; goto IL_0051; } IL_004c: { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_7 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_INIT_STATE_5(); G_B3_0 = L_7; G_B3_1 = G_B2_0; } IL_0051: { NullCheck(G_B3_1); G_B3_1->set_status_22(G_B3_0); // _codec._Adler32 = Adler.Adler32(0, null, 0, 0); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_8 = __this->get__codec_21(); IL2CPP_RUNTIME_CLASS_INIT(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var); uint32_t L_9; L_9 = Adler_Adler32_m7DA20E3A89C7D70A6493815519024D62CDE4D25D(0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, 0, 0, /*hidden argument*/NULL); NullCheck(L_8); L_8->set__Adler32_11(L_9); // last_flush = (int)FlushType.None; __this->set_last_flush_27(0); // _InitializeTreeData(); DeflateManager__InitializeTreeData_m1874B340D273F13D31385358884081CF6FE78138(__this, /*hidden argument*/NULL); // _InitializeLazyMatch(); DeflateManager__InitializeLazyMatch_m8AB0D920B367F584A1048983511FA3C9D65C800C(__this, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::End() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_End_m0A13CA7099BC347DEE766A2DBE0216B5E9C55C66 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (status != INIT_STATE && status != BUSY_STATE && status != FINISH_STATE) int32_t L_0 = __this->get_status_22(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_1 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_INIT_STATE_5(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_002a; } } { int32_t L_2 = __this->get_status_22(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_3 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_BUSY_STATE_6(); if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_002a; } } { int32_t L_4 = __this->get_status_22(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_5 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_FINISH_STATE_7(); if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_002a; } } { // return ZlibConstants.Z_STREAM_ERROR; return ((int32_t)-2); } IL_002a: { // Extensions.VariableSizedBufferPool.Release(pending); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_pending_23(); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_6, /*hidden argument*/NULL); // pending = null; __this->set_pending_23((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); // head = null; __this->set_head_34((Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)NULL); // prev = null; __this->set_prev_33((Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)NULL); // Extensions.VariableSizedBufferPool.Release(window); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_window_31(); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_7, /*hidden argument*/NULL); // window = null; __this->set_window_31((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); // return status == BUSY_STATE ? ZlibConstants.Z_DATA_ERROR : ZlibConstants.Z_OK; int32_t L_8 = __this->get_status_22(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_9 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_BUSY_STATE_6(); if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_006b; } } { return 0; } IL_006b: { return ((int32_t)-3); } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::SetDeflater() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_SetDeflater_mA0B45EF456819FF57A0FCD42B48688F5E323CDC4 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_DeflateFast_m278436CC95C08EFD24D425A60F06DF3E975F286D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_DeflateNone_m9379B5D67182C6C3017EF15410D38D53FD46FC34_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_DeflateSlow_m2EA15C7A5843397A361247DFA02A2A04A8E99B71_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // switch (config.Flavor) Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_0 = __this->get_config_41(); NullCheck(L_0); int32_t L_1 = L_0->get_Flavor_4(); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_001f; } case 1: { goto IL_0032; } case 2: { goto IL_0045; } } } { return; } IL_001f: { // DeflateFunction = DeflateNone; CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * L_3 = (CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 *)il2cpp_codegen_object_new(CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059_il2cpp_TypeInfo_var); CompressFunc__ctor_mA6EE42FE5E9A1421ADC549B903F77669ACD62A0D(L_3, __this, (intptr_t)((intptr_t)DeflateManager_DeflateNone_m9379B5D67182C6C3017EF15410D38D53FD46FC34_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_DeflateFunction_2(L_3); // break; return; } IL_0032: { // DeflateFunction = DeflateFast; CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * L_4 = (CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 *)il2cpp_codegen_object_new(CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059_il2cpp_TypeInfo_var); CompressFunc__ctor_mA6EE42FE5E9A1421ADC549B903F77669ACD62A0D(L_4, __this, (intptr_t)((intptr_t)DeflateManager_DeflateFast_m278436CC95C08EFD24D425A60F06DF3E975F286D_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_DeflateFunction_2(L_4); // break; return; } IL_0045: { // DeflateFunction = DeflateSlow; CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * L_5 = (CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 *)il2cpp_codegen_object_new(CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059_il2cpp_TypeInfo_var); CompressFunc__ctor_mA6EE42FE5E9A1421ADC549B903F77669ACD62A0D(L_5, __this, (intptr_t)((intptr_t)DeflateManager_DeflateSlow_m2EA15C7A5843397A361247DFA02A2A04A8E99B71_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_DeflateFunction_2(L_5); // } return; } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::SetParams(BestHTTP.Decompression.Zlib.CompressionLevel,BestHTTP.Decompression.Zlib.CompressionStrategy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_SetParams_m6FCBB8F9724B32EFFD78A2AA46AC5FA4076B09A6 (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___level0, int32_t ___strategy1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * V_1 = NULL; { // int result = ZlibConstants.Z_OK; V_0 = 0; // if (compressionLevel != level) int32_t L_0 = __this->get_compressionLevel_49(); int32_t L_1 = ___level0; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0053; } } { // Config newConfig = Config.Lookup(level); int32_t L_2 = ___level0; IL2CPP_RUNTIME_CLASS_INIT(Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB_il2cpp_TypeInfo_var); Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_3; L_3 = Config_Lookup_m3F39FAAF24B2E47E4DFFF1ECA732A25DC8BFE82B(L_2, /*hidden argument*/NULL); V_1 = L_3; // if (newConfig.Flavor != config.Flavor && _codec.TotalBytesIn != 0) Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_4 = V_1; NullCheck(L_4); int32_t L_5 = L_4->get_Flavor_4(); Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_6 = __this->get_config_41(); NullCheck(L_6); int32_t L_7 = L_6->get_Flavor_4(); if ((((int32_t)L_5) == ((int32_t)L_7))) { goto IL_003f; } } { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_8 = __this->get__codec_21(); NullCheck(L_8); int64_t L_9 = L_8->get_TotalBytesIn_3(); if (!L_9) { goto IL_003f; } } { // result = _codec.Deflate(FlushType.Partial); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_10 = __this->get__codec_21(); NullCheck(L_10); int32_t L_11; L_11 = ZlibCodec_Deflate_m83A2BBE500150CF4A5BA8DCDB07D3595BA3F3492(L_10, 1, /*hidden argument*/NULL); V_0 = L_11; } IL_003f: { // compressionLevel = level; int32_t L_12 = ___level0; __this->set_compressionLevel_49(L_12); // config = newConfig; Config_tB7037654EED17DA63573B87ABB5D35D5DCA9DFBB * L_13 = V_1; __this->set_config_41(L_13); // SetDeflater(); DeflateManager_SetDeflater_mA0B45EF456819FF57A0FCD42B48688F5E323CDC4(__this, /*hidden argument*/NULL); } IL_0053: { // compressionStrategy = strategy; int32_t L_14 = ___strategy1; __this->set_compressionStrategy_50(L_14); // return result; int32_t L_15 = V_0; return L_15; } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::SetDictionary(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_SetDictionary_m65A7F915B2A920D69E01CA418216733C1CED5E9B (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dictionary0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // int length = dictionary.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___dictionary0; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); // int index = 0; V_1 = 0; // if (dictionary == null || status != INIT_STATE) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___dictionary0; if (!L_1) { goto IL_0016; } } { int32_t L_2 = __this->get_status_22(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_3 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_INIT_STATE_5(); if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0021; } } IL_0016: { // throw new ZlibException("Stream error."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_4 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD94DFA59855436FE4E964729609DFFE5BDFF64A0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateManager_SetDictionary_m65A7F915B2A920D69E01CA418216733C1CED5E9B_RuntimeMethod_var))); } IL_0021: { // _codec._Adler32 = Adler.Adler32(_codec._Adler32, dictionary, 0, dictionary.Length); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_5 = __this->get__codec_21(); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_6 = __this->get__codec_21(); NullCheck(L_6); uint32_t L_7 = L_6->get__Adler32_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___dictionary0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___dictionary0; NullCheck(L_9); IL2CPP_RUNTIME_CLASS_INIT(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var); uint32_t L_10; L_10 = Adler_Adler32_m7DA20E3A89C7D70A6493815519024D62CDE4D25D(L_7, L_8, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), /*hidden argument*/NULL); NullCheck(L_5); L_5->set__Adler32_11(L_10); // if (length < MIN_MATCH) int32_t L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_12 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((((int32_t)L_11) >= ((int32_t)L_12))) { goto IL_004b; } } { // return ZlibConstants.Z_OK; return 0; } IL_004b: { // if (length > w_size - MIN_LOOKAHEAD) int32_t L_13 = V_0; int32_t L_14 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_15 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_13) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))))) { goto IL_006d; } } { // length = w_size - MIN_LOOKAHEAD; int32_t L_16 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_17 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)); // index = dictionary.Length - length; // use the tail of the dictionary ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___dictionary0; NullCheck(L_18); int32_t L_19 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))), (int32_t)L_19)); } IL_006d: { // Array.Copy(dictionary, index, window, 0, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___dictionary0; int32_t L_21 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get_window_31(); int32_t L_23 = V_0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_20, L_21, (RuntimeArray *)(RuntimeArray *)L_22, 0, L_23, /*hidden argument*/NULL); // strstart = length; int32_t L_24 = V_0; __this->set_strstart_45(L_24); // block_start = length; int32_t L_25 = V_0; __this->set_block_start_40(L_25); // ins_h = window[0] & 0xff; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = __this->get_window_31(); NullCheck(L_26); int32_t L_27 = 0; uint8_t L_28 = (L_26)->GetAt(static_cast(L_27)); __this->set_ins_h_35(((int32_t)((int32_t)L_28&(int32_t)((int32_t)255)))); // ins_h = (((ins_h) << hash_shift) ^ (window[1] & 0xff)) & hash_mask; int32_t L_29 = __this->get_ins_h_35(); int32_t L_30 = __this->get_hash_shift_39(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = __this->get_window_31(); NullCheck(L_31); int32_t L_32 = 1; uint8_t L_33 = (L_31)->GetAt(static_cast(L_32)); int32_t L_34 = __this->get_hash_mask_38(); __this->set_ins_h_35(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29<<(int32_t)((int32_t)((int32_t)L_30&(int32_t)((int32_t)31)))))^(int32_t)((int32_t)((int32_t)L_33&(int32_t)((int32_t)255)))))&(int32_t)L_34))); // for (int n = 0; n <= length - MIN_MATCH; n++) V_2 = 0; goto IL_0131; } IL_00ce: { // ins_h = (((ins_h) << hash_shift) ^ (window[(n) + (MIN_MATCH - 1)] & 0xff)) & hash_mask; int32_t L_35 = __this->get_ins_h_35(); int32_t L_36 = __this->get_hash_shift_39(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = __this->get_window_31(); int32_t L_38 = V_2; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_39 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); NullCheck(L_37); int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1)))); uint8_t L_41 = (L_37)->GetAt(static_cast(L_40)); int32_t L_42 = __this->get_hash_mask_38(); __this->set_ins_h_35(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_35<<(int32_t)((int32_t)((int32_t)L_36&(int32_t)((int32_t)31)))))^(int32_t)((int32_t)((int32_t)L_41&(int32_t)((int32_t)255)))))&(int32_t)L_42))); // prev[n & w_mask] = head[ins_h]; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_43 = __this->get_prev_33(); int32_t L_44 = V_2; int32_t L_45 = __this->get_w_mask_30(); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_46 = __this->get_head_34(); int32_t L_47 = __this->get_ins_h_35(); NullCheck(L_46); int32_t L_48 = L_47; int16_t L_49 = (L_46)->GetAt(static_cast(L_48)); NullCheck(L_43); (L_43)->SetAt(static_cast(((int32_t)((int32_t)L_44&(int32_t)L_45))), (int16_t)L_49); // head[ins_h] = (short)n; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_50 = __this->get_head_34(); int32_t L_51 = __this->get_ins_h_35(); int32_t L_52 = V_2; NullCheck(L_50); (L_50)->SetAt(static_cast(L_51), (int16_t)((int16_t)((int16_t)L_52))); // for (int n = 0; n <= length - MIN_MATCH; n++) int32_t L_53 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_0131: { // for (int n = 0; n <= length - MIN_MATCH; n++) int32_t L_54 = V_2; int32_t L_55 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_56 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((((int32_t)L_54) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)L_56))))) { goto IL_00ce; } } { // return ZlibConstants.Z_OK; return 0; } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Deflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Deflate_m6D3011DB7E7C5B96C47F54BF85B1F729838329DA (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, int32_t ___flush0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // if (_codec.OutputBuffer == null || // (_codec.InputBuffer == null && _codec.AvailableBytesIn != 0) || // (status == FINISH_STATE && flush != FlushType.Finish)) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_0 = __this->get__codec_21(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0->get_OutputBuffer_4(); if (!L_1) { goto IL_0038; } } { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_2 = __this->get__codec_21(); NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = L_2->get_InputBuffer_0(); if (L_3) { goto IL_0027; } } { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_4 = __this->get__codec_21(); NullCheck(L_4); int32_t L_5 = L_4->get_AvailableBytesIn_2(); if (L_5) { goto IL_0038; } } IL_0027: { int32_t L_6 = __this->get_status_22(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_7 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_FINISH_STATE_7(); if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_0065; } } { int32_t L_8 = ___flush0; if ((((int32_t)L_8) == ((int32_t)4))) { goto IL_0065; } } IL_0038: { // _codec.Message = _ErrorMessage[ZlibConstants.Z_NEED_DICT - (ZlibConstants.Z_STREAM_ERROR)]; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_9 = __this->get__codec_21(); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))))->get__ErrorMessage_3(); NullCheck(L_10); int32_t L_11 = 4; String_t* L_12 = (L_10)->GetAt(static_cast(L_11)); NullCheck(L_9); L_9->set_Message_8(L_12); // throw new ZlibException(String.Format("Something is fishy. [{0}]", _codec.Message)); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_13 = __this->get__codec_21(); NullCheck(L_13); String_t* L_14 = L_13->get_Message_8(); String_t* L_15; L_15 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4DE4583466E161AC08D14AD37D8B70B8580B3627)), L_14, /*hidden argument*/NULL); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_16 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateManager_Deflate_m6D3011DB7E7C5B96C47F54BF85B1F729838329DA_RuntimeMethod_var))); } IL_0065: { // if (_codec.AvailableBytesOut == 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_17 = __this->get__codec_21(); NullCheck(L_17); int32_t L_18 = L_17->get_AvailableBytesOut_6(); if (L_18) { goto IL_008f; } } { // _codec.Message = _ErrorMessage[ZlibConstants.Z_NEED_DICT - (ZlibConstants.Z_BUF_ERROR)]; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_19 = __this->get__codec_21(); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))))->get__ErrorMessage_3(); NullCheck(L_20); int32_t L_21 = 7; String_t* L_22 = (L_20)->GetAt(static_cast(L_21)); NullCheck(L_19); L_19->set_Message_8(L_22); // throw new ZlibException("OutputBuffer is full (AvailableBytesOut == 0)"); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_23 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6E4583683A19BA1CBC201CAD5FFABF027A5B94A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateManager_Deflate_m6D3011DB7E7C5B96C47F54BF85B1F729838329DA_RuntimeMethod_var))); } IL_008f: { // old_flush = last_flush; int32_t L_24 = __this->get_last_flush_27(); V_0 = L_24; // last_flush = (int)flush; int32_t L_25 = ___flush0; __this->set_last_flush_27(L_25); // if (status == INIT_STATE) int32_t L_26 = __this->get_status_22(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_27 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_INIT_STATE_5(); if ((!(((uint32_t)L_26) == ((uint32_t)L_27)))) { goto IL_0207; } } { // int header = (Z_DEFLATED + ((w_bits - 8) << 4)) << 8; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_28 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_Z_DEFLATED_8(); int32_t L_29 = __this->get_w_bits_29(); V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)8))<<(int32_t)4))))<<(int32_t)8)); // int level_flags = (((int)compressionLevel - 1) & 0xff) >> 1; int32_t L_30 = __this->get_compressionLevel_49(); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1))&(int32_t)((int32_t)255)))>>(int32_t)1)); // if (level_flags > 3) int32_t L_31 = V_2; if ((((int32_t)L_31) <= ((int32_t)3))) { goto IL_00d7; } } { // level_flags = 3; V_2 = 3; } IL_00d7: { // header |= (level_flags << 6); int32_t L_32 = V_1; int32_t L_33 = V_2; V_1 = ((int32_t)((int32_t)L_32|(int32_t)((int32_t)((int32_t)L_33<<(int32_t)6)))); // if (strstart != 0) int32_t L_34 = __this->get_strstart_45(); if (!L_34) { goto IL_00ed; } } { // header |= PRESET_DICT; int32_t L_35 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_36 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_PRESET_DICT_4(); V_1 = ((int32_t)((int32_t)L_35|(int32_t)L_36)); } IL_00ed: { // header += 31 - (header % 31); int32_t L_37 = V_1; int32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)31), (int32_t)((int32_t)((int32_t)L_38%(int32_t)((int32_t)31))))))); // status = BUSY_STATE; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_39 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_BUSY_STATE_6(); __this->set_status_22(L_39); // pending[pendingCount++] = (byte)(header >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = __this->get_pending_23(); int32_t L_41 = __this->get_pendingCount_25(); V_3 = L_41; int32_t L_42 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1))); int32_t L_43 = V_3; int32_t L_44 = V_1; NullCheck(L_40); (L_40)->SetAt(static_cast(L_43), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_44>>(int32_t)8))))); // pending[pendingCount++] = (byte)header; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = __this->get_pending_23(); int32_t L_46 = __this->get_pendingCount_25(); V_3 = L_46; int32_t L_47 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1))); int32_t L_48 = V_3; int32_t L_49 = V_1; NullCheck(L_45); (L_45)->SetAt(static_cast(L_48), (uint8_t)((int32_t)((uint8_t)L_49))); // if (strstart != 0) int32_t L_50 = __this->get_strstart_45(); if (!L_50) { goto IL_01f3; } } { // pending[pendingCount++] = (byte)((_codec._Adler32 & 0xFF000000) >> 24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51 = __this->get_pending_23(); int32_t L_52 = __this->get_pendingCount_25(); V_3 = L_52; int32_t L_53 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); int32_t L_54 = V_3; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_55 = __this->get__codec_21(); NullCheck(L_55); uint32_t L_56 = L_55->get__Adler32_11(); NullCheck(L_51); (L_51)->SetAt(static_cast(L_54), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_56&(int32_t)((int32_t)-16777216)))>>((int32_t)24)))))); // pending[pendingCount++] = (byte)((_codec._Adler32 & 0x00FF0000) >> 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = __this->get_pending_23(); int32_t L_58 = __this->get_pendingCount_25(); V_3 = L_58; int32_t L_59 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1))); int32_t L_60 = V_3; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_61 = __this->get__codec_21(); NullCheck(L_61); uint32_t L_62 = L_61->get__Adler32_11(); NullCheck(L_57); (L_57)->SetAt(static_cast(L_60), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_62&(int32_t)((int32_t)16711680)))>>((int32_t)16)))))); // pending[pendingCount++] = (byte)((_codec._Adler32 & 0x0000FF00) >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = __this->get_pending_23(); int32_t L_64 = __this->get_pendingCount_25(); V_3 = L_64; int32_t L_65 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1))); int32_t L_66 = V_3; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_67 = __this->get__codec_21(); NullCheck(L_67); uint32_t L_68 = L_67->get__Adler32_11(); NullCheck(L_63); (L_63)->SetAt(static_cast(L_66), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_68&(int32_t)((int32_t)65280)))>>8))))); // pending[pendingCount++] = (byte)(_codec._Adler32 & 0x000000FF); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = __this->get_pending_23(); int32_t L_70 = __this->get_pendingCount_25(); V_3 = L_70; int32_t L_71 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1))); int32_t L_72 = V_3; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_73 = __this->get__codec_21(); NullCheck(L_73); uint32_t L_74 = L_73->get__Adler32_11(); NullCheck(L_69); (L_69)->SetAt(static_cast(L_72), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_74&(int32_t)((int32_t)255)))))); } IL_01f3: { // _codec._Adler32 = Adler.Adler32(0, null, 0, 0); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_75 = __this->get__codec_21(); IL2CPP_RUNTIME_CLASS_INIT(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var); uint32_t L_76; L_76 = Adler_Adler32_m7DA20E3A89C7D70A6493815519024D62CDE4D25D(0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, 0, 0, /*hidden argument*/NULL); NullCheck(L_75); L_75->set__Adler32_11(L_76); } IL_0207: { // if (pendingCount != 0) int32_t L_77 = __this->get_pendingCount_25(); if (!L_77) { goto IL_0230; } } { // _codec.flush_pending(); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_78 = __this->get__codec_21(); NullCheck(L_78); ZlibCodec_flush_pending_m00A1C4E7AC58D4575D74EFAC53B3395B0D355296(L_78, /*hidden argument*/NULL); // if (_codec.AvailableBytesOut == 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_79 = __this->get__codec_21(); NullCheck(L_79); int32_t L_80 = L_79->get_AvailableBytesOut_6(); if (L_80) { goto IL_0247; } } { // last_flush = -1; __this->set_last_flush_27((-1)); // return ZlibConstants.Z_OK; return 0; } IL_0230: { // else if (_codec.AvailableBytesIn == 0 && // (int)flush <= old_flush && // flush != FlushType.Finish) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_81 = __this->get__codec_21(); NullCheck(L_81); int32_t L_82 = L_81->get_AvailableBytesIn_2(); if (L_82) { goto IL_0247; } } { int32_t L_83 = ___flush0; int32_t L_84 = V_0; if ((((int32_t)L_83) > ((int32_t)L_84))) { goto IL_0247; } } { int32_t L_85 = ___flush0; if ((((int32_t)L_85) == ((int32_t)4))) { goto IL_0247; } } { // return ZlibConstants.Z_OK; return 0; } IL_0247: { // if (status == FINISH_STATE && _codec.AvailableBytesIn != 0) int32_t L_86 = __this->get_status_22(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_87 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_FINISH_STATE_7(); if ((!(((uint32_t)L_86) == ((uint32_t)L_87)))) { goto IL_027e; } } { ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_88 = __this->get__codec_21(); NullCheck(L_88); int32_t L_89 = L_88->get_AvailableBytesIn_2(); if (!L_89) { goto IL_027e; } } { // _codec.Message = _ErrorMessage[ZlibConstants.Z_NEED_DICT - (ZlibConstants.Z_BUF_ERROR)]; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_90 = __this->get__codec_21(); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_91 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))))->get__ErrorMessage_3(); NullCheck(L_91); int32_t L_92 = 7; String_t* L_93 = (L_91)->GetAt(static_cast(L_92)); NullCheck(L_90); L_90->set_Message_8(L_93); // throw new ZlibException("status == FINISH_STATE && _codec.AvailableBytesIn != 0"); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_94 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_94, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5882879161B7C9D56B5A1120EF8EF366916857FF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_94, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateManager_Deflate_m6D3011DB7E7C5B96C47F54BF85B1F729838329DA_RuntimeMethod_var))); } IL_027e: { // if (_codec.AvailableBytesIn != 0 || lookahead != 0 || (flush != FlushType.None && status != FINISH_STATE)) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_95 = __this->get__codec_21(); NullCheck(L_95); int32_t L_96 = L_95->get_AvailableBytesIn_2(); if (L_96) { goto IL_02a9; } } { int32_t L_97 = __this->get_lookahead_47(); if (L_97) { goto IL_02a9; } } { int32_t L_98 = ___flush0; if (!L_98) { goto IL_0349; } } { int32_t L_99 = __this->get_status_22(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_100 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_FINISH_STATE_7(); if ((((int32_t)L_99) == ((int32_t)L_100))) { goto IL_0349; } } IL_02a9: { // BlockState bstate = DeflateFunction(flush); CompressFunc_tE8A822B7100290E68B533E359BAB7D9889880059 * L_101 = __this->get_DeflateFunction_2(); int32_t L_102 = ___flush0; NullCheck(L_101); int32_t L_103; L_103 = CompressFunc_Invoke_m31E3A4C1F17737F91C1476995EE70CF4062A7EE5(L_101, L_102, /*hidden argument*/NULL); V_4 = L_103; // if (bstate == BlockState.FinishStarted || bstate == BlockState.FinishDone) int32_t L_104 = V_4; if ((((int32_t)L_104) == ((int32_t)2))) { goto IL_02c1; } } { int32_t L_105 = V_4; if ((!(((uint32_t)L_105) == ((uint32_t)3)))) { goto IL_02cc; } } IL_02c1: { // status = FINISH_STATE; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); int32_t L_106 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_FINISH_STATE_7(); __this->set_status_22(L_106); } IL_02cc: { // if (bstate == BlockState.NeedMore || bstate == BlockState.FinishStarted) int32_t L_107 = V_4; if (!L_107) { goto IL_02d5; } } { int32_t L_108 = V_4; if ((!(((uint32_t)L_108) == ((uint32_t)2)))) { goto IL_02eb; } } IL_02d5: { // if (_codec.AvailableBytesOut == 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_109 = __this->get__codec_21(); NullCheck(L_109); int32_t L_110 = L_109->get_AvailableBytesOut_6(); if (L_110) { goto IL_02e9; } } { // last_flush = -1; // avoid BUF_ERROR next call, see above __this->set_last_flush_27((-1)); } IL_02e9: { // return ZlibConstants.Z_OK; return 0; } IL_02eb: { // if (bstate == BlockState.BlockDone) int32_t L_111 = V_4; if ((!(((uint32_t)L_111) == ((uint32_t)1)))) { goto IL_0349; } } { // if (flush == FlushType.Partial) int32_t L_112 = ___flush0; if ((!(((uint32_t)L_112) == ((uint32_t)1)))) { goto IL_02fc; } } { // _tr_align(); DeflateManager__tr_align_m7FA7BBB6EB347E33400848A0684B643233D1B993(__this, /*hidden argument*/NULL); // } goto IL_0328; } IL_02fc: { // _tr_stored_block(0, 0, false); DeflateManager__tr_stored_block_mC2A6F74D9D2296A07E916985251383DB158096F6(__this, 0, 0, (bool)0, /*hidden argument*/NULL); // if (flush == FlushType.Full) int32_t L_113 = ___flush0; if ((!(((uint32_t)L_113) == ((uint32_t)3)))) { goto IL_0328; } } { // for (int i = 0; i < hash_size; i++) V_5 = 0; goto IL_031e; } IL_030e: { // head[i] = 0; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_114 = __this->get_head_34(); int32_t L_115 = V_5; NullCheck(L_114); (L_114)->SetAt(static_cast(L_115), (int16_t)0); // for (int i = 0; i < hash_size; i++) int32_t L_116 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); } IL_031e: { // for (int i = 0; i < hash_size; i++) int32_t L_117 = V_5; int32_t L_118 = __this->get_hash_size_36(); if ((((int32_t)L_117) < ((int32_t)L_118))) { goto IL_030e; } } IL_0328: { // _codec.flush_pending(); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_119 = __this->get__codec_21(); NullCheck(L_119); ZlibCodec_flush_pending_m00A1C4E7AC58D4575D74EFAC53B3395B0D355296(L_119, /*hidden argument*/NULL); // if (_codec.AvailableBytesOut == 0) ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_120 = __this->get__codec_21(); NullCheck(L_120); int32_t L_121 = L_120->get_AvailableBytesOut_6(); if (L_121) { goto IL_0349; } } { // last_flush = -1; // avoid BUF_ERROR at next call, see above __this->set_last_flush_27((-1)); // return ZlibConstants.Z_OK; return 0; } IL_0349: { // if (flush != FlushType.Finish) int32_t L_122 = ___flush0; if ((((int32_t)L_122) == ((int32_t)4))) { goto IL_034f; } } { // return ZlibConstants.Z_OK; return 0; } IL_034f: { // if (!WantRfc1950HeaderBytes || Rfc1950BytesEmitted) bool L_123; L_123 = DeflateManager_get_WantRfc1950HeaderBytes_m59DA16657389AD0142F0E9A533F20362326B5ACC_inline(__this, /*hidden argument*/NULL); if (!L_123) { goto IL_035f; } } { bool L_124 = __this->get_Rfc1950BytesEmitted_72(); if (!L_124) { goto IL_0361; } } IL_035f: { // return ZlibConstants.Z_STREAM_END; return 1; } IL_0361: { // pending[pendingCount++] = (byte)((_codec._Adler32 & 0xFF000000) >> 24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_125 = __this->get_pending_23(); int32_t L_126 = __this->get_pendingCount_25(); V_3 = L_126; int32_t L_127 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1))); int32_t L_128 = V_3; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_129 = __this->get__codec_21(); NullCheck(L_129); uint32_t L_130 = L_129->get__Adler32_11(); NullCheck(L_125); (L_125)->SetAt(static_cast(L_128), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_130&(int32_t)((int32_t)-16777216)))>>((int32_t)24)))))); // pending[pendingCount++] = (byte)((_codec._Adler32 & 0x00FF0000) >> 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_131 = __this->get_pending_23(); int32_t L_132 = __this->get_pendingCount_25(); V_3 = L_132; int32_t L_133 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)1))); int32_t L_134 = V_3; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_135 = __this->get__codec_21(); NullCheck(L_135); uint32_t L_136 = L_135->get__Adler32_11(); NullCheck(L_131); (L_131)->SetAt(static_cast(L_134), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_136&(int32_t)((int32_t)16711680)))>>((int32_t)16)))))); // pending[pendingCount++] = (byte)((_codec._Adler32 & 0x0000FF00) >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_137 = __this->get_pending_23(); int32_t L_138 = __this->get_pendingCount_25(); V_3 = L_138; int32_t L_139 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1))); int32_t L_140 = V_3; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_141 = __this->get__codec_21(); NullCheck(L_141); uint32_t L_142 = L_141->get__Adler32_11(); NullCheck(L_137); (L_137)->SetAt(static_cast(L_140), (uint8_t)((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_142&(int32_t)((int32_t)65280)))>>8))))); // pending[pendingCount++] = (byte)(_codec._Adler32 & 0x000000FF); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_143 = __this->get_pending_23(); int32_t L_144 = __this->get_pendingCount_25(); V_3 = L_144; int32_t L_145 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)1))); int32_t L_146 = V_3; ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_147 = __this->get__codec_21(); NullCheck(L_147); uint32_t L_148 = L_147->get__Adler32_11(); NullCheck(L_143); (L_143)->SetAt(static_cast(L_146), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_148&(int32_t)((int32_t)255)))))); // _codec.flush_pending(); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_149 = __this->get__codec_21(); NullCheck(L_149); ZlibCodec_flush_pending_m00A1C4E7AC58D4575D74EFAC53B3395B0D355296(L_149, /*hidden argument*/NULL); // Rfc1950BytesEmitted = true; // write the trailer only once! __this->set_Rfc1950BytesEmitted_72((bool)1); // return pendingCount != 0 ? ZlibConstants.Z_OK : ZlibConstants.Z_STREAM_END; int32_t L_150 = __this->get_pendingCount_25(); if (L_150) { goto IL_042d; } } { return 1; } IL_042d: { return 0; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__cctor_m81EBF32CEB869393470DAB055D3ADFE1D9B6874D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10970F72C2D0D7F199946EF78672994F037BA021); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral482ED093E46F7DA449A2F28A73CE48672055D68D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D57A89B9684097C0A02D286D7DA92E3C900F766); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral661F5A48D8E4456AB4A0DDF5C1AC6662771BD8E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70549B04203CDBBC9F231B74BD8C82FD9F025FA5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA541627E44F69CBC3AEDEE28BE998B39F96432DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8E9BB1ED5D2A79EBA8E9348D65B785814976F6D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD3DEC6A6A3177F7D2965AAB68291E77977CF1E3E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // private static readonly int MEM_LEVEL_MAX = 9; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_MEM_LEVEL_MAX_0(((int32_t)9)); // private static readonly int MEM_LEVEL_DEFAULT = 8; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_MEM_LEVEL_DEFAULT_1(8); // private static readonly System.String[] _ErrorMessage = new System.String[] // { // "need dictionary", // "stream end", // "", // "file error", // "stream error", // "data error", // "insufficient memory", // "buffer error", // "incompatible version", // "" // }; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteralD3DEC6A6A3177F7D2965AAB68291E77977CF1E3E); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteralD3DEC6A6A3177F7D2965AAB68291E77977CF1E3E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral482ED093E46F7DA449A2F28A73CE48672055D68D); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteral482ED093E46F7DA449A2F28A73CE48672055D68D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral661F5A48D8E4456AB4A0DDF5C1AC6662771BD8E8); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteral661F5A48D8E4456AB4A0DDF5C1AC6662771BD8E8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteralA541627E44F69CBC3AEDEE28BE998B39F96432DB); (L_5)->SetAt(static_cast(4), (String_t*)_stringLiteralA541627E44F69CBC3AEDEE28BE998B39F96432DB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteralB8E9BB1ED5D2A79EBA8E9348D65B785814976F6D); (L_6)->SetAt(static_cast(5), (String_t*)_stringLiteralB8E9BB1ED5D2A79EBA8E9348D65B785814976F6D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral10970F72C2D0D7F199946EF78672994F037BA021); (L_7)->SetAt(static_cast(6), (String_t*)_stringLiteral10970F72C2D0D7F199946EF78672994F037BA021); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral70549B04203CDBBC9F231B74BD8C82FD9F025FA5); (L_8)->SetAt(static_cast(7), (String_t*)_stringLiteral70549B04203CDBBC9F231B74BD8C82FD9F025FA5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral5D57A89B9684097C0A02D286D7DA92E3C900F766); (L_9)->SetAt(static_cast(8), (String_t*)_stringLiteral5D57A89B9684097C0A02D286D7DA92E3C900F766); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); (L_10)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set__ErrorMessage_3(L_10); // private static readonly int PRESET_DICT = 0x20; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_PRESET_DICT_4(((int32_t)32)); // private static readonly int INIT_STATE = 42; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_INIT_STATE_5(((int32_t)42)); // private static readonly int BUSY_STATE = 113; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_BUSY_STATE_6(((int32_t)113)); // private static readonly int FINISH_STATE = 666; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_FINISH_STATE_7(((int32_t)666)); // private static readonly int Z_DEFLATED = 8; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_Z_DEFLATED_8(8); // private static readonly int STORED_BLOCK = 0; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_STORED_BLOCK_9(0); // private static readonly int STATIC_TREES = 1; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_STATIC_TREES_10(1); // private static readonly int DYN_TREES = 2; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_DYN_TREES_11(2); // private static readonly int Z_BINARY = 0; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_Z_BINARY_12(0); // private static readonly int Z_ASCII = 1; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_Z_ASCII_13(1); // private static readonly int Z_UNKNOWN = 2; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_Z_UNKNOWN_14(2); // private static readonly int Buf_size = 8 * 2; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_Buf_size_15(((int32_t)16)); // private static readonly int MIN_MATCH = 3; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_MIN_MATCH_16(3); // private static readonly int MAX_MATCH = 258; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_MAX_MATCH_17(((int32_t)258)); // private static readonly int MIN_LOOKAHEAD = (MAX_MATCH + MIN_MATCH + 1); int32_t L_11 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MAX_MATCH_17(); int32_t L_12 = ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_MIN_LOOKAHEAD_18(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), (int32_t)1))); // private static readonly int HEAP_SIZE = (2 * InternalConstants.L_CODES + 1); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_13 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_L_CODES_5(); ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_HEAP_SIZE_19(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_13)), (int32_t)1))); // private static readonly int END_BLOCK = 256; ((DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142_il2cpp_TypeInfo_var))->set_END_BLOCK_20(((int32_t)256)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Decompression.Zlib.DeflateStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m60C33516369263FF5322F53BB83166BBD23794FF (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___mode1, const RuntimeMethod* method) { { // : this(stream, mode, CompressionLevel.Default, false) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; int32_t L_1 = ___mode1; DeflateStream__ctor_m18A65FB6AD41C19831D0B548DA772BABDEA4C59B(__this, L_0, L_1, 6, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_mCCEB52F5851BC7E49B94AB3C8EB5A968FA6B10EA (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___mode1, int32_t ___level2, const RuntimeMethod* method) { { // : this(stream, mode, level, false) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; int32_t L_1 = ___mode1; int32_t L_2 = ___level2; DeflateStream__ctor_m18A65FB6AD41C19831D0B548DA772BABDEA4C59B(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_mDADBB161326BEB5C43413A3604A47C7157B006D2 (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___mode1, bool ___leaveOpen2, const RuntimeMethod* method) { { // : this(stream, mode, CompressionLevel.Default, leaveOpen) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; int32_t L_1 = ___mode1; bool L_2 = ___leaveOpen2; DeflateStream__ctor_m18A65FB6AD41C19831D0B548DA772BABDEA4C59B(__this, L_0, L_1, 6, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m18A65FB6AD41C19831D0B548DA772BABDEA4C59B (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___mode1, int32_t ___level2, bool ___leaveOpen3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public DeflateStream(System.IO.Stream stream, CompressionMode mode, CompressionLevel level, bool leaveOpen) IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // _innerStream = stream; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; __this->set__innerStream_6(L_0); // _baseStream = new ZlibBaseStream(stream, mode, level, ZlibStreamFlavor.DEFLATE, leaveOpen); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___stream0; int32_t L_2 = ___mode1; int32_t L_3 = ___level2; bool L_4 = ___leaveOpen3; ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_5 = (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 *)il2cpp_codegen_object_new(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188_il2cpp_TypeInfo_var); ZlibBaseStream__ctor_m85DE51C143C18B6664FD636DBFC92C236A463655(L_5, L_1, L_2, L_3, ((int32_t)1951), L_4, /*hidden argument*/NULL); __this->set__baseStream_5(L_5); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_mF8EFDC721E9A657A7BF569934D8D670308D87BEB (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___mode1, int32_t ___level2, bool ___leaveOpen3, int32_t ___windowBits4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public DeflateStream(System.IO.Stream stream, CompressionMode mode, CompressionLevel level, bool leaveOpen, int windowBits) IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // _innerStream = stream; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; __this->set__innerStream_6(L_0); // _baseStream = new ZlibBaseStream(stream, mode, level, ZlibStreamFlavor.DEFLATE, leaveOpen, windowBits); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___stream0; int32_t L_2 = ___mode1; int32_t L_3 = ___level2; bool L_4 = ___leaveOpen3; int32_t L_5 = ___windowBits4; ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_6 = (ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 *)il2cpp_codegen_object_new(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188_il2cpp_TypeInfo_var); ZlibBaseStream__ctor_m6FD17B74F3643767D8150C2D633FCE2DD246825A(L_6, L_1, L_2, L_3, ((int32_t)1951), L_4, L_5, /*hidden argument*/NULL); __this->set__baseStream_5(L_6); // } return; } } // BestHTTP.Decompression.Zlib.FlushType BestHTTP.Decompression.Zlib.DeflateStream::get_FlushMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_get_FlushMode_mE4A2A0F64E130F476FDAED3CED1E5F89CEC9B2F8 (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, const RuntimeMethod* method) { { // get { return (this._baseStream._flushMode); } ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_0 = __this->get__baseStream_5(); NullCheck(L_0); int32_t L_1 = L_0->get__flushMode_7(); return L_1; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::set_FlushMode(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_set_FlushMode_m780E97930453ED994CB63C1007650FAC8662A713 (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, int32_t ___value0, const RuntimeMethod* method) { { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_1 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB4C2C551A889112C121523FD58AFAD11566C6E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_set_FlushMode_m780E97930453ED994CB63C1007650FAC8662A713_RuntimeMethod_var))); } IL_0013: { // this._baseStream._flushMode = value; ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_2 = __this->get__baseStream_5(); int32_t L_3 = ___value0; NullCheck(L_2); L_2->set__flushMode_7(L_3); // } return; } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateStream::get_BufferSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_get_BufferSize_mC52AE4442BA1C1A9C5B8D4342131BEBA4EF6B304 (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, const RuntimeMethod* method) { { // return this._baseStream._bufferSize; ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_0 = __this->get__baseStream_5(); NullCheck(L_0); int32_t L_1 = L_0->get__bufferSize_13(); return L_1; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::set_BufferSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_set_BufferSize_mFC413A1E42AC0D03EBEB7C4D34B411A0DECC128F (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, int32_t ___value0, const RuntimeMethod* method) { { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_1 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB4C2C551A889112C121523FD58AFAD11566C6E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_set_BufferSize_mFC413A1E42AC0D03EBEB7C4D34B411A0DECC128F_RuntimeMethod_var))); } IL_0013: { // if (this._baseStream._workingBuffer != null) ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_2 = __this->get__baseStream_5(); NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = L_2->get__workingBuffer_12(); if (!L_3) { goto IL_002b; } } { // throw new ZlibException("The working buffer is already set."); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_4 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A538D87C765D16B9229A517D7D588C30AF3D5AE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_set_BufferSize_mFC413A1E42AC0D03EBEB7C4D34B411A0DECC128F_RuntimeMethod_var))); } IL_002b: { // if (value < ZlibConstants.WorkingBufferSizeMin) int32_t L_5 = ___value0; if ((((int32_t)L_5) >= ((int32_t)((int32_t)1024)))) { goto IL_0053; } } { // throw new ZlibException(String.Format("Don't be silly. {0} bytes?? Use a bigger buffer, at least {1}.", value, ZlibConstants.WorkingBufferSizeMin)); int32_t L_6 = ___value0; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_7); int32_t L_9 = ((int32_t)1024); RuntimeObject * L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_9); String_t* L_11; L_11 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3301E1AE1BCA5C134551471AB287F2443E658618)), L_8, L_10, /*hidden argument*/NULL); ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C * L_12 = (ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ZlibException_t3C44B5F574ECD00F3425E24B4D2BBFF708EF849C_il2cpp_TypeInfo_var))); ZlibException__ctor_m9EBDC76EADBA3079D157C749E63AECA587E589A1(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_set_BufferSize_mFC413A1E42AC0D03EBEB7C4D34B411A0DECC128F_RuntimeMethod_var))); } IL_0053: { // this._baseStream._bufferSize = value; ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_13 = __this->get__baseStream_5(); int32_t L_14 = ___value0; NullCheck(L_13); L_13->set__bufferSize_13(L_14); // } return; } } // BestHTTP.Decompression.Zlib.CompressionStrategy BestHTTP.Decompression.Zlib.DeflateStream::get_Strategy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_get_Strategy_m6AA3951D7CB8EAD9B42FD30714EB8DB3FCF0BF14 (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, const RuntimeMethod* method) { { // return this._baseStream.Strategy; ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_0 = __this->get__baseStream_5(); NullCheck(L_0); int32_t L_1 = L_0->get_Strategy_17(); return L_1; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::set_Strategy(BestHTTP.Decompression.Zlib.CompressionStrategy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_set_Strategy_m554BD0842A2FE91CD97810E8B4C1BEABD8EFC68E (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, int32_t ___value0, const RuntimeMethod* method) { { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_1 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB4C2C551A889112C121523FD58AFAD11566C6E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_set_Strategy_m554BD0842A2FE91CD97810E8B4C1BEABD8EFC68E_RuntimeMethod_var))); } IL_0013: { // this._baseStream.Strategy = value; ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_2 = __this->get__baseStream_5(); int32_t L_3 = ___value0; NullCheck(L_2); L_2->set_Strategy_17(L_3); // } return; } } // System.Int64 BestHTTP.Decompression.Zlib.DeflateStream::get_TotalIn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_get_TotalIn_mFE73B6493533A60C129EC2023AE99F9CD3BDE4A4 (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, const RuntimeMethod* method) { { // return this._baseStream._z.TotalBytesIn; ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_0 = __this->get__baseStream_5(); NullCheck(L_0); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_1 = L_0->get__z_5(); NullCheck(L_1); int64_t L_2 = L_1->get_TotalBytesIn_3(); return L_2; } } // System.Int64 BestHTTP.Decompression.Zlib.DeflateStream::get_TotalOut() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_get_TotalOut_mE19F179D27BE72A47134EE6B7A5553FDAD052268 (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, const RuntimeMethod* method) { { // return this._baseStream._z.TotalBytesOut; ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_0 = __this->get__baseStream_5(); NullCheck(L_0); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_1 = L_0->get__z_5(); NullCheck(L_1); int64_t L_2 = L_1->get_TotalBytesOut_7(); return L_2; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Dispose_mE540BF681C52CE6B42C8581E398110A7FD5339FE (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, bool ___disposing0, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // if (!_disposed) bool L_0 = __this->get__disposed_7(); if (L_0) { goto IL_0025; } } IL_0008: { // if (disposing && (this._baseStream != null)) bool L_1 = ___disposing0; if (!L_1) { goto IL_001e; } } IL_000b: { ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_2 = __this->get__baseStream_5(); if (!L_2) { goto IL_001e; } } IL_0013: { // this._baseStream.Close(); ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_3 = __this->get__baseStream_5(); NullCheck(L_3); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_3); } IL_001e: { // _disposed = true; __this->set__disposed_7((bool)1); } IL_0025: { // } IL2CPP_LEAVE(0x2F, FINALLY_0027); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0027; } FINALLY_0027: {// begin finally (depth: 1) // base.Dispose(disposing); bool L_4 = ___disposing0; Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE(__this, L_4, /*hidden argument*/NULL); // } IL2CPP_END_FINALLY(39) }// end finally (depth: 1) IL2CPP_CLEANUP(39) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2F, IL_002f) } IL_002f: { // } return; } } // System.Boolean BestHTTP.Decompression.Zlib.DeflateStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanRead_mDF235D0812F4FC00547BF1E6EBBB69F687B6431D (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, const RuntimeMethod* method) { { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_1 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB4C2C551A889112C121523FD58AFAD11566C6E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_get_CanRead_mDF235D0812F4FC00547BF1E6EBBB69F687B6431D_RuntimeMethod_var))); } IL_0013: { // return _baseStream._stream.CanRead; ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_2 = __this->get__baseStream_5(); NullCheck(L_2); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = L_2->get__stream_16(); NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_3); return L_4; } } // System.Boolean BestHTTP.Decompression.Zlib.DeflateStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanSeek_m742845C0FA15DA1346E9CE462A88ACF0AB521D65 (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Boolean BestHTTP.Decompression.Zlib.DeflateStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanWrite_mAE3AB7CAF7D6AAE80C220AD61370564A1DE40875 (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, const RuntimeMethod* method) { { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_1 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB4C2C551A889112C121523FD58AFAD11566C6E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_get_CanWrite_mAE3AB7CAF7D6AAE80C220AD61370564A1DE40875_RuntimeMethod_var))); } IL_0013: { // return _baseStream._stream.CanWrite; ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_2 = __this->get__baseStream_5(); NullCheck(L_2); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = L_2->get__stream_16(); NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_3); return L_4; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Flush_m22AC8F3D6B279AFE460E46AF05E6967051427ECD (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, const RuntimeMethod* method) { { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_1 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB4C2C551A889112C121523FD58AFAD11566C6E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Flush_m22AC8F3D6B279AFE460E46AF05E6967051427ECD_RuntimeMethod_var))); } IL_0013: { // _baseStream.Flush(); ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_2 = __this->get__baseStream_5(); NullCheck(L_2); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_2); // } return; } } // System.Int64 BestHTTP.Decompression.Zlib.DeflateStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_get_Length_mFF7928B6CF6318651D99B9B61A4EB9653D942096 (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, const RuntimeMethod* method) { { // get { throw new NotImplementedException(); } NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_get_Length_mFF7928B6CF6318651D99B9B61A4EB9653D942096_RuntimeMethod_var))); } } // System.Int64 BestHTTP.Decompression.Zlib.DeflateStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_get_Position_mC2D25A4E74746A3D7EA3C91D041F7710C76B1776 (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, const RuntimeMethod* method) { { // if (this._baseStream._streamMode == BestHTTP.Decompression.Zlib.ZlibBaseStream.StreamMode.Writer) ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_0 = __this->get__baseStream_5(); NullCheck(L_0); int32_t L_1 = L_0->get__streamMode_6(); if (L_1) { goto IL_001e; } } { // return this._baseStream._z.TotalBytesOut; ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_2 = __this->get__baseStream_5(); NullCheck(L_2); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_3 = L_2->get__z_5(); NullCheck(L_3); int64_t L_4 = L_3->get_TotalBytesOut_7(); return L_4; } IL_001e: { // if (this._baseStream._streamMode == BestHTTP.Decompression.Zlib.ZlibBaseStream.StreamMode.Reader) ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_5 = __this->get__baseStream_5(); NullCheck(L_5); int32_t L_6 = L_5->get__streamMode_6(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_003d; } } { // return this._baseStream._z.TotalBytesIn; ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_7 = __this->get__baseStream_5(); NullCheck(L_7); ZlibCodec_tCA850DFFAD9256CE375665BA409A3B5F27B6C0A1 * L_8 = L_7->get__z_5(); NullCheck(L_8); int64_t L_9 = L_8->get_TotalBytesIn_3(); return L_9; } IL_003d: { // return 0; return ((int64_t)((int64_t)0)); } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_set_Position_mEBCBAD5BEDD23CD3A75AD95C24763D3968EA4C27 (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, int64_t ___value0, const RuntimeMethod* method) { { // set { throw new NotImplementedException(); } NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_set_Position_mEBCBAD5BEDD23CD3A75AD95C24763D3968EA4C27_RuntimeMethod_var))); } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_Read_m29750AA856B14A0C046058EC9009F81D69FC683E (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_1 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB4C2C551A889112C121523FD58AFAD11566C6E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Read_m29750AA856B14A0C046058EC9009F81D69FC683E_RuntimeMethod_var))); } IL_0013: { // return _baseStream.Read(buffer, offset, count); ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_2 = __this->get__baseStream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; int32_t L_4 = ___offset1; int32_t L_5 = ___count2; NullCheck(L_2); int32_t L_6; L_6 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, L_4, L_5); return L_6; } } // System.Int64 BestHTTP.Decompression.Zlib.DeflateStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_Seek_m33413CCB46689016CC24550ADC5C4D5775961ABD (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { // throw new NotImplementedException(); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Seek_m33413CCB46689016CC24550ADC5C4D5775961ABD_RuntimeMethod_var))); } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_SetLength_m9DEF3366CF1930AFC35021BCEE9768D136A3A3C6 (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, int64_t ___value0, const RuntimeMethod* method) { { // _baseStream.SetLength(value); ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_0 = __this->get__baseStream_5(); int64_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< int64_t >::Invoke(29 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_0, L_1); // } return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Write_mE6574F9944DF9124EB66F2501B968920094A1E3E (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { // if (_disposed) throw new ObjectDisposedException("DeflateStream"); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_1 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB4C2C551A889112C121523FD58AFAD11566C6E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Write_mE6574F9944DF9124EB66F2501B968920094A1E3E_RuntimeMethod_var))); } IL_0013: { // _baseStream.Write(buffer, offset, count); ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * L_2 = __this->get__baseStream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; int32_t L_4 = ___offset1; int32_t L_5 = ___count2; NullCheck(L_2); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, L_4, L_5); // } 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 Demo::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Demo_Start_mA96D71BE495F276B026F0223EAAF21A1B4C626E8 (Demo_t86E6F3922C809A3856EB33320D98702925079549 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Demo_OnConnected_mF63B4CA91F32710B98CA164A1A0612FC19E5C5B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Demo_OnConnectionFailed_m28804B0890E8935765C46B39A6FDADA5680D33AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Demo_OnDataReceived_mEADBC2169F2456F0F79A99C42A40D0E81EBF4DA3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Demo_OnScanEnded_mD7B433F45460B87A5F41641F1505D91856A63851_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MyStreamManager_t0FE26496961272E0B14F1CF7C87E01532EF22203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // data = ""; __this->set_data_7(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); // tmp = ""; __this->set_tmp_8(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); } IL_0016: try {// begin try (depth: 1) // BluetoothHelper.BLE = false; IL2CPP_RUNTIME_CLASS_INIT(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_il2cpp_TypeInfo_var); ((BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2_il2cpp_TypeInfo_var))->set_BLE_3((bool)0); // helper = BluetoothHelper.GetInstance(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_0; L_0 = BluetoothHelper_GetInstance_m8AB066928E5B54E8E3F8CEFA15761C285471773C((String_t*)NULL, /*hidden argument*/NULL); __this->set_helper_4(L_0); // helper.OnConnected += OnConnected; BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_1 = __this->get_helper_4(); BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * L_2 = (BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 *)il2cpp_codegen_object_new(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var); BluetoothEvents__ctor_mD0C2D2FBABF155FBB8B8FF33F3481DE5B09022BF(L_2, __this, (intptr_t)((intptr_t)Demo_OnConnected_mF63B4CA91F32710B98CA164A1A0612FC19E5C5B0_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_1); BluetoothHelper_add_OnConnected_m5CE1875A1281B94F1FD5B265DE15CA4D1CC1807F(L_1, L_2, /*hidden argument*/NULL); // helper.OnConnectionFailed += OnConnectionFailed; BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_3 = __this->get_helper_4(); BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * L_4 = (BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 *)il2cpp_codegen_object_new(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var); BluetoothEvents__ctor_mD0C2D2FBABF155FBB8B8FF33F3481DE5B09022BF(L_4, __this, (intptr_t)((intptr_t)Demo_OnConnectionFailed_m28804B0890E8935765C46B39A6FDADA5680D33AD_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_3); BluetoothHelper_add_OnConnectionFailed_mEFBC9568FA0492A45442EDE15EF9D93641967D5F(L_3, L_4, /*hidden argument*/NULL); // helper.OnScanEnded += OnScanEnded; BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_5 = __this->get_helper_4(); BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B * L_6 = (BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B *)il2cpp_codegen_object_new(BluetoothScanEvents_t96E44F26E6E173C76A806E7E95CF4C7C84B8A33B_il2cpp_TypeInfo_var); BluetoothScanEvents__ctor_m4DF2074D4CDECEB0BFFB8A65A44B45E253EDC6C6(L_6, __this, (intptr_t)((intptr_t)Demo_OnScanEnded_mD7B433F45460B87A5F41641F1505D91856A63851_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_5); BluetoothHelper_add_OnScanEnded_m29C2C4D0D6C05C482081DB00D47ADA32CEF7D3F0(L_5, L_6, /*hidden argument*/NULL); // helper.OnDataReceived += OnDataReceived; BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_7 = __this->get_helper_4(); BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 * L_8 = (BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3 *)il2cpp_codegen_object_new(BluetoothEvents_t6367CF752C0000C65AC334DE644AE84EDAA71FA3_il2cpp_TypeInfo_var); BluetoothEvents__ctor_mD0C2D2FBABF155FBB8B8FF33F3481DE5B09022BF(L_8, __this, (intptr_t)((intptr_t)Demo_OnDataReceived_mEADBC2169F2456F0F79A99C42A40D0E81EBF4DA3_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_7); BluetoothHelper_add_OnDataReceived_mD01145C46F0B8B886F3DE1AC292B692D20C0512A(L_7, L_8, /*hidden argument*/NULL); // helper.setCustomStreamManager(new MyStreamManager()); //implement your own way of delimiting the messages BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_9 = __this->get_helper_4(); MyStreamManager_t0FE26496961272E0B14F1CF7C87E01532EF22203 * L_10 = (MyStreamManager_t0FE26496961272E0B14F1CF7C87E01532EF22203 *)il2cpp_codegen_object_new(MyStreamManager_t0FE26496961272E0B14F1CF7C87E01532EF22203_il2cpp_TypeInfo_var); MyStreamManager__ctor_m58C031AD2B0383BF68C81FA5FDD684D39A9C2434(L_10, /*hidden argument*/NULL); NullCheck(L_9); VirtualActionInvoker1< StreamManager_t6B73B8E1E5AC979248D2517660BDEA1B7254C607 * >::Invoke(6 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::setCustomStreamManager(ArduinoBluetoothAPI.StreamManager) */, L_9, L_10); // }catch(Exception e){ goto IL_009d; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0096; } throw e; } CATCH_0096: {// begin catch(System.Exception) // Debug.LogError(e); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)), /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_009d; }// end catch (depth: 1) IL_009d: { // } return; } } // System.Void Demo::OnDataReceived(ArduinoBluetoothAPI.BluetoothHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Demo_OnDataReceived_mEADBC2169F2456F0F79A99C42A40D0E81EBF4DA3 (Demo_t86E6F3922C809A3856EB33320D98702925079549 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABAAF361F7E832FCBB73397702697E0537756E40); s_Il2CppMethodInitialized = true; } { // data += "\n<" + helper.Read(); String_t* L_0 = __this->get_data_7(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_1 = ___helper0; NullCheck(L_1); String_t* L_2; L_2 = BluetoothHelper_Read_mBF072F4C12D985B58B27553899681D384E208546(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_0, _stringLiteralABAAF361F7E832FCBB73397702697E0537756E40, L_2, /*hidden argument*/NULL); __this->set_data_7(L_3); // } return; } } // System.Void Demo::OnScanEnded(ArduinoBluetoothAPI.BluetoothHelper,System.Collections.Generic.LinkedList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Demo_OnScanEnded_mD7B433F45460B87A5F41641F1505D91856A63851 (Demo_t86E6F3922C809A3856EB33320D98702925079549 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * ___devices1, const RuntimeMethod* method) { { // this.isScanning = false; __this->set_isScanning_5((bool)0); // this.devices = devices; LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * L_0 = ___devices1; __this->set_devices_9(L_0); // } return; } } // System.Void Demo::OnConnected(ArduinoBluetoothAPI.BluetoothHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Demo_OnConnected_mF63B4CA91F32710B98CA164A1A0612FC19E5C5B0 (Demo_t86E6F3922C809A3856EB33320D98702925079549 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, const RuntimeMethod* method) { { // isConnecting=false; __this->set_isConnecting_6((bool)0); // helper.StartListening(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_0 = ___helper0; NullCheck(L_0); VirtualActionInvoker0::Invoke(12 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::StartListening() */, L_0); // } return; } } // System.Void Demo::OnConnectionFailed(ArduinoBluetoothAPI.BluetoothHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Demo_OnConnectionFailed_m28804B0890E8935765C46B39A6FDADA5680D33AD (Demo_t86E6F3922C809A3856EB33320D98702925079549 * __this, BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___helper0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2F5E43AE5BCE860EA9E569C97183101099BEAD3); s_Il2CppMethodInitialized = true; } { // isConnecting = false; __this->set_isConnecting_6((bool)0); // Debug.Log("Connection lost"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralB2F5E43AE5BCE860EA9E569C97183101099BEAD3, /*hidden argument*/NULL); // } return; } } // System.Void Demo::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Demo_OnGUI_m43E8559CBC9366A8702DE5BE2066926C57825717 (Demo_t86E6F3922C809A3856EB33320D98702925079549 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_m601EC84A1B1B4EC30ECCED89B1A02F8B09592964_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E36C878E3F07794D916B0AF6AB2B72E5E5F15C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66EE7D62867B33BE494CF2E341E881FC2EDBACF6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8611EF5A0C5591E334B1A7C6ADAE2D5E4417747A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF050796EF2DD4C18D970B062B6AB5ED633A9B8A); s_Il2CppMethodInitialized = true; } { // if(helper == null) BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_0 = __this->get_helper_4(); if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // if(!helper.isConnected() && !isScanning && !isConnecting){ BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_1 = __this->get_helper_4(); NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(19 /* System.Boolean ArduinoBluetoothAPI.BluetoothHelper::isConnected() */, L_1); if (L_2) { goto IL_0095; } } { bool L_3 = __this->get_isScanning_5(); if (L_3) { goto IL_0095; } } { bool L_4 = __this->get_isConnecting_6(); if (L_4) { goto IL_0095; } } { // if (GUI.Button(new Rect(Screen.width / 2 - Screen.width / 10, Screen.height / 10, Screen.width / 5, Screen.height / 10), "Start Scanning")){ int32_t L_5; L_5 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_6; L_6 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_7; L_7 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); int32_t L_8; L_8 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_9; L_9 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_10; memset((&L_10), 0, sizeof(L_10)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_10), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_5/(int32_t)2)), (int32_t)((int32_t)((int32_t)L_6/(int32_t)((int32_t)10))))))), ((float)((float)((int32_t)((int32_t)L_7/(int32_t)((int32_t)10))))), ((float)((float)((int32_t)((int32_t)L_8/(int32_t)5)))), ((float)((float)((int32_t)((int32_t)L_9/(int32_t)((int32_t)10))))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); bool L_11; L_11 = GUI_Button_m668EE382521BDEA241D719A9CF39B6672E2CA23F(L_10, _stringLiteral66EE7D62867B33BE494CF2E341E881FC2EDBACF6, /*hidden argument*/NULL); if (!L_11) { goto IL_0073; } } { // isScanning = helper.ScanNearbyDevices(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_12 = __this->get_helper_4(); NullCheck(L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean ArduinoBluetoothAPI.BluetoothHelper::ScanNearbyDevices() */, L_12); __this->set_isScanning_5(L_13); } IL_0073: { // if(devices != null && devices.First != null) { LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * L_14 = __this->get_devices_9(); if (!L_14) { goto IL_021d; } } { LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * L_15 = __this->get_devices_9(); NullCheck(L_15); LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * L_16; L_16 = LinkedList_1_get_First_m601EC84A1B1B4EC30ECCED89B1A02F8B09592964_inline(L_15, /*hidden argument*/LinkedList_1_get_First_m601EC84A1B1B4EC30ECCED89B1A02F8B09592964_RuntimeMethod_var); if (!L_16) { goto IL_021d; } } { // draw(); Demo_draw_mA9A070F20AA9950FAA4F33B12C6CF980FC7974C4(__this, /*hidden argument*/NULL); // }else if(!helper.isConnected() && isScanning){ return; } IL_0095: { // }else if(!helper.isConnected() && isScanning){ BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_17 = __this->get_helper_4(); NullCheck(L_17); bool L_18; L_18 = VirtualFuncInvoker0< bool >::Invoke(19 /* System.Boolean ArduinoBluetoothAPI.BluetoothHelper::isConnected() */, L_17); if (L_18) { goto IL_00e6; } } { bool L_19 = __this->get_isScanning_5(); if (!L_19) { goto IL_00e6; } } { // GUI.TextArea(new Rect(Screen.width / 2 - Screen.width / 10, Screen.height / 10, Screen.width / 5, Screen.height / 10), "Scanning..."); int32_t L_20; L_20 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_21; L_21 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_22; L_22 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); int32_t L_23; L_23 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_24; L_24 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_25; memset((&L_25), 0, sizeof(L_25)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_25), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_20/(int32_t)2)), (int32_t)((int32_t)((int32_t)L_21/(int32_t)((int32_t)10))))))), ((float)((float)((int32_t)((int32_t)L_22/(int32_t)((int32_t)10))))), ((float)((float)((int32_t)((int32_t)L_23/(int32_t)5)))), ((float)((float)((int32_t)((int32_t)L_24/(int32_t)((int32_t)10))))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); String_t* L_26; L_26 = GUI_TextArea_m151EDA5B030F143B74CB0E7046DAC5FEC04B78D2(L_25, _stringLiteralEF050796EF2DD4C18D970B062B6AB5ED633A9B8A, /*hidden argument*/NULL); // }else if(helper.isConnected()){ return; } IL_00e6: { // }else if(helper.isConnected()){ BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_27 = __this->get_helper_4(); NullCheck(L_27); bool L_28; L_28 = VirtualFuncInvoker0< bool >::Invoke(19 /* System.Boolean ArduinoBluetoothAPI.BluetoothHelper::isConnected() */, L_27); if (!L_28) { goto IL_021d; } } { // GUI.TextArea(new Rect(Screen.width / 4, 2 * Screen.height / 10, Screen.width / 2, 7*Screen.height / 10), data); int32_t L_29; L_29 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_30; L_30 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); int32_t L_31; L_31 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_32; L_32 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_33; memset((&L_33), 0, sizeof(L_33)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_33), ((float)((float)((int32_t)((int32_t)L_29/(int32_t)4)))), ((float)((float)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_30))/(int32_t)((int32_t)10))))), ((float)((float)((int32_t)((int32_t)L_31/(int32_t)2)))), ((float)((float)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)7, (int32_t)L_32))/(int32_t)((int32_t)10))))), /*hidden argument*/NULL); String_t* L_34 = __this->get_data_7(); IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); String_t* L_35; L_35 = GUI_TextArea_m151EDA5B030F143B74CB0E7046DAC5FEC04B78D2(L_33, L_34, /*hidden argument*/NULL); // tmp = GUI.TextField(new Rect(Screen.width / 4, Screen.height / 10, Screen.width / 2, Screen.height / 10 - 10), tmp); int32_t L_36; L_36 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_37; L_37 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); int32_t L_38; L_38 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_39; L_39 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_40; memset((&L_40), 0, sizeof(L_40)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_40), ((float)((float)((int32_t)((int32_t)L_36/(int32_t)4)))), ((float)((float)((int32_t)((int32_t)L_37/(int32_t)((int32_t)10))))), ((float)((float)((int32_t)((int32_t)L_38/(int32_t)2)))), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_39/(int32_t)((int32_t)10))), (int32_t)((int32_t)10))))), /*hidden argument*/NULL); String_t* L_41 = __this->get_tmp_8(); String_t* L_42; L_42 = GUI_TextField_mD1E7D8DEA90FB9D1A40A006A79F3FDEFF8CDC70D(L_40, L_41, /*hidden argument*/NULL); __this->set_tmp_8(L_42); // if (GUI.Button(new Rect( 3 * Screen.width / 4 + 10, Screen.height / 10, Screen.width / 5, Screen.height / 10), "Send")) int32_t L_43; L_43 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_44; L_44 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); int32_t L_45; L_45 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_46; L_46 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_47; memset((&L_47), 0, sizeof(L_47)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_47), ((float)((float)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)L_43))/(int32_t)4)), (int32_t)((int32_t)10))))), ((float)((float)((int32_t)((int32_t)L_44/(int32_t)((int32_t)10))))), ((float)((float)((int32_t)((int32_t)L_45/(int32_t)5)))), ((float)((float)((int32_t)((int32_t)L_46/(int32_t)((int32_t)10))))), /*hidden argument*/NULL); bool L_48; L_48 = GUI_Button_m668EE382521BDEA241D719A9CF39B6672E2CA23F(L_47, _stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D, /*hidden argument*/NULL); if (!L_48) { goto IL_01d8; } } { // helper.SendData(tmp); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_49 = __this->get_helper_4(); String_t* L_50 = __this->get_tmp_8(); NullCheck(L_49); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::SendData(System.String) */, L_49, L_50); // data += "\n>"+tmp; String_t* L_51 = __this->get_data_7(); String_t* L_52 = __this->get_tmp_8(); String_t* L_53; L_53 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_51, _stringLiteral3E36C878E3F07794D916B0AF6AB2B72E5E5F15C2, L_52, /*hidden argument*/NULL); __this->set_data_7(L_53); // tmp = ""; __this->set_tmp_8(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); } IL_01d8: { // if (GUI.Button(new Rect(3 * Screen.width / 4 + 10, 8 * Screen.height / 10, Screen.width / 5, Screen.height / 10), "Disconnect")) int32_t L_54; L_54 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_55; L_55 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); int32_t L_56; L_56 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_57; L_57 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_58; memset((&L_58), 0, sizeof(L_58)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_58), ((float)((float)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)L_54))/(int32_t)4)), (int32_t)((int32_t)10))))), ((float)((float)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)L_55))/(int32_t)((int32_t)10))))), ((float)((float)((int32_t)((int32_t)L_56/(int32_t)5)))), ((float)((float)((int32_t)((int32_t)L_57/(int32_t)((int32_t)10))))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); bool L_59; L_59 = GUI_Button_m668EE382521BDEA241D719A9CF39B6672E2CA23F(L_58, _stringLiteral8611EF5A0C5591E334B1A7C6ADAE2D5E4417747A, /*hidden argument*/NULL); if (!L_59) { goto IL_021d; } } { // helper.Disconnect(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_60 = __this->get_helper_4(); NullCheck(L_60); VirtualActionInvoker0::Invoke(17 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::Disconnect() */, L_60); } IL_021d: { // } return; } } // System.Void Demo::draw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Demo_draw_mA9A070F20AA9950FAA4F33B12C6CF980FC7974C4 (Demo_t86E6F3922C809A3856EB33320D98702925079549 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Next_m56D0D9717BFCD2D550BD6DBC66047BD8838D3B8D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Value_m2FC1BC5CDFF8280210FA4734E97A8481412A2594_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_m601EC84A1B1B4EC30ECCED89B1A02F8B09592964_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral960E5E7F211EFF3243DF14EDD1901DC9EF314D62); s_Il2CppMethodInitialized = true; } LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; int32_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // LinkedListNode node = devices.First; LinkedList_1_t4D1C6102EE9207074443C96892ECBFBD7BCA71B7 * L_0 = __this->get_devices_9(); NullCheck(L_0); LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * L_1; L_1 = LinkedList_1_get_First_m601EC84A1B1B4EC30ECCED89B1A02F8B09592964_inline(L_0, /*hidden argument*/LinkedList_1_get_First_m601EC84A1B1B4EC30ECCED89B1A02F8B09592964_RuntimeMethod_var); V_0 = L_1; // for (int i = 0; i < 9; i++) V_1 = 0; goto IL_00c9; } IL_0013: { // for (int j = 0; j < 3; j++) V_2 = 0; goto IL_00be; } IL_001a: { // string bluetoothName = node.Value.DeviceName; LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * L_2 = V_0; NullCheck(L_2); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_3; L_3 = LinkedListNode_1_get_Value_m2FC1BC5CDFF8280210FA4734E97A8481412A2594_inline(L_2, /*hidden argument*/LinkedListNode_1_get_Value_m2FC1BC5CDFF8280210FA4734E97A8481412A2594_RuntimeMethod_var); NullCheck(L_3); String_t* L_4; L_4 = BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline(L_3, /*hidden argument*/NULL); V_3 = L_4; // if (GUI.Button(new Rect((j + 1) * Screen.width / 5 + 5, (i + 2) * Screen.height / 10 + 5, Screen.width / 5 - 10, Screen.height / 10 - 10), bluetoothName + " - " + node.Value.Rssi)) int32_t L_5 = V_2; int32_t L_6; L_6 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_7 = V_1; int32_t L_8; L_8 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); int32_t L_9; L_9 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_10; L_10 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_11; memset((&L_11), 0, sizeof(L_11)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_11), ((float)((float)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), (int32_t)L_6))/(int32_t)5)), (int32_t)5)))), ((float)((float)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)), (int32_t)L_8))/(int32_t)((int32_t)10))), (int32_t)5)))), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_9/(int32_t)5)), (int32_t)((int32_t)10))))), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_10/(int32_t)((int32_t)10))), (int32_t)((int32_t)10))))), /*hidden argument*/NULL); String_t* L_12 = V_3; LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * L_13 = V_0; NullCheck(L_13); BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * L_14; L_14 = LinkedListNode_1_get_Value_m2FC1BC5CDFF8280210FA4734E97A8481412A2594_inline(L_13, /*hidden argument*/LinkedListNode_1_get_Value_m2FC1BC5CDFF8280210FA4734E97A8481412A2594_RuntimeMethod_var); NullCheck(L_14); int32_t L_15; L_15 = BluetoothDevice_get_Rssi_mA3FED34C8B41BB21FEF70FCE48132019A3009601_inline(L_14, /*hidden argument*/NULL); V_4 = L_15; String_t* L_16; L_16 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_4), /*hidden argument*/NULL); String_t* L_17; L_17 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_12, _stringLiteral960E5E7F211EFF3243DF14EDD1901DC9EF314D62, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); bool L_18; L_18 = GUI_Button_m668EE382521BDEA241D719A9CF39B6672E2CA23F(L_11, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00af; } } { // helper.setDeviceName(bluetoothName); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_19 = __this->get_helper_4(); String_t* L_20 = V_3; NullCheck(L_19); VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::setDeviceName(System.String) */, L_19, L_20); } IL_0091: try {// begin try (depth: 1) // helper.Connect(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_21 = __this->get_helper_4(); NullCheck(L_21); VirtualActionInvoker0::Invoke(13 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::Connect() */, L_21); // isConnecting = true; __this->set_isConnecting_6((bool)1); // }catch(Exception){ goto IL_00af; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00a5; } throw e; } CATCH_00a5: {// begin catch(System.Exception) // }catch(Exception){ // isConnecting = false; __this->set_isConnecting_6((bool)0); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00af; }// end catch (depth: 1) IL_00af: { // node = node.Next; LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * L_22 = V_0; NullCheck(L_22); LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * L_23; L_23 = LinkedListNode_1_get_Next_m56D0D9717BFCD2D550BD6DBC66047BD8838D3B8D(L_22, /*hidden argument*/LinkedListNode_1_get_Next_m56D0D9717BFCD2D550BD6DBC66047BD8838D3B8D_RuntimeMethod_var); V_0 = L_23; // if (node == null) LinkedListNode_1_t44E058806892713895B08C561508F75328F5F05A * L_24 = V_0; if (L_24) { goto IL_00ba; } } { // return; return; } IL_00ba: { // for (int j = 0; j < 3; j++) int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00be: { // for (int j = 0; j < 3; j++) int32_t L_26 = V_2; if ((((int32_t)L_26) < ((int32_t)3))) { goto IL_001a; } } { // for (int i = 0; i < 9; i++) int32_t L_27 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00c9: { // for (int i = 0; i < 9; i++) int32_t L_28 = V_1; if ((((int32_t)L_28) < ((int32_t)((int32_t)9)))) { goto IL_0013; } } { // } return; } } // System.Void Demo::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Demo_OnDestroy_mC8458FB9E0BD8B78043C043ADC38D7EADAD24DAF (Demo_t86E6F3922C809A3856EB33320D98702925079549 * __this, const RuntimeMethod* method) { { // if(helper != null) BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_0 = __this->get_helper_4(); if (!L_0) { goto IL_0013; } } { // helper.Disconnect(); BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * L_1 = __this->get_helper_4(); NullCheck(L_1); VirtualActionInvoker0::Invoke(17 /* System.Void ArduinoBluetoothAPI.BluetoothHelper::Disconnect() */, L_1); } IL_0013: { // } return; } } // System.Void Demo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Demo__ctor_mA1BCCF87BB86D1772EABA9E89B452959AA579645 (Demo_t86E6F3922C809A3856EB33320D98702925079549 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 BestHTTP.Examples.DemoHub::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub__ctor_mF3AB86D1318399FDC84DBAB27B3E167F5D95D3AF (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_FromArbitraryCode_m3C90626D9693ADE3950992E22C2F0CDE806A4FAB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_GroupAdded_m2CFDEBB6E446E502313EAB4A264EFEFFB523362A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_Invoke_m1D6A548A99DEA9C7A61991614D1546E4BD9CBDC6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_Signal_m0E112DA6E7AED28678CA7FDB619603E1F5E67A5F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral136F5DD9D3424399E17D74476846C9F56C7CC746); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E87C669AD2547808AC4E741B6F438B18A08808E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral22B9DDF6AACC2FEB1A66F1A6602A61803C0CAA48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5E5F7A8FDFF04C13DDCC228D5DA615FE641EFFE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE439BDC0AD8E48AD88DA149F97789BE7830B45B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE70104D82091DB49D9519330472492177C05ECB5); s_Il2CppMethodInitialized = true; } { // string longRunningJobStatus = "Not Started!"; __this->set_longRunningJobStatus_8(_stringLiteralE439BDC0AD8E48AD88DA149F97789BE7830B45B3); // string fromArbitraryCodeResult = string.Empty; String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_fromArbitraryCodeResult_9(L_0); // string groupAddedResult = string.Empty; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_groupAddedResult_10(L_1); // string dynamicTaskResult = string.Empty; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_dynamicTaskResult_11(L_2); // string genericTaskResult = string.Empty; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_genericTaskResult_12(L_3); // string taskWithExceptionResult = string.Empty; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_taskWithExceptionResult_13(L_4); // string genericTaskWithExceptionResult = string.Empty; String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_genericTaskWithExceptionResult_14(L_5); // string synchronousExceptionResult = string.Empty; String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_synchronousExceptionResult_15(L_6); // string invokingHubMethodWithDynamicResult = string.Empty; String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_invokingHubMethodWithDynamicResult_16(L_7); // string simpleArrayResult = string.Empty; String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_simpleArrayResult_17(L_8); // string complexTypeResult = string.Empty; String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_complexTypeResult_18(L_9); // string complexArrayResult = string.Empty; String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_complexArrayResult_19(L_10); // string voidOverloadResult = string.Empty; String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_voidOverloadResult_20(L_11); // string intOverloadResult = string.Empty; String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_intOverloadResult_21(L_12); // string readStateResult = string.Empty; String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_readStateResult_22(L_13); // string plainTaskResult = string.Empty; String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_plainTaskResult_23(L_14); // string genericTaskWithContinueWithResult = string.Empty; String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_genericTaskWithContinueWithResult_24(L_15); // GUIMessageList invokeResults = new GUIMessageList(); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_16 = (GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F *)il2cpp_codegen_object_new(GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F_il2cpp_TypeInfo_var); GUIMessageList__ctor_m2A38A0230378C832F710132D4A39868FD69EC06B(L_16, /*hidden argument*/NULL); __this->set_invokeResults_25(L_16); // : base("demo") Hub__ctor_mD29A13D73C950B415D63DCEAB89AE82228F8D9A6(__this, _stringLiteralE70104D82091DB49D9519330472492177C05ECB5, /*hidden argument*/NULL); // base.On("invoke", Invoke); OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 * L_17 = (OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 *)il2cpp_codegen_object_new(OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11_il2cpp_TypeInfo_var); OnMethodCallCallbackDelegate__ctor_mAD447D2E47F028BA2F1E42058A0E4B3CBD00C83C(L_17, __this, (intptr_t)((intptr_t)DemoHub_Invoke_m1D6A548A99DEA9C7A61991614D1546E4BD9CBDC6_RuntimeMethod_var), /*hidden argument*/NULL); Hub_On_m25A0E7F4BEACB98E437EA79DF1B7FC7394FE6DDC(__this, _stringLiteral22B9DDF6AACC2FEB1A66F1A6602A61803C0CAA48, L_17, /*hidden argument*/NULL); // base.On("signal", Signal); OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 * L_18 = (OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 *)il2cpp_codegen_object_new(OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11_il2cpp_TypeInfo_var); OnMethodCallCallbackDelegate__ctor_mAD447D2E47F028BA2F1E42058A0E4B3CBD00C83C(L_18, __this, (intptr_t)((intptr_t)DemoHub_Signal_m0E112DA6E7AED28678CA7FDB619603E1F5E67A5F_RuntimeMethod_var), /*hidden argument*/NULL); Hub_On_m25A0E7F4BEACB98E437EA79DF1B7FC7394FE6DDC(__this, _stringLiteral1E87C669AD2547808AC4E741B6F438B18A08808E, L_18, /*hidden argument*/NULL); // base.On("groupAdded", GroupAdded); OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 * L_19 = (OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 *)il2cpp_codegen_object_new(OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11_il2cpp_TypeInfo_var); OnMethodCallCallbackDelegate__ctor_mAD447D2E47F028BA2F1E42058A0E4B3CBD00C83C(L_19, __this, (intptr_t)((intptr_t)DemoHub_GroupAdded_m2CFDEBB6E446E502313EAB4A264EFEFFB523362A_RuntimeMethod_var), /*hidden argument*/NULL); Hub_On_m25A0E7F4BEACB98E437EA79DF1B7FC7394FE6DDC(__this, _stringLiteral136F5DD9D3424399E17D74476846C9F56C7CC746, L_19, /*hidden argument*/NULL); // base.On("fromArbitraryCode", FromArbitraryCode); OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 * L_20 = (OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 *)il2cpp_codegen_object_new(OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11_il2cpp_TypeInfo_var); OnMethodCallCallbackDelegate__ctor_mAD447D2E47F028BA2F1E42058A0E4B3CBD00C83C(L_20, __this, (intptr_t)((intptr_t)DemoHub_FromArbitraryCode_m3C90626D9693ADE3950992E22C2F0CDE806A4FAB_RuntimeMethod_var), /*hidden argument*/NULL); Hub_On_m25A0E7F4BEACB98E437EA79DF1B7FC7394FE6DDC(__this, _stringLiteralC5E5F7A8FDFF04C13DDCC228D5DA615FE641EFFE, L_20, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::ReportProgress(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_ReportProgress_m9EA5900997A34BB009EBB23593A01B4071BB881D (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, String_t* ___arg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_OnLongRunningJob_Done_m8D15E67010387041F9477D628EFA98BD7D44F96D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_OnLongRunningJob_Progress_m01D9B4F0540D88EC54F8A2CE81902D155AC94607_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E084A80E4777B1AC62A9BBBAA79A77C04934D2B); s_Il2CppMethodInitialized = true; } { // Call("reportProgress", OnLongRunningJob_Done, null, OnLongRunningJob_Progress, arg); OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_0 = (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)il2cpp_codegen_object_new(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); OnMethodResultDelegate__ctor_mE853E887A306B74C4C47A14F4D7CE1D1F956BDA9(L_0, __this, (intptr_t)((intptr_t)DemoHub_OnLongRunningJob_Done_m8D15E67010387041F9477D628EFA98BD7D44F96D_RuntimeMethod_var), /*hidden argument*/NULL); OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * L_1 = (OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 *)il2cpp_codegen_object_new(OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450_il2cpp_TypeInfo_var); OnMethodProgressDelegate__ctor_m7DBEEAD05E5723D91C84C027EEB7F98C0C3FDDE0(L_1, __this, (intptr_t)((intptr_t)DemoHub_OnLongRunningJob_Progress_m01D9B4F0540D88EC54F8A2CE81902D155AC94607_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; String_t* L_4 = ___arg0; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_4); bool L_5; L_5 = Hub_Call_mF9F501B82E56FD98CD0384EB0E54C842F14D3CBD(__this, _stringLiteral6E084A80E4777B1AC62A9BBBAA79A77C04934D2B, L_0, (OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 *)NULL, L_1, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::OnLongRunningJob_Progress(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ProgressMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_OnLongRunningJob_Progress_m01D9B4F0540D88EC54F8A2CE81902D155AC94607 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___originialMessage1, ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF * ___progress2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { // longRunningJobProgress = (float)progress.Progress; ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF * L_0 = ___progress2; NullCheck(L_0); double L_1; L_1 = ProgressMessage_get_Progress_mA4131A34582CDF45EEBCA667CF697CD178FAA31A_inline(L_0, /*hidden argument*/NULL); __this->set_longRunningJobProgress_7(((float)((float)L_1))); // longRunningJobStatus = progress.Progress.ToString() + "%"; ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF * L_2 = ___progress2; NullCheck(L_2); double L_3; L_3 = ProgressMessage_get_Progress_mA4131A34582CDF45EEBCA667CF697CD178FAA31A_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4; L_4 = Double_ToString_m87E4A4DC004A167CF0AE1F2D271BC20A708CE57D((double*)(&V_0), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_4, _stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710, /*hidden argument*/NULL); __this->set_longRunningJobStatus_8(L_5); // } return; } } // System.Void BestHTTP.Examples.DemoHub::OnLongRunningJob_Done(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ResultMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_OnLongRunningJob_Done_m8D15E67010387041F9477D628EFA98BD7D44F96D (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___originalMessage1, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * ___result2, const RuntimeMethod* method) { { // longRunningJobStatus = result.ReturnValue.ToString(); ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * L_0 = ___result2; NullCheck(L_0); RuntimeObject * L_1; L_1 = ResultMessage_get_ReturnValue_mC60C506AC05E305C72D58E882A52EB784DF53C06_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); __this->set_longRunningJobStatus_8(L_2); // MultipleCalls(); DemoHub_MultipleCalls_mA2E2F3E678C9C07E0A6A5D4130344BB904EAA41A(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::MultipleCalls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_MultipleCalls_mA2E2F3E678C9C07E0A6A5D4130344BB904EAA41A (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FD638E07F569EE028E6817D4F3E6B14334B44C2); s_Il2CppMethodInitialized = true; } { // base.Call("multipleCalls"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0; L_0 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); bool L_1; L_1 = Hub_Call_m1DA4FC609FF3A9CF14FB098587AEFD7DFB48C8F8(__this, _stringLiteral6FD638E07F569EE028E6817D4F3E6B14334B44C2, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::DynamicTask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_DynamicTask_mEB3E632AEB3EFA1063097773A2AEFA12BD5BAA8E (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_OnDynamicTask_Done_mADA4942AD9EF5B15B5A5CB8C2BAE06CCBA3FA630_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_OnDynamicTask_Failed_m5C78148C40584C00405A1B9F73C6A004792557A4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral129DC705C5C156E19FBE41ADC184A565F8702DB7); s_Il2CppMethodInitialized = true; } { // base.Call("dynamicTask", OnDynamicTask_Done, OnDynamicTask_Failed); OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_0 = (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)il2cpp_codegen_object_new(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); OnMethodResultDelegate__ctor_mE853E887A306B74C4C47A14F4D7CE1D1F956BDA9(L_0, __this, (intptr_t)((intptr_t)DemoHub_OnDynamicTask_Done_mADA4942AD9EF5B15B5A5CB8C2BAE06CCBA3FA630_RuntimeMethod_var), /*hidden argument*/NULL); OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * L_1 = (OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 *)il2cpp_codegen_object_new(OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9_il2cpp_TypeInfo_var); OnMethodFailedDelegate__ctor_m3BEF4FC0750EB8D55E038D4624BE85EB767D1454(L_1, __this, (intptr_t)((intptr_t)DemoHub_OnDynamicTask_Failed_m5C78148C40584C00405A1B9F73C6A004792557A4_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); bool L_3; L_3 = Hub_Call_mAE562270342355914E1FBB3B6D16D4B9A5490B94(__this, _stringLiteral129DC705C5C156E19FBE41ADC184A565F8702DB7, L_0, L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::OnDynamicTask_Failed(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.FailureMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_OnDynamicTask_Failed_m5C78148C40584C00405A1B9F73C6A004792557A4 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___originalMessage1, FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAC0AA00A9AACB8CFE301C7E4B9B09FF7EB938E8); s_Il2CppMethodInitialized = true; } { // dynamicTaskResult = string.Format("The dynamic task failed :( {0}", result.ErrorMessage); FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * L_0 = ___result2; NullCheck(L_0); String_t* L_1; L_1 = FailureMessage_get_ErrorMessage_m696C1BBC6C0A073A98300BD60021D4CC3128F60C_inline(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralEAC0AA00A9AACB8CFE301C7E4B9B09FF7EB938E8, L_1, /*hidden argument*/NULL); __this->set_dynamicTaskResult_11(L_2); // } return; } } // System.Void BestHTTP.Examples.DemoHub::OnDynamicTask_Done(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ResultMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_OnDynamicTask_Done_mADA4942AD9EF5B15B5A5CB8C2BAE06CCBA3FA630 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___originalMessage1, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42D61AB2D39FC5CF477BA94685BDE5E37D2AF0EB); s_Il2CppMethodInitialized = true; } { // dynamicTaskResult = string.Format("The dynamic task! {0}", result.ReturnValue); ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * L_0 = ___result2; NullCheck(L_0); RuntimeObject * L_1; L_1 = ResultMessage_get_ReturnValue_mC60C506AC05E305C72D58E882A52EB784DF53C06_inline(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral42D61AB2D39FC5CF477BA94685BDE5E37D2AF0EB, L_1, /*hidden argument*/NULL); __this->set_dynamicTaskResult_11(L_2); // } return; } } // System.Void BestHTTP.Examples.DemoHub::AddToGroups() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_AddToGroups_m48935B2027D5998D0E8DFDC737D33358FDD5E10A (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F6E1927DD05803E27E2D359432BAB7F1E9BB3D0); s_Il2CppMethodInitialized = true; } { // base.Call("addToGroups"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0; L_0 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); bool L_1; L_1 = Hub_Call_m1DA4FC609FF3A9CF14FB098587AEFD7DFB48C8F8(__this, _stringLiteral0F6E1927DD05803E27E2D359432BAB7F1E9BB3D0, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_GetValue_m12B235D1DCF7A1A06910E2AF506E6856F8D7A783 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_U3CGetValueU3Eb__28_0_m7EDB619F9AC87D93D83B26CFCB0AB9FD5581E8A4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94990B87A54C9598577DFAEBD272852BC786FDD9); s_Il2CppMethodInitialized = true; } { // base.Call("getValue", (hub, msg, result) => genericTaskResult = string.Format("The value is {0} after 5 seconds", result.ReturnValue)); OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_0 = (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)il2cpp_codegen_object_new(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); OnMethodResultDelegate__ctor_mE853E887A306B74C4C47A14F4D7CE1D1F956BDA9(L_0, __this, (intptr_t)((intptr_t)DemoHub_U3CGetValueU3Eb__28_0_m7EDB619F9AC87D93D83B26CFCB0AB9FD5581E8A4_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); bool L_2; L_2 = Hub_Call_m2A5996F81FEC5931E6AA3F781FA27D75BAE727CC(__this, _stringLiteral94990B87A54C9598577DFAEBD272852BC786FDD9, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::TaskWithException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_TaskWithException_m9D2200AFB366170E3E70F26D92D13018CFA7E520 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_U3CTaskWithExceptionU3Eb__29_0_mDF1EDC8F9ECC47DD59224936CC5C88219CB302B8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral554385F53F40A9846F406879764D6237DEAF980B); s_Il2CppMethodInitialized = true; } { // base.Call("taskWithException", null, (Hub hub, ClientMessage msg, FailureMessage error) => taskWithExceptionResult = string.Format("Error: {0}", error.ErrorMessage)); OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * L_0 = (OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 *)il2cpp_codegen_object_new(OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9_il2cpp_TypeInfo_var); OnMethodFailedDelegate__ctor_m3BEF4FC0750EB8D55E038D4624BE85EB767D1454(L_0, __this, (intptr_t)((intptr_t)DemoHub_U3CTaskWithExceptionU3Eb__29_0_mDF1EDC8F9ECC47DD59224936CC5C88219CB302B8_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); bool L_2; L_2 = Hub_Call_mAE562270342355914E1FBB3B6D16D4B9A5490B94(__this, _stringLiteral554385F53F40A9846F406879764D6237DEAF980B, (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)NULL, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::GenericTaskWithException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_GenericTaskWithException_m4FBE6C9778203AEF600D5A7E6BDBF8BA15DC872F (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_U3CGenericTaskWithExceptionU3Eb__30_0_mDE9A168B0620CB29CD3C195D8D4D11A08EDAD932_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE9940D2EB21F88F712D430CEFC547DA9E03742); s_Il2CppMethodInitialized = true; } { // base.Call("genericTaskWithException", null, (Hub hub, ClientMessage msg, FailureMessage error) => genericTaskWithExceptionResult = string.Format("Error: {0}", error.ErrorMessage)); OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * L_0 = (OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 *)il2cpp_codegen_object_new(OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9_il2cpp_TypeInfo_var); OnMethodFailedDelegate__ctor_m3BEF4FC0750EB8D55E038D4624BE85EB767D1454(L_0, __this, (intptr_t)((intptr_t)DemoHub_U3CGenericTaskWithExceptionU3Eb__30_0_mDE9A168B0620CB29CD3C195D8D4D11A08EDAD932_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); bool L_2; L_2 = Hub_Call_mAE562270342355914E1FBB3B6D16D4B9A5490B94(__this, _stringLiteral3EE9940D2EB21F88F712D430CEFC547DA9E03742, (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)NULL, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::SynchronousException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_SynchronousException_mA76A3D4879C3745260F36160E8BDEC53D3020183 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_U3CSynchronousExceptionU3Eb__31_0_mE926CE73470F8F6D2E10BE2A8DB056DAA55247D5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral778429AB041BBEB07E5F6A56F764916D213114B9); s_Il2CppMethodInitialized = true; } { // base.Call("synchronousException", null, (Hub hub, ClientMessage msg, FailureMessage error) => synchronousExceptionResult = string.Format("Error: {0}", error.ErrorMessage)); OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * L_0 = (OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 *)il2cpp_codegen_object_new(OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9_il2cpp_TypeInfo_var); OnMethodFailedDelegate__ctor_m3BEF4FC0750EB8D55E038D4624BE85EB767D1454(L_0, __this, (intptr_t)((intptr_t)DemoHub_U3CSynchronousExceptionU3Eb__31_0_mE926CE73470F8F6D2E10BE2A8DB056DAA55247D5_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); bool L_2; L_2 = Hub_Call_mAE562270342355914E1FBB3B6D16D4B9A5490B94(__this, _stringLiteral778429AB041BBEB07E5F6A56F764916D213114B9, (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)NULL, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::PassingDynamicComplex(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_PassingDynamicComplex_m0020A45C031F918742773AFD3BFB52D521EAC13B (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, RuntimeObject * ___person0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_U3CPassingDynamicComplexU3Eb__32_0_m47C6D246B14A0A2A8147BAB9241391364366C4E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5B365D37DB76883D2C7C3480BFFEC67C1A22F08); s_Il2CppMethodInitialized = true; } { // base.Call("passingDynamicComplex", (hub, msg, result) => invokingHubMethodWithDynamicResult = string.Format("The person's age is {0}", result.ReturnValue), person); OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_0 = (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)il2cpp_codegen_object_new(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); OnMethodResultDelegate__ctor_mE853E887A306B74C4C47A14F4D7CE1D1F956BDA9(L_0, __this, (intptr_t)((intptr_t)DemoHub_U3CPassingDynamicComplexU3Eb__32_0_m47C6D246B14A0A2A8147BAB9241391364366C4E8_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; RuntimeObject * L_3 = ___person0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); bool L_4; L_4 = Hub_Call_m2A5996F81FEC5931E6AA3F781FA27D75BAE727CC(__this, _stringLiteralE5B365D37DB76883D2C7C3480BFFEC67C1A22F08, L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::SimpleArray(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_SimpleArray_mE3867D9C96AE149F9BD5E823CB0D3EEDBC7CB932 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_U3CSimpleArrayU3Eb__33_0_mAA9D8C332C8BEFB6E681E8674AECFFEAEDC69A72_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1678FBEC015F4AA1321567EC8BB875B3AC9EFB67); s_Il2CppMethodInitialized = true; } { // base.Call("simpleArray", (hub, msg, result) => simpleArrayResult = "Simple array works!", array); OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_0 = (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)il2cpp_codegen_object_new(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); OnMethodResultDelegate__ctor_mE853E887A306B74C4C47A14F4D7CE1D1F956BDA9(L_0, __this, (intptr_t)((intptr_t)DemoHub_U3CSimpleArrayU3Eb__33_0_mAA9D8C332C8BEFB6E681E8674AECFFEAEDC69A72_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___array0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); bool L_4; L_4 = Hub_Call_m2A5996F81FEC5931E6AA3F781FA27D75BAE727CC(__this, _stringLiteral1678FBEC015F4AA1321567EC8BB875B3AC9EFB67, L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::ComplexType(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_ComplexType_m6A923C249A6C53F63EAC3F40CA73CA09DF991B6D (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, RuntimeObject * ___person0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_U3CComplexTypeU3Eb__34_0_m5AE0E53621EABE0814798D1721C387C4A999C4B6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC038CC613E3D85EE1E3C6091B2EF98DDF9F504B3); s_Il2CppMethodInitialized = true; } { // base.Call("complexType", (hub, msg, result) => complexTypeResult = string.Format("Complex Type -> {0}", (this as IHub).Connection.JsonEncoder.Encode(this.State["person"])), person); OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_0 = (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)il2cpp_codegen_object_new(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); OnMethodResultDelegate__ctor_mE853E887A306B74C4C47A14F4D7CE1D1F956BDA9(L_0, __this, (intptr_t)((intptr_t)DemoHub_U3CComplexTypeU3Eb__34_0_m5AE0E53621EABE0814798D1721C387C4A999C4B6_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; RuntimeObject * L_3 = ___person0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); bool L_4; L_4 = Hub_Call_m2A5996F81FEC5931E6AA3F781FA27D75BAE727CC(__this, _stringLiteralC038CC613E3D85EE1E3C6091B2EF98DDF9F504B3, L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::ComplexArray(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_ComplexArray_m8B59C4B518C6A0A319060FCA3CC85F421B4524A1 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___complexArray0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_U3CComplexArrayU3Eb__35_0_m4B75963906339E2E29C432858FA89AFD150768C4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF921369BDCB0BB01F3C926F3C8515AB70814D52); s_Il2CppMethodInitialized = true; } { // base.Call("ComplexArray", (hub, msg, result) => complexArrayResult = "Complex Array Works!", (object)complexArray); OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_0 = (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)il2cpp_codegen_object_new(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); OnMethodResultDelegate__ctor_mE853E887A306B74C4C47A14F4D7CE1D1F956BDA9(L_0, __this, (intptr_t)((intptr_t)DemoHub_U3CComplexArrayU3Eb__35_0_m4B75963906339E2E29C432858FA89AFD150768C4_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___complexArray0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); bool L_4; L_4 = Hub_Call_m2A5996F81FEC5931E6AA3F781FA27D75BAE727CC(__this, _stringLiteralFF921369BDCB0BB01F3C926F3C8515AB70814D52, L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::Overload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_Overload_mE657D38914F52B3D0761FF51C7F49597A4C0FCF6 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_OnVoidOverload_Done_m76DEB69DB21DC7F2AEE8C7A0867287A49356B937_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4235C658261153B8974F7FB7E232002AE24EF38E); s_Il2CppMethodInitialized = true; } { // base.Call("Overload", OnVoidOverload_Done); OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_0 = (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)il2cpp_codegen_object_new(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); OnMethodResultDelegate__ctor_mE853E887A306B74C4C47A14F4D7CE1D1F956BDA9(L_0, __this, (intptr_t)((intptr_t)DemoHub_OnVoidOverload_Done_m76DEB69DB21DC7F2AEE8C7A0867287A49356B937_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); bool L_2; L_2 = Hub_Call_m2A5996F81FEC5931E6AA3F781FA27D75BAE727CC(__this, _stringLiteral4235C658261153B8974F7FB7E232002AE24EF38E, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::OnVoidOverload_Done(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ResultMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_OnVoidOverload_Done_m76DEB69DB21DC7F2AEE8C7A0867287A49356B937 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___originalMessage1, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B1554B36ACB14BA6ED55118B2669805ACBE2835); s_Il2CppMethodInitialized = true; } { // voidOverloadResult = "Void Overload called"; __this->set_voidOverloadResult_20(_stringLiteral7B1554B36ACB14BA6ED55118B2669805ACBE2835); // Overload(101); DemoHub_Overload_mF6D24278B8C8053FBE4FBC9F8E5DE6D85F678D55(__this, ((int32_t)101), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::Overload(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_Overload_mF6D24278B8C8053FBE4FBC9F8E5DE6D85F678D55 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, int32_t ___number0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_OnIntOverload_Done_m0234CBA3E4A6C73FCCA0554FF485A2C570F8B424_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4235C658261153B8974F7FB7E232002AE24EF38E); s_Il2CppMethodInitialized = true; } { // base.Call("Overload", OnIntOverload_Done, number); OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_0 = (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)il2cpp_codegen_object_new(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); OnMethodResultDelegate__ctor_mE853E887A306B74C4C47A14F4D7CE1D1F956BDA9(L_0, __this, (intptr_t)((intptr_t)DemoHub_OnIntOverload_Done_m0234CBA3E4A6C73FCCA0554FF485A2C570F8B424_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; int32_t L_3 = ___number0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_5); bool L_6; L_6 = Hub_Call_m2A5996F81FEC5931E6AA3F781FA27D75BAE727CC(__this, _stringLiteral4235C658261153B8974F7FB7E232002AE24EF38E, L_0, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::OnIntOverload_Done(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ResultMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_OnIntOverload_Done_m0234CBA3E4A6C73FCCA0554FF485A2C570F8B424 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___originalMessage1, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9BA83B8B20DA38793501400E37199016A57A4B63); s_Il2CppMethodInitialized = true; } { // intOverloadResult = string.Format("Overload with return value called => {0}", result.ReturnValue.ToString()); ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * L_0 = ___result2; NullCheck(L_0); RuntimeObject * L_1; L_1 = ResultMessage_get_ReturnValue_mC60C506AC05E305C72D58E882A52EB784DF53C06_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); String_t* L_3; L_3 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral9BA83B8B20DA38793501400E37199016A57A4B63, L_2, /*hidden argument*/NULL); __this->set_intOverloadResult_21(L_3); // } return; } } // System.Void BestHTTP.Examples.DemoHub::ReadStateValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_ReadStateValue_mDF603A5FF965AEF491781C1DDB040085213EC709 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_U3CReadStateValueU3Eb__40_0_m26C7AE9D24579A453971FA460C6A308506299899_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5489B79E0849955D0BDD5FA7ACE4524FB2151598); s_Il2CppMethodInitialized = true; } { // base.Call("readStateValue", (hub, msg, result) => readStateResult = string.Format("Read some state! => {0}", result.ReturnValue)); OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_0 = (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)il2cpp_codegen_object_new(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); OnMethodResultDelegate__ctor_mE853E887A306B74C4C47A14F4D7CE1D1F956BDA9(L_0, __this, (intptr_t)((intptr_t)DemoHub_U3CReadStateValueU3Eb__40_0_m26C7AE9D24579A453971FA460C6A308506299899_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); bool L_2; L_2 = Hub_Call_m2A5996F81FEC5931E6AA3F781FA27D75BAE727CC(__this, _stringLiteral5489B79E0849955D0BDD5FA7ACE4524FB2151598, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::PlainTask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_PlainTask_m0E2830D10F23A9147ADDC82713FBB0230F89653A (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_U3CPlainTaskU3Eb__41_0_m4CE73BE9A8DAC8C1E01AC7C586673C6B24F74A48_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB613815E50F2F942A6019FE2795194B43707A8F); s_Il2CppMethodInitialized = true; } { // base.Call("plainTask", (hub, msg, result) => plainTaskResult = "Plain Task Result"); OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_0 = (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)il2cpp_codegen_object_new(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); OnMethodResultDelegate__ctor_mE853E887A306B74C4C47A14F4D7CE1D1F956BDA9(L_0, __this, (intptr_t)((intptr_t)DemoHub_U3CPlainTaskU3Eb__41_0_m4CE73BE9A8DAC8C1E01AC7C586673C6B24F74A48_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); bool L_2; L_2 = Hub_Call_m2A5996F81FEC5931E6AA3F781FA27D75BAE727CC(__this, _stringLiteralEB613815E50F2F942A6019FE2795194B43707A8F, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::GenericTaskWithContinueWith() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_GenericTaskWithContinueWith_m72C10D1D6B35BE412A9C8AF81961676C044AD0A5 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_U3CGenericTaskWithContinueWithU3Eb__42_0_m2592378877AC118F0AF317FB03398F52ECA71D56_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA18535F67B020EA3DDA36339AEB05C711E4EC62); s_Il2CppMethodInitialized = true; } { // base.Call("genericTaskWithContinueWith", (hub, msg, result) => genericTaskWithContinueWithResult = result.ReturnValue.ToString()); OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_0 = (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)il2cpp_codegen_object_new(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); OnMethodResultDelegate__ctor_mE853E887A306B74C4C47A14F4D7CE1D1F956BDA9(L_0, __this, (intptr_t)((intptr_t)DemoHub_U3CGenericTaskWithContinueWithU3Eb__42_0_m2592378877AC118F0AF317FB03398F52ECA71D56_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); bool L_2; L_2 = Hub_Call_m2A5996F81FEC5931E6AA3F781FA27D75BAE727CC(__this, _stringLiteralBA18535F67B020EA3DDA36339AEB05C711E4EC62, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::FromArbitraryCode(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.MethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_FromArbitraryCode_m3C90626D9693ADE3950992E22C2F0CDE806A4FAB (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * ___methodCall1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // fromArbitraryCodeResult = methodCall.Arguments[0] as string; MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * L_0 = ___methodCall1; NullCheck(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = MethodCallMessage_get_Arguments_m8A1500306634DAC027E2A82A58975D84F13F91BC_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = 0; RuntimeObject * L_3 = (L_1)->GetAt(static_cast(L_2)); __this->set_fromArbitraryCodeResult_9(((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var))); // } return; } } // System.Void BestHTTP.Examples.DemoHub::GroupAdded(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.MethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_GroupAdded_m2CFDEBB6E446E502313EAB4A264EFEFFB523362A (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * ___methodCall1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B8B714C3D8D2F060A073B1348EA730EA3D053CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD3CEFAC800F1DF18CDB07DCFC14050F47E5E974); s_Il2CppMethodInitialized = true; } { // if (!string.IsNullOrEmpty(groupAddedResult)) String_t* L_0 = __this->get_groupAddedResult_10(); bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0019; } } { // groupAddedResult = "Group Already Added!"; __this->set_groupAddedResult_10(_stringLiteral1B8B714C3D8D2F060A073B1348EA730EA3D053CD); return; } IL_0019: { // groupAddedResult = "Group Added!"; __this->set_groupAddedResult_10(_stringLiteralAD3CEFAC800F1DF18CDB07DCFC14050F47E5E974); // } return; } } // System.Void BestHTTP.Examples.DemoHub::Signal(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.MethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_Signal_m0E112DA6E7AED28678CA7FDB619603E1F5E67A5F (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * ___methodCall1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42D61AB2D39FC5CF477BA94685BDE5E37D2AF0EB); s_Il2CppMethodInitialized = true; } { // dynamicTaskResult = string.Format("The dynamic task! {0}", methodCall.Arguments[0]); MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * L_0 = ___methodCall1; NullCheck(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = MethodCallMessage_get_Arguments_m8A1500306634DAC027E2A82A58975D84F13F91BC_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = 0; RuntimeObject * L_3 = (L_1)->GetAt(static_cast(L_2)); String_t* L_4; L_4 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral42D61AB2D39FC5CF477BA94685BDE5E37D2AF0EB, L_3, /*hidden argument*/NULL); __this->set_dynamicTaskResult_11(L_4); // } return; } } // System.Void BestHTTP.Examples.DemoHub::Invoke(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.MethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_Invoke_m1D6A548A99DEA9C7A61991614D1546E4BD9CBDC6 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * ___methodCall1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1CFEDC2CE72B7A3620A26D6C0CBB7E8E503D9C1); s_Il2CppMethodInitialized = true; } { // invokeResults.Add(string.Format("{0} client state index -> {1}", methodCall.Arguments[0], this.State["index"])); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_0 = __this->get_invokeResults_25(); MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * L_1 = ___methodCall1; NullCheck(L_1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = MethodCallMessage_get_Arguments_m8A1500306634DAC027E2A82A58975D84F13F91BC_inline(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = 0; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_5; L_5 = Hub_get_State_mAA7154287EFE07B67EF6D238FDEBF25193F29A2B(__this, /*hidden argument*/NULL); NullCheck(L_5); RuntimeObject * L_6; L_6 = Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D(L_5, _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1, /*hidden argument*/Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); String_t* L_7; L_7 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralF1CFEDC2CE72B7A3620A26D6C0CBB7E8E503D9C1, L_4, L_6, /*hidden argument*/NULL); NullCheck(L_0); GUIMessageList_Add_m02C616C4C3549EC89DF059B090A0E78202E72545(L_0, L_7, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::Draw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_Draw_m050C0A917AF14C159793A230AD4318218C485E09 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16A3AF183CD51253C988F1588179123BFB6DA083); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A9EDAA04698A2136E1F64AA52E757017829DF65); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B961E3C2F142910189F9A5395A47396CF375309); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3773522CB3EDC04C5B5878C74DAC0C176215BE96); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43FFA0A6A0483C81F7C63444CE5049B51EFDB027); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5225B718762EFEB533097DC276FE9C56F7674EA2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57A56DFFB91208310BA42E9A02DE441CC18EE2FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64E3D9E6F0F241F29703FDF9B06A60AF9DCF3F23); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6808B1377B62E2E4C7D63E9F81D0F369DF183E19); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72EAC42DB340CA71916706599D825A3FE7BFFD34); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8275C0F71865B13AD4F2805C6F02B566D924340F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB95EB0E1DD7D4A9F8807BED594AAFB263A45E992); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD71A2259069E9181C0F87538BA4A2706C1C4DEC8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDE9E4003CC86BB2A6BA38C4673B83E9BEA47B1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE57806010BBF106CA26DAF585ECA063B5F138FBA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9E990CAF31A7493634D5D46EC2EF130D84A0F84); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBCD9C7A8780770D2101C7ABEC0B808C86865D10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFAE042C2518CB7B39C78A28A7917510AC6F77AA5); s_Il2CppMethodInitialized = true; } { // GUILayout.Label("Arbitrary Code"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_0; L_0 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral5225B718762EFEB533097DC276FE9C56F7674EA2, L_0, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_1; L_1 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_1, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(string.Format("Sending {0} from arbitrary code without the hub itself!", fromArbitraryCodeResult)); String_t* L_2 = __this->get_fromArbitraryCodeResult_9(); String_t* L_3; L_3 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralE9E990CAF31A7493634D5D46EC2EF130D84A0F84, L_2, /*hidden argument*/NULL); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_4; L_4 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_3, L_4, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Group Added"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_5; L_5 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteralFAE042C2518CB7B39C78A28A7917510AC6F77AA5, L_5, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_6; L_6 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_6, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(groupAddedResult); String_t* L_7 = __this->get_groupAddedResult_10(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_8; L_8 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_7, L_8, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Dynamic Task"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_9; L_9 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral3773522CB3EDC04C5B5878C74DAC0C176215BE96, L_9, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_10; L_10 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_10, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(dynamicTaskResult); String_t* L_11 = __this->get_dynamicTaskResult_11(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_12; L_12 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_11, L_12, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Report Progress"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_13; L_13 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteralDDE9E4003CC86BB2A6BA38C4673B83E9BEA47B1D, L_13, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_14; L_14 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_14, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.BeginVertical(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_15; L_15 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginVertical_mE0941591491BBDAA25FF7CD48415750FD08D10ED(L_15, /*hidden argument*/NULL); // GUILayout.Label(longRunningJobStatus); String_t* L_16 = __this->get_longRunningJobStatus_8(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_17; L_17 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_16, L_17, /*hidden argument*/NULL); // GUILayout.HorizontalSlider(longRunningJobProgress, 0, 100); float L_18 = __this->get_longRunningJobProgress_7(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_19; L_19 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); float L_20; L_20 = GUILayout_HorizontalSlider_m03D4AF69A1F1EA05236AB10FAD393580F2A3DC3D(L_18, (0.0f), (100.0f), L_19, /*hidden argument*/NULL); // GUILayout.EndVertical(); GUILayout_EndVertical_mBCF5058C9591A4064722C2B763EF98D066BFDCAD(/*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Generic Task"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_21; L_21 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteralD71A2259069E9181C0F87538BA4A2706C1C4DEC8, L_21, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_22; L_22 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_22, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(genericTaskResult); String_t* L_23 = __this->get_genericTaskResult_12(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_24; L_24 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_23, L_24, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Task With Exception"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_25; L_25 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteralB95EB0E1DD7D4A9F8807BED594AAFB263A45E992, L_25, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_26; L_26 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_26, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(taskWithExceptionResult); String_t* L_27 = __this->get_taskWithExceptionResult_13(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_28; L_28 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_27, L_28, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Generic Task With Exception"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_29; L_29 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral1A9EDAA04698A2136E1F64AA52E757017829DF65, L_29, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_30; L_30 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_30, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(genericTaskWithExceptionResult); String_t* L_31 = __this->get_genericTaskWithExceptionResult_14(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_32; L_32 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_31, L_32, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Synchronous Exception"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_33; L_33 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral6808B1377B62E2E4C7D63E9F81D0F369DF183E19, L_33, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_34; L_34 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_34, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(synchronousExceptionResult); String_t* L_35 = __this->get_synchronousExceptionResult_15(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_36; L_36 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_35, L_36, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Invoking hub method with dynamic"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_37; L_37 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral43FFA0A6A0483C81F7C63444CE5049B51EFDB027, L_37, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_38; L_38 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_38, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(invokingHubMethodWithDynamicResult); String_t* L_39 = __this->get_invokingHubMethodWithDynamicResult_16(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_40; L_40 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_39, L_40, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Simple Array"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_41; L_41 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteralE57806010BBF106CA26DAF585ECA063B5F138FBA, L_41, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_42; L_42 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_42, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(simpleArrayResult); String_t* L_43 = __this->get_simpleArrayResult_17(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_44; L_44 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_43, L_44, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Complex Type"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_45; L_45 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteralEBCD9C7A8780770D2101C7ABEC0B808C86865D10, L_45, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_46; L_46 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_46, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(complexTypeResult); String_t* L_47 = __this->get_complexTypeResult_18(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_48; L_48 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_47, L_48, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Complex Array"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_49; L_49 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral57A56DFFB91208310BA42E9A02DE441CC18EE2FB, L_49, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_50; L_50 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_50, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(complexArrayResult); String_t* L_51 = __this->get_complexArrayResult_19(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_52; L_52 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_51, L_52, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Overloads"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_53; L_53 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral2B961E3C2F142910189F9A5395A47396CF375309, L_53, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_54; L_54 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_54, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.BeginVertical(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_55; L_55 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginVertical_mE0941591491BBDAA25FF7CD48415750FD08D10ED(L_55, /*hidden argument*/NULL); // GUILayout.Label(voidOverloadResult); String_t* L_56 = __this->get_voidOverloadResult_20(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_57; L_57 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_56, L_57, /*hidden argument*/NULL); // GUILayout.Label(intOverloadResult); String_t* L_58 = __this->get_intOverloadResult_21(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_59; L_59 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_58, L_59, /*hidden argument*/NULL); // GUILayout.EndVertical(); GUILayout_EndVertical_mBCF5058C9591A4064722C2B763EF98D066BFDCAD(/*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Read State Value"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_60; L_60 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral64E3D9E6F0F241F29703FDF9B06A60AF9DCF3F23, L_60, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_61; L_61 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_61, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(readStateResult); String_t* L_62 = __this->get_readStateResult_22(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_63; L_63 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_62, L_63, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Plain Task"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_64; L_64 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral16A3AF183CD51253C988F1588179123BFB6DA083, L_64, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_65; L_65 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_65, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(plainTaskResult); String_t* L_66 = __this->get_plainTaskResult_23(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_67; L_67 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_66, L_67, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Generic Task With ContinueWith"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_68; L_68 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral72EAC42DB340CA71916706599D825A3FE7BFFD34, L_68, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_69; L_69 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_69, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(genericTaskWithContinueWithResult); String_t* L_70 = __this->get_genericTaskWithContinueWithResult_24(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_71; L_71 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_70, L_71, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.Label("Message Pump"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_72; L_72 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral8275C0F71865B13AD4F2805C6F02B566D924340F, L_72, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_73; L_73 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_73, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // invokeResults.Draw(Screen.width - 40, 270); GUIMessageList_t8881937BD96A44D63AE931DB1B20CD69DAF8760F * L_74 = __this->get_invokeResults_25(); int32_t L_75; L_75 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); NullCheck(L_74); GUIMessageList_Draw_mBD9333B10EE5F2EC94F8AE2ECACF2C2B2AF20637(L_74, ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)((int32_t)40))))), (270.0f), /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHub::b__28_0(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ResultMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_U3CGetValueU3Eb__28_0_m7EDB619F9AC87D93D83B26CFCB0AB9FD5581E8A4 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg1, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18B0E3B1D90D7D17A74591E0F7B549F5779104F); s_Il2CppMethodInitialized = true; } { // base.Call("getValue", (hub, msg, result) => genericTaskResult = string.Format("The value is {0} after 5 seconds", result.ReturnValue)); ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * L_0 = ___result2; NullCheck(L_0); RuntimeObject * L_1; L_1 = ResultMessage_get_ReturnValue_mC60C506AC05E305C72D58E882A52EB784DF53C06_inline(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralC18B0E3B1D90D7D17A74591E0F7B549F5779104F, L_1, /*hidden argument*/NULL); __this->set_genericTaskResult_12(L_2); return; } } // System.Void BestHTTP.Examples.DemoHub::b__29_0(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.FailureMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_U3CTaskWithExceptionU3Eb__29_0_mDF1EDC8F9ECC47DD59224936CC5C88219CB302B8 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg1, FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * ___error2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87A82C68D0F9886C428DE9E07B5524F3E6A08970); s_Il2CppMethodInitialized = true; } { // base.Call("taskWithException", null, (Hub hub, ClientMessage msg, FailureMessage error) => taskWithExceptionResult = string.Format("Error: {0}", error.ErrorMessage)); FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * L_0 = ___error2; NullCheck(L_0); String_t* L_1; L_1 = FailureMessage_get_ErrorMessage_m696C1BBC6C0A073A98300BD60021D4CC3128F60C_inline(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral87A82C68D0F9886C428DE9E07B5524F3E6A08970, L_1, /*hidden argument*/NULL); __this->set_taskWithExceptionResult_13(L_2); return; } } // System.Void BestHTTP.Examples.DemoHub::b__30_0(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.FailureMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_U3CGenericTaskWithExceptionU3Eb__30_0_mDE9A168B0620CB29CD3C195D8D4D11A08EDAD932 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg1, FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * ___error2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87A82C68D0F9886C428DE9E07B5524F3E6A08970); s_Il2CppMethodInitialized = true; } { // base.Call("genericTaskWithException", null, (Hub hub, ClientMessage msg, FailureMessage error) => genericTaskWithExceptionResult = string.Format("Error: {0}", error.ErrorMessage)); FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * L_0 = ___error2; NullCheck(L_0); String_t* L_1; L_1 = FailureMessage_get_ErrorMessage_m696C1BBC6C0A073A98300BD60021D4CC3128F60C_inline(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral87A82C68D0F9886C428DE9E07B5524F3E6A08970, L_1, /*hidden argument*/NULL); __this->set_genericTaskWithExceptionResult_14(L_2); return; } } // System.Void BestHTTP.Examples.DemoHub::b__31_0(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.FailureMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_U3CSynchronousExceptionU3Eb__31_0_mE926CE73470F8F6D2E10BE2A8DB056DAA55247D5 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg1, FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * ___error2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87A82C68D0F9886C428DE9E07B5524F3E6A08970); s_Il2CppMethodInitialized = true; } { // base.Call("synchronousException", null, (Hub hub, ClientMessage msg, FailureMessage error) => synchronousExceptionResult = string.Format("Error: {0}", error.ErrorMessage)); FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * L_0 = ___error2; NullCheck(L_0); String_t* L_1; L_1 = FailureMessage_get_ErrorMessage_m696C1BBC6C0A073A98300BD60021D4CC3128F60C_inline(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral87A82C68D0F9886C428DE9E07B5524F3E6A08970, L_1, /*hidden argument*/NULL); __this->set_synchronousExceptionResult_15(L_2); return; } } // System.Void BestHTTP.Examples.DemoHub::b__32_0(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ResultMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_U3CPassingDynamicComplexU3Eb__32_0_m47C6D246B14A0A2A8147BAB9241391364366C4E8 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg1, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33BC1BFE4DBF01721A02D30E659F61F8B543303B); s_Il2CppMethodInitialized = true; } { // base.Call("passingDynamicComplex", (hub, msg, result) => invokingHubMethodWithDynamicResult = string.Format("The person's age is {0}", result.ReturnValue), person); ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * L_0 = ___result2; NullCheck(L_0); RuntimeObject * L_1; L_1 = ResultMessage_get_ReturnValue_mC60C506AC05E305C72D58E882A52EB784DF53C06_inline(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral33BC1BFE4DBF01721A02D30E659F61F8B543303B, L_1, /*hidden argument*/NULL); __this->set_invokingHubMethodWithDynamicResult_16(L_2); return; } } // System.Void BestHTTP.Examples.DemoHub::b__33_0(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ResultMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_U3CSimpleArrayU3Eb__33_0_mAA9D8C332C8BEFB6E681E8674AECFFEAEDC69A72 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg1, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral873E1BE4AD57C4CD1498AD5F3CEEE76467187124); s_Il2CppMethodInitialized = true; } { // base.Call("simpleArray", (hub, msg, result) => simpleArrayResult = "Simple array works!", array); __this->set_simpleArrayResult_17(_stringLiteral873E1BE4AD57C4CD1498AD5F3CEEE76467187124); return; } } // System.Void BestHTTP.Examples.DemoHub::b__34_0(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ResultMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_U3CComplexTypeU3Eb__34_0_m5AE0E53621EABE0814798D1721C387C4A999C4B6 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg1, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5D0863619476F0D9BEBFB0E04B69B8E1A663D83); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC9A54DB61539D95B06AD135584A19F1C3A21E80); s_Il2CppMethodInitialized = true; } { // base.Call("complexType", (hub, msg, result) => complexTypeResult = string.Format("Complex Type -> {0}", (this as IHub).Connection.JsonEncoder.Encode(this.State["person"])), person); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0; L_0 = InterfaceFuncInvoker0< Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * >::Invoke(0 /* BestHTTP.SignalR.Connection BestHTTP.SignalR.Hubs.IHub::get_Connection() */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, __this); NullCheck(L_0); RuntimeObject* L_1; L_1 = Connection_get_JsonEncoder_m37151AA4E3329EA4DE576A005C1CB2FD10F35869_inline(L_0, /*hidden argument*/NULL); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_2; L_2 = Hub_get_State_mAA7154287EFE07B67EF6D238FDEBF25193F29A2B(__this, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_3; L_3 = Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D(L_2, _stringLiteralBC9A54DB61539D95B06AD135584A19F1C3A21E80, /*hidden argument*/Dictionary_2_get_Item_mEC67A37ACAAB1DBAB504B54516BAD1808CB80D5D_RuntimeMethod_var); NullCheck(L_1); String_t* L_4; L_4 = InterfaceFuncInvoker1< String_t*, RuntimeObject * >::Invoke(0 /* System.String BestHTTP.SignalR.JsonEncoders.IJsonEncoder::Encode(System.Object) */, IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD_il2cpp_TypeInfo_var, L_1, L_3); String_t* L_5; L_5 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralA5D0863619476F0D9BEBFB0E04B69B8E1A663D83, L_4, /*hidden argument*/NULL); __this->set_complexTypeResult_18(L_5); return; } } // System.Void BestHTTP.Examples.DemoHub::b__35_0(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ResultMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_U3CComplexArrayU3Eb__35_0_m4B75963906339E2E29C432858FA89AFD150768C4 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg1, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC05C21B3310225BBB7EB4356FBEB53C390D20968); s_Il2CppMethodInitialized = true; } { // base.Call("ComplexArray", (hub, msg, result) => complexArrayResult = "Complex Array Works!", (object)complexArray); __this->set_complexArrayResult_19(_stringLiteralC05C21B3310225BBB7EB4356FBEB53C390D20968); return; } } // System.Void BestHTTP.Examples.DemoHub::b__40_0(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ResultMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_U3CReadStateValueU3Eb__40_0_m26C7AE9D24579A453971FA460C6A308506299899 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg1, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0D779A099B57AD7E0E0D199BCD1EB141D06BC46); s_Il2CppMethodInitialized = true; } { // base.Call("readStateValue", (hub, msg, result) => readStateResult = string.Format("Read some state! => {0}", result.ReturnValue)); ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * L_0 = ___result2; NullCheck(L_0); RuntimeObject * L_1; L_1 = ResultMessage_get_ReturnValue_mC60C506AC05E305C72D58E882A52EB784DF53C06_inline(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralD0D779A099B57AD7E0E0D199BCD1EB141D06BC46, L_1, /*hidden argument*/NULL); __this->set_readStateResult_22(L_2); return; } } // System.Void BestHTTP.Examples.DemoHub::b__41_0(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ResultMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_U3CPlainTaskU3Eb__41_0_m4CE73BE9A8DAC8C1E01AC7C586673C6B24F74A48 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg1, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF3FB46F81F865395F823E06E5B1902A41C19965); s_Il2CppMethodInitialized = true; } { // base.Call("plainTask", (hub, msg, result) => plainTaskResult = "Plain Task Result"); __this->set_plainTaskResult_23(_stringLiteralFF3FB46F81F865395F823E06E5B1902A41C19965); return; } } // System.Void BestHTTP.Examples.DemoHub::b__42_0(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ResultMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHub_U3CGenericTaskWithContinueWithU3Eb__42_0_m2592378877AC118F0AF317FB03398F52ECA71D56 (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg1, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * ___result2, const RuntimeMethod* method) { { // base.Call("genericTaskWithContinueWith", (hub, msg, result) => genericTaskWithContinueWithResult = result.ReturnValue.ToString()); ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * L_0 = ___result2; NullCheck(L_0); RuntimeObject * L_1; L_1 = ResultMessage_get_ReturnValue_mC60C506AC05E305C72D58E882A52EB784DF53C06_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); __this->set_genericTaskWithContinueWithResult_24(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Examples.DemoHubSample::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHubSample_Start_mB8E2FA710AEC25C819998329DF67510E3C97F2BC (DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHubSample_U3CStartU3Eb__7_0_mD4CEE18C88733CC0D52089FCCA9054EBEB84312D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral413784A08867750F23D33FCBD766B9607A120943); s_Il2CppMethodInitialized = true; } { // demoHub = new DemoHub(); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_0 = (DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 *)il2cpp_codegen_object_new(DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4_il2cpp_TypeInfo_var); DemoHub__ctor_mF3AB86D1318399FDC84DBAB27B3E167F5D95D3AF(L_0, /*hidden argument*/NULL); __this->set_demoHub_6(L_0); // typedDemoHub = new TypedDemoHub(); TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117 * L_1 = (TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117 *)il2cpp_codegen_object_new(TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117_il2cpp_TypeInfo_var); TypedDemoHub__ctor_m78A22B22B9B8254D3DA5AF6557217AE6A424FC55(L_1, /*hidden argument*/NULL); __this->set_typedDemoHub_7(L_1); // vbDemoHub = new Hub("vbdemo"); Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_2 = (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 *)il2cpp_codegen_object_new(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362_il2cpp_TypeInfo_var); Hub__ctor_mD29A13D73C950B415D63DCEAB89AE82228F8D9A6(L_2, _stringLiteral413784A08867750F23D33FCBD766B9607A120943, /*hidden argument*/NULL); __this->set_vbDemoHub_8(L_2); // signalRConnection = new Connection(URI, demoHub, typedDemoHub, vbDemoHub); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = __this->get_URI_4(); HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_4 = (HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44*)(HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44*)SZArrayNew(HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44_il2cpp_TypeInfo_var, (uint32_t)3); HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_5 = L_4; DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_6 = __this->get_demoHub_6(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 *)L_6); HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_7 = L_5; TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117 * L_8 = __this->get_typedDemoHub_7(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(1), (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 *)L_8); HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* L_9 = L_7; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_10 = __this->get_vbDemoHub_8(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(2), (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 *)L_10); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_11 = (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC *)il2cpp_codegen_object_new(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_il2cpp_TypeInfo_var); Connection__ctor_mDBB8597D98762C50BAF2E7A17F944448606D678A(L_11, L_3, L_9, /*hidden argument*/NULL); __this->set_signalRConnection_5(L_11); // signalRConnection.JsonEncoder = new LitJsonEncoder(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_12 = __this->get_signalRConnection_5(); LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE * L_13 = (LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE *)il2cpp_codegen_object_new(LitJsonEncoder_t6E02F79751469008F1C050C0D878D226947D10CE_il2cpp_TypeInfo_var); LitJsonEncoder__ctor_m763379A4320CF72BA2DEEC4C8362168350444008(L_13, /*hidden argument*/NULL); NullCheck(L_12); Connection_set_JsonEncoder_m409F902EFFEAA886681B74092881566B02E708DD_inline(L_12, L_13, /*hidden argument*/NULL); // signalRConnection.OnConnected += (connection) => // { // var person = new { Name = "Foo", Age = 20, Address = new { Street = "One Microsoft Way", Zip = "98052" } }; // // // Call the demo functions // // demoHub.AddToGroups(); // demoHub.GetValue(); // demoHub.TaskWithException(); // demoHub.GenericTaskWithException(); // demoHub.SynchronousException(); // demoHub.DynamicTask(); // demoHub.PassingDynamicComplex(person); // demoHub.SimpleArray(new int[] { 5, 5, 6 }); // demoHub.ComplexType(person); // demoHub.ComplexArray(new object[] { person, person, person }); // demoHub.ReportProgress("Long running job!"); // // demoHub.Overload(); // // // set some state // demoHub.State["name"] = "Testing state!"; // demoHub.ReadStateValue(); // // demoHub.PlainTask(); // demoHub.GenericTaskWithContinueWith(); // // typedDemoHub.Echo("Typed echo callback"); // // // vbDemo is not wrapped in a hub class, it would contain only one function // vbDemoHub.Call("readStateValue", (hub, msg, result) => vbReadStateResult = string.Format("Read some state from VB.NET! => {0}", result.ReturnValue == null ? "undefined" : result.ReturnValue.ToString())); // }; Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_14 = __this->get_signalRConnection_5(); OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * L_15 = (OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 *)il2cpp_codegen_object_new(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99_il2cpp_TypeInfo_var); OnConnectedDelegate__ctor_m12A6CAAD54C9B4CCCBAD104C4184907460392B95(L_15, __this, (intptr_t)((intptr_t)DemoHubSample_U3CStartU3Eb__7_0_mD4CEE18C88733CC0D52089FCCA9054EBEB84312D_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_14); Connection_add_OnConnected_m6080D072D7B81F9C8212B0D6A9E9ACD8B904D36E(L_14, L_15, /*hidden argument*/NULL); // signalRConnection.Open(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_16 = __this->get_signalRConnection_5(); NullCheck(L_16); Connection_Open_m6439E65084C815C273A98CB05C7D4A0B82434206(L_16, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHubSample::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHubSample_OnDestroy_mF201F84A5C47B0399847E3B14F4236DCFD2A8EE9 (DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540 * __this, const RuntimeMethod* method) { { // signalRConnection.Close(); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = __this->get_signalRConnection_5(); NullCheck(L_0); Connection_Close_m6DA3163F6AFBF03201AF47829A895C52BB631345(L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHubSample::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHubSample_OnGUI_m0C2D6CE6972B5BDFD000596A1670C60969FD9F1B (DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHubSample_U3COnGUIU3Eb__9_0_mB9A7AF34D551642484938F334321739D3EF93CB6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // GUIHelper.DrawArea(GUIHelper.ClientArea, true, () => // { // scrollPos = GUILayout.BeginScrollView(scrollPos, false, false); // GUILayout.BeginVertical(); // // demoHub.Draw(); // // typedDemoHub.Draw(); // // GUILayout.Label("Read State Value"); // GUILayout.BeginHorizontal(); // GUILayout.Space(20); // GUILayout.Label(vbReadStateResult); // GUILayout.EndHorizontal(); // // GUILayout.Space(10); // // GUILayout.EndVertical(); // GUILayout.EndScrollView(); // }); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_0 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_ClientArea_3(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)DemoHubSample_U3COnGUIU3Eb__9_0_mB9A7AF34D551642484938F334321739D3EF93CB6_RuntimeMethod_var), /*hidden argument*/NULL); GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D(L_0, (bool)1, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.DemoHubSample::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHubSample__ctor_m833535878C00957048878EBEB0A2377E8A393666 (DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3923B136B981C1E60CD884E9A68FCC12C55389B7); s_Il2CppMethodInitialized = true; } { // readonly Uri URI = new Uri(GUIHelper.BaseURL + "/signalr"); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); String_t* L_0 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_BaseURL_0(); String_t* L_1; L_1 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, _stringLiteral3923B136B981C1E60CD884E9A68FCC12C55389B7, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_2, L_1, /*hidden argument*/NULL); __this->set_URI_4(L_2); // string vbReadStateResult = string.Empty; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_vbReadStateResult_9(L_3); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Examples.DemoHubSample::b__7_0(BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHubSample_U3CStartU3Eb__7_0_mD4CEE18C88733CC0D52089FCCA9054EBEB84312D (DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___connection0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DemoHubSample_U3CStartU3Eb__7_1_m806EAB69679B14975FF9AA38320E6F1CB4973FD9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m012F321188703DCCB5C4F99C5A5AA2FA31A98144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType1_3__ctor_mA7AEB89FD6F0C7298F3353847D93DA036EBBE3EC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType2_2__ctor_m4C28DA861B3B8E09EEF108F46727D5B4BABEADFE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0634009C40AA73278D2AE9D9E24A7B0145DAE7C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral413F3118FE6B9755B68D8A0809C82BBD331A731B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral528FD17A376B814C9AC93A81B3E279592A4F55A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5489B79E0849955D0BDD5FA7ACE4524FB2151598); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA3098465C16E6CBA81378C59E93DD1E4FDD0775); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAC1D237A3AA7CEB12D847D51D00F92C3B172148); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE9C886BD11E2ECC0A8CCF663182752D50E28834); s_Il2CppMethodInitialized = true; } U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7 * V_0 = NULL; { // var person = new { Name = "Foo", Age = 20, Address = new { Street = "One Microsoft Way", Zip = "98052" } }; U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203 * L_0 = (U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203 *)il2cpp_codegen_object_new(U3CU3Ef__AnonymousType2_2_t676B0057FDC5BAE7295CB564C5E3300F61887203_il2cpp_TypeInfo_var); U3CU3Ef__AnonymousType2_2__ctor_m4C28DA861B3B8E09EEF108F46727D5B4BABEADFE(L_0, _stringLiteralBA3098465C16E6CBA81378C59E93DD1E4FDD0775, _stringLiteral528FD17A376B814C9AC93A81B3E279592A4F55A2, /*hidden argument*/U3CU3Ef__AnonymousType2_2__ctor_m4C28DA861B3B8E09EEF108F46727D5B4BABEADFE_RuntimeMethod_var); U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7 * L_1 = (U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7 *)il2cpp_codegen_object_new(U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7_il2cpp_TypeInfo_var); U3CU3Ef__AnonymousType1_3__ctor_mA7AEB89FD6F0C7298F3353847D93DA036EBBE3EC(L_1, _stringLiteralCE9C886BD11E2ECC0A8CCF663182752D50E28834, ((int32_t)20), L_0, /*hidden argument*/U3CU3Ef__AnonymousType1_3__ctor_mA7AEB89FD6F0C7298F3353847D93DA036EBBE3EC_RuntimeMethod_var); V_0 = L_1; // demoHub.AddToGroups(); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_2 = __this->get_demoHub_6(); NullCheck(L_2); DemoHub_AddToGroups_m48935B2027D5998D0E8DFDC737D33358FDD5E10A(L_2, /*hidden argument*/NULL); // demoHub.GetValue(); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_3 = __this->get_demoHub_6(); NullCheck(L_3); DemoHub_GetValue_m12B235D1DCF7A1A06910E2AF506E6856F8D7A783(L_3, /*hidden argument*/NULL); // demoHub.TaskWithException(); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_4 = __this->get_demoHub_6(); NullCheck(L_4); DemoHub_TaskWithException_m9D2200AFB366170E3E70F26D92D13018CFA7E520(L_4, /*hidden argument*/NULL); // demoHub.GenericTaskWithException(); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_5 = __this->get_demoHub_6(); NullCheck(L_5); DemoHub_GenericTaskWithException_m4FBE6C9778203AEF600D5A7E6BDBF8BA15DC872F(L_5, /*hidden argument*/NULL); // demoHub.SynchronousException(); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_6 = __this->get_demoHub_6(); NullCheck(L_6); DemoHub_SynchronousException_mA76A3D4879C3745260F36160E8BDEC53D3020183(L_6, /*hidden argument*/NULL); // demoHub.DynamicTask(); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_7 = __this->get_demoHub_6(); NullCheck(L_7); DemoHub_DynamicTask_mEB3E632AEB3EFA1063097773A2AEFA12BD5BAA8E(L_7, /*hidden argument*/NULL); // demoHub.PassingDynamicComplex(person); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_8 = __this->get_demoHub_6(); U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7 * L_9 = V_0; NullCheck(L_8); DemoHub_PassingDynamicComplex_m0020A45C031F918742773AFD3BFB52D521EAC13B(L_8, L_9, /*hidden argument*/NULL); // demoHub.SimpleArray(new int[] { 5, 5, 6 }); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_10 = __this->get_demoHub_6(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = L_11; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_13 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_12, L_13, /*hidden argument*/NULL); NullCheck(L_10); DemoHub_SimpleArray_mE3867D9C96AE149F9BD5E823CB0D3EEDBC7CB932(L_10, L_12, /*hidden argument*/NULL); // demoHub.ComplexType(person); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_14 = __this->get_demoHub_6(); U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7 * L_15 = V_0; NullCheck(L_14); DemoHub_ComplexType_m6A923C249A6C53F63EAC3F40CA73CA09DF991B6D(L_14, L_15, /*hidden argument*/NULL); // demoHub.ComplexArray(new object[] { person, person, person }); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_16 = __this->get_demoHub_6(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = L_17; U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7 * L_19 = V_0; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (RuntimeObject *)L_19); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_18; U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7 * L_21 = V_0; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(1), (RuntimeObject *)L_21); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = L_20; U3CU3Ef__AnonymousType1_3_t01895F214257594C732C8B191A2A6AADB1A9B7D7 * L_23 = V_0; NullCheck(L_22); ArrayElementTypeCheck (L_22, L_23); (L_22)->SetAt(static_cast(2), (RuntimeObject *)L_23); NullCheck(L_16); DemoHub_ComplexArray_m8B59C4B518C6A0A319060FCA3CC85F421B4524A1(L_16, L_22, /*hidden argument*/NULL); // demoHub.ReportProgress("Long running job!"); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_24 = __this->get_demoHub_6(); NullCheck(L_24); DemoHub_ReportProgress_m9EA5900997A34BB009EBB23593A01B4071BB881D(L_24, _stringLiteral413F3118FE6B9755B68D8A0809C82BBD331A731B, /*hidden argument*/NULL); // demoHub.Overload(); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_25 = __this->get_demoHub_6(); NullCheck(L_25); DemoHub_Overload_mE657D38914F52B3D0761FF51C7F49597A4C0FCF6(L_25, /*hidden argument*/NULL); // demoHub.State["name"] = "Testing state!"; DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_26 = __this->get_demoHub_6(); NullCheck(L_26); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_27; L_27 = Hub_get_State_mAA7154287EFE07B67EF6D238FDEBF25193F29A2B(L_26, /*hidden argument*/NULL); NullCheck(L_27); Dictionary_2_set_Item_m012F321188703DCCB5C4F99C5A5AA2FA31A98144(L_27, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, _stringLiteralBAC1D237A3AA7CEB12D847D51D00F92C3B172148, /*hidden argument*/Dictionary_2_set_Item_m012F321188703DCCB5C4F99C5A5AA2FA31A98144_RuntimeMethod_var); // demoHub.ReadStateValue(); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_28 = __this->get_demoHub_6(); NullCheck(L_28); DemoHub_ReadStateValue_mDF603A5FF965AEF491781C1DDB040085213EC709(L_28, /*hidden argument*/NULL); // demoHub.PlainTask(); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_29 = __this->get_demoHub_6(); NullCheck(L_29); DemoHub_PlainTask_m0E2830D10F23A9147ADDC82713FBB0230F89653A(L_29, /*hidden argument*/NULL); // demoHub.GenericTaskWithContinueWith(); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_30 = __this->get_demoHub_6(); NullCheck(L_30); DemoHub_GenericTaskWithContinueWith_m72C10D1D6B35BE412A9C8AF81961676C044AD0A5(L_30, /*hidden argument*/NULL); // typedDemoHub.Echo("Typed echo callback"); TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117 * L_31 = __this->get_typedDemoHub_7(); NullCheck(L_31); TypedDemoHub_Echo_m2C293BBE8C27CA27CF9921BD218C8B760ECA26B7(L_31, _stringLiteral0634009C40AA73278D2AE9D9E24A7B0145DAE7C6, /*hidden argument*/NULL); // vbDemoHub.Call("readStateValue", (hub, msg, result) => vbReadStateResult = string.Format("Read some state from VB.NET! => {0}", result.ReturnValue == null ? "undefined" : result.ReturnValue.ToString())); Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_32 = __this->get_vbDemoHub_8(); OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_33 = (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)il2cpp_codegen_object_new(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92_il2cpp_TypeInfo_var); OnMethodResultDelegate__ctor_mE853E887A306B74C4C47A14F4D7CE1D1F956BDA9(L_33, __this, (intptr_t)((intptr_t)DemoHubSample_U3CStartU3Eb__7_1_m806EAB69679B14975FF9AA38320E6F1CB4973FD9_RuntimeMethod_var), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_34; L_34 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_32); bool L_35; L_35 = Hub_Call_m2A5996F81FEC5931E6AA3F781FA27D75BAE727CC(L_32, _stringLiteral5489B79E0849955D0BDD5FA7ACE4524FB2151598, L_33, L_34, /*hidden argument*/NULL); // }; return; } } // System.Void BestHTTP.Examples.DemoHubSample::b__7_1(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ResultMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHubSample_U3CStartU3Eb__7_1_m806EAB69679B14975FF9AA38320E6F1CB4973FD9 (DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg1, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * ___result2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F45AE1F6DDDD4F0B29149B9126317C62C36E5A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0F8C6107D677F44EE56BB24802B3367A3EFA897); s_Il2CppMethodInitialized = true; } String_t* G_B2_0 = NULL; DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540 * G_B2_1 = NULL; String_t* G_B1_0 = NULL; DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540 * G_B1_1 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540 * G_B3_2 = NULL; { // vbDemoHub.Call("readStateValue", (hub, msg, result) => vbReadStateResult = string.Format("Read some state from VB.NET! => {0}", result.ReturnValue == null ? "undefined" : result.ReturnValue.ToString())); ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * L_0 = ___result2; NullCheck(L_0); RuntimeObject * L_1; L_1 = ResultMessage_get_ReturnValue_mC60C506AC05E305C72D58E882A52EB784DF53C06_inline(L_0, /*hidden argument*/NULL); G_B1_0 = _stringLiteralD0F8C6107D677F44EE56BB24802B3367A3EFA897; G_B1_1 = __this; if (!L_1) { G_B2_0 = _stringLiteralD0F8C6107D677F44EE56BB24802B3367A3EFA897; G_B2_1 = __this; goto IL_001b; } } { ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * L_2 = ___result2; NullCheck(L_2); RuntimeObject * L_3; L_3 = ResultMessage_get_ReturnValue_mC60C506AC05E305C72D58E882A52EB784DF53C06_inline(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); G_B3_0 = L_4; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0020; } IL_001b: { G_B3_0 = _stringLiteral6F45AE1F6DDDD4F0B29149B9126317C62C36E5A5; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0020: { String_t* L_5; L_5 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(G_B3_1, G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_2); G_B3_2->set_vbReadStateResult_9(L_5); return; } } // System.Void BestHTTP.Examples.DemoHubSample::b__9_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoHubSample_U3COnGUIU3Eb__9_0_mB9A7AF34D551642484938F334321739D3EF93CB6 (DemoHubSample_tCB8EF8EC177A88F8F3F8F147CF6DE49B5BD95540 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64E3D9E6F0F241F29703FDF9B06A60AF9DCF3F23); s_Il2CppMethodInitialized = true; } { // scrollPos = GUILayout.BeginScrollView(scrollPos, false, false); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = __this->get_scrollPos_10(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_1; L_1 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2; L_2 = GUILayout_BeginScrollView_m605976F974526E1D17F6555A35B6CCBBE7ADB492(L_0, (bool)0, (bool)0, L_1, /*hidden argument*/NULL); __this->set_scrollPos_10(L_2); // GUILayout.BeginVertical(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_3; L_3 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginVertical_mE0941591491BBDAA25FF7CD48415750FD08D10ED(L_3, /*hidden argument*/NULL); // demoHub.Draw(); DemoHub_t16E17F20E4C88E5A6F07CC25E23F507DB4F7DFE4 * L_4 = __this->get_demoHub_6(); NullCheck(L_4); DemoHub_Draw_m050C0A917AF14C159793A230AD4318218C485E09(L_4, /*hidden argument*/NULL); // typedDemoHub.Draw(); TypedDemoHub_t207AE59C501855BF701ADC560FC4C74B29425117 * L_5 = __this->get_typedDemoHub_7(); NullCheck(L_5); TypedDemoHub_Draw_m1772868F3731A9E864665BEF4761F1360410244E(L_5, /*hidden argument*/NULL); // GUILayout.Label("Read State Value"); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_6; L_6 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral64E3D9E6F0F241F29703FDF9B06A60AF9DCF3F23, L_6, /*hidden argument*/NULL); // GUILayout.BeginHorizontal(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_7; L_7 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661(L_7, /*hidden argument*/NULL); // GUILayout.Space(20); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((20.0f), /*hidden argument*/NULL); // GUILayout.Label(vbReadStateResult); String_t* L_8 = __this->get_vbReadStateResult_9(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_9; L_9 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_8, L_9, /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // GUILayout.Space(10); GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD((10.0f), /*hidden argument*/NULL); // GUILayout.EndVertical(); GUILayout_EndVertical_mBCF5058C9591A4064722C2B763EF98D066BFDCAD(/*hidden argument*/NULL); // GUILayout.EndScrollView(); GUILayout_EndScrollView_m7A2EFB6B6DFC43302979FD6E2AF032C0D21BA163(/*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.Boolean UnityStandardAssets.ImageEffects.DepthOfField::CheckResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DepthOfField_CheckResources_m0C249CBD6A22AC2677AA97453F9C1AB8607F7784 (DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * __this, const RuntimeMethod* method) { { // CheckSupport (true); // only requires depth, not HDR bool L_0; L_0 = PostEffectsBase_CheckSupport_m20B1CB0EC0F019D345427F851C67A5FD2E01061A(__this, (bool)1, /*hidden argument*/NULL); // dofHdrMaterial = CheckShaderAndCreateMaterial (dofHdrShader, dofHdrMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_1 = __this->get_dofHdrShader_18(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_dofHdrMaterial_19(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3; L_3 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_1, L_2, /*hidden argument*/NULL); __this->set_dofHdrMaterial_19(L_3); // if (supportDX11 && blurType == BlurType.DX11) { bool L_4 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_supportDX11_5(); if (!L_4) { goto IL_004f; } } { int32_t L_5 = __this->get_blurType_14(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_004f; } } { // dx11bokehMaterial = CheckShaderAndCreateMaterial(dx11BokehShader, dx11bokehMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_6 = __this->get_dx11BokehShader_20(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_7 = __this->get_dx11bokehMaterial_21(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_8; L_8 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_6, L_7, /*hidden argument*/NULL); __this->set_dx11bokehMaterial_21(L_8); // CreateComputeResources (); DepthOfField_CreateComputeResources_m144C19BB16C05831CD0B4CE5DC80E1347F37D53D(__this, /*hidden argument*/NULL); } IL_004f: { // if (!isSupported) bool L_9 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); if (L_9) { goto IL_005d; } } { // ReportAutoDisable (); PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31(__this, /*hidden argument*/NULL); } IL_005d: { // return isSupported; bool L_10 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); return L_10; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfField::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfField_OnEnable_m6741B3049B5E4E17C093FAC5D44A0EFCE658C593 (DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // cachedCamera = GetComponent(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0; L_0 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(__this, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); __this->set_cachedCamera_31(L_0); // cachedCamera.depthTextureMode |= DepthTextureMode.Depth; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1 = __this->get_cachedCamera_31(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = L_1; NullCheck(L_2); int32_t L_3; L_3 = Camera_get_depthTextureMode_mA4B03C6B552FB03DF8A8C20DC9F4EB8FD978A7DD(L_2, /*hidden argument*/NULL); NullCheck(L_2); Camera_set_depthTextureMode_m2D4631800947438BE9A7697778E2CB0E38083CF1(L_2, ((int32_t)((int32_t)L_3|(int32_t)1)), /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfField::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfField_OnDisable_m89B2E7EF9C7D5E026484BBB17E8178DA83913F84 (DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ReleaseComputeResources (); DepthOfField_ReleaseComputeResources_m9FFAAE0615BA2F81031CD9E3A1F17C2E8ACF1167(__this, /*hidden argument*/NULL); // if (dofHdrMaterial) DestroyImmediate(dofHdrMaterial); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_dofHdrMaterial_19(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { // if (dofHdrMaterial) DestroyImmediate(dofHdrMaterial); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_dofHdrMaterial_19(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_2, /*hidden argument*/NULL); } IL_001e: { // dofHdrMaterial = null; __this->set_dofHdrMaterial_19((Material_t8927C00353A72755313F046D0CE85178AE8218EE *)NULL); // if (dx11bokehMaterial) DestroyImmediate(dx11bokehMaterial); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3 = __this->get_dx11bokehMaterial_21(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_003d; } } { // if (dx11bokehMaterial) DestroyImmediate(dx11bokehMaterial); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = __this->get_dx11bokehMaterial_21(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_5, /*hidden argument*/NULL); } IL_003d: { // dx11bokehMaterial = null; __this->set_dx11bokehMaterial_21((Material_t8927C00353A72755313F046D0CE85178AE8218EE *)NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfField::ReleaseComputeResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfField_ReleaseComputeResources_m9FFAAE0615BA2F81031CD9E3A1F17C2E8ACF1167 (DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * __this, const RuntimeMethod* method) { { // if (cbDrawArgs != null) cbDrawArgs.Release(); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_0 = __this->get_cbDrawArgs_28(); if (!L_0) { goto IL_0013; } } { // if (cbDrawArgs != null) cbDrawArgs.Release(); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_1 = __this->get_cbDrawArgs_28(); NullCheck(L_1); ComputeBuffer_Release_m7F1D518D1542CD4B961B17E3A44376FA78E977EB(L_1, /*hidden argument*/NULL); } IL_0013: { // cbDrawArgs = null; __this->set_cbDrawArgs_28((ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)NULL); // if (cbPoints != null) cbPoints.Release(); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_2 = __this->get_cbPoints_29(); if (!L_2) { goto IL_002d; } } { // if (cbPoints != null) cbPoints.Release(); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_3 = __this->get_cbPoints_29(); NullCheck(L_3); ComputeBuffer_Release_m7F1D518D1542CD4B961B17E3A44376FA78E977EB(L_3, /*hidden argument*/NULL); } IL_002d: { // cbPoints = null; __this->set_cbPoints_29((ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfField::CreateComputeResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfField_CreateComputeResources_m144C19BB16C05831CD0B4CE5DC80E1347F37D53D (DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; { // if (cbDrawArgs == null) ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_0 = __this->get_cbDrawArgs_28(); if (L_0) { goto IL_003e; } } { // cbDrawArgs = new ComputeBuffer (1, 16, ComputeBufferType.IndirectArguments); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_1 = (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)il2cpp_codegen_object_new(ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427_il2cpp_TypeInfo_var); ComputeBuffer__ctor_mCF22AAE35FCF0AAC7168EF4FDD11536569BBDE92(L_1, 1, ((int32_t)16), ((int32_t)256), /*hidden argument*/NULL); __this->set_cbDrawArgs_28(L_1); // var args= new int[4]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)4); V_0 = L_2; // args[0] = 0; args[1] = 1; args[2] = 0; args[3] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = V_0; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (int32_t)0); // args[0] = 0; args[1] = 1; args[2] = 0; args[3] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (int32_t)1); // args[0] = 0; args[1] = 1; args[2] = 0; args[3] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = V_0; NullCheck(L_5); (L_5)->SetAt(static_cast(2), (int32_t)0); // args[0] = 0; args[1] = 1; args[2] = 0; args[3] = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(3), (int32_t)0); // cbDrawArgs.SetData (args); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_7 = __this->get_cbDrawArgs_28(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_0; NullCheck(L_7); ComputeBuffer_SetData_m4A48A0AD92ADDE0C718BD077686C649BCF963EB8(L_7, (RuntimeArray *)(RuntimeArray *)L_8, /*hidden argument*/NULL); } IL_003e: { // if (cbPoints == null) ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_9 = __this->get_cbPoints_29(); if (L_9) { goto IL_0059; } } { // cbPoints = new ComputeBuffer (90000, 12+16, ComputeBufferType.Append); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_10 = (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)il2cpp_codegen_object_new(ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427_il2cpp_TypeInfo_var); ComputeBuffer__ctor_mCF22AAE35FCF0AAC7168EF4FDD11536569BBDE92(L_10, ((int32_t)90000), ((int32_t)28), 2, /*hidden argument*/NULL); __this->set_cbPoints_29(L_10); } IL_0059: { // } return; } } // System.Single UnityStandardAssets.ImageEffects.DepthOfField::FocalDistance01(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DepthOfField_FocalDistance01_mAD7B2FD38F77D486FCEAFAA8D54DEF300AE73E1F (DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * __this, float ___worldDist0, const RuntimeMethod* method) { { // return cachedCamera.WorldToViewportPoint((worldDist-cachedCamera.nearClipPlane) * cachedCamera.transform.forward + cachedCamera.transform.position).z / (cachedCamera.farClipPlane-cachedCamera.nearClipPlane); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0 = __this->get_cachedCamera_31(); float L_1 = ___worldDist0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = __this->get_cachedCamera_31(); NullCheck(L_2); float L_3; L_3 = Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC(L_2, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_4 = __this->get_cachedCamera_31(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_5, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline(((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), L_6, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_8 = __this->get_cachedCamera_31(); NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_9, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_7, L_10, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Camera_WorldToViewportPoint_m656CDAE26AAC040A4A47DAFF8EEDB0A941BE051D(L_0, L_11, /*hidden argument*/NULL); float L_13 = L_12.get_z_4(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_14 = __this->get_cachedCamera_31(); NullCheck(L_14); float L_15; L_15 = Camera_get_farClipPlane_m0FA1B9E2E815BECE2EA40023302EB942B52D9596(L_14, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_16 = __this->get_cachedCamera_31(); NullCheck(L_16); float L_17; L_17 = Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC(L_16, /*hidden argument*/NULL); return ((float)((float)L_13/(float)((float)il2cpp_codegen_subtract((float)L_15, (float)L_17)))); } } // System.Void UnityStandardAssets.ImageEffects.DepthOfField::WriteCoc(UnityEngine.RenderTexture,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfField_WriteCoc_m0F58251DD44C9B7A25E28EC45C9EB89A77746174 (DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___fromTo0, bool ___fgDilate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64990EDD2C87DB9746BEC2C8EA26EC5FAE2F1501); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_1 = NULL; float V_2 = 0.0f; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_3 = NULL; { // dofHdrMaterial.SetTexture("_FgOverlap", null); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_dofHdrMaterial_19(); NullCheck(L_0); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_0, _stringLiteral64990EDD2C87DB9746BEC2C8EA26EC5FAE2F1501, (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE *)NULL, /*hidden argument*/NULL); // if (nearBlur && fgDilate) { bool L_1 = __this->get_nearBlur_16(); bool L_2 = ___fgDilate1; if (!((int32_t)((int32_t)L_1&(int32_t)L_2))) { goto IL_0108; } } { // int rtW = fromTo.width/2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_3 = ___fromTo0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_3); // int rtH = fromTo.height/2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_5 = ___fromTo0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_5); V_0 = ((int32_t)((int32_t)L_6/(int32_t)2)); // RenderTexture temp2 = RenderTexture.GetTemporary (rtW, rtH, 0, fromTo.format); int32_t L_7 = ((int32_t)((int32_t)L_4/(int32_t)2)); int32_t L_8 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_9 = ___fromTo0; NullCheck(L_9); int32_t L_10; L_10 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_9, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_11; L_11 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_7, L_8, 0, L_10, /*hidden argument*/NULL); V_1 = L_11; // Graphics.Blit (fromTo, temp2, dofHdrMaterial, 4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_12 = ___fromTo0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_13 = V_1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_14 = __this->get_dofHdrMaterial_19(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_12, L_13, L_14, 4, /*hidden argument*/NULL); // float fgAdjustment = internalBlurWidth * foregroundOverlap; float L_15 = __this->get_internalBlurWidth_30(); float L_16 = __this->get_foregroundOverlap_17(); V_2 = ((float)il2cpp_codegen_multiply((float)L_15, (float)L_16)); // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (0.0f, fgAdjustment , 0.0f, fgAdjustment)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_17 = __this->get_dofHdrMaterial_19(); float L_18 = V_2; float L_19 = V_2; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_20; memset((&L_20), 0, sizeof(L_20)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_20), (0.0f), L_18, (0.0f), L_19, /*hidden argument*/NULL); NullCheck(L_17); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_17, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_20, /*hidden argument*/NULL); // RenderTexture temp1 = RenderTexture.GetTemporary (rtW, rtH, 0, fromTo.format); int32_t L_21 = L_7; int32_t L_22 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_23 = ___fromTo0; NullCheck(L_23); int32_t L_24; L_24 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_23, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_25; L_25 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_21, L_22, 0, L_24, /*hidden argument*/NULL); V_3 = L_25; // Graphics.Blit (temp2, temp1, dofHdrMaterial, 2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_26 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_27 = V_3; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_28 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_26, L_27, L_28, 2, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(temp2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_29 = V_1; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_29, /*hidden argument*/NULL); // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (fgAdjustment, 0.0f, 0.0f, fgAdjustment)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_30 = __this->get_dofHdrMaterial_19(); float L_31 = V_2; float L_32 = V_2; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_33; memset((&L_33), 0, sizeof(L_33)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_33), L_31, (0.0f), (0.0f), L_32, /*hidden argument*/NULL); NullCheck(L_30); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_30, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_33, /*hidden argument*/NULL); // temp2 = RenderTexture.GetTemporary (rtW, rtH, 0, fromTo.format); int32_t L_34 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_35 = ___fromTo0; NullCheck(L_35); int32_t L_36; L_36 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_35, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_37; L_37 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_21, L_34, 0, L_36, /*hidden argument*/NULL); V_1 = L_37; // Graphics.Blit (temp1, temp2, dofHdrMaterial, 2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_38 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_39 = V_1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_40 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_38, L_39, L_40, 2, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(temp1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_41 = V_3; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_41, /*hidden argument*/NULL); // dofHdrMaterial.SetTexture("_FgOverlap", temp2); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_42 = __this->get_dofHdrMaterial_19(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_43 = V_1; NullCheck(L_42); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_42, _stringLiteral64990EDD2C87DB9746BEC2C8EA26EC5FAE2F1501, L_43, /*hidden argument*/NULL); // Graphics.Blit (fromTo, fromTo, dofHdrMaterial, 13); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_44 = ___fromTo0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_45 = ___fromTo0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_46 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_44, L_45, L_46, ((int32_t)13), /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(temp2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_47 = V_1; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_47, /*hidden argument*/NULL); // } return; } IL_0108: { // Graphics.Blit (fromTo, fromTo, dofHdrMaterial, 0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_48 = ___fromTo0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_49 = ___fromTo0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_50 = __this->get_dofHdrMaterial_19(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_48, L_49, L_50, 0, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfField::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfField_OnRenderImage_mBD7B49FD25DBB86F6B728D7961D595DCFE11B269 (DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___destination1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral123EC10A00B006ADA382F26173A1D784145BAC19); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBFAEC37CB6AC0F9329DFF538BEFB069622A4FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64990EDD2C87DB9746BEC2C8EA26EC5FAE2F1501); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E1D320598EEA2FA08C01CAA1B2972F77C21E2D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76A08F95C4B9697D75ECB44A5A5A968632FE0BA4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83172113C0A6DC6FE78BD4B38453008B249D3BED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral870202FA3513564EA438A5FCC61C8F0990ED0C67); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4A7C91D5EB9CC7BE553909E2E68A7CB69992AC1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE408B78E67B3BB09A42AEBC700C360C8EFBE3186); s_Il2CppMethodInitialized = true; } RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_2 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_3 = NULL; float V_4 = 0.0f; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_5 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_6 = NULL; int32_t V_7 = 0; DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * G_B8_0 = NULL; DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * G_B7_0 = NULL; float G_B9_0 = 0.0f; DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * G_B9_1 = NULL; DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * G_B16_0 = NULL; DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * G_B15_0 = NULL; float G_B17_0 = 0.0f; DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * G_B17_1 = NULL; String_t* G_B21_0 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B21_1 = NULL; String_t* G_B20_0 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B20_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B22_0 = NULL; String_t* G_B22_1 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B22_2 = NULL; int32_t G_B37_0 = 0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B41_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B41_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B41_2 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B40_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B40_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B40_2 = NULL; int32_t G_B42_0 = 0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B42_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B42_2 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B42_3 = NULL; { // if (!CheckResources ()) { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckResources() */, __this); if (L_0) { goto IL_0010; } } { // Graphics.Blit (source, destination); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_1 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___destination1; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_1, L_2, /*hidden argument*/NULL); // return; return; } IL_0010: { // if (aperture < 0.0f) aperture = 0.0f; float L_3 = __this->get_aperture_10(); if ((!(((float)L_3) < ((float)(0.0f))))) { goto IL_0028; } } { // if (aperture < 0.0f) aperture = 0.0f; __this->set_aperture_10((0.0f)); } IL_0028: { // if (maxBlurSize < 0.1f) maxBlurSize = 0.1f; float L_4 = __this->get_maxBlurSize_12(); if ((!(((float)L_4) < ((float)(0.100000001f))))) { goto IL_0040; } } { // if (maxBlurSize < 0.1f) maxBlurSize = 0.1f; __this->set_maxBlurSize_12((0.100000001f)); } IL_0040: { // focalSize = Mathf.Clamp(focalSize, 0.0f, 2.0f); float L_5 = __this->get_focalSize_9(); float L_6; L_6 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_5, (0.0f), (2.0f), /*hidden argument*/NULL); __this->set_focalSize_9(L_6); // internalBlurWidth = Mathf.Max(maxBlurSize, 0.0f); float L_7 = __this->get_maxBlurSize_12(); float L_8; L_8 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_7, (0.0f), /*hidden argument*/NULL); __this->set_internalBlurWidth_30(L_8); // focalDistance01 = (focalTransform) ? (cachedCamera.WorldToViewportPoint (focalTransform.position)).z / (cachedCamera.farClipPlane) : FocalDistance01 (focalLength); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9 = __this->get_focalTransform_11(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_10; L_10 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_9, /*hidden argument*/NULL); G_B7_0 = __this; if (L_10) { G_B8_0 = __this; goto IL_008d; } } { float L_11 = __this->get_focalLength_8(); float L_12; L_12 = DepthOfField_FocalDistance01_mAD7B2FD38F77D486FCEAFAA8D54DEF300AE73E1F(__this, L_11, /*hidden argument*/NULL); G_B9_0 = L_12; G_B9_1 = G_B7_0; goto IL_00b4; } IL_008d: { Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_13 = __this->get_cachedCamera_31(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14 = __this->get_focalTransform_11(); NullCheck(L_14); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_14, /*hidden argument*/NULL); NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Camera_WorldToViewportPoint_m656CDAE26AAC040A4A47DAFF8EEDB0A941BE051D(L_13, L_15, /*hidden argument*/NULL); float L_17 = L_16.get_z_4(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_18 = __this->get_cachedCamera_31(); NullCheck(L_18); float L_19; L_19 = Camera_get_farClipPlane_m0FA1B9E2E815BECE2EA40023302EB942B52D9596(L_18, /*hidden argument*/NULL); G_B9_0 = ((float)((float)L_17/(float)L_19)); G_B9_1 = G_B8_0; } IL_00b4: { NullCheck(G_B9_1); G_B9_1->set_focalDistance01_27(G_B9_0); // dofHdrMaterial.SetVector("_CurveParams", new Vector4(1.0f, focalSize, (1.0f / (1.0f - aperture) - 1.0f), focalDistance01)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_20 = __this->get_dofHdrMaterial_19(); float L_21 = __this->get_focalSize_9(); float L_22 = __this->get_aperture_10(); float L_23 = __this->get_focalDistance01_27(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_24; memset((&L_24), 0, sizeof(L_24)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_24), (1.0f), L_21, ((float)il2cpp_codegen_subtract((float)((float)((float)(1.0f)/(float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_22)))), (float)(1.0f))), L_23, /*hidden argument*/NULL); NullCheck(L_20); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_20, _stringLiteral1CBFAEC37CB6AC0F9329DFF538BEFB069622A4FC, L_24, /*hidden argument*/NULL); // RenderTexture rtLow = null; V_0 = (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 *)NULL; // RenderTexture rtLow2 = null; V_1 = (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 *)NULL; // RenderTexture rtSuperLow1 = null; V_2 = (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 *)NULL; // RenderTexture rtSuperLow2 = null; V_3 = (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 *)NULL; // float fgBlurDist = internalBlurWidth * foregroundOverlap; float L_25 = __this->get_internalBlurWidth_30(); float L_26 = __this->get_foregroundOverlap_17(); V_4 = ((float)il2cpp_codegen_multiply((float)L_25, (float)L_26)); // if (visualizeFocus) bool L_27 = __this->get_visualizeFocus_7(); if (!L_27) { goto IL_0132; } } { // WriteCoc (source, true); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_28 = ___source0; DepthOfField_WriteCoc_m0F58251DD44C9B7A25E28EC45C9EB89A77746174(__this, L_28, (bool)1, /*hidden argument*/NULL); // Graphics.Blit (source, destination, dofHdrMaterial, 16); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_29 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_30 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_31 = __this->get_dofHdrMaterial_19(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_29, L_30, L_31, ((int32_t)16), /*hidden argument*/NULL); // } goto IL_0a89; } IL_0132: { // else if ((blurType == BlurType.DX11) && dx11bokehMaterial) int32_t L_32 = __this->get_blurType_14(); if ((!(((uint32_t)L_32) == ((uint32_t)1)))) { goto IL_08ff; } } { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_33 = __this->get_dx11bokehMaterial_21(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_34; L_34 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_08ff; } } { // if (highResolution) { bool L_35 = __this->get_highResolution_13(); if (!L_35) { goto IL_04f1; } } { // internalBlurWidth = internalBlurWidth < 0.1f ? 0.1f : internalBlurWidth; float L_36 = __this->get_internalBlurWidth_30(); G_B15_0 = __this; if ((((float)L_36) < ((float)(0.100000001f)))) { G_B16_0 = __this; goto IL_016f; } } { float L_37 = __this->get_internalBlurWidth_30(); G_B17_0 = L_37; G_B17_1 = G_B15_0; goto IL_0174; } IL_016f: { G_B17_0 = (0.100000001f); G_B17_1 = G_B16_0; } IL_0174: { NullCheck(G_B17_1); G_B17_1->set_internalBlurWidth_30(G_B17_0); // fgBlurDist = internalBlurWidth * foregroundOverlap; float L_38 = __this->get_internalBlurWidth_30(); float L_39 = __this->get_foregroundOverlap_17(); V_4 = ((float)il2cpp_codegen_multiply((float)L_38, (float)L_39)); // rtLow = RenderTexture.GetTemporary (source.width, source.height, 0, source.format); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_40 = ___source0; NullCheck(L_40); int32_t L_41; L_41 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_40); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_42 = ___source0; NullCheck(L_42); int32_t L_43; L_43 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_42); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_44 = ___source0; NullCheck(L_44); int32_t L_45; L_45 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_44, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_46; L_46 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_41, L_43, 0, L_45, /*hidden argument*/NULL); V_0 = L_46; // var dest2= RenderTexture.GetTemporary (source.width, source.height, 0, source.format); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_47 = ___source0; NullCheck(L_47); int32_t L_48; L_48 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_47); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_49 = ___source0; NullCheck(L_49); int32_t L_50; L_50 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_49); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_51 = ___source0; NullCheck(L_51); int32_t L_52; L_52 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_51, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_53; L_53 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_48, L_50, 0, L_52, /*hidden argument*/NULL); V_5 = L_53; // WriteCoc (source, false); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_54 = ___source0; DepthOfField_WriteCoc_m0F58251DD44C9B7A25E28EC45C9EB89A77746174(__this, L_54, (bool)0, /*hidden argument*/NULL); // rtSuperLow1 = RenderTexture.GetTemporary(source.width>>1, source.height>>1, 0, source.format); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_55 = ___source0; NullCheck(L_55); int32_t L_56; L_56 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_55); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_57 = ___source0; NullCheck(L_57); int32_t L_58; L_58 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_57); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_59 = ___source0; NullCheck(L_59); int32_t L_60; L_60 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_59, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_61; L_61 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_56>>(int32_t)1)), ((int32_t)((int32_t)L_58>>(int32_t)1)), 0, L_60, /*hidden argument*/NULL); V_2 = L_61; // rtSuperLow2 = RenderTexture.GetTemporary(source.width>>1, source.height>>1, 0, source.format); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_62 = ___source0; NullCheck(L_62); int32_t L_63; L_63 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_62); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_64 = ___source0; NullCheck(L_64); int32_t L_65; L_65 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_64); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_66 = ___source0; NullCheck(L_66); int32_t L_67; L_67 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_66, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_68; L_68 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_63>>(int32_t)1)), ((int32_t)((int32_t)L_65>>(int32_t)1)), 0, L_67, /*hidden argument*/NULL); V_3 = L_68; // Graphics.Blit(source, rtSuperLow1, dofHdrMaterial, 15); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_69 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_70 = V_2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_71 = __this->get_dofHdrMaterial_19(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_69, L_70, L_71, ((int32_t)15), /*hidden argument*/NULL); // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (0.0f, 1.5f , 0.0f, 1.5f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_72 = __this->get_dofHdrMaterial_19(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_73; memset((&L_73), 0, sizeof(L_73)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_73), (0.0f), (1.5f), (0.0f), (1.5f), /*hidden argument*/NULL); NullCheck(L_72); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_72, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_73, /*hidden argument*/NULL); // Graphics.Blit (rtSuperLow1, rtSuperLow2, dofHdrMaterial, 19); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_74 = V_2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_75 = V_3; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_76 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_74, L_75, L_76, ((int32_t)19), /*hidden argument*/NULL); // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (1.5f, 0.0f, 0.0f, 1.5f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_77 = __this->get_dofHdrMaterial_19(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_78; memset((&L_78), 0, sizeof(L_78)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_78), (1.5f), (0.0f), (0.0f), (1.5f), /*hidden argument*/NULL); NullCheck(L_77); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_77, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_78, /*hidden argument*/NULL); // Graphics.Blit (rtSuperLow2, rtSuperLow1, dofHdrMaterial, 19); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_79 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_80 = V_2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_81 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_79, L_80, L_81, ((int32_t)19), /*hidden argument*/NULL); // if (nearBlur) bool L_82 = __this->get_nearBlur_16(); if (!L_82) { goto IL_0292; } } { // Graphics.Blit (source, rtSuperLow2, dofHdrMaterial, 4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_83 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_84 = V_3; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_85 = __this->get_dofHdrMaterial_19(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_83, L_84, L_85, 4, /*hidden argument*/NULL); } IL_0292: { // dx11bokehMaterial.SetTexture ("_BlurredColor", rtSuperLow1); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_86 = __this->get_dx11bokehMaterial_21(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_87 = V_2; NullCheck(L_86); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_86, _stringLiteral123EC10A00B006ADA382F26173A1D784145BAC19, L_87, /*hidden argument*/NULL); // dx11bokehMaterial.SetFloat ("_SpawnHeuristic", dx11SpawnHeuristic); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_88 = __this->get_dx11bokehMaterial_21(); float L_89 = __this->get_dx11SpawnHeuristic_23(); NullCheck(L_88); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_88, _stringLiteral6E1D320598EEA2FA08C01CAA1B2972F77C21E2D6, L_89, /*hidden argument*/NULL); // dx11bokehMaterial.SetVector ("_BokehParams", new Vector4(dx11BokehScale, dx11BokehIntensity, Mathf.Clamp(dx11BokehThreshold, 0.005f, 4.0f), internalBlurWidth)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_90 = __this->get_dx11bokehMaterial_21(); float L_91 = __this->get_dx11BokehScale_25(); float L_92 = __this->get_dx11BokehIntensity_26(); float L_93 = __this->get_dx11BokehThreshold_22(); float L_94; L_94 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_93, (0.00499999989f), (4.0f), /*hidden argument*/NULL); float L_95 = __this->get_internalBlurWidth_30(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_96; memset((&L_96), 0, sizeof(L_96)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_96), L_91, L_92, L_94, L_95, /*hidden argument*/NULL); NullCheck(L_90); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_90, _stringLiteral83172113C0A6DC6FE78BD4B38453008B249D3BED, L_96, /*hidden argument*/NULL); // dx11bokehMaterial.SetTexture ("_FgCocMask", nearBlur ? rtSuperLow2 : null); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_97 = __this->get_dx11bokehMaterial_21(); bool L_98 = __this->get_nearBlur_16(); G_B20_0 = _stringLiteralE408B78E67B3BB09A42AEBC700C360C8EFBE3186; G_B20_1 = L_97; if (L_98) { G_B21_0 = _stringLiteralE408B78E67B3BB09A42AEBC700C360C8EFBE3186; G_B21_1 = L_97; goto IL_030b; } } { G_B22_0 = ((RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 *)(NULL)); G_B22_1 = G_B20_0; G_B22_2 = G_B20_1; goto IL_030c; } IL_030b: { RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_99 = V_3; G_B22_0 = L_99; G_B22_1 = G_B21_0; G_B22_2 = G_B21_1; } IL_030c: { NullCheck(G_B22_2); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(G_B22_2, G_B22_1, G_B22_0, /*hidden argument*/NULL); // Graphics.SetRandomWriteTarget (1, cbPoints); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_100 = __this->get_cbPoints_29(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_SetRandomWriteTarget_m57496C8D519D2F87B17FABF97AB55E6D0F4CA753(1, L_100, /*hidden argument*/NULL); // Graphics.Blit (source, rtLow, dx11bokehMaterial, 0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_101 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_102 = V_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_103 = __this->get_dx11bokehMaterial_21(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_101, L_102, L_103, 0, /*hidden argument*/NULL); // Graphics.ClearRandomWriteTargets (); Graphics_ClearRandomWriteTargets_m1779E94C917EDE279CCE78169C1A2A1D107D3758(/*hidden argument*/NULL); // if (nearBlur) { bool L_104 = __this->get_nearBlur_16(); if (!L_104) { goto IL_03a8; } } { // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (0.0f, fgBlurDist , 0.0f, fgBlurDist)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_105 = __this->get_dofHdrMaterial_19(); float L_106 = V_4; float L_107 = V_4; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_108; memset((&L_108), 0, sizeof(L_108)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_108), (0.0f), L_106, (0.0f), L_107, /*hidden argument*/NULL); NullCheck(L_105); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_105, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_108, /*hidden argument*/NULL); // Graphics.Blit (rtSuperLow2, rtSuperLow1, dofHdrMaterial, 2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_109 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_110 = V_2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_111 = __this->get_dofHdrMaterial_19(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_109, L_110, L_111, 2, /*hidden argument*/NULL); // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (fgBlurDist, 0.0f, 0.0f, fgBlurDist)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_112 = __this->get_dofHdrMaterial_19(); float L_113 = V_4; float L_114 = V_4; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_115; memset((&L_115), 0, sizeof(L_115)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_115), L_113, (0.0f), (0.0f), L_114, /*hidden argument*/NULL); NullCheck(L_112); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_112, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_115, /*hidden argument*/NULL); // Graphics.Blit (rtSuperLow1, rtSuperLow2, dofHdrMaterial, 2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_116 = V_2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_117 = V_3; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_118 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_116, L_117, L_118, 2, /*hidden argument*/NULL); // Graphics.Blit (rtSuperLow2, rtLow, dofHdrMaterial, 3); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_119 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_120 = V_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_121 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_119, L_120, L_121, 3, /*hidden argument*/NULL); } IL_03a8: { // Graphics.Blit (rtLow, dest2, dofHdrMaterial, 20); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_122 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_123 = V_5; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_124 = __this->get_dofHdrMaterial_19(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_122, L_123, L_124, ((int32_t)20), /*hidden argument*/NULL); // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (internalBlurWidth, 0.0f , 0.0f, internalBlurWidth)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_125 = __this->get_dofHdrMaterial_19(); float L_126 = __this->get_internalBlurWidth_30(); float L_127 = __this->get_internalBlurWidth_30(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_128; memset((&L_128), 0, sizeof(L_128)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_128), L_126, (0.0f), (0.0f), L_127, /*hidden argument*/NULL); NullCheck(L_125); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_125, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_128, /*hidden argument*/NULL); // Graphics.Blit (rtLow, source, dofHdrMaterial, 5); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_129 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_130 = ___source0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_131 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_129, L_130, L_131, 5, /*hidden argument*/NULL); // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (0.0f, internalBlurWidth, 0.0f, internalBlurWidth)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_132 = __this->get_dofHdrMaterial_19(); float L_133 = __this->get_internalBlurWidth_30(); float L_134 = __this->get_internalBlurWidth_30(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_135; memset((&L_135), 0, sizeof(L_135)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_135), (0.0f), L_133, (0.0f), L_134, /*hidden argument*/NULL); NullCheck(L_132); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_132, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_135, /*hidden argument*/NULL); // Graphics.Blit (source, dest2, dofHdrMaterial, 21); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_136 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_137 = V_5; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_138 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_136, L_137, L_138, ((int32_t)21), /*hidden argument*/NULL); // Graphics.SetRenderTarget (dest2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_139 = V_5; Graphics_SetRenderTarget_m78AE234327CCDBCEA288FBEFB53D6CEAD3EFC939(L_139, /*hidden argument*/NULL); // ComputeBuffer.CopyCount (cbPoints, cbDrawArgs, 0); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_140 = __this->get_cbPoints_29(); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_141 = __this->get_cbDrawArgs_28(); ComputeBuffer_CopyCount_m9E842808FDED9556B7B487D891BB2670AC52425A(L_140, L_141, 0, /*hidden argument*/NULL); // dx11bokehMaterial.SetBuffer ("pointBuffer", cbPoints); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_142 = __this->get_dx11bokehMaterial_21(); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_143 = __this->get_cbPoints_29(); NullCheck(L_142); Material_SetBuffer_m8E57EF9FF4D5A9C6F7C76A3C4EADC7058FFEA341(L_142, _stringLiteral870202FA3513564EA438A5FCC61C8F0990ED0C67, L_143, /*hidden argument*/NULL); // dx11bokehMaterial.SetTexture ("_MainTex", dx11BokehTexture); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_144 = __this->get_dx11bokehMaterial_21(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_145 = __this->get_dx11BokehTexture_24(); NullCheck(L_144); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_144, _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, L_145, /*hidden argument*/NULL); // dx11bokehMaterial.SetVector ("_Screen", new Vector3(1.0f/(1.0f*source.width), 1.0f/(1.0f*source.height), internalBlurWidth)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_146 = __this->get_dx11bokehMaterial_21(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_147 = ___source0; NullCheck(L_147); int32_t L_148; L_148 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_147); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_149 = ___source0; NullCheck(L_149); int32_t L_150; L_150 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_149); float L_151 = __this->get_internalBlurWidth_30(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_152; memset((&L_152), 0, sizeof(L_152)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_152), ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_148)))))), ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_150)))))), L_151, /*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_153; L_153 = Vector4_op_Implicit_mDCFA56E9D34979E1E2BFE6C2D61F1768D934A8EB(L_152, /*hidden argument*/NULL); NullCheck(L_146); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_146, _stringLiteralC4A7C91D5EB9CC7BE553909E2E68A7CB69992AC1, L_153, /*hidden argument*/NULL); // dx11bokehMaterial.SetPass (2); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_154 = __this->get_dx11bokehMaterial_21(); NullCheck(L_154); bool L_155; L_155 = Material_SetPass_mC888245491A21488CFF2FD64CA45E8404CB9FF9C(L_154, 2, /*hidden argument*/NULL); // Graphics.DrawProceduralIndirectNow (MeshTopology.Points, cbDrawArgs, 0); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_156 = __this->get_cbDrawArgs_28(); Graphics_DrawProceduralIndirectNow_m7697D0FEEAA0DFA1006EC7BF7CFDB3D85DEFE528(5, L_156, 0, /*hidden argument*/NULL); // Graphics.Blit (dest2, destination); // hackaround for DX11 high resolution flipfun (OPTIMIZEME) RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_157 = V_5; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_158 = ___destination1; Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_157, L_158, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(dest2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_159 = V_5; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_159, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(rtSuperLow1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_160 = V_2; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_160, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(rtSuperLow2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_161 = V_3; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_161, /*hidden argument*/NULL); // } goto IL_0a89; } IL_04f1: { // rtLow = RenderTexture.GetTemporary (source.width>>1, source.height>>1, 0, source.format); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_162 = ___source0; NullCheck(L_162); int32_t L_163; L_163 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_162); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_164 = ___source0; NullCheck(L_164); int32_t L_165; L_165 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_164); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_166 = ___source0; NullCheck(L_166); int32_t L_167; L_167 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_166, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_168; L_168 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_163>>(int32_t)1)), ((int32_t)((int32_t)L_165>>(int32_t)1)), 0, L_167, /*hidden argument*/NULL); V_0 = L_168; // rtLow2 = RenderTexture.GetTemporary (source.width>>1, source.height>>1, 0, source.format); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_169 = ___source0; NullCheck(L_169); int32_t L_170; L_170 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_169); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_171 = ___source0; NullCheck(L_171); int32_t L_172; L_172 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_171); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_173 = ___source0; NullCheck(L_173); int32_t L_174; L_174 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_173, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_175; L_175 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_170>>(int32_t)1)), ((int32_t)((int32_t)L_172>>(int32_t)1)), 0, L_174, /*hidden argument*/NULL); V_1 = L_175; // fgBlurDist = internalBlurWidth * foregroundOverlap; float L_176 = __this->get_internalBlurWidth_30(); float L_177 = __this->get_foregroundOverlap_17(); V_4 = ((float)il2cpp_codegen_multiply((float)L_176, (float)L_177)); // WriteCoc (source, false); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_178 = ___source0; DepthOfField_WriteCoc_m0F58251DD44C9B7A25E28EC45C9EB89A77746174(__this, L_178, (bool)0, /*hidden argument*/NULL); // source.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_179 = ___source0; NullCheck(L_179); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_179, 1, /*hidden argument*/NULL); // Graphics.Blit (source, rtLow, dofHdrMaterial, 6); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_180 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_181 = V_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_182 = __this->get_dofHdrMaterial_19(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_180, L_181, L_182, 6, /*hidden argument*/NULL); // rtSuperLow1 = RenderTexture.GetTemporary(rtLow.width>>1, rtLow.height>>1, 0, rtLow.format); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_183 = V_0; NullCheck(L_183); int32_t L_184; L_184 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_183); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_185 = V_0; NullCheck(L_185); int32_t L_186; L_186 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_185); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_187 = V_0; NullCheck(L_187); int32_t L_188; L_188 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_187, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_189; L_189 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_184>>(int32_t)1)), ((int32_t)((int32_t)L_186>>(int32_t)1)), 0, L_188, /*hidden argument*/NULL); V_2 = L_189; // rtSuperLow2 = RenderTexture.GetTemporary(rtLow.width>>1, rtLow.height>>1, 0, rtLow.format); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_190 = V_0; NullCheck(L_190); int32_t L_191; L_191 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_190); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_192 = V_0; NullCheck(L_192); int32_t L_193; L_193 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_192); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_194 = V_0; NullCheck(L_194); int32_t L_195; L_195 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_194, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_196; L_196 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_191>>(int32_t)1)), ((int32_t)((int32_t)L_193>>(int32_t)1)), 0, L_195, /*hidden argument*/NULL); V_3 = L_196; // Graphics.Blit(rtLow, rtSuperLow1, dofHdrMaterial, 15); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_197 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_198 = V_2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_199 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_197, L_198, L_199, ((int32_t)15), /*hidden argument*/NULL); // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (0.0f, 1.5f , 0.0f, 1.5f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_200 = __this->get_dofHdrMaterial_19(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_201; memset((&L_201), 0, sizeof(L_201)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_201), (0.0f), (1.5f), (0.0f), (1.5f), /*hidden argument*/NULL); NullCheck(L_200); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_200, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_201, /*hidden argument*/NULL); // Graphics.Blit (rtSuperLow1, rtSuperLow2, dofHdrMaterial, 19); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_202 = V_2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_203 = V_3; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_204 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_202, L_203, L_204, ((int32_t)19), /*hidden argument*/NULL); // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (1.5f, 0.0f, 0.0f, 1.5f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_205 = __this->get_dofHdrMaterial_19(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_206; memset((&L_206), 0, sizeof(L_206)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_206), (1.5f), (0.0f), (0.0f), (1.5f), /*hidden argument*/NULL); NullCheck(L_205); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_205, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_206, /*hidden argument*/NULL); // Graphics.Blit (rtSuperLow2, rtSuperLow1, dofHdrMaterial, 19); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_207 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_208 = V_2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_209 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_207, L_208, L_209, ((int32_t)19), /*hidden argument*/NULL); // RenderTexture rtLow3 = null; V_6 = (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 *)NULL; // if (nearBlur) { bool L_210 = __this->get_nearBlur_16(); if (!L_210) { goto IL_0648; } } { // rtLow3 = RenderTexture.GetTemporary (source.width>>1, source.height>>1, 0, source.format); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_211 = ___source0; NullCheck(L_211); int32_t L_212; L_212 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_211); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_213 = ___source0; NullCheck(L_213); int32_t L_214; L_214 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_213); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_215 = ___source0; NullCheck(L_215); int32_t L_216; L_216 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_215, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_217; L_217 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_212>>(int32_t)1)), ((int32_t)((int32_t)L_214>>(int32_t)1)), 0, L_216, /*hidden argument*/NULL); V_6 = L_217; // Graphics.Blit (source, rtLow3, dofHdrMaterial, 4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_218 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_219 = V_6; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_220 = __this->get_dofHdrMaterial_19(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_218, L_219, L_220, 4, /*hidden argument*/NULL); } IL_0648: { // dx11bokehMaterial.SetTexture ("_BlurredColor", rtSuperLow1); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_221 = __this->get_dx11bokehMaterial_21(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_222 = V_2; NullCheck(L_221); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_221, _stringLiteral123EC10A00B006ADA382F26173A1D784145BAC19, L_222, /*hidden argument*/NULL); // dx11bokehMaterial.SetFloat ("_SpawnHeuristic", dx11SpawnHeuristic); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_223 = __this->get_dx11bokehMaterial_21(); float L_224 = __this->get_dx11SpawnHeuristic_23(); NullCheck(L_223); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_223, _stringLiteral6E1D320598EEA2FA08C01CAA1B2972F77C21E2D6, L_224, /*hidden argument*/NULL); // dx11bokehMaterial.SetVector ("_BokehParams", new Vector4(dx11BokehScale, dx11BokehIntensity, Mathf.Clamp(dx11BokehThreshold, 0.005f, 4.0f), internalBlurWidth)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_225 = __this->get_dx11bokehMaterial_21(); float L_226 = __this->get_dx11BokehScale_25(); float L_227 = __this->get_dx11BokehIntensity_26(); float L_228 = __this->get_dx11BokehThreshold_22(); float L_229; L_229 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_228, (0.00499999989f), (4.0f), /*hidden argument*/NULL); float L_230 = __this->get_internalBlurWidth_30(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_231; memset((&L_231), 0, sizeof(L_231)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_231), L_226, L_227, L_229, L_230, /*hidden argument*/NULL); NullCheck(L_225); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_225, _stringLiteral83172113C0A6DC6FE78BD4B38453008B249D3BED, L_231, /*hidden argument*/NULL); // dx11bokehMaterial.SetTexture ("_FgCocMask", rtLow3); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_232 = __this->get_dx11bokehMaterial_21(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_233 = V_6; NullCheck(L_232); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_232, _stringLiteralE408B78E67B3BB09A42AEBC700C360C8EFBE3186, L_233, /*hidden argument*/NULL); // Graphics.SetRandomWriteTarget (1, cbPoints); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_234 = __this->get_cbPoints_29(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_SetRandomWriteTarget_m57496C8D519D2F87B17FABF97AB55E6D0F4CA753(1, L_234, /*hidden argument*/NULL); // Graphics.Blit (rtLow, rtLow2, dx11bokehMaterial, 0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_235 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_236 = V_1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_237 = __this->get_dx11bokehMaterial_21(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_235, L_236, L_237, 0, /*hidden argument*/NULL); // Graphics.ClearRandomWriteTargets (); Graphics_ClearRandomWriteTargets_m1779E94C917EDE279CCE78169C1A2A1D107D3758(/*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(rtSuperLow1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_238 = V_2; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_238, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary(rtSuperLow2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_239 = V_3; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_239, /*hidden argument*/NULL); // if (nearBlur) { bool L_240 = __this->get_nearBlur_16(); if (!L_240) { goto IL_0763; } } { // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (0.0f, fgBlurDist , 0.0f, fgBlurDist)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_241 = __this->get_dofHdrMaterial_19(); float L_242 = V_4; float L_243 = V_4; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_244; memset((&L_244), 0, sizeof(L_244)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_244), (0.0f), L_242, (0.0f), L_243, /*hidden argument*/NULL); NullCheck(L_241); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_241, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_244, /*hidden argument*/NULL); // Graphics.Blit (rtLow3, rtLow, dofHdrMaterial, 2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_245 = V_6; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_246 = V_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_247 = __this->get_dofHdrMaterial_19(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_245, L_246, L_247, 2, /*hidden argument*/NULL); // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (fgBlurDist, 0.0f, 0.0f, fgBlurDist)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_248 = __this->get_dofHdrMaterial_19(); float L_249 = V_4; float L_250 = V_4; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_251; memset((&L_251), 0, sizeof(L_251)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_251), L_249, (0.0f), (0.0f), L_250, /*hidden argument*/NULL); NullCheck(L_248); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_248, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_251, /*hidden argument*/NULL); // Graphics.Blit (rtLow, rtLow3, dofHdrMaterial, 2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_252 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_253 = V_6; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_254 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_252, L_253, L_254, 2, /*hidden argument*/NULL); // Graphics.Blit (rtLow3, rtLow2, dofHdrMaterial, 3); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_255 = V_6; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_256 = V_1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_257 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_255, L_256, L_257, 3, /*hidden argument*/NULL); } IL_0763: { // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (internalBlurWidth, 0.0f , 0.0f, internalBlurWidth)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_258 = __this->get_dofHdrMaterial_19(); float L_259 = __this->get_internalBlurWidth_30(); float L_260 = __this->get_internalBlurWidth_30(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_261; memset((&L_261), 0, sizeof(L_261)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_261), L_259, (0.0f), (0.0f), L_260, /*hidden argument*/NULL); NullCheck(L_258); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_258, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_261, /*hidden argument*/NULL); // Graphics.Blit (rtLow2, rtLow, dofHdrMaterial, 5); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_262 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_263 = V_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_264 = __this->get_dofHdrMaterial_19(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_262, L_263, L_264, 5, /*hidden argument*/NULL); // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (0.0f, internalBlurWidth, 0.0f, internalBlurWidth)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_265 = __this->get_dofHdrMaterial_19(); float L_266 = __this->get_internalBlurWidth_30(); float L_267 = __this->get_internalBlurWidth_30(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_268; memset((&L_268), 0, sizeof(L_268)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_268), (0.0f), L_266, (0.0f), L_267, /*hidden argument*/NULL); NullCheck(L_265); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_265, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_268, /*hidden argument*/NULL); // Graphics.Blit (rtLow, rtLow2, dofHdrMaterial, 5); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_269 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_270 = V_1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_271 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_269, L_270, L_271, 5, /*hidden argument*/NULL); // Graphics.SetRenderTarget (rtLow2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_272 = V_1; Graphics_SetRenderTarget_m78AE234327CCDBCEA288FBEFB53D6CEAD3EFC939(L_272, /*hidden argument*/NULL); // ComputeBuffer.CopyCount (cbPoints, cbDrawArgs, 0); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_273 = __this->get_cbPoints_29(); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_274 = __this->get_cbDrawArgs_28(); ComputeBuffer_CopyCount_m9E842808FDED9556B7B487D891BB2670AC52425A(L_273, L_274, 0, /*hidden argument*/NULL); // dx11bokehMaterial.SetBuffer ("pointBuffer", cbPoints); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_275 = __this->get_dx11bokehMaterial_21(); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_276 = __this->get_cbPoints_29(); NullCheck(L_275); Material_SetBuffer_m8E57EF9FF4D5A9C6F7C76A3C4EADC7058FFEA341(L_275, _stringLiteral870202FA3513564EA438A5FCC61C8F0990ED0C67, L_276, /*hidden argument*/NULL); // dx11bokehMaterial.SetTexture ("_MainTex", dx11BokehTexture); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_277 = __this->get_dx11bokehMaterial_21(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_278 = __this->get_dx11BokehTexture_24(); NullCheck(L_277); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_277, _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, L_278, /*hidden argument*/NULL); // dx11bokehMaterial.SetVector ("_Screen", new Vector3(1.0f/(1.0f*rtLow2.width), 1.0f/(1.0f*rtLow2.height), internalBlurWidth)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_279 = __this->get_dx11bokehMaterial_21(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_280 = V_1; NullCheck(L_280); int32_t L_281; L_281 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_280); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_282 = V_1; NullCheck(L_282); int32_t L_283; L_283 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_282); float L_284 = __this->get_internalBlurWidth_30(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_285; memset((&L_285), 0, sizeof(L_285)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_285), ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_281)))))), ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_283)))))), L_284, /*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_286; L_286 = Vector4_op_Implicit_mDCFA56E9D34979E1E2BFE6C2D61F1768D934A8EB(L_285, /*hidden argument*/NULL); NullCheck(L_279); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_279, _stringLiteralC4A7C91D5EB9CC7BE553909E2E68A7CB69992AC1, L_286, /*hidden argument*/NULL); // dx11bokehMaterial.SetPass (1); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_287 = __this->get_dx11bokehMaterial_21(); NullCheck(L_287); bool L_288; L_288 = Material_SetPass_mC888245491A21488CFF2FD64CA45E8404CB9FF9C(L_287, 1, /*hidden argument*/NULL); // Graphics.DrawProceduralIndirectNow (MeshTopology.Points, cbDrawArgs, 0); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_289 = __this->get_cbDrawArgs_28(); Graphics_DrawProceduralIndirectNow_m7697D0FEEAA0DFA1006EC7BF7CFDB3D85DEFE528(5, L_289, 0, /*hidden argument*/NULL); // dofHdrMaterial.SetTexture ("_LowRez", rtLow2); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_290 = __this->get_dofHdrMaterial_19(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_291 = V_1; NullCheck(L_290); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_290, _stringLiteral76A08F95C4B9697D75ECB44A5A5A968632FE0BA4, L_291, /*hidden argument*/NULL); // dofHdrMaterial.SetTexture ("_FgOverlap", rtLow3); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_292 = __this->get_dofHdrMaterial_19(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_293 = V_6; NullCheck(L_292); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_292, _stringLiteral64990EDD2C87DB9746BEC2C8EA26EC5FAE2F1501, L_293, /*hidden argument*/NULL); // dofHdrMaterial.SetVector ("_Offsets", ((1.0f*source.width)/(1.0f*rtLow2.width)) * internalBlurWidth * Vector4.one); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_294 = __this->get_dofHdrMaterial_19(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_295 = ___source0; NullCheck(L_295); int32_t L_296; L_296 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_295); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_297 = V_1; NullCheck(L_297); int32_t L_298; L_298 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_297); float L_299 = __this->get_internalBlurWidth_30(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_300; L_300 = Vector4_get_one_m59B707729B52E58A045A6DE2ACDDE1D1600F48A4(/*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_301; L_301 = Vector4_op_Multiply_m5413794561683CB2AA8D68DD1B432FF853DF3BC6_inline(((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_296))))/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_298)))))), (float)L_299)), L_300, /*hidden argument*/NULL); NullCheck(L_294); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_294, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_301, /*hidden argument*/NULL); // Graphics.Blit (source, destination, dofHdrMaterial, 9); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_302 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_303 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_304 = __this->get_dofHdrMaterial_19(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_302, L_303, L_304, ((int32_t)9), /*hidden argument*/NULL); // if (rtLow3) RenderTexture.ReleaseTemporary(rtLow3); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_305 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_306; L_306 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_305, /*hidden argument*/NULL); if (!L_306) { goto IL_0a89; } } { // if (rtLow3) RenderTexture.ReleaseTemporary(rtLow3); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_307 = V_6; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_307, /*hidden argument*/NULL); // } goto IL_0a89; } IL_08ff: { // source.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_308 = ___source0; NullCheck(L_308); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_308, 1, /*hidden argument*/NULL); // if (highResolution) internalBlurWidth *= 2.0f; bool L_309 = __this->get_highResolution_13(); if (!L_309) { goto IL_0920; } } { // if (highResolution) internalBlurWidth *= 2.0f; float L_310 = __this->get_internalBlurWidth_30(); __this->set_internalBlurWidth_30(((float)il2cpp_codegen_multiply((float)L_310, (float)(2.0f)))); } IL_0920: { // WriteCoc (source, true); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_311 = ___source0; DepthOfField_WriteCoc_m0F58251DD44C9B7A25E28EC45C9EB89A77746174(__this, L_311, (bool)1, /*hidden argument*/NULL); // rtLow = RenderTexture.GetTemporary (source.width >> 1, source.height >> 1, 0, source.format); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_312 = ___source0; NullCheck(L_312); int32_t L_313; L_313 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_312); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_314 = ___source0; NullCheck(L_314); int32_t L_315; L_315 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_314); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_316 = ___source0; NullCheck(L_316); int32_t L_317; L_317 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_316, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_318; L_318 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_313>>(int32_t)1)), ((int32_t)((int32_t)L_315>>(int32_t)1)), 0, L_317, /*hidden argument*/NULL); V_0 = L_318; // rtLow2 = RenderTexture.GetTemporary (source.width >> 1, source.height >> 1, 0, source.format); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_319 = ___source0; NullCheck(L_319); int32_t L_320; L_320 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_319); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_321 = ___source0; NullCheck(L_321); int32_t L_322; L_322 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_321); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_323 = ___source0; NullCheck(L_323); int32_t L_324; L_324 = RenderTexture_get_format_mB9BBCACA0A809206FA73109ACF2A6976E19DB822(L_323, /*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_325; L_325 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_320>>(int32_t)1)), ((int32_t)((int32_t)L_322>>(int32_t)1)), 0, L_324, /*hidden argument*/NULL); V_1 = L_325; // int blurPass = (blurSampleCount == BlurSampleCount.High || blurSampleCount == BlurSampleCount.Medium) ? 17 : 11; int32_t L_326 = __this->get_blurSampleCount_15(); if ((((int32_t)L_326) == ((int32_t)2))) { goto IL_0978; } } { int32_t L_327 = __this->get_blurSampleCount_15(); if ((((int32_t)L_327) == ((int32_t)1))) { goto IL_0978; } } { G_B37_0 = ((int32_t)11); goto IL_097a; } IL_0978: { G_B37_0 = ((int32_t)17); } IL_097a: { V_7 = G_B37_0; // if (highResolution) { bool L_328 = __this->get_highResolution_13(); if (!L_328) { goto IL_09c3; } } { // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (0.0f, internalBlurWidth, 0.025f, internalBlurWidth)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_329 = __this->get_dofHdrMaterial_19(); float L_330 = __this->get_internalBlurWidth_30(); float L_331 = __this->get_internalBlurWidth_30(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_332; memset((&L_332), 0, sizeof(L_332)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_332), (0.0f), L_330, (0.0250000004f), L_331, /*hidden argument*/NULL); NullCheck(L_329); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_329, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_332, /*hidden argument*/NULL); // Graphics.Blit (source, destination, dofHdrMaterial, blurPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_333 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_334 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_335 = __this->get_dofHdrMaterial_19(); int32_t L_336 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_333, L_334, L_335, L_336, /*hidden argument*/NULL); // } goto IL_0a89; } IL_09c3: { // dofHdrMaterial.SetVector ("_Offsets", new Vector4 (0.0f, internalBlurWidth, 0.1f, internalBlurWidth)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_337 = __this->get_dofHdrMaterial_19(); float L_338 = __this->get_internalBlurWidth_30(); float L_339 = __this->get_internalBlurWidth_30(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_340; memset((&L_340), 0, sizeof(L_340)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_340), (0.0f), L_338, (0.100000001f), L_339, /*hidden argument*/NULL); NullCheck(L_337); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_337, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_340, /*hidden argument*/NULL); // Graphics.Blit (source, rtLow, dofHdrMaterial, 6); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_341 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_342 = V_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_343 = __this->get_dofHdrMaterial_19(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_341, L_342, L_343, 6, /*hidden argument*/NULL); // Graphics.Blit (rtLow, rtLow2, dofHdrMaterial, blurPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_344 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_345 = V_1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_346 = __this->get_dofHdrMaterial_19(); int32_t L_347 = V_7; Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_344, L_345, L_346, L_347, /*hidden argument*/NULL); // dofHdrMaterial.SetTexture("_LowRez", rtLow2); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_348 = __this->get_dofHdrMaterial_19(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_349 = V_1; NullCheck(L_348); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_348, _stringLiteral76A08F95C4B9697D75ECB44A5A5A968632FE0BA4, L_349, /*hidden argument*/NULL); // dofHdrMaterial.SetTexture("_FgOverlap", null); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_350 = __this->get_dofHdrMaterial_19(); NullCheck(L_350); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_350, _stringLiteral64990EDD2C87DB9746BEC2C8EA26EC5FAE2F1501, (Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE *)NULL, /*hidden argument*/NULL); // dofHdrMaterial.SetVector ("_Offsets", Vector4.one * ((1.0f*source.width)/(1.0f*rtLow2.width)) * internalBlurWidth); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_351 = __this->get_dofHdrMaterial_19(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_352; L_352 = Vector4_get_one_m59B707729B52E58A045A6DE2ACDDE1D1600F48A4(/*hidden argument*/NULL); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_353 = ___source0; NullCheck(L_353); int32_t L_354; L_354 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_353); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_355 = V_1; NullCheck(L_355); int32_t L_356; L_356 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_355); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_357; L_357 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_352, ((float)((float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_354))))/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_356)))))), /*hidden argument*/NULL); float L_358 = __this->get_internalBlurWidth_30(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_359; L_359 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_357, L_358, /*hidden argument*/NULL); NullCheck(L_351); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_351, _stringLiteral57AEAB49B21AC0908ED01F037D901DAE0EAF40CC, L_359, /*hidden argument*/NULL); // Graphics.Blit (source, destination, dofHdrMaterial, blurSampleCount == BlurSampleCount.High ? 18 : 12); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_360 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_361 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_362 = __this->get_dofHdrMaterial_19(); int32_t L_363 = __this->get_blurSampleCount_15(); G_B40_0 = L_362; G_B40_1 = L_361; G_B40_2 = L_360; if ((((int32_t)L_363) == ((int32_t)2))) { G_B41_0 = L_362; G_B41_1 = L_361; G_B41_2 = L_360; goto IL_0a82; } } { G_B42_0 = ((int32_t)12); G_B42_1 = G_B40_0; G_B42_2 = G_B40_1; G_B42_3 = G_B40_2; goto IL_0a84; } IL_0a82: { G_B42_0 = ((int32_t)18); G_B42_1 = G_B41_0; G_B42_2 = G_B41_1; G_B42_3 = G_B41_2; } IL_0a84: { IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(G_B42_3, G_B42_2, G_B42_1, G_B42_0, /*hidden argument*/NULL); } IL_0a89: { // if (rtLow) RenderTexture.ReleaseTemporary(rtLow); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_364 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_365; L_365 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_364, /*hidden argument*/NULL); if (!L_365) { goto IL_0a97; } } { // if (rtLow) RenderTexture.ReleaseTemporary(rtLow); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_366 = V_0; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_366, /*hidden argument*/NULL); } IL_0a97: { // if (rtLow2) RenderTexture.ReleaseTemporary(rtLow2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_367 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_368; L_368 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_367, /*hidden argument*/NULL); if (!L_368) { goto IL_0aa5; } } { // if (rtLow2) RenderTexture.ReleaseTemporary(rtLow2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_369 = V_1; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_369, /*hidden argument*/NULL); } IL_0aa5: { // } return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfField::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfField__ctor_mBDF0338A503491D917E7FA343F342953773C9858 (DepthOfField_t8CD384C2132ED26CAE805D6CA4A890CCD055A166 * __this, const RuntimeMethod* method) { { // public float focalLength = 10.0f; __this->set_focalLength_8((10.0f)); // public float focalSize = 0.05f; __this->set_focalSize_9((0.0500000007f)); // public float aperture = 0.5f; __this->set_aperture_10((0.5f)); // public float maxBlurSize = 2.0f; __this->set_maxBlurSize_12((2.0f)); // public BlurSampleCount blurSampleCount = BlurSampleCount.High; __this->set_blurSampleCount_15(2); // public float foregroundOverlap = 1.0f; __this->set_foregroundOverlap_17((1.0f)); // public float dx11BokehThreshold = 0.5f; __this->set_dx11BokehThreshold_22((0.5f)); // public float dx11SpawnHeuristic = 0.0875f; __this->set_dx11SpawnHeuristic_23((0.0874999985f)); // public float dx11BokehScale = 1.2f; __this->set_dx11BokehScale_25((1.20000005f)); // public float dx11BokehIntensity = 2.5f; __this->set_dx11BokehIntensity_26((2.5f)); // private float focalDistance01 = 10.0f; __this->set_focalDistance01_27((10.0f)); // private float internalBlurWidth = 1.0f; __this->set_internalBlurWidth_30((1.0f)); PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728(__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 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::CreateMaterials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_CreateMaterials_m7987189EDBE1F72FD49068B802AC6EBD86368A81 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // dofBlurMaterial = CheckShaderAndCreateMaterial (dofBlurShader, dofBlurMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_0 = __this->get_dofBlurShader_25(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_1 = __this->get_dofBlurMaterial_26(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2; L_2 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_0, L_1, /*hidden argument*/NULL); __this->set_dofBlurMaterial_26(L_2); // dofMaterial = CheckShaderAndCreateMaterial (dofShader,dofMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_3 = __this->get_dofShader_27(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4 = __this->get_dofMaterial_28(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5; L_5 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_3, L_4, /*hidden argument*/NULL); __this->set_dofMaterial_28(L_5); // bokehSupport = bokehShader.isSupported; Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_6 = __this->get_bokehShader_35(); NullCheck(L_6); bool L_7; L_7 = Shader_get_isSupported_m958F4978B3DFAD2FD471549B2C1D8A82639EDA41(L_6, /*hidden argument*/NULL); __this->set_bokehSupport_34(L_7); // if (bokeh && bokehSupport && bokehShader) bool L_8 = __this->get_bokeh_33(); if (!L_8) { goto IL_0076; } } { bool L_9 = __this->get_bokehSupport_34(); if (!L_9) { goto IL_0076; } } { Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_10 = __this->get_bokehShader_35(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_11; L_11 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0076; } } { // bokehMaterial = CheckShaderAndCreateMaterial (bokehShader, bokehMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_12 = __this->get_bokehShader_35(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_13 = __this->get_bokehMaterial_42(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_14; L_14 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_12, L_13, /*hidden argument*/NULL); __this->set_bokehMaterial_42(L_14); } IL_0076: { // } return; } } // System.Boolean UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::CheckResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DepthOfFieldDeprecated_CheckResources_m78092683ED5689E422911AEE89454D084AE05C51 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // CheckSupport (true); bool L_0; L_0 = PostEffectsBase_CheckSupport_m20B1CB0EC0F019D345427F851C67A5FD2E01061A(__this, (bool)1, /*hidden argument*/NULL); // dofBlurMaterial = CheckShaderAndCreateMaterial (dofBlurShader, dofBlurMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_1 = __this->get_dofBlurShader_25(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = __this->get_dofBlurMaterial_26(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3; L_3 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_1, L_2, /*hidden argument*/NULL); __this->set_dofBlurMaterial_26(L_3); // dofMaterial = CheckShaderAndCreateMaterial (dofShader,dofMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_4 = __this->get_dofShader_27(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = __this->get_dofMaterial_28(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6; L_6 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_4, L_5, /*hidden argument*/NULL); __this->set_dofMaterial_28(L_6); // bokehSupport = bokehShader.isSupported; Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_7 = __this->get_bokehShader_35(); NullCheck(L_7); bool L_8; L_8 = Shader_get_isSupported_m958F4978B3DFAD2FD471549B2C1D8A82639EDA41(L_7, /*hidden argument*/NULL); __this->set_bokehSupport_34(L_8); // if (bokeh && bokehSupport && bokehShader) bool L_9 = __this->get_bokeh_33(); if (!L_9) { goto IL_007e; } } { bool L_10 = __this->get_bokehSupport_34(); if (!L_10) { goto IL_007e; } } { Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_11 = __this->get_bokehShader_35(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_12; L_12 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_007e; } } { // bokehMaterial = CheckShaderAndCreateMaterial (bokehShader, bokehMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_13 = __this->get_bokehShader_35(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_14 = __this->get_bokehMaterial_42(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_15; L_15 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_13, L_14, /*hidden argument*/NULL); __this->set_bokehMaterial_42(L_15); } IL_007e: { // if (!isSupported) bool L_16 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); if (L_16) { goto IL_008c; } } { // ReportAutoDisable (); PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31(__this, /*hidden argument*/NULL); } IL_008c: { // return isSupported; bool L_17 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); return L_17; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_OnDisable_mDF53A066AD9036C99071FB930285BD19AC923696 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Quads.Cleanup (); IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); Quads_Cleanup_mD8D12694A940EB6155B22BE54FDF1A5048E97FBE(/*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_OnEnable_m8F596341E9ABE3D53D374E07D74B3875CE2B8137 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // _camera = GetComponent(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0; L_0 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(__this, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); __this->set__camera_43(L_0); // _camera.depthTextureMode |= DepthTextureMode.Depth; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1 = __this->get__camera_43(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = L_1; NullCheck(L_2); int32_t L_3; L_3 = Camera_get_depthTextureMode_mA4B03C6B552FB03DF8A8C20DC9F4EB8FD978A7DD(L_2, /*hidden argument*/NULL); NullCheck(L_2); Camera_set_depthTextureMode_m2D4631800947438BE9A7697778E2CB0E38083CF1(L_2, ((int32_t)((int32_t)L_3|(int32_t)1)), /*hidden argument*/NULL); // } return; } } // System.Single UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::FocalDistance01(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DepthOfFieldDeprecated_FocalDistance01_m00D69A3198F8D54F6DE0DA0A74BA2C148B73C28D (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, float ___worldDist0, const RuntimeMethod* method) { { // return _camera.WorldToViewportPoint((worldDist-_camera.nearClipPlane) * _camera.transform.forward + _camera.transform.position).z / (_camera.farClipPlane-_camera.nearClipPlane); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0 = __this->get__camera_43(); float L_1 = ___worldDist0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = __this->get__camera_43(); NullCheck(L_2); float L_3; L_3 = Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC(L_2, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_4 = __this->get__camera_43(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_5, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline(((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), L_6, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_8 = __this->get__camera_43(); NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_9, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_7, L_10, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Camera_WorldToViewportPoint_m656CDAE26AAC040A4A47DAFF8EEDB0A941BE051D(L_0, L_11, /*hidden argument*/NULL); float L_13 = L_12.get_z_4(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_14 = __this->get__camera_43(); NullCheck(L_14); float L_15; L_15 = Camera_get_farClipPlane_m0FA1B9E2E815BECE2EA40023302EB942B52D9596(L_14, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_16 = __this->get__camera_43(); NullCheck(L_16); float L_17; L_17 = Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC(L_16, /*hidden argument*/NULL); return ((float)((float)L_13/(float)((float)il2cpp_codegen_subtract((float)L_15, (float)L_17)))); } } // System.Int32 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::GetDividerBasedOnQuality() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DepthOfFieldDeprecated_GetDividerBasedOnQuality_m2E1CC9B27087D14152D5AF975B52F0AB69F46776 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // int divider = 1; V_0 = 1; // if (resolution == DofResolution.Medium) int32_t L_0 = __this->get_resolution_10(); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_000f; } } { // divider = 2; V_0 = 2; goto IL_001a; } IL_000f: { // else if (resolution == DofResolution.Low) int32_t L_1 = __this->get_resolution_10(); if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_001a; } } { // divider = 2; V_0 = 2; } IL_001a: { // return divider; int32_t L_2 = V_0; return L_2; } } // System.Int32 UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::GetLowResolutionDividerBasedOnQuality(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DepthOfFieldDeprecated_GetLowResolutionDividerBasedOnQuality_m3DBDA9D7474E15B50D6F31E3F91DF3AA564D17AD (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, int32_t ___baseDivider0, const RuntimeMethod* method) { int32_t V_0 = 0; { // int lowTexDivider = baseDivider; int32_t L_0 = ___baseDivider0; V_0 = L_0; // if (resolution == DofResolution.High) int32_t L_1 = __this->get_resolution_10(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_000f; } } { // lowTexDivider *= 2; int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)); } IL_000f: { // if (resolution == DofResolution.Low) int32_t L_3 = __this->get_resolution_10(); if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_001c; } } { // lowTexDivider *= 2; int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)); } IL_001c: { // return lowTexDivider; int32_t L_5 = V_0; return L_5; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_OnRenderImage_m7373016EBF1B049922A25960B8681AE44D47ED98 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___destination1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBFAEC37CB6AC0F9329DFF538BEFB069622A4FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33B3A84FF54C600D8BE3E5EA0DCADED338B39495); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D48831C246FC7591DF3382C2DBB33BDB539E890); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6ED00DC32D26D64245CD86F48BE5FFAF6E36B31E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7035EC413F7D45F09D40EE45F3FF4319284C994A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99C3CA9EFAAD8218587238941F53583F341D865A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8D6FA095ADE922B0231B4B1167D1FDFACA27CD0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2421074D015FA6102149AD0BDAE12D42B9C55E2); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; bool V_1 = false; float V_2 = 0.0f; int32_t V_3 = 0; int32_t V_4 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_5; memset((&V_5), 0, sizeof(V_5)); DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * G_B6_0 = NULL; DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * G_B5_0 = NULL; int32_t G_B7_0 = 0; DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * G_B7_1 = NULL; float G_B10_0 = 0.0f; DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * G_B13_0 = NULL; DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * G_B12_0 = NULL; float G_B14_0 = 0.0f; DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * G_B14_1 = NULL; int32_t G_B17_0 = 0; int32_t G_B24_0 = 0; String_t* G_B27_0 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B27_1 = NULL; String_t* G_B26_0 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B26_1 = NULL; float G_B28_0 = 0.0f; String_t* G_B28_1 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B28_2 = NULL; float G_B30_0 = 0.0f; String_t* G_B30_1 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B30_2 = NULL; float G_B29_0 = 0.0f; String_t* G_B29_1 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B29_2 = NULL; float G_B31_0 = 0.0f; float G_B31_1 = 0.0f; String_t* G_B31_2 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B31_3 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B40_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B39_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B41_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B41_1 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B43_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B43_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B43_2 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B42_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B42_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B42_2 = NULL; int32_t G_B44_0 = 0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B44_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B44_2 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B44_3 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B51_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B51_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B51_2 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B50_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B50_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B50_2 = NULL; int32_t G_B52_0 = 0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B52_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B52_2 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B52_3 = NULL; { // if (CheckResources()==false) { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityStandardAssets.ImageEffects.PostEffectsBase::CheckResources() */, __this); if (L_0) { goto IL_0010; } } { // Graphics.Blit (source, destination); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_1 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___destination1; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_1, L_2, /*hidden argument*/NULL); // return; return; } IL_0010: { // if (smoothness < 0.1f) float L_3 = __this->get_smoothness_13(); if ((!(((float)L_3) < ((float)(0.100000001f))))) { goto IL_0028; } } { // smoothness = 0.1f; __this->set_smoothness_13((0.100000001f)); } IL_0028: { // bokeh = bokeh && bokehSupport; bool L_4 = __this->get_bokeh_33(); G_B5_0 = __this; if (!L_4) { G_B6_0 = __this; goto IL_0039; } } { bool L_5 = __this->get_bokehSupport_34(); G_B7_0 = ((int32_t)(L_5)); G_B7_1 = G_B5_0; goto IL_003a; } IL_0039: { G_B7_0 = 0; G_B7_1 = G_B6_0; } IL_003a: { NullCheck(G_B7_1); G_B7_1->set_bokeh_33((bool)G_B7_0); // float bokehBlurAmplifier = bokeh ? BOKEH_EXTRA_BLUR : 1.0f; bool L_6 = __this->get_bokeh_33(); if (L_6) { goto IL_004e; } } { G_B10_0 = (1.0f); goto IL_0053; } IL_004e: { IL2CPP_RUNTIME_CLASS_INIT(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_il2cpp_TypeInfo_var); float L_7 = ((DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_StaticFields*)il2cpp_codegen_static_fields_for(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_il2cpp_TypeInfo_var))->get_BOKEH_EXTRA_BLUR_8(); G_B10_0 = L_7; } IL_0053: { V_0 = G_B10_0; // bool blurForeground = quality > Dof34QualitySetting.OnlyBackground; int32_t L_8 = __this->get_quality_9(); V_1 = (bool)((((int32_t)L_8) > ((int32_t)1))? 1 : 0); // float focal01Size = focalSize / (_camera.farClipPlane - _camera.nearClipPlane);; float L_9 = __this->get_focalSize_21(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_10 = __this->get__camera_43(); NullCheck(L_10); float L_11; L_11 = Camera_get_farClipPlane_m0FA1B9E2E815BECE2EA40023302EB942B52D9596(L_10, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_12 = __this->get__camera_43(); NullCheck(L_12); float L_13; L_13 = Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC(L_12, /*hidden argument*/NULL); V_2 = ((float)((float)L_9/(float)((float)il2cpp_codegen_subtract((float)L_11, (float)L_13)))); // if (simpleTweakMode) { bool L_14 = __this->get_simpleTweakMode_11(); if (!L_14) { goto IL_0114; } } { // focalDistance01 = objectFocus ? (_camera.WorldToViewportPoint (objectFocus.position)).z / (_camera.farClipPlane) : FocalDistance01 (focalPoint); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15 = __this->get_objectFocus_20(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_16; L_16 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_15, /*hidden argument*/NULL); G_B12_0 = __this; if (L_16) { G_B13_0 = __this; goto IL_00a4; } } { float L_17 = __this->get_focalPoint_12(); float L_18; L_18 = DepthOfFieldDeprecated_FocalDistance01_m00D69A3198F8D54F6DE0DA0A74BA2C148B73C28D(__this, L_17, /*hidden argument*/NULL); G_B14_0 = L_18; G_B14_1 = G_B12_0; goto IL_00cb; } IL_00a4: { Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_19 = __this->get__camera_43(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20 = __this->get_objectFocus_20(); NullCheck(L_20); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_20, /*hidden argument*/NULL); NullCheck(L_19); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Camera_WorldToViewportPoint_m656CDAE26AAC040A4A47DAFF8EEDB0A941BE051D(L_19, L_21, /*hidden argument*/NULL); float L_23 = L_22.get_z_4(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_24 = __this->get__camera_43(); NullCheck(L_24); float L_25; L_25 = Camera_get_farClipPlane_m0FA1B9E2E815BECE2EA40023302EB942B52D9596(L_24, /*hidden argument*/NULL); G_B14_0 = ((float)((float)L_23/(float)L_25)); G_B14_1 = G_B13_0; } IL_00cb: { NullCheck(G_B14_1); G_B14_1->set_focalDistance01_19(G_B14_0); // focalStartCurve = focalDistance01 * smoothness; float L_26 = __this->get_focalDistance01_19(); float L_27 = __this->get_smoothness_13(); __this->set_focalStartCurve_17(((float)il2cpp_codegen_multiply((float)L_26, (float)L_27))); // focalEndCurve = focalStartCurve; float L_28 = __this->get_focalStartCurve_17(); __this->set_focalEndCurve_18(L_28); // blurForeground = blurForeground && (focalPoint > (_camera.nearClipPlane + Mathf.Epsilon)); bool L_29 = V_1; if (!L_29) { goto IL_010d; } } { float L_30 = __this->get_focalPoint_12(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_31 = __this->get__camera_43(); NullCheck(L_31); float L_32; L_32 = Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC(L_31, /*hidden argument*/NULL); float L_33 = ((Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_il2cpp_TypeInfo_var))->get_Epsilon_0(); G_B17_0 = ((((float)L_30) > ((float)((float)il2cpp_codegen_add((float)L_32, (float)L_33))))? 1 : 0); goto IL_010e; } IL_010d: { G_B17_0 = 0; } IL_010e: { V_1 = (bool)G_B17_0; // } goto IL_01ac; } IL_0114: { // if (objectFocus) { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_34 = __this->get_objectFocus_20(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_35; L_35 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0162; } } { // var vpPoint= _camera.WorldToViewportPoint (objectFocus.position); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_36 = __this->get__camera_43(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_37 = __this->get_objectFocus_20(); NullCheck(L_37); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38; L_38 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_37, /*hidden argument*/NULL); NullCheck(L_36); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_39; L_39 = Camera_WorldToViewportPoint_m656CDAE26AAC040A4A47DAFF8EEDB0A941BE051D(L_36, L_38, /*hidden argument*/NULL); V_5 = L_39; // vpPoint.z = (vpPoint.z) / (_camera.farClipPlane); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_40 = V_5; float L_41 = L_40.get_z_4(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_42 = __this->get__camera_43(); NullCheck(L_42); float L_43; L_43 = Camera_get_farClipPlane_m0FA1B9E2E815BECE2EA40023302EB942B52D9596(L_42, /*hidden argument*/NULL); (&V_5)->set_z_4(((float)((float)L_41/(float)L_43))); // focalDistance01 = vpPoint.z; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44 = V_5; float L_45 = L_44.get_z_4(); __this->set_focalDistance01_19(L_45); // } goto IL_0174; } IL_0162: { // focalDistance01 = FocalDistance01 (focalZDistance); float L_46 = __this->get_focalZDistance_14(); float L_47; L_47 = DepthOfFieldDeprecated_FocalDistance01_m00D69A3198F8D54F6DE0DA0A74BA2C148B73C28D(__this, L_46, /*hidden argument*/NULL); __this->set_focalDistance01_19(L_47); } IL_0174: { // focalStartCurve = focalZStartCurve; float L_48 = __this->get_focalZStartCurve_15(); __this->set_focalStartCurve_17(L_48); // focalEndCurve = focalZEndCurve; float L_49 = __this->get_focalZEndCurve_16(); __this->set_focalEndCurve_18(L_49); // blurForeground = blurForeground && (focalPoint > (_camera.nearClipPlane + Mathf.Epsilon)); bool L_50 = V_1; if (!L_50) { goto IL_01aa; } } { float L_51 = __this->get_focalPoint_12(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_52 = __this->get__camera_43(); NullCheck(L_52); float L_53; L_53 = Camera_get_nearClipPlane_m75A7270074A35D95B05F25EBF8CE392ECA6517DC(L_52, /*hidden argument*/NULL); float L_54 = ((Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_il2cpp_TypeInfo_var))->get_Epsilon_0(); G_B24_0 = ((((float)L_51) > ((float)((float)il2cpp_codegen_add((float)L_53, (float)L_54))))? 1 : 0); goto IL_01ab; } IL_01aa: { G_B24_0 = 0; } IL_01ab: { V_1 = (bool)G_B24_0; } IL_01ac: { // widthOverHeight = (1.0f * source.width) / (1.0f * source.height); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_55 = ___source0; NullCheck(L_55); int32_t L_56; L_56 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_55); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_57 = ___source0; NullCheck(L_57); int32_t L_58; L_58 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_57); __this->set_widthOverHeight_31(((float)((float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_56))))/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_58))))))); // oneOverBaseSize = 1.0f / 512.0f; __this->set_oneOverBaseSize_32((0.001953125f)); // dofMaterial.SetFloat ("_ForegroundBlurExtrude", foregroundBlurExtrude); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_59 = __this->get_dofMaterial_28(); float L_60 = __this->get_foregroundBlurExtrude_24(); NullCheck(L_59); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_59, _stringLiteral6D48831C246FC7591DF3382C2DBB33BDB539E890, L_60, /*hidden argument*/NULL); // dofMaterial.SetVector ("_CurveParams", new Vector4 (simpleTweakMode ? 1.0f / focalStartCurve : focalStartCurve, simpleTweakMode ? 1.0f / focalEndCurve : focalEndCurve, focal01Size * 0.5f, focalDistance01)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_61 = __this->get_dofMaterial_28(); bool L_62 = __this->get_simpleTweakMode_11(); G_B26_0 = _stringLiteral1CBFAEC37CB6AC0F9329DFF538BEFB069622A4FC; G_B26_1 = L_61; if (L_62) { G_B27_0 = _stringLiteral1CBFAEC37CB6AC0F9329DFF538BEFB069622A4FC; G_B27_1 = L_61; goto IL_0209; } } { float L_63 = __this->get_focalStartCurve_17(); G_B28_0 = L_63; G_B28_1 = G_B26_0; G_B28_2 = G_B26_1; goto IL_0215; } IL_0209: { float L_64 = __this->get_focalStartCurve_17(); G_B28_0 = ((float)((float)(1.0f)/(float)L_64)); G_B28_1 = G_B27_0; G_B28_2 = G_B27_1; } IL_0215: { bool L_65 = __this->get_simpleTweakMode_11(); G_B29_0 = G_B28_0; G_B29_1 = G_B28_1; G_B29_2 = G_B28_2; if (L_65) { G_B30_0 = G_B28_0; G_B30_1 = G_B28_1; G_B30_2 = G_B28_2; goto IL_0225; } } { float L_66 = __this->get_focalEndCurve_18(); G_B31_0 = L_66; G_B31_1 = G_B29_0; G_B31_2 = G_B29_1; G_B31_3 = G_B29_2; goto IL_0231; } IL_0225: { float L_67 = __this->get_focalEndCurve_18(); G_B31_0 = ((float)((float)(1.0f)/(float)L_67)); G_B31_1 = G_B30_0; G_B31_2 = G_B30_1; G_B31_3 = G_B30_2; } IL_0231: { float L_68 = V_2; float L_69 = __this->get_focalDistance01_19(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_70; memset((&L_70), 0, sizeof(L_70)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_70), G_B31_1, G_B31_0, ((float)il2cpp_codegen_multiply((float)L_68, (float)(0.5f))), L_69, /*hidden argument*/NULL); NullCheck(G_B31_3); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(G_B31_3, G_B31_2, L_70, /*hidden argument*/NULL); // dofMaterial.SetVector ("_InvRenderTargetSize", new Vector4 (1.0f / (1.0f * source.width), 1.0f / (1.0f * source.height),0.0f,0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_71 = __this->get_dofMaterial_28(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_72 = ___source0; NullCheck(L_72); int32_t L_73; L_73 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_72); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_74 = ___source0; NullCheck(L_74); int32_t L_75; L_75 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_74); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_76; memset((&L_76), 0, sizeof(L_76)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_76), ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_73)))))), ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_75)))))), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_71); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_71, _stringLiteralD2421074D015FA6102149AD0BDAE12D42B9C55E2, L_76, /*hidden argument*/NULL); // int divider = GetDividerBasedOnQuality (); int32_t L_77; L_77 = DepthOfFieldDeprecated_GetDividerBasedOnQuality_m2E1CC9B27087D14152D5AF975B52F0AB69F46776(__this, /*hidden argument*/NULL); V_3 = L_77; // int lowTexDivider = GetLowResolutionDividerBasedOnQuality (divider); int32_t L_78 = V_3; int32_t L_79; L_79 = DepthOfFieldDeprecated_GetLowResolutionDividerBasedOnQuality_m3DBDA9D7474E15B50D6F31E3F91DF3AA564D17AD(__this, L_78, /*hidden argument*/NULL); V_4 = L_79; // AllocateTextures (blurForeground, source, divider, lowTexDivider); bool L_80 = V_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_81 = ___source0; int32_t L_82 = V_3; int32_t L_83 = V_4; DepthOfFieldDeprecated_AllocateTextures_mDFEBA3201E4C2069FEDE43AFF46C063F0F42D84B(__this, L_80, L_81, L_82, L_83, /*hidden argument*/NULL); // Graphics.Blit (source, source, dofMaterial, 3); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_84 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_85 = ___source0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_86 = __this->get_dofMaterial_28(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_84, L_85, L_86, 3, /*hidden argument*/NULL); // Downsample (source, mediumRezWorkTexture); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_87 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_88 = __this->get_mediumRezWorkTexture_45(); DepthOfFieldDeprecated_Downsample_m73770942AAB7667353A5478BE15202ABCE6190E3(__this, L_87, L_88, /*hidden argument*/NULL); // Blur (mediumRezWorkTexture, mediumRezWorkTexture, DofBlurriness.Low, 4, maxBlurSpread); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_89 = __this->get_mediumRezWorkTexture_45(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_90 = __this->get_mediumRezWorkTexture_45(); float L_91 = __this->get_maxBlurSpread_23(); DepthOfFieldDeprecated_Blur_mE97ADDA1CB43F84B428198D4EDCA12435DA8B107(__this, L_89, L_90, 1, 4, L_91, /*hidden argument*/NULL); // if ((bokeh) && ((BokehDestination.Foreground & bokehDestination) != 0)) bool L_92 = __this->get_bokeh_33(); if (!L_92) { goto IL_036a; } } { int32_t L_93 = __this->get_bokehDestination_30(); if (!((int32_t)((int32_t)2&(int32_t)L_93))) { goto IL_036a; } } { // dofMaterial.SetVector ("_Threshhold", new Vector4(bokehThresholdContrast, bokehThresholdLuminance, 0.95f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_94 = __this->get_dofMaterial_28(); float L_95 = __this->get_bokehThresholdContrast_39(); float L_96 = __this->get_bokehThresholdLuminance_40(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_97; memset((&L_97), 0, sizeof(L_97)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_97), L_95, L_96, (0.949999988f), (0.0f), /*hidden argument*/NULL); NullCheck(L_94); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_94, _stringLiteral33B3A84FF54C600D8BE3E5EA0DCADED338B39495, L_97, /*hidden argument*/NULL); // Graphics.Blit (mediumRezWorkTexture, bokehSource2, dofMaterial, 11); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_98 = __this->get_mediumRezWorkTexture_45(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_99 = __this->get_bokehSource2_49(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_100 = __this->get_dofMaterial_28(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_98, L_99, L_100, ((int32_t)11), /*hidden argument*/NULL); // Graphics.Blit (mediumRezWorkTexture, lowRezWorkTexture);//, dofMaterial, 10); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_101 = __this->get_mediumRezWorkTexture_45(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_102 = __this->get_lowRezWorkTexture_47(); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_101, L_102, /*hidden argument*/NULL); // Blur (lowRezWorkTexture, lowRezWorkTexture, bluriness, 0, maxBlurSpread * bokehBlurAmplifier); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_103 = __this->get_lowRezWorkTexture_47(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_104 = __this->get_lowRezWorkTexture_47(); int32_t L_105 = __this->get_bluriness_22(); float L_106 = __this->get_maxBlurSpread_23(); float L_107 = V_0; DepthOfFieldDeprecated_Blur_mE97ADDA1CB43F84B428198D4EDCA12435DA8B107(__this, L_103, L_104, L_105, 0, ((float)il2cpp_codegen_multiply((float)L_106, (float)L_107)), /*hidden argument*/NULL); // } goto IL_039b; } IL_036a: { // Downsample (mediumRezWorkTexture, lowRezWorkTexture); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_108 = __this->get_mediumRezWorkTexture_45(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_109 = __this->get_lowRezWorkTexture_47(); DepthOfFieldDeprecated_Downsample_m73770942AAB7667353A5478BE15202ABCE6190E3(__this, L_108, L_109, /*hidden argument*/NULL); // Blur (lowRezWorkTexture, lowRezWorkTexture, bluriness, 0, maxBlurSpread); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_110 = __this->get_lowRezWorkTexture_47(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_111 = __this->get_lowRezWorkTexture_47(); int32_t L_112 = __this->get_bluriness_22(); float L_113 = __this->get_maxBlurSpread_23(); DepthOfFieldDeprecated_Blur_mE97ADDA1CB43F84B428198D4EDCA12435DA8B107(__this, L_110, L_111, L_112, 0, L_113, /*hidden argument*/NULL); } IL_039b: { // dofBlurMaterial.SetTexture ("_TapLow", lowRezWorkTexture); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_114 = __this->get_dofBlurMaterial_26(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_115 = __this->get_lowRezWorkTexture_47(); NullCheck(L_114); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_114, _stringLiteral7035EC413F7D45F09D40EE45F3FF4319284C994A, L_115, /*hidden argument*/NULL); // dofBlurMaterial.SetTexture ("_TapMedium", mediumRezWorkTexture); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_116 = __this->get_dofBlurMaterial_26(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_117 = __this->get_mediumRezWorkTexture_45(); NullCheck(L_116); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_116, _stringLiteralB8D6FA095ADE922B0231B4B1167D1FDFACA27CD0, L_117, /*hidden argument*/NULL); // Graphics.Blit (null, finalDefocus, dofBlurMaterial, 3); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_118 = __this->get_finalDefocus_46(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_119 = __this->get_dofBlurMaterial_26(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD((Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE *)NULL, L_118, L_119, 3, /*hidden argument*/NULL); // if ((bokeh) && ((BokehDestination.Foreground & bokehDestination) != 0)) bool L_120 = __this->get_bokeh_33(); if (!L_120) { goto IL_0404; } } { int32_t L_121 = __this->get_bokehDestination_30(); if (!((int32_t)((int32_t)2&(int32_t)L_121))) { goto IL_0404; } } { // AddBokeh (bokehSource2, bokehSource, finalDefocus); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_122 = __this->get_bokehSource2_49(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_123 = __this->get_bokehSource_48(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_124 = __this->get_finalDefocus_46(); DepthOfFieldDeprecated_AddBokeh_mDAC12FD0F5711BF8D8920F86C0D3251934519222(__this, L_122, L_123, L_124, /*hidden argument*/NULL); } IL_0404: { // dofMaterial.SetTexture ("_TapLowBackground", finalDefocus); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_125 = __this->get_dofMaterial_28(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_126 = __this->get_finalDefocus_46(); NullCheck(L_125); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_125, _stringLiteral6ED00DC32D26D64245CD86F48BE5FFAF6E36B31E, L_126, /*hidden argument*/NULL); // dofMaterial.SetTexture ("_TapMedium", mediumRezWorkTexture); // needed for debugging/visualization Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_127 = __this->get_dofMaterial_28(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_128 = __this->get_mediumRezWorkTexture_45(); NullCheck(L_127); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_127, _stringLiteralB8D6FA095ADE922B0231B4B1167D1FDFACA27CD0, L_128, /*hidden argument*/NULL); // Graphics.Blit (source, blurForeground ? foregroundTexture : destination, dofMaterial, visualize ? 2 : 0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_129 = ___source0; bool L_130 = V_1; G_B39_0 = L_129; if (L_130) { G_B40_0 = L_129; goto IL_0437; } } { RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_131 = ___destination1; G_B41_0 = L_131; G_B41_1 = G_B39_0; goto IL_043d; } IL_0437: { RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_132 = __this->get_foregroundTexture_44(); G_B41_0 = L_132; G_B41_1 = G_B40_0; } IL_043d: { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_133 = __this->get_dofMaterial_28(); bool L_134 = __this->get_visualize_29(); G_B42_0 = L_133; G_B42_1 = G_B41_0; G_B42_2 = G_B41_1; if (L_134) { G_B43_0 = L_133; G_B43_1 = G_B41_0; G_B43_2 = G_B41_1; goto IL_044e; } } { G_B44_0 = 0; G_B44_1 = G_B42_0; G_B44_2 = G_B42_1; G_B44_3 = G_B42_2; goto IL_044f; } IL_044e: { G_B44_0 = 2; G_B44_1 = G_B43_0; G_B44_2 = G_B43_1; G_B44_3 = G_B43_2; } IL_044f: { IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(G_B44_3, G_B44_2, G_B44_1, G_B44_0, /*hidden argument*/NULL); // if (blurForeground) { bool L_135 = V_1; if (!L_135) { goto IL_05ab; } } { // Graphics.Blit (foregroundTexture, source, dofMaterial, 5); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_136 = __this->get_foregroundTexture_44(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_137 = ___source0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_138 = __this->get_dofMaterial_28(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_136, L_137, L_138, 5, /*hidden argument*/NULL); // Downsample (source, mediumRezWorkTexture); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_139 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_140 = __this->get_mediumRezWorkTexture_45(); DepthOfFieldDeprecated_Downsample_m73770942AAB7667353A5478BE15202ABCE6190E3(__this, L_139, L_140, /*hidden argument*/NULL); // BlurFg (mediumRezWorkTexture, mediumRezWorkTexture, DofBlurriness.Low, 2, maxBlurSpread); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_141 = __this->get_mediumRezWorkTexture_45(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_142 = __this->get_mediumRezWorkTexture_45(); float L_143 = __this->get_maxBlurSpread_23(); DepthOfFieldDeprecated_BlurFg_m9E7C81AF2E17E3AD14C44B63874CCD717EAB0D66(__this, L_141, L_142, 1, 2, L_143, /*hidden argument*/NULL); // if ((bokeh) && ((BokehDestination.Foreground & bokehDestination) != 0)) bool L_144 = __this->get_bokeh_33(); if (!L_144) { goto IL_0527; } } { int32_t L_145 = __this->get_bokehDestination_30(); if (!((int32_t)((int32_t)2&(int32_t)L_145))) { goto IL_0527; } } { // dofMaterial.SetVector ("_Threshhold", new Vector4(bokehThresholdContrast * 0.5f, bokehThresholdLuminance, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_146 = __this->get_dofMaterial_28(); float L_147 = __this->get_bokehThresholdContrast_39(); float L_148 = __this->get_bokehThresholdLuminance_40(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_149; memset((&L_149), 0, sizeof(L_149)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_149), ((float)il2cpp_codegen_multiply((float)L_147, (float)(0.5f))), L_148, (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_146); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_146, _stringLiteral33B3A84FF54C600D8BE3E5EA0DCADED338B39495, L_149, /*hidden argument*/NULL); // Graphics.Blit (mediumRezWorkTexture, bokehSource2, dofMaterial, 11); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_150 = __this->get_mediumRezWorkTexture_45(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_151 = __this->get_bokehSource2_49(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_152 = __this->get_dofMaterial_28(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_150, L_151, L_152, ((int32_t)11), /*hidden argument*/NULL); // Graphics.Blit (mediumRezWorkTexture, lowRezWorkTexture);//, dofMaterial, 10); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_153 = __this->get_mediumRezWorkTexture_45(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_154 = __this->get_lowRezWorkTexture_47(); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_153, L_154, /*hidden argument*/NULL); // BlurFg (lowRezWorkTexture, lowRezWorkTexture, bluriness, 1, maxBlurSpread * bokehBlurAmplifier); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_155 = __this->get_lowRezWorkTexture_47(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_156 = __this->get_lowRezWorkTexture_47(); int32_t L_157 = __this->get_bluriness_22(); float L_158 = __this->get_maxBlurSpread_23(); float L_159 = V_0; DepthOfFieldDeprecated_BlurFg_m9E7C81AF2E17E3AD14C44B63874CCD717EAB0D66(__this, L_155, L_156, L_157, 1, ((float)il2cpp_codegen_multiply((float)L_158, (float)L_159)), /*hidden argument*/NULL); // } goto IL_0546; } IL_0527: { // BlurFg (mediumRezWorkTexture, lowRezWorkTexture, bluriness, 1, maxBlurSpread); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_160 = __this->get_mediumRezWorkTexture_45(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_161 = __this->get_lowRezWorkTexture_47(); int32_t L_162 = __this->get_bluriness_22(); float L_163 = __this->get_maxBlurSpread_23(); DepthOfFieldDeprecated_BlurFg_m9E7C81AF2E17E3AD14C44B63874CCD717EAB0D66(__this, L_160, L_161, L_162, 1, L_163, /*hidden argument*/NULL); } IL_0546: { // Graphics.Blit (lowRezWorkTexture, finalDefocus); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_164 = __this->get_lowRezWorkTexture_47(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_165 = __this->get_finalDefocus_46(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_m946B14CAE548AAFF3FC223AB54DC5D10AEF760F7(L_164, L_165, /*hidden argument*/NULL); // dofMaterial.SetTexture ("_TapLowForeground", finalDefocus); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_166 = __this->get_dofMaterial_28(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_167 = __this->get_finalDefocus_46(); NullCheck(L_166); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_166, _stringLiteral99C3CA9EFAAD8218587238941F53583F341D865A, L_167, /*hidden argument*/NULL); // Graphics.Blit (source, destination, dofMaterial, visualize ? 1 : 4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_168 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_169 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_170 = __this->get_dofMaterial_28(); bool L_171 = __this->get_visualize_29(); G_B50_0 = L_170; G_B50_1 = L_169; G_B50_2 = L_168; if (L_171) { G_B51_0 = L_170; G_B51_1 = L_169; G_B51_2 = L_168; goto IL_0580; } } { G_B52_0 = 4; G_B52_1 = G_B50_0; G_B52_2 = G_B50_1; G_B52_3 = G_B50_2; goto IL_0581; } IL_0580: { G_B52_0 = 1; G_B52_1 = G_B51_0; G_B52_2 = G_B51_1; G_B52_3 = G_B51_2; } IL_0581: { IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(G_B52_3, G_B52_2, G_B52_1, G_B52_0, /*hidden argument*/NULL); // if ((bokeh) && ((BokehDestination.Foreground & bokehDestination) != 0)) bool L_172 = __this->get_bokeh_33(); if (!L_172) { goto IL_05ab; } } { int32_t L_173 = __this->get_bokehDestination_30(); if (!((int32_t)((int32_t)2&(int32_t)L_173))) { goto IL_05ab; } } { // AddBokeh (bokehSource2, bokehSource, destination); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_174 = __this->get_bokehSource2_49(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_175 = __this->get_bokehSource_48(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_176 = ___destination1; DepthOfFieldDeprecated_AddBokeh_mDAC12FD0F5711BF8D8920F86C0D3251934519222(__this, L_174, L_175, L_176, /*hidden argument*/NULL); } IL_05ab: { // ReleaseTextures (); DepthOfFieldDeprecated_ReleaseTextures_mD4E8FDDB6EFE5782BDCD188BBA06BA80672B2676(__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::Blur(UnityEngine.RenderTexture,UnityEngine.RenderTexture,UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/DofBlurriness,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_Blur_mE97ADDA1CB43F84B428198D4EDCA12435DA8B107 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to1, int32_t ___iterations2, int32_t ___blurPass3, float ___spread4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277); s_Il2CppMethodInitialized = true; } RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_0 = NULL; { // RenderTexture tmp = RenderTexture.GetTemporary (to.width, to.height); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_0 = ___to1; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___to1; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_4; L_4 = RenderTexture_GetTemporary_mF71FD5106250F2CD0309BBBA2CD74D3D6D94EFB8(L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; // if ((int)iterations > 1) { int32_t L_5 = ___iterations2; if ((((int32_t)L_5) <= ((int32_t)1))) { goto IL_00ae; } } { // BlurHex (from, to, blurPass, spread, tmp); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_6 = ___from0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_7 = ___to1; int32_t L_8 = ___blurPass3; float L_9 = ___spread4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_10 = V_0; DepthOfFieldDeprecated_BlurHex_m5EE76E316221C6877542EBC8F9A131BE176F631F(__this, L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); // if ((int)iterations > 2) { int32_t L_11 = ___iterations2; if ((((int32_t)L_11) <= ((int32_t)2))) { goto IL_012d; } } { // dofBlurMaterial.SetVector ("offsets", new Vector4 (0.0f, spread * oneOverBaseSize, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_12 = __this->get_dofBlurMaterial_26(); float L_13 = ___spread4; float L_14 = __this->get_oneOverBaseSize_32(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_15; memset((&L_15), 0, sizeof(L_15)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_15), (0.0f), ((float)il2cpp_codegen_multiply((float)L_13, (float)L_14)), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_12); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_12, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_15, /*hidden argument*/NULL); // Graphics.Blit (to, tmp, dofBlurMaterial, blurPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_16 = ___to1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_17 = V_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_18 = __this->get_dofBlurMaterial_26(); int32_t L_19 = ___blurPass3; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_16, L_17, L_18, L_19, /*hidden argument*/NULL); // dofBlurMaterial.SetVector ("offsets", new Vector4 (spread / widthOverHeight * oneOverBaseSize, 0.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_20 = __this->get_dofBlurMaterial_26(); float L_21 = ___spread4; float L_22 = __this->get_widthOverHeight_31(); float L_23 = __this->get_oneOverBaseSize_32(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_24; memset((&L_24), 0, sizeof(L_24)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_24), ((float)il2cpp_codegen_multiply((float)((float)((float)L_21/(float)L_22)), (float)L_23)), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_20); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_20, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_24, /*hidden argument*/NULL); // Graphics.Blit (tmp, to, dofBlurMaterial, blurPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_25 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_26 = ___to1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_27 = __this->get_dofBlurMaterial_26(); int32_t L_28 = ___blurPass3; Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_25, L_26, L_27, L_28, /*hidden argument*/NULL); // } goto IL_012d; } IL_00ae: { // dofBlurMaterial.SetVector ("offsets", new Vector4 (0.0f, spread * oneOverBaseSize, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_29 = __this->get_dofBlurMaterial_26(); float L_30 = ___spread4; float L_31 = __this->get_oneOverBaseSize_32(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_32; memset((&L_32), 0, sizeof(L_32)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_32), (0.0f), ((float)il2cpp_codegen_multiply((float)L_30, (float)L_31)), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_29); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_29, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_32, /*hidden argument*/NULL); // Graphics.Blit (from, tmp, dofBlurMaterial, blurPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_33 = ___from0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_34 = V_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_35 = __this->get_dofBlurMaterial_26(); int32_t L_36 = ___blurPass3; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_33, L_34, L_35, L_36, /*hidden argument*/NULL); // dofBlurMaterial.SetVector ("offsets", new Vector4 (spread / widthOverHeight * oneOverBaseSize, 0.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_37 = __this->get_dofBlurMaterial_26(); float L_38 = ___spread4; float L_39 = __this->get_widthOverHeight_31(); float L_40 = __this->get_oneOverBaseSize_32(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_41; memset((&L_41), 0, sizeof(L_41)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_41), ((float)il2cpp_codegen_multiply((float)((float)((float)L_38/(float)L_39)), (float)L_40)), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_37); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_37, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_41, /*hidden argument*/NULL); // Graphics.Blit (tmp, to, dofBlurMaterial, blurPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_42 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_43 = ___to1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_44 = __this->get_dofBlurMaterial_26(); int32_t L_45 = ___blurPass3; Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_42, L_43, L_44, L_45, /*hidden argument*/NULL); } IL_012d: { // RenderTexture.ReleaseTemporary (tmp); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_46 = V_0; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_46, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::BlurFg(UnityEngine.RenderTexture,UnityEngine.RenderTexture,UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated/DofBlurriness,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_BlurFg_m9E7C81AF2E17E3AD14C44B63874CCD717EAB0D66 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to1, int32_t ___iterations2, int32_t ___blurPass3, float ___spread4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9382A96CD5EE97182BD1B1CB518606C0CB0A20D4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277); s_Il2CppMethodInitialized = true; } RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_0 = NULL; { // dofBlurMaterial.SetTexture ("_TapHigh", from); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_dofBlurMaterial_26(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_1 = ___from0; NullCheck(L_0); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_0, _stringLiteral9382A96CD5EE97182BD1B1CB518606C0CB0A20D4, L_1, /*hidden argument*/NULL); // RenderTexture tmp = RenderTexture.GetTemporary (to.width, to.height); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___to1; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_4 = ___to1; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_6; L_6 = RenderTexture_GetTemporary_mF71FD5106250F2CD0309BBBA2CD74D3D6D94EFB8(L_3, L_5, /*hidden argument*/NULL); V_0 = L_6; // if ((int)iterations > 1) { int32_t L_7 = ___iterations2; if ((((int32_t)L_7) <= ((int32_t)1))) { goto IL_00bf; } } { // BlurHex (from, to, blurPass, spread, tmp); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_8 = ___from0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_9 = ___to1; int32_t L_10 = ___blurPass3; float L_11 = ___spread4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_12 = V_0; DepthOfFieldDeprecated_BlurHex_m5EE76E316221C6877542EBC8F9A131BE176F631F(__this, L_8, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); // if ((int)iterations > 2) { int32_t L_13 = ___iterations2; if ((((int32_t)L_13) <= ((int32_t)2))) { goto IL_013e; } } { // dofBlurMaterial.SetVector ("offsets", new Vector4 (0.0f, spread * oneOverBaseSize, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_14 = __this->get_dofBlurMaterial_26(); float L_15 = ___spread4; float L_16 = __this->get_oneOverBaseSize_32(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_17; memset((&L_17), 0, sizeof(L_17)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_17), (0.0f), ((float)il2cpp_codegen_multiply((float)L_15, (float)L_16)), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_14); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_14, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_17, /*hidden argument*/NULL); // Graphics.Blit (to, tmp, dofBlurMaterial, blurPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_18 = ___to1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_19 = V_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_20 = __this->get_dofBlurMaterial_26(); int32_t L_21 = ___blurPass3; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_18, L_19, L_20, L_21, /*hidden argument*/NULL); // dofBlurMaterial.SetVector ("offsets", new Vector4 (spread / widthOverHeight * oneOverBaseSize, 0.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_22 = __this->get_dofBlurMaterial_26(); float L_23 = ___spread4; float L_24 = __this->get_widthOverHeight_31(); float L_25 = __this->get_oneOverBaseSize_32(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_26; memset((&L_26), 0, sizeof(L_26)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_26), ((float)il2cpp_codegen_multiply((float)((float)((float)L_23/(float)L_24)), (float)L_25)), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_22); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_22, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_26, /*hidden argument*/NULL); // Graphics.Blit (tmp, to, dofBlurMaterial, blurPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_27 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_28 = ___to1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_29 = __this->get_dofBlurMaterial_26(); int32_t L_30 = ___blurPass3; Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_27, L_28, L_29, L_30, /*hidden argument*/NULL); // } goto IL_013e; } IL_00bf: { // dofBlurMaterial.SetVector ("offsets", new Vector4 (0.0f, spread * oneOverBaseSize, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_31 = __this->get_dofBlurMaterial_26(); float L_32 = ___spread4; float L_33 = __this->get_oneOverBaseSize_32(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_34; memset((&L_34), 0, sizeof(L_34)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_34), (0.0f), ((float)il2cpp_codegen_multiply((float)L_32, (float)L_33)), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_31); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_31, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_34, /*hidden argument*/NULL); // Graphics.Blit (from, tmp, dofBlurMaterial, blurPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_35 = ___from0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_36 = V_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_37 = __this->get_dofBlurMaterial_26(); int32_t L_38 = ___blurPass3; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_35, L_36, L_37, L_38, /*hidden argument*/NULL); // dofBlurMaterial.SetVector ("offsets", new Vector4 (spread / widthOverHeight * oneOverBaseSize, 0.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_39 = __this->get_dofBlurMaterial_26(); float L_40 = ___spread4; float L_41 = __this->get_widthOverHeight_31(); float L_42 = __this->get_oneOverBaseSize_32(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_43; memset((&L_43), 0, sizeof(L_43)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_43), ((float)il2cpp_codegen_multiply((float)((float)((float)L_40/(float)L_41)), (float)L_42)), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_39); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_39, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_43, /*hidden argument*/NULL); // Graphics.Blit (tmp, to, dofBlurMaterial, blurPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_44 = V_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_45 = ___to1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_46 = __this->get_dofBlurMaterial_26(); int32_t L_47 = ___blurPass3; Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_44, L_45, L_46, L_47, /*hidden argument*/NULL); } IL_013e: { // RenderTexture.ReleaseTemporary (tmp); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_48 = V_0; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_48, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::BlurHex(UnityEngine.RenderTexture,UnityEngine.RenderTexture,System.Int32,System.Single,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_BlurHex_m5EE76E316221C6877542EBC8F9A131BE176F631F (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to1, int32_t ___blurPass2, float ___spread3, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___tmp4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277); s_Il2CppMethodInitialized = true; } { // dofBlurMaterial.SetVector ("offsets", new Vector4 (0.0f, spread * oneOverBaseSize, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_dofBlurMaterial_26(); float L_1 = ___spread3; float L_2 = __this->get_oneOverBaseSize_32(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_3; memset((&L_3), 0, sizeof(L_3)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_3), (0.0f), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_0); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_0, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_3, /*hidden argument*/NULL); // Graphics.Blit (from, tmp, dofBlurMaterial, blurPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_4 = ___from0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_5 = ___tmp4; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6 = __this->get_dofBlurMaterial_26(); int32_t L_7 = ___blurPass2; IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_4, L_5, L_6, L_7, /*hidden argument*/NULL); // dofBlurMaterial.SetVector ("offsets", new Vector4 (spread / widthOverHeight * oneOverBaseSize, 0.0f, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_8 = __this->get_dofBlurMaterial_26(); float L_9 = ___spread3; float L_10 = __this->get_widthOverHeight_31(); float L_11 = __this->get_oneOverBaseSize_32(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_12; memset((&L_12), 0, sizeof(L_12)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_12), ((float)il2cpp_codegen_multiply((float)((float)((float)L_9/(float)L_10)), (float)L_11)), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_8); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_8, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_12, /*hidden argument*/NULL); // Graphics.Blit (tmp, to, dofBlurMaterial, blurPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_13 = ___tmp4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_14 = ___to1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_15 = __this->get_dofBlurMaterial_26(); int32_t L_16 = ___blurPass2; Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_13, L_14, L_15, L_16, /*hidden argument*/NULL); // dofBlurMaterial.SetVector ("offsets", new Vector4 (spread / widthOverHeight * oneOverBaseSize, spread * oneOverBaseSize, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_17 = __this->get_dofBlurMaterial_26(); float L_18 = ___spread3; float L_19 = __this->get_widthOverHeight_31(); float L_20 = __this->get_oneOverBaseSize_32(); float L_21 = ___spread3; float L_22 = __this->get_oneOverBaseSize_32(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_23; memset((&L_23), 0, sizeof(L_23)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_23), ((float)il2cpp_codegen_multiply((float)((float)((float)L_18/(float)L_19)), (float)L_20)), ((float)il2cpp_codegen_multiply((float)L_21, (float)L_22)), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_17); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_17, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_23, /*hidden argument*/NULL); // Graphics.Blit (to, tmp, dofBlurMaterial, blurPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_24 = ___to1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_25 = ___tmp4; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_26 = __this->get_dofBlurMaterial_26(); int32_t L_27 = ___blurPass2; Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_24, L_25, L_26, L_27, /*hidden argument*/NULL); // dofBlurMaterial.SetVector ("offsets", new Vector4 (spread / widthOverHeight * oneOverBaseSize, -spread * oneOverBaseSize, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_28 = __this->get_dofBlurMaterial_26(); float L_29 = ___spread3; float L_30 = __this->get_widthOverHeight_31(); float L_31 = __this->get_oneOverBaseSize_32(); float L_32 = ___spread3; float L_33 = __this->get_oneOverBaseSize_32(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_34; memset((&L_34), 0, sizeof(L_34)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_34), ((float)il2cpp_codegen_multiply((float)((float)((float)L_29/(float)L_30)), (float)L_31)), ((float)il2cpp_codegen_multiply((float)((-L_32)), (float)L_33)), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_28); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_28, _stringLiteralEF8206FEC2F38BBF1FE70987DEC5173251678277, L_34, /*hidden argument*/NULL); // Graphics.Blit (tmp, to, dofBlurMaterial, blurPass); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_35 = ___tmp4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_36 = ___to1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_37 = __this->get_dofBlurMaterial_26(); int32_t L_38 = ___blurPass2; Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_35, L_36, L_37, L_38, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::Downsample(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_Downsample_m73770942AAB7667353A5478BE15202ABCE6190E3 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___from0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___to1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2421074D015FA6102149AD0BDAE12D42B9C55E2); s_Il2CppMethodInitialized = true; } { // dofMaterial.SetVector ("_InvRenderTargetSize", new Vector4 (1.0f / (1.0f * to.width), 1.0f / (1.0f * to.height), 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_dofMaterial_28(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_1 = ___to1; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_3 = ___to1; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_3); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_5; memset((&L_5), 0, sizeof(L_5)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_5), ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_2)))))), ((float)((float)(1.0f)/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_4)))))), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_0); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_0, _stringLiteralD2421074D015FA6102149AD0BDAE12D42B9C55E2, L_5, /*hidden argument*/NULL); // Graphics.Blit (from, to, dofMaterial, SMOOTH_DOWNSAMPLE_PASS); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_6 = ___from0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_7 = ___to1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_8 = __this->get_dofMaterial_28(); IL2CPP_RUNTIME_CLASS_INIT(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_il2cpp_TypeInfo_var); int32_t L_9 = ((DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_StaticFields*)il2cpp_codegen_static_fields_for(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_il2cpp_TypeInfo_var))->get_SMOOTH_DOWNSAMPLE_PASS_7(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_6, L_7, L_8, L_9, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::AddBokeh(UnityEngine.RenderTexture,UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_AddBokeh_mDAC12FD0F5711BF8D8920F86C0D3251934519222 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___bokehInfo0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___tempTex1, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___finalTarget2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46BD273D624ECB1BB8ECE4038A8032857886D012); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD982DD4496EE1EAEEDD5B4DA7B2EB057EEC66E1D); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* V_2 = NULL; int32_t V_3 = 0; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * V_4 = NULL; { // if (bokehMaterial) { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_bokehMaterial_42(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0157; } } { // var meshes = Quads.GetMeshes (tempTex.width, tempTex.height); // quads: exchanging more triangles with less overdraw RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = ___tempTex1; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_4 = ___tempTex1; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_4); IL2CPP_RUNTIME_CLASS_INIT(Quads_t685086360831ABD1284FD0E7B088C95075647825_il2cpp_TypeInfo_var); MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_6; L_6 = Quads_GetMeshes_mE0C1253983124C6022E99BF9C690AB87E12834B2(L_3, L_5, /*hidden argument*/NULL); // RenderTexture.active = tempTex; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_7 = ___tempTex1; RenderTexture_set_active_mA70AFD6D3CB54E9AEDDD45E48B8B6979FDB75ED9(L_7, /*hidden argument*/NULL); // GL.Clear (false, true, new Color (0.0f, 0.0f, 0.0f, 0.0f)); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_8; memset((&L_8), 0, sizeof(L_8)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_8), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); GL_Clear_mF5FCE24D7F60731D6D88AA3DC98B0E88A644CD93((bool)0, (bool)1, L_8, /*hidden argument*/NULL); // GL.PushMatrix (); GL_PushMatrix_mF1F26015AB75226AB048A7ABF700871C5A0AE0B3(/*hidden argument*/NULL); // GL.LoadIdentity (); GL_LoadIdentity_m96F26C752C5EED5A747414BC7435F1B58626E052(/*hidden argument*/NULL); // bokehInfo.filterMode = FilterMode.Point; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_9 = ___bokehInfo0; NullCheck(L_9); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_9, 0, /*hidden argument*/NULL); // float arW = (bokehInfo.width * 1.0f) / (bokehInfo.height * 1.0f); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_10 = ___bokehInfo0; NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_10); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_12 = ___bokehInfo0; NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_12); V_0 = ((float)((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_11)), (float)(1.0f)))/(float)((float)il2cpp_codegen_multiply((float)((float)((float)L_13)), (float)(1.0f))))); // float sc = 2.0f / (1.0f * bokehInfo.width); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_14 = ___bokehInfo0; NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_14); V_1 = ((float)((float)(2.0f)/(float)((float)il2cpp_codegen_multiply((float)(1.0f), (float)((float)((float)L_15)))))); // sc += bokehScale * maxBlurSpread * BOKEH_EXTRA_BLUR * oneOverBaseSize; float L_16 = V_1; float L_17 = __this->get_bokehScale_37(); float L_18 = __this->get_maxBlurSpread_23(); IL2CPP_RUNTIME_CLASS_INIT(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_il2cpp_TypeInfo_var); float L_19 = ((DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_StaticFields*)il2cpp_codegen_static_fields_for(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_il2cpp_TypeInfo_var))->get_BOKEH_EXTRA_BLUR_8(); float L_20 = __this->get_oneOverBaseSize_32(); V_1 = ((float)il2cpp_codegen_add((float)L_16, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_17, (float)L_18)), (float)L_19)), (float)L_20)))); // bokehMaterial.SetTexture ("_Source", bokehInfo); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_21 = __this->get_bokehMaterial_42(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_22 = ___bokehInfo0; NullCheck(L_21); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_21, _stringLiteralD982DD4496EE1EAEEDD5B4DA7B2EB057EEC66E1D, L_22, /*hidden argument*/NULL); // bokehMaterial.SetTexture ("_MainTex", bokehTexture); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_23 = __this->get_bokehMaterial_42(); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_24 = __this->get_bokehTexture_36(); NullCheck(L_23); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_23, _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, L_24, /*hidden argument*/NULL); // bokehMaterial.SetVector ("_ArScale",new Vector4 (sc, sc * arW, 0.5f, 0.5f * arW)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_25 = __this->get_bokehMaterial_42(); float L_26 = V_1; float L_27 = V_1; float L_28 = V_0; float L_29 = V_0; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_30; memset((&L_30), 0, sizeof(L_30)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_30), L_26, ((float)il2cpp_codegen_multiply((float)L_27, (float)L_28)), (0.5f), ((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_29)), /*hidden argument*/NULL); NullCheck(L_25); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_25, _stringLiteral46BD273D624ECB1BB8ECE4038A8032857886D012, L_30, /*hidden argument*/NULL); // bokehMaterial.SetFloat ("_Intensity", bokehIntensity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_31 = __this->get_bokehMaterial_42(); float L_32 = __this->get_bokehIntensity_38(); NullCheck(L_31); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_31, _stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E, L_32, /*hidden argument*/NULL); // bokehMaterial.SetPass (0); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_33 = __this->get_bokehMaterial_42(); NullCheck(L_33); bool L_34; L_34 = Material_SetPass_mC888245491A21488CFF2FD64CA45E8404CB9FF9C(L_33, 0, /*hidden argument*/NULL); // foreach(Mesh m in meshes) V_2 = L_6; V_3 = 0; goto IL_0137; } IL_0119: { // foreach(Mesh m in meshes) MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_35 = V_2; int32_t L_36 = V_3; NullCheck(L_35); int32_t L_37 = L_36; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_38 = (L_35)->GetAt(static_cast(L_37)); V_4 = L_38; // if (m) Graphics.DrawMeshNow (m, Matrix4x4.identity); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_39 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_40; L_40 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_0133; } } { // if (m) Graphics.DrawMeshNow (m, Matrix4x4.identity); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_41 = V_4; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_42; L_42 = Matrix4x4_get_identity_mC91289718DDD3DDBE0A10551BDA59A446414A596(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_DrawMeshNow_m100DAA0EF31439F55F0F41014A00C25884B4797A(L_41, L_42, /*hidden argument*/NULL); } IL_0133: { int32_t L_43 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_0137: { // foreach(Mesh m in meshes) int32_t L_44 = V_3; MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* L_45 = V_2; NullCheck(L_45); if ((((int32_t)L_44) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length)))))) { goto IL_0119; } } { // GL.PopMatrix (); GL_PopMatrix_m06F4C60CA3B91C7F8B7EFF83D21563C9613B3738(/*hidden argument*/NULL); // Graphics.Blit (tempTex, finalTarget, dofMaterial, 8); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_46 = ___tempTex1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_47 = ___finalTarget2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_48 = __this->get_dofMaterial_28(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_46, L_47, L_48, 8, /*hidden argument*/NULL); // bokehInfo.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_49 = ___bokehInfo0; NullCheck(L_49); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_49, 1, /*hidden argument*/NULL); } IL_0157: { // } return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::ReleaseTextures() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_ReleaseTextures_mD4E8FDDB6EFE5782BDCD188BBA06BA80672B2676 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (foregroundTexture) RenderTexture.ReleaseTemporary (foregroundTexture); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_0 = __this->get_foregroundTexture_44(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // if (foregroundTexture) RenderTexture.ReleaseTemporary (foregroundTexture); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_2 = __this->get_foregroundTexture_44(); RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_2, /*hidden argument*/NULL); } IL_0018: { // if (finalDefocus) RenderTexture.ReleaseTemporary (finalDefocus); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_3 = __this->get_finalDefocus_46(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0030; } } { // if (finalDefocus) RenderTexture.ReleaseTemporary (finalDefocus); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_5 = __this->get_finalDefocus_46(); RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_5, /*hidden argument*/NULL); } IL_0030: { // if (mediumRezWorkTexture) RenderTexture.ReleaseTemporary (mediumRezWorkTexture); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_6 = __this->get_mediumRezWorkTexture_45(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0048; } } { // if (mediumRezWorkTexture) RenderTexture.ReleaseTemporary (mediumRezWorkTexture); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_8 = __this->get_mediumRezWorkTexture_45(); RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_8, /*hidden argument*/NULL); } IL_0048: { // if (lowRezWorkTexture) RenderTexture.ReleaseTemporary (lowRezWorkTexture); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_9 = __this->get_lowRezWorkTexture_47(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_10; L_10 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0060; } } { // if (lowRezWorkTexture) RenderTexture.ReleaseTemporary (lowRezWorkTexture); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_11 = __this->get_lowRezWorkTexture_47(); RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_11, /*hidden argument*/NULL); } IL_0060: { // if (bokehSource) RenderTexture.ReleaseTemporary (bokehSource); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_12 = __this->get_bokehSource_48(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_13; L_13 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0078; } } { // if (bokehSource) RenderTexture.ReleaseTemporary (bokehSource); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_14 = __this->get_bokehSource_48(); RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_14, /*hidden argument*/NULL); } IL_0078: { // if (bokehSource2) RenderTexture.ReleaseTemporary (bokehSource2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_15 = __this->get_bokehSource2_49(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_16; L_16 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0090; } } { // if (bokehSource2) RenderTexture.ReleaseTemporary (bokehSource2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_17 = __this->get_bokehSource2_49(); RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_17, /*hidden argument*/NULL); } IL_0090: { // } return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::AllocateTextures(System.Boolean,UnityEngine.RenderTexture,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated_AllocateTextures_mDFEBA3201E4C2069FEDE43AFF46C063F0F42D84B (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, bool ___blurForeground0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source1, int32_t ___divider2, int32_t ___lowTexDivider3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // foregroundTexture = null; __this->set_foregroundTexture_44((RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 *)NULL); // if (blurForeground) bool L_0 = ___blurForeground0; if (!L_0) { goto IL_0022; } } { // foregroundTexture = RenderTexture.GetTemporary (source.width, source.height, 0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_1 = ___source1; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_3 = ___source1; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_3); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_5; L_5 = RenderTexture_GetTemporary_m8E43C234388D8688B70498F6663F05925EFBD4C9(L_2, L_4, 0, /*hidden argument*/NULL); __this->set_foregroundTexture_44(L_5); } IL_0022: { // mediumRezWorkTexture = RenderTexture.GetTemporary (source.width / divider, source.height / divider, 0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_6 = ___source1; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_6); int32_t L_8 = ___divider2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_9 = ___source1; NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_9); int32_t L_11 = ___divider2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_12; L_12 = RenderTexture_GetTemporary_m8E43C234388D8688B70498F6663F05925EFBD4C9(((int32_t)((int32_t)L_7/(int32_t)L_8)), ((int32_t)((int32_t)L_10/(int32_t)L_11)), 0, /*hidden argument*/NULL); __this->set_mediumRezWorkTexture_45(L_12); // finalDefocus = RenderTexture.GetTemporary (source.width / divider, source.height / divider, 0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_13 = ___source1; NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_13); int32_t L_15 = ___divider2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_16 = ___source1; NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_16); int32_t L_18 = ___divider2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_19; L_19 = RenderTexture_GetTemporary_m8E43C234388D8688B70498F6663F05925EFBD4C9(((int32_t)((int32_t)L_14/(int32_t)L_15)), ((int32_t)((int32_t)L_17/(int32_t)L_18)), 0, /*hidden argument*/NULL); __this->set_finalDefocus_46(L_19); // lowRezWorkTexture = RenderTexture.GetTemporary (source.width / lowTexDivider, source.height / lowTexDivider, 0); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_20 = ___source1; NullCheck(L_20); int32_t L_21; L_21 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_20); int32_t L_22 = ___lowTexDivider3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_23 = ___source1; NullCheck(L_23); int32_t L_24; L_24 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_23); int32_t L_25 = ___lowTexDivider3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_26; L_26 = RenderTexture_GetTemporary_m8E43C234388D8688B70498F6663F05925EFBD4C9(((int32_t)((int32_t)L_21/(int32_t)L_22)), ((int32_t)((int32_t)L_24/(int32_t)L_25)), 0, /*hidden argument*/NULL); __this->set_lowRezWorkTexture_47(L_26); // bokehSource = null; __this->set_bokehSource_48((RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 *)NULL); // bokehSource2 = null; __this->set_bokehSource2_49((RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 *)NULL); // if (bokeh) { bool L_27 = __this->get_bokeh_33(); if (!L_27) { goto IL_012e; } } { // bokehSource = RenderTexture.GetTemporary (source.width / (lowTexDivider * bokehDownsample), source.height / (lowTexDivider * bokehDownsample), 0, RenderTextureFormat.ARGBHalf); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_28 = ___source1; NullCheck(L_28); int32_t L_29; L_29 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_28); int32_t L_30 = ___lowTexDivider3; int32_t L_31 = __this->get_bokehDownsample_41(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_32 = ___source1; NullCheck(L_32); int32_t L_33; L_33 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_32); int32_t L_34 = ___lowTexDivider3; int32_t L_35 = __this->get_bokehDownsample_41(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_36; L_36 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_29/(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)L_31)))), ((int32_t)((int32_t)L_33/(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_34, (int32_t)L_35)))), 0, 2, /*hidden argument*/NULL); __this->set_bokehSource_48(L_36); // bokehSource2 = RenderTexture.GetTemporary (source.width / (lowTexDivider * bokehDownsample), source.height / (lowTexDivider * bokehDownsample), 0, RenderTextureFormat.ARGBHalf); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_37 = ___source1; NullCheck(L_37); int32_t L_38; L_38 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_37); int32_t L_39 = ___lowTexDivider3; int32_t L_40 = __this->get_bokehDownsample_41(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_41 = ___source1; NullCheck(L_41); int32_t L_42; L_42 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_41); int32_t L_43 = ___lowTexDivider3; int32_t L_44 = __this->get_bokehDownsample_41(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_45; L_45 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(((int32_t)((int32_t)L_38/(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_39, (int32_t)L_40)))), ((int32_t)((int32_t)L_42/(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_43, (int32_t)L_44)))), 0, 2, /*hidden argument*/NULL); __this->set_bokehSource2_49(L_45); // bokehSource.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_46 = __this->get_bokehSource_48(); NullCheck(L_46); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_46, 1, /*hidden argument*/NULL); // bokehSource2.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_47 = __this->get_bokehSource2_49(); NullCheck(L_47); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_47, 1, /*hidden argument*/NULL); // RenderTexture.active = bokehSource2; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_48 = __this->get_bokehSource2_49(); RenderTexture_set_active_mA70AFD6D3CB54E9AEDDD45E48B8B6979FDB75ED9(L_48, /*hidden argument*/NULL); // GL.Clear (false, true, new Color(0.0f, 0.0f, 0.0f, 0.0f)); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_49; memset((&L_49), 0, sizeof(L_49)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_49), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); GL_Clear_mF5FCE24D7F60731D6D88AA3DC98B0E88A644CD93((bool)0, (bool)1, L_49, /*hidden argument*/NULL); } IL_012e: { // source.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_50 = ___source1; NullCheck(L_50); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_50, 1, /*hidden argument*/NULL); // finalDefocus.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_51 = __this->get_finalDefocus_46(); NullCheck(L_51); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_51, 1, /*hidden argument*/NULL); // mediumRezWorkTexture.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_52 = __this->get_mediumRezWorkTexture_45(); NullCheck(L_52); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_52, 1, /*hidden argument*/NULL); // lowRezWorkTexture.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_53 = __this->get_lowRezWorkTexture_47(); NullCheck(L_53); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_53, 1, /*hidden argument*/NULL); // if (foregroundTexture) RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_54 = __this->get_foregroundTexture_44(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_55; L_55 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_0172; } } { // foregroundTexture.filterMode = FilterMode.Bilinear; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_56 = __this->get_foregroundTexture_44(); NullCheck(L_56); Texture_set_filterMode_m045141DB0FEFE496885D45F5F23B15BC0E77C8D0(L_56, 1, /*hidden argument*/NULL); } IL_0172: { // } return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated__ctor_m361158B5F9744812D8BE55DADAE5EBA104166113 (DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970 * __this, const RuntimeMethod* method) { { // public Dof34QualitySetting quality = Dof34QualitySetting.OnlyBackground; __this->set_quality_9(1); // public DofResolution resolution = DofResolution.Low; __this->set_resolution_10(4); // public bool simpleTweakMode = true; __this->set_simpleTweakMode_11((bool)1); // public float focalPoint = 1.0f; __this->set_focalPoint_12((1.0f)); // public float smoothness = 0.5f; __this->set_smoothness_13((0.5f)); // public float focalZStartCurve = 1.0f; __this->set_focalZStartCurve_15((1.0f)); // public float focalZEndCurve = 1.0f; __this->set_focalZEndCurve_16((1.0f)); // private float focalStartCurve = 2.0f; __this->set_focalStartCurve_17((2.0f)); // private float focalEndCurve = 2.0f; __this->set_focalEndCurve_18((2.0f)); // private float focalDistance01 = 0.1f; __this->set_focalDistance01_19((0.100000001f)); // public DofBlurriness bluriness = DofBlurriness.High; __this->set_bluriness_22(2); // public float maxBlurSpread = 1.75f; __this->set_maxBlurSpread_23((1.75f)); // public float foregroundBlurExtrude = 1.15f; __this->set_foregroundBlurExtrude_24((1.14999998f)); // public BokehDestination bokehDestination = BokehDestination.Background; __this->set_bokehDestination_30(1); // private float widthOverHeight = 1.25f; __this->set_widthOverHeight_31((1.25f)); // private float oneOverBaseSize = 1.0f / 512.0f; __this->set_oneOverBaseSize_32((0.001953125f)); // public bool bokehSupport = true; __this->set_bokehSupport_34((bool)1); // public float bokehScale = 2.4f; __this->set_bokehScale_37((2.4000001f)); // public float bokehIntensity = 0.15f; __this->set_bokehIntensity_38((0.150000006f)); // public float bokehThresholdContrast = 0.1f; __this->set_bokehThresholdContrast_39((0.100000001f)); // public float bokehThresholdLuminance = 0.55f; __this->set_bokehThresholdLuminance_40((0.550000012f)); // public int bokehDownsample = 1; __this->set_bokehDownsample_41(1); PostEffectsBase__ctor_mFA1F5C2F42295DE5BC5B12E891F7EFAE11D91728(__this, /*hidden argument*/NULL); return; } } // System.Void UnityStandardAssets.ImageEffects.DepthOfFieldDeprecated::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldDeprecated__cctor_m175F67C5F188A0EC8F033A647B6A48C689DB60F2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static private int SMOOTH_DOWNSAMPLE_PASS = 6; ((DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_StaticFields*)il2cpp_codegen_static_fields_for(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_il2cpp_TypeInfo_var))->set_SMOOTH_DOWNSAMPLE_PASS_7(6); // static private float BOKEH_EXTRA_BLUR = 2.0f; ((DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_StaticFields*)il2cpp_codegen_static_fields_for(DepthOfFieldDeprecated_t08787C0F95F27E416C26F5FCFD9E865926AA2970_il2cpp_TypeInfo_var))->set_BOKEH_EXTRA_BLUR_8((2.0f)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::.ctor(System.Boolean,System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerApplicationSpecific__ctor_m8AEC13EBAEB304213EC4D343586A3F3DA65DF353 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, bool ___isConstructed0, int32_t ___tag1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___octets2, const RuntimeMethod* method) { { // internal DerApplicationSpecific( // bool isConstructed, // int tag, // byte[] octets) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // this.isConstructed = isConstructed; bool L_0 = ___isConstructed0; __this->set_isConstructed_2(L_0); // this.tag = tag; int32_t L_1 = ___tag1; __this->set_tag_3(L_1); // this.octets = octets; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___octets2; __this->set_octets_4(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::.ctor(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerApplicationSpecific__ctor_mCD608EE6C03B4716CA18DA202EFCA4216D2D3F7F (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, int32_t ___tag0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___octets1, const RuntimeMethod* method) { { // : this(false, tag, octets) int32_t L_0 = ___tag0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___octets1; DerApplicationSpecific__ctor_m8AEC13EBAEB304213EC4D343586A3F3DA65DF353(__this, (bool)0, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerApplicationSpecific__ctor_mF55FA0F9BA32DDF6CB70E1318F616015B4BA86B3 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, int32_t ___tag0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj1, const RuntimeMethod* method) { { // : this(true, tag, obj) int32_t L_0 = ___tag0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = ___obj1; DerApplicationSpecific__ctor_m08EA4776297C36198C8F212E39974AFCEEEA2268(__this, (bool)1, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::.ctor(System.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerApplicationSpecific__ctor_m08EA4776297C36198C8F212E39974AFCEEEA2268 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, bool ___isExplicit0, int32_t ___tag1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; { // public DerApplicationSpecific( // bool isExplicit, // int tag, // Asn1Encodable obj) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // Asn1Object asn1Obj = obj.ToAsn1Object(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___obj2; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_0); V_0 = L_1; // byte[] data = asn1Obj.GetDerEncoded(); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2 = V_0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Asn1Encodable_GetDerEncoded_m30F357C2B994910EAC405FACBB5CA88181B3CD4E(L_2, /*hidden argument*/NULL); V_1 = L_3; // this.isConstructed = Asn1TaggedObject.IsConstructed(isExplicit, asn1Obj); bool L_4 = ___isExplicit0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5 = V_0; bool L_6; L_6 = Asn1TaggedObject_IsConstructed_m4A67A5E19E7349B66DF405298518E6E0BC0935AB(L_4, L_5, /*hidden argument*/NULL); __this->set_isConstructed_2(L_6); // this.tag = tag; int32_t L_7 = ___tag1; __this->set_tag_3(L_7); // if (isExplicit) bool L_8 = ___isExplicit0; if (!L_8) { goto IL_0033; } } { // this.octets = data; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; __this->set_octets_4(L_9); // } return; } IL_0033: { // int lenBytes = GetLengthOfHeader(data); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; int32_t L_11; L_11 = DerApplicationSpecific_GetLengthOfHeader_m6D3B7F7E2C7085C9A3B82F712FBCD64BDF307A77(__this, L_10, /*hidden argument*/NULL); V_2 = L_11; // byte[] tmp = new byte[data.Length - lenBytes]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; NullCheck(L_12); int32_t L_13 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)L_13))); V_3 = L_14; // Array.Copy(data, lenBytes, tmp, 0, tmp.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; int32_t L_16 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_3; NullCheck(L_18); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_15, L_16, (RuntimeArray *)(RuntimeArray *)L_17, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))), /*hidden argument*/NULL); // this.octets = tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_3; __this->set_octets_4(L_19); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerApplicationSpecific__ctor_m7A57F3BA47280B67A1280401F78F235EE70373CD (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, int32_t ___tagNo0, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___vec1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // public DerApplicationSpecific( // int tagNo, // Asn1EncodableVector vec) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // this.tag = tagNo; int32_t L_0 = ___tagNo0; __this->set_tag_3(L_0); // this.isConstructed = true; __this->set_isConstructed_2((bool)1); // MemoryStream bOut = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_1, /*hidden argument*/NULL); V_0 = L_1; // for (int i = 0; i != vec.Count; i++) V_1 = 0; goto IL_004a; } IL_001e: { } IL_001f: try {// begin try (depth: 1) // byte[] bs = vec[i].GetDerEncoded(); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2 = ___vec1; int32_t L_3 = V_1; NullCheck(L_2); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = Asn1EncodableVector_get_Item_mD6AA8C3C2DA135D03CAAD62F805BC7045685A9FD(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = Asn1Encodable_GetDerEncoded_m30F357C2B994910EAC405FACBB5CA88181B3CD4E(L_4, /*hidden argument*/NULL); V_2 = L_5; // bOut.Write(bs, 0, bs.Length); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_2; NullCheck(L_8); NullCheck(L_6); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_6, L_7, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))); // } goto IL_0046; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0039; } throw e; } CATCH_0039: {// begin catch(System.IO.IOException) // catch (IOException e) V_3 = ((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)); // throw new InvalidOperationException("malformed object", e); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_9 = V_3; InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_10 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m4A65916B1316FBF45ECDF1FF7FAC9E3CA30C112C(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral83D9223CF1471861160C17B116DBE7AC2664AC9E)), L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerApplicationSpecific__ctor_m7A57F3BA47280B67A1280401F78F235EE70373CD_RuntimeMethod_var))); }// end catch (depth: 1) IL_0046: { // for (int i = 0; i != vec.Count; i++) int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_004a: { // for (int i = 0; i != vec.Count; i++) int32_t L_12 = V_1; Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_13 = ___vec1; NullCheck(L_13); int32_t L_14; L_14 = Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C(L_13, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)L_14)))) { goto IL_001e; } } { // this.octets = bOut.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_15 = V_0; NullCheck(L_15); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_15); __this->set_octets_4(L_16); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::GetLengthOfHeader(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerApplicationSpecific_GetLengthOfHeader_m6D3B7F7E2C7085C9A3B82F712FBCD64BDF307A77 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // int length = data[1]; // TODO: assumes 1 byte tag ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; NullCheck(L_0); int32_t L_1 = 1; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // if (length == 0x80) int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)128))))) { goto IL_000e; } } { // return 2; // indefinite-length encoding return 2; } IL_000e: { // if (length > 127) int32_t L_4 = V_0; if ((((int32_t)L_4) <= ((int32_t)((int32_t)127)))) { goto IL_0037; } } { // int size = length & 0x7f; int32_t L_5 = V_0; V_1 = ((int32_t)((int32_t)L_5&(int32_t)((int32_t)127))); // if (size > 4) int32_t L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)4))) { goto IL_0033; } } { // throw new InvalidOperationException("DER length more than 4 bytes: " + size); String_t* L_7; L_7 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD136783B82DC188C2388E1A6C08472E5D6110C2C)), L_7, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_9 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerApplicationSpecific_GetLengthOfHeader_m6D3B7F7E2C7085C9A3B82F712FBCD64BDF307A77_RuntimeMethod_var))); } IL_0033: { // return size + 2; int32_t L_10 = V_1; return ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)); } IL_0037: { // return 2; return 2; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::IsConstructed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerApplicationSpecific_IsConstructed_m03B0E00CFD9AE58FAE497EB0FB9324F05300DD59 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, const RuntimeMethod* method) { { // return isConstructed; bool L_0 = __this->get_isConstructed_2(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::GetContents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerApplicationSpecific_GetContents_m858EE413F0BA90EDCDFE609729142FA6C62B00D6 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, const RuntimeMethod* method) { { // return octets; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_octets_4(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::get_ApplicationTag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerApplicationSpecific_get_ApplicationTag_m2FD011F6A768053174920DE21C4866F03AAC78A1 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, const RuntimeMethod* method) { { // get { return tag; } int32_t L_0 = __this->get_tag_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::GetObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * DerApplicationSpecific_GetObject_mA83DFE7D40EEF40A376DA2AF8B6552445B177311 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, const RuntimeMethod* method) { { // return FromByteArray(GetContents()); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = DerApplicationSpecific_GetContents_m858EE413F0BA90EDCDFE609729142FA6C62B00D6_inline(__this, /*hidden argument*/NULL); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::GetObject(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * DerApplicationSpecific_GetObject_m6206B92A783E7AE546C77CBEB81F10CD3F57015D (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, int32_t ___derTagNo0, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // if (derTagNo >= 0x1f) int32_t L_0 = ___derTagNo0; if ((((int32_t)L_0) < ((int32_t)((int32_t)31)))) { goto IL_0010; } } { // throw new IOException("unsupported tag number"); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_1 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36953606A0D40731F5146A0EBA6D51C8B5704309)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerApplicationSpecific_GetObject_m6206B92A783E7AE546C77CBEB81F10CD3F57015D_RuntimeMethod_var))); } IL_0010: { // byte[] orig = this.GetEncoded(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF(__this, /*hidden argument*/NULL); V_0 = L_2; // byte[] tmp = ReplaceTagNumber(derTagNo, orig); int32_t L_3 = ___derTagNo0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = DerApplicationSpecific_ReplaceTagNumber_m479C429E13010ECD7A4CE352A5217296ED522A94(__this, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; // if ((orig[0] & Asn1Tags.Constructed) != 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; NullCheck(L_6); int32_t L_7 = 0; uint8_t L_8 = (L_6)->GetAt(static_cast(L_7)); if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)32)))) { goto IL_0036; } } { // tmp[0] |= Asn1Tags.Constructed; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; NullCheck(L_9); uint8_t* L_10 = ((L_9)->GetAddressAt(static_cast(0))); int32_t L_11 = *((uint8_t*)L_10); *((int8_t*)L_10) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_11|(int32_t)((int32_t)32))))); } IL_0036: { // return FromByteArray(tmp); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_13; L_13 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(L_12, /*hidden argument*/NULL); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerApplicationSpecific_Encode_mA358882707B74576F5F1AE651E0DE88BA70478C8 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { int32_t V_0 = 0; { // int classBits = Asn1Tags.Application; V_0 = ((int32_t)64); // if (isConstructed) bool L_0 = __this->get_isConstructed_2(); if (!L_0) { goto IL_0010; } } { // classBits |= Asn1Tags.Constructed; int32_t L_1 = V_0; V_0 = ((int32_t)((int32_t)L_1|(int32_t)((int32_t)32))); } IL_0010: { // derOut.WriteEncoded(classBits, tag, octets); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_2 = ___derOut0; int32_t L_3 = V_0; int32_t L_4 = __this->get_tag_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_octets_4(); NullCheck(L_2); DerOutputStream_WriteEncoded_m6540A3114A9E58B9D748CDDDDC140DB1B5CA6A2E(L_2, L_3, L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerApplicationSpecific_Asn1Equals_m66C75FD181959D85F2CF3AAC6AC60170994E6EAE (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * V_0 = NULL; { // DerApplicationSpecific other = asn1Object as DerApplicationSpecific; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E *)IsInstClass((RuntimeObject*)L_0, DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E_il2cpp_TypeInfo_var)); // if (other == null) DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return this.isConstructed == other.isConstructed // && this.tag == other.tag // && Arrays.AreEqual(this.octets, other.octets); bool L_2 = __this->get_isConstructed_2(); DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * L_3 = V_0; NullCheck(L_3); bool L_4 = L_3->get_isConstructed_2(); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_003a; } } { int32_t L_5 = __this->get_tag_3(); DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * L_6 = V_0; NullCheck(L_6); int32_t L_7 = L_6->get_tag_3(); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_003a; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_octets_4(); DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * L_9 = V_0; NullCheck(L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = L_9->get_octets_4(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_11; L_11 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_8, L_10, /*hidden argument*/NULL); return L_11; } IL_003a: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerApplicationSpecific_Asn1GetHashCode_mE96E87719104B8F71C4257F29F32BA52437AD9C6 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; { // return isConstructed.GetHashCode() ^ tag.GetHashCode() ^ Arrays.GetHashCode(octets); bool L_0 = __this->get_isConstructed_2(); V_0 = L_0; int32_t L_1; L_1 = Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411((bool*)(&V_0), /*hidden argument*/NULL); int32_t L_2 = __this->get_tag_3(); V_1 = L_2; int32_t L_3; L_3 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(&V_1), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_octets_4(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_5; L_5 = Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25(L_4, /*hidden argument*/NULL); return ((int32_t)((int32_t)((int32_t)((int32_t)L_1^(int32_t)L_3))^(int32_t)L_5)); } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerApplicationSpecific::ReplaceTagNumber(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerApplicationSpecific_ReplaceTagNumber_m479C429E13010ECD7A4CE352A5217296ED522A94 (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, int32_t ___newTag0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; { // int tagNo = input[0] & 0x1f; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input1; NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); // int index = 1; V_0 = 1; // if (tagNo == 0x1f) if ((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)31)))) == ((uint32_t)((int32_t)31))))) { goto IL_0036; } } { // int b = input[index++]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___input1; int32_t L_4 = V_0; int32_t L_5 = L_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); NullCheck(L_3); int32_t L_6 = L_5; uint8_t L_7 = (L_3)->GetAt(static_cast(L_6)); V_3 = L_7; // if ((b & 0x7f) == 0) // Note: -1 will pass int32_t L_8 = V_3; if (((int32_t)((int32_t)L_8&(int32_t)((int32_t)127)))) { goto IL_002d; } } { // throw new IOException("corrupted stream - invalid high tag number found"); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_9 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5E5705601BB88E7DD83ED7259B470BFDF83F2095)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerApplicationSpecific_ReplaceTagNumber_m479C429E13010ECD7A4CE352A5217296ED522A94_RuntimeMethod_var))); } IL_0025: { // b = input[index++]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___input1; int32_t L_11 = V_0; int32_t L_12 = L_11; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); NullCheck(L_10); int32_t L_13 = L_12; uint8_t L_14 = (L_10)->GetAt(static_cast(L_13)); V_3 = L_14; } IL_002d: { // while ((b & 0x80) != 0) int32_t L_15 = V_3; if (((int32_t)((int32_t)L_15&(int32_t)((int32_t)128)))) { goto IL_0025; } } IL_0036: { // int remaining = input.Length - index; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___input1; NullCheck(L_16); int32_t L_17 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))), (int32_t)L_17)); // byte[] tmp = new byte[1 + remaining]; int32_t L_18 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_18))); V_2 = L_19; // tmp[0] = (byte)newTag; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_2; int32_t L_21 = ___newTag0; NullCheck(L_20); (L_20)->SetAt(static_cast(0), (uint8_t)((int32_t)((uint8_t)L_21))); // Array.Copy(input, index, tmp, 1, remaining); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___input1; int32_t L_23 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_2; int32_t L_25 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_22, L_23, (RuntimeArray *)(RuntimeArray *)L_24, 1, L_25, /*hidden argument*/NULL); // return tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_2; return L_26; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * DerBitString_GetInstance_mFBA6EA683F6F292F1A15D6E5BE37CFA85104C36A (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (obj == null || obj is DerBitString) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerBitString_t305465793A47445626D3541AB8CEDE347D874524 *)IsInstClass((RuntimeObject*)L_1, DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerBitString) obj; RuntimeObject * L_2 = ___obj0; return ((DerBitString_t305465793A47445626D3541AB8CEDE347D874524 *)CastclassClass((RuntimeObject*)L_2, DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is byte[]) RuntimeObject * L_3 = ___obj0; if (!((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) { goto IL_0044; } } IL_001a: try {// begin try (depth: 1) // return (DerBitString)FromByteArray((byte[])obj); RuntimeObject * L_4 = ___obj0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5; L_5 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_4, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = ((DerBitString_t305465793A47445626D3541AB8CEDE347D874524 *)CastclassClass((RuntimeObject*)L_5, DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var)); goto IL_005a; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002d; } throw e; } CATCH_002d: {// begin catch(System.Exception) // catch (Exception e) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new ArgumentException("encoding error in GetInstance: " + e.ToString()); Exception_t * L_6 = V_1; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5D40E563CD83A04EBDBEB2548B0DB7F0691D2237)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerBitString_GetInstance_mFBA6EA683F6F292F1A15D6E5BE37CFA85104C36A_RuntimeMethod_var))); }// end catch (depth: 1) IL_0044: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_10 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_11; L_11 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_11, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerBitString_GetInstance_mFBA6EA683F6F292F1A15D6E5BE37CFA85104C36A_RuntimeMethod_var))); } IL_005a: { // } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_14 = V_0; return L_14; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * DerBitString_GetInstance_m82AAB8A2C1D248221D54C6A66DEFF6F3DC0C19FE (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerBitString) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerBitString_t305465793A47445626D3541AB8CEDE347D874524 *)IsInstClass((RuntimeObject*)L_3, DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_5; L_5 = DerBitString_GetInstance_mFBA6EA683F6F292F1A15D6E5BE37CFA85104C36A(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return FromAsn1Octets(((Asn1OctetString)o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; NullCheck(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_8; L_8 = DerBitString_FromAsn1Octets_mE381162ED3DE5D5D005A3804F3F88214650A0325(L_7, /*hidden argument*/NULL); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBitString__ctor_m3873220573E98B131BF69FFBD42E0A63D738BE17 (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___padBits1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public DerBitString( // byte[] data, // int padBits) DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF(__this, /*hidden argument*/NULL); // if (data == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("data"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerBitString__ctor_m3873220573E98B131BF69FFBD42E0A63D738BE17_RuntimeMethod_var))); } IL_0014: { // if (padBits < 0 || padBits > 7) int32_t L_2 = ___padBits1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001c; } } { int32_t L_3 = ___padBits1; if ((((int32_t)L_3) <= ((int32_t)7))) { goto IL_002c; } } IL_001c: { // throw new ArgumentException("must be in the range 0 to 7", "padBits"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral13EBA018621013AF861C4F642FCD39254F859E0D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE3A374DF871B3676BA87DB277425CD75E5DEB0CA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerBitString__ctor_m3873220573E98B131BF69FFBD42E0A63D738BE17_RuntimeMethod_var))); } IL_002c: { // if (data.Length == 0 && padBits != 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___data0; NullCheck(L_5); if ((((RuntimeArray*)L_5)->max_length)) { goto IL_003e; } } { int32_t L_6 = ___padBits1; if (!L_6) { goto IL_003e; } } { // throw new ArgumentException("if 'data' is empty, 'padBits' must be 0"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C0B8C0E1B5B4C11DE01A5EB539864B677585C5A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerBitString__ctor_m3873220573E98B131BF69FFBD42E0A63D738BE17_RuntimeMethod_var))); } IL_003e: { // this.mData = Arrays.Clone(data); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___data0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_8, /*hidden argument*/NULL); __this->set_mData_3(L_9); // this.mPadBits = padBits; int32_t L_10 = ___padBits1; __this->set_mPadBits_4(L_10); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBitString__ctor_m97AF53404F6333EA146C0DB958DF3C483B71D94B (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method) { { // : this(data, 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; DerBitString__ctor_m3873220573E98B131BF69FFBD42E0A63D738BE17(__this, L_0, 0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBitString__ctor_mF701223D0F3716183973E4CEF77F5558E23321F0 (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, int32_t ___namedBits0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { // public DerBitString( // int namedBits) DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF(__this, /*hidden argument*/NULL); // if (namedBits == 0) int32_t L_0 = ___namedBits0; if (L_0) { goto IL_001d; } } { // this.mData = new byte[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_mData_3(L_1); // this.mPadBits = 0; __this->set_mPadBits_4(0); // return; return; } IL_001d: { // int bits = BigInteger.BitLen(namedBits); int32_t L_2 = ___namedBits0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); int32_t L_3; L_3 = BigInteger_BitLen_mD330EAC968E1F67957F146958560C81B198B7790(L_2, /*hidden argument*/NULL); // int bytes = (bits + 7) / 8; V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)7))/(int32_t)8)); // byte[] data = new byte[bytes]; int32_t L_4 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); V_1 = L_5; // --bytes; int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); // for (int i = 0; i < bytes; i++) V_3 = 0; goto IL_0045; } IL_0037: { // data[i] = (byte)namedBits; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; int32_t L_8 = V_3; int32_t L_9 = ___namedBits0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (uint8_t)((int32_t)((uint8_t)L_9))); // namedBits >>= 8; int32_t L_10 = ___namedBits0; ___namedBits0 = ((int32_t)((int32_t)L_10>>(int32_t)8)); // for (int i = 0; i < bytes; i++) int32_t L_11 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0045: { // for (int i = 0; i < bytes; i++) int32_t L_12 = V_3; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0037; } } { // data[bytes] = (byte)namedBits; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; int32_t L_15 = V_0; int32_t L_16 = ___namedBits0; NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (uint8_t)((int32_t)((uint8_t)L_16))); // int padBits = 0; V_2 = 0; goto IL_0056; } IL_0052: { // ++padBits; int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0056: { // while ((namedBits & (1 << padBits)) == 0) int32_t L_18 = ___namedBits0; int32_t L_19 = V_2; if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)31)))))))) { goto IL_0052; } } { // this.mData = data; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_1; __this->set_mData_3(L_20); // this.mPadBits = padBits; int32_t L_21 = V_2; __this->set_mPadBits_4(L_21); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBitString__ctor_m93C79DD69F7DB230D4838767D7BE539B8CA6FC12 (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method) { { // : this(obj.GetDerEncoded()) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___obj0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Asn1Encodable_GetDerEncoded_m30F357C2B994910EAC405FACBB5CA88181B3CD4E(L_0, /*hidden argument*/NULL); DerBitString__ctor_m97AF53404F6333EA146C0DB958DF3C483B71D94B(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerBitString_GetOctets_mC9541DF31B0D3F3334C90FCED4749F1F1DE9A91C (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (mPadBits != 0) int32_t L_0 = __this->get_mPadBits_4(); if (!L_0) { goto IL_0013; } } { // throw new InvalidOperationException("attempt to get non-octet aligned data from BIT STRING"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral384060745E9A7C8DEFBA38F563C9245EA6D3EF3C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerBitString_GetOctets_mC9541DF31B0D3F3334C90FCED4749F1F1DE9A91C_RuntimeMethod_var))); } IL_0013: { // return Arrays.Clone(mData); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_mData_3(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_2, /*hidden argument*/NULL); return L_3; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerBitString_GetBytes_mC4E4524387BC1E9F3ADABB30929E2FE3B917AC69 (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] data = Arrays.Clone(mData); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mData_3(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (mPadBits > 0) int32_t L_2 = __this->get_mPadBits_4(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0035; } } { // data[data.Length - 1] &= (byte)(0xFF << mPadBits); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_4); NullCheck(L_3); uint8_t* L_5 = ((L_3)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)1))))); int32_t L_6 = *((uint8_t*)L_5); int32_t L_7 = __this->get_mPadBits_4(); *((int8_t*)L_5) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)255)<<(int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)31))))))))))); } IL_0035: { // return data; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; return L_8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::get_PadBits() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerBitString_get_PadBits_m9392B998185BCE071667D0615B01CCC42EE8F3C6 (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, const RuntimeMethod* method) { { // get { return mPadBits; } int32_t L_0 = __this->get_mPadBits_4(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::get_IntValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerBitString_get_IntValue_m3FEFA2B124DDC9F7FBAFC7E467439593EEDF9ED8 (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { // int value = 0, length = System.Math.Min(4, mData.Length); V_0 = 0; // int value = 0, length = System.Math.Min(4, mData.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mData_3(); NullCheck(L_0); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(4, ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), /*hidden argument*/NULL); V_1 = L_1; // for (int i = 0; i < length; ++i) V_2 = 0; goto IL_002b; } IL_0015: { // value |= (int)mData[i] << (8 * i); int32_t L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_mData_3(); int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); int32_t L_7 = V_2; V_0 = ((int32_t)((int32_t)L_2|(int32_t)((int32_t)((int32_t)L_6<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)L_7))&(int32_t)((int32_t)31))))))); // for (int i = 0; i < length; ++i) int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002b: { // for (int i = 0; i < length; ++i) int32_t L_9 = V_2; int32_t L_10 = V_1; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0015; } } { // if (mPadBits > 0 && length == mData.Length) int32_t L_11 = __this->get_mPadBits_4(); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_005f; } } { int32_t L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get_mData_3(); NullCheck(L_13); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))))) { goto IL_005f; } } { // int mask = (1 << mPadBits) - 1; int32_t L_14 = __this->get_mPadBits_4(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)31))))), (int32_t)1)); // value &= ~(mask << (8 * (length - 1))); int32_t L_15 = V_0; int32_t L_16 = V_3; int32_t L_17 = V_1; V_0 = ((int32_t)((int32_t)L_15&(int32_t)((~((int32_t)((int32_t)L_16<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))))&(int32_t)((int32_t)31))))))))); } IL_005f: { // return value; int32_t L_18 = V_0; return L_18; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBitString_Encode_m88DEE516EFF0EDA48B3C5F5121F3DC3EE3BF2130 (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; { // if (mPadBits > 0) int32_t L_0 = __this->get_mPadBits_4(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0057; } } { // int last = mData[mData.Length - 1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_mData_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_mData_3(); NullCheck(L_2); NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)1)); uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = L_4; // int mask = (1 << mPadBits) - 1; int32_t L_5 = __this->get_mPadBits_4(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)31))))), (int32_t)1)); // int unusedBits = last & mask; int32_t L_6 = V_0; int32_t L_7 = V_1; V_2 = ((int32_t)((int32_t)L_6&(int32_t)L_7)); // if (unusedBits != 0) int32_t L_8 = V_2; if (!L_8) { goto IL_0057; } } { // byte[] contents = Arrays.Prepend(mData, (byte)mPadBits); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_mData_3(); int32_t L_10 = __this->get_mPadBits_4(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = Arrays_Prepend_m4FBDEBFF5C22CB965D34CCD585D82FD4BD25DF59(L_9, (uint8_t)((int32_t)((uint8_t)L_10)), /*hidden argument*/NULL); V_3 = L_11; // contents[contents.Length - 1] = (byte)(last ^ unusedBits); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_3; NullCheck(L_13); int32_t L_14 = V_0; int32_t L_15 = V_2; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))), (int32_t)1))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_14^(int32_t)L_15))))); // derOut.WriteEncoded(Asn1Tags.BitString, contents); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_16 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_3; NullCheck(L_16); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_16, 3, L_17, /*hidden argument*/NULL); // return; return; } IL_0057: { // derOut.WriteEncoded(Asn1Tags.BitString, (byte)mPadBits, mData); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_18 = ___derOut0; int32_t L_19 = __this->get_mPadBits_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_mData_3(); NullCheck(L_18); DerOutputStream_WriteEncoded_mAE840105FAD2663B80239C478DFEF1DB3C1F71B7(L_18, 3, (uint8_t)((int32_t)((uint8_t)L_19)), L_20, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerBitString_Asn1GetHashCode_m84CF6BEC667BEE09FC787768866E1D94BAC5A006 (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // return mPadBits.GetHashCode() ^ Arrays.GetHashCode(mData); int32_t L_0 = __this->get_mPadBits_4(); V_0 = L_0; int32_t L_1; L_1 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(&V_0), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_mData_3(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25(L_2, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_3)); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerBitString_Asn1Equals_m14F0D504139A45B79107CAADC20660E3CD075236 (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * V_0 = NULL; { // DerBitString other = asn1Object as DerBitString; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerBitString_t305465793A47445626D3541AB8CEDE347D874524 *)IsInstClass((RuntimeObject*)L_0, DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var)); // if (other == null) DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return this.mPadBits == other.mPadBits // && Arrays.AreEqual(this.mData, other.mData); int32_t L_2 = __this->get_mPadBits_4(); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_mPadBits_4(); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_002c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_mData_3(); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_6 = V_0; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6->get_mData_3(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_8; L_8 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_5, L_7, /*hidden argument*/NULL); return L_8; } IL_002c: { return (bool)0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerBitString_GetString_m475C3D25A57B5D5BDDF13A60F3C3DE1B67678DFD (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; uint32_t V_3 = 0; { // StringBuilder buffer = new StringBuilder("#"); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77(L_0, _stringLiteral0B0FEB3147CE20EB2C90076367F895C59BCD14B3, /*hidden argument*/NULL); V_0 = L_0; // byte[] str = GetDerEncoded(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Asn1Encodable_GetDerEncoded_m30F357C2B994910EAC405FACBB5CA88181B3CD4E(__this, /*hidden argument*/NULL); V_1 = L_1; // for (int i = 0; i != str.Length; i++) V_2 = 0; goto IL_0044; } IL_0016: { // uint ubyte = str[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_1; int32_t L_3 = V_2; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_3 = L_5; // buffer.Append(table[(ubyte >> 4) & 0xf]); StringBuilder_t * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = ((DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields*)il2cpp_codegen_static_fields_for(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var))->get_table_2(); uint32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_8>>4))&(int32_t)((int32_t)15))); uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast(L_9)); NullCheck(L_6); StringBuilder_t * L_11; L_11 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_6, L_10, /*hidden argument*/NULL); // buffer.Append(table[str[i] & 0xf]); StringBuilder_t * L_12 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = ((DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields*)il2cpp_codegen_static_fields_for(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var))->get_table_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; int32_t L_15 = V_2; NullCheck(L_14); int32_t L_16 = L_15; uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_13); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)15))); uint16_t L_19 = (uint16_t)(L_13)->GetAt(static_cast(L_18)); NullCheck(L_12); StringBuilder_t * L_20; L_20 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_12, L_19, /*hidden argument*/NULL); // for (int i = 0; i != str.Length; i++) int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0044: { // for (int i = 0; i != str.Length; i++) int32_t L_22 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_1; NullCheck(L_23); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))))))) { goto IL_0016; } } { // return buffer.ToString(); StringBuilder_t * L_24 = V_0; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24); return L_25; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::FromAsn1Octets(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * DerBitString_FromAsn1Octets_mE381162ED3DE5D5D005A3804F3F88214650A0325 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___octets0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BerBitString_t20540084149F4C4B394647464675ED8642229F5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; { // if (octets.Length < 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___octets0; NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) >= ((int32_t)1))) { goto IL_0016; } } { // throw new ArgumentException("truncated BIT STRING detected", "octets"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB5DC91E79D9AC08549FFBED9FBBF98CEC8E2CE1A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA13E94A9622A915BC4FA158B9CCA3F19826FAD3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerBitString_FromAsn1Octets_mE381162ED3DE5D5D005A3804F3F88214650A0325_RuntimeMethod_var))); } IL_0016: { // int padBits = octets[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___octets0; NullCheck(L_2); int32_t L_3 = 0; uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); V_0 = L_4; // byte[] data = Arrays.CopyOfRange(octets, 1, octets.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___octets0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___octets0; NullCheck(L_6); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4(L_5, 1, ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), /*hidden argument*/NULL); V_1 = L_7; // if (padBits > 0 && padBits < 8 && data.Length > 0) int32_t L_8 = V_0; if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_004d; } } { int32_t L_9 = V_0; if ((((int32_t)L_9) >= ((int32_t)8))) { goto IL_004d; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; NullCheck(L_10); if (!(((RuntimeArray*)L_10)->max_length)) { goto IL_004d; } } { // int last = data[data.Length - 1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; NullCheck(L_12); NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)1)); uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); // int mask = (1 << padBits) - 1; int32_t L_15 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)31))))), (int32_t)1)); // if ((last & mask) != 0) int32_t L_16 = V_2; if (!((int32_t)((int32_t)L_14&(int32_t)L_16))) { goto IL_004d; } } { // return new BerBitString(data, padBits); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; int32_t L_18 = V_0; BerBitString_t20540084149F4C4B394647464675ED8642229F5C * L_19 = (BerBitString_t20540084149F4C4B394647464675ED8642229F5C *)il2cpp_codegen_object_new(BerBitString_t20540084149F4C4B394647464675ED8642229F5C_il2cpp_TypeInfo_var); BerBitString__ctor_mC564553C0708DEC1BA73E5573E13E940ECA5CAA7(L_19, L_17, L_18, /*hidden argument*/NULL); return L_19; } IL_004d: { // return new DerBitString(data, padBits); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_1; int32_t L_21 = V_0; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_22 = (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 *)il2cpp_codegen_object_new(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString__ctor_m3873220573E98B131BF69FFBD42E0A63D738BE17(L_22, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBitString__cctor_m7145FC5C0A7641F962504137DC88B1E671A3CCBD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly char[] table // = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields*)il2cpp_codegen_static_fields_for(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var))->set_table_2(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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * DerBmpString_GetInstance_mFB18AA1046E1F2AFFF75C553F01A6594B3D4DFB5 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerBmpString) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 *)IsInstClass((RuntimeObject*)L_1, DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerBmpString)obj; RuntimeObject * L_2 = ___obj0; return ((DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 *)CastclassClass((RuntimeObject*)L_2, DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444_il2cpp_TypeInfo_var)); } IL_0012: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerBmpString_GetInstance_mFB18AA1046E1F2AFFF75C553F01A6594B3D4DFB5_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * DerBmpString_GetInstance_m2670DA3C38F69CBE03E8CD56C44B4592E5F6D2FF (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerBmpString) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 *)IsInstClass((RuntimeObject*)L_3, DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * L_5; L_5 = DerBmpString_GetInstance_mFB18AA1046E1F2AFFF75C553F01A6594B3D4DFB5(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return new DerBmpString(Asn1OctetString.GetInstance(o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_7; L_7 = Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9(L_6, /*hidden argument*/NULL); NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_7); DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * L_9 = (DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 *)il2cpp_codegen_object_new(DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444_il2cpp_TypeInfo_var); DerBmpString__ctor_m87515190AD2CA3526B2DED0F3AEA862554BD3244(L_9, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBmpString__ctor_m87515190AD2CA3526B2DED0F3AEA862554BD3244 (DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; { // public DerBmpString( // byte[] str) DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF(__this, /*hidden argument*/NULL); // if (str == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___str0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("str"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerBmpString__ctor_m87515190AD2CA3526B2DED0F3AEA862554BD3244_RuntimeMethod_var))); } IL_0014: { // char[] cs = new char[str.Length / 2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___str0; NullCheck(L_2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))/(int32_t)2))); V_0 = L_3; // for (int i = 0; i != cs.Length; i++) V_1 = 0; goto IL_0040; } IL_0023: { // cs[i] = (char)((str[2 * i] << 8) | (str[2 * i + 1] & 0xff)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = V_0; int32_t L_5 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___str0; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_7)); uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___str0; int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_11)), (int32_t)1)); uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9<<(int32_t)8))|(int32_t)((int32_t)((int32_t)L_13&(int32_t)((int32_t)255)))))))); // for (int i = 0; i != cs.Length; i++) int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0040: { // for (int i = 0; i != cs.Length; i++) int32_t L_15 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = V_0; NullCheck(L_16); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))))) { goto IL_0023; } } { // this.str = new string(cs); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = V_0; String_t* L_18; L_18 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_17, /*hidden argument*/NULL); __this->set_str_2(L_18); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBmpString__ctor_m6D140F8209524825E577C88DB610F61F88DA53B2 (DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * __this, String_t* ___str0, const RuntimeMethod* method) { { // public DerBmpString( // string str) DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF(__this, /*hidden argument*/NULL); // if (str == null) String_t* L_0 = ___str0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("str"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerBmpString__ctor_m6D140F8209524825E577C88DB610F61F88DA53B2_RuntimeMethod_var))); } IL_0014: { // this.str = str; String_t* L_2 = ___str0; __this->set_str_2(L_2); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString::GetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerBmpString_GetString_mD1A4CBBE9BB09E8F2D2CEFAE1E7C5CDB916E03BE (DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * __this, const RuntimeMethod* method) { { // return str; String_t* L_0 = __this->get_str_2(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerBmpString_Asn1Equals_mF3DAD9055983CA2F1177D4EF9870D0BBAFCA491D (DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * V_0 = NULL; { // DerBmpString other = asn1Object as DerBmpString; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 *)IsInstClass((RuntimeObject*)L_0, DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444_il2cpp_TypeInfo_var)); // if (other == null) DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return this.str.Equals(other.str); String_t* L_2 = __this->get_str_2(); DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_str_2(); NullCheck(L_2); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBmpString::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBmpString_Encode_mC3117CC9E4DD9795C11A8B4D25AF791832BABFAD (DerBmpString_tB0F02E1EFC0ACDBA2871E3A5E054DFA0D08A1444 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; { // char[] c = str.ToCharArray(); String_t* L_0 = __this->get_str_2(); NullCheck(L_0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1; L_1 = String_ToCharArray_m33E93AEB7086CBEBDFA5730EAAC49686F144089C(L_0, /*hidden argument*/NULL); V_0 = L_1; // byte[] b = new byte[c.Length * 2]; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = V_0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)2))); V_1 = L_3; // for (int i = 0; i != c.Length; i++) V_2 = 0; goto IL_0035; } IL_001b: { // b[2 * i] = (byte)(c[i] >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_1; int32_t L_5 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = V_0; int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_5))), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_9>>(int32_t)8))))); // b[2 * i + 1] = (byte)c[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; int32_t L_11 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = V_0; int32_t L_13 = V_2; NullCheck(L_12); int32_t L_14 = L_13; uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast(L_14)); NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_11)), (int32_t)1))), (uint8_t)((int32_t)((uint8_t)L_15))); // for (int i = 0; i != c.Length; i++) int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0035: { // for (int i = 0; i != c.Length; i++) int32_t L_17 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = V_0; NullCheck(L_18); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))))))) { goto IL_001b; } } { // derOut.WriteEncoded(Asn1Tags.BmpString, b); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_19 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_1; NullCheck(L_19); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_19, ((int32_t)30), L_20, /*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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * DerBoolean_GetInstance_m7918E4CF94264F4476A2D804104DBB1EE8E2989E (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerBoolean) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE *)IsInstClass((RuntimeObject*)L_1, DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerBoolean) obj; RuntimeObject * L_2 = ___obj0; return ((DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE *)CastclassClass((RuntimeObject*)L_2, DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var)); } IL_0012: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerBoolean_GetInstance_m7918E4CF94264F4476A2D804104DBB1EE8E2989E_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::GetInstance(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * DerBoolean_GetInstance_mD18D31D756ED58E7FCD4DF395D892FEF2D766A01 (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return value ? True : False; bool L_0 = ___value0; if (L_0) { goto IL_0009; } } { IL2CPP_RUNTIME_CLASS_INIT(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * L_1 = ((DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields*)il2cpp_codegen_static_fields_for(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var))->get_False_3(); return L_1; } IL_0009: { IL2CPP_RUNTIME_CLASS_INIT(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * L_2 = ((DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields*)il2cpp_codegen_static_fields_for(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var))->get_True_4(); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * DerBoolean_GetInstance_m74FD192952FA720246827A4F5DF72F15E6698DB4 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerBoolean) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE *)IsInstClass((RuntimeObject*)L_3, DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * L_5; L_5 = DerBoolean_GetInstance_m7918E4CF94264F4476A2D804104DBB1EE8E2989E(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return FromOctetString(((Asn1OctetString)o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; NullCheck(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); IL2CPP_RUNTIME_CLASS_INIT(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * L_8; L_8 = DerBoolean_FromOctetString_mCFFFAFE39F91605F1EBE58239EE9F40F255F66F2(L_7, /*hidden argument*/NULL); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBoolean__ctor_m01ED04C2829D7E941D3B1B26E9CA214CA3028E06 (DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___val0, const RuntimeMethod* method) { { // public DerBoolean( // byte[] val) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // if (val.Length != 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___val0; NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) == ((int32_t)1))) { goto IL_001c; } } { // throw new ArgumentException("byte value should have 1 byte in it", "val"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB8EC7553DDF2E276C363543AA3288E6BFD614E22)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral05FC263DEDBF63BA3F19BD67B2BC8391F38B1733)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerBoolean__ctor_m01ED04C2829D7E941D3B1B26E9CA214CA3028E06_RuntimeMethod_var))); } IL_001c: { // this.value = val[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___val0; NullCheck(L_2); int32_t L_3 = 0; uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); __this->set_value_2(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBoolean__ctor_mE6C6B284E79890A8A8E7720A068A1BD9AFD60A10 (DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * __this, bool ___value0, const RuntimeMethod* method) { DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * G_B2_0 = NULL; DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * G_B1_0 = NULL; int32_t G_B3_0 = 0; DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * G_B3_1 = NULL; { // private DerBoolean( // bool value) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // this.value = value ? (byte)0xff : (byte)0; bool L_0 = ___value0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_000d; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0012; } IL_000d: { G_B3_0 = ((int32_t)255); G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_value_2((uint8_t)G_B3_0); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::get_IsTrue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerBoolean_get_IsTrue_m00DA9150D69691DEE4C74C71480F97CCDA277647 (DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * __this, const RuntimeMethod* method) { { // get { return value != 0; } uint8_t L_0 = __this->get_value_2(); return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBoolean_Encode_m99217DF5A1C60F205D286BD0608CD24F17556E89 (DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // derOut.WriteEncoded(Asn1Tags.Boolean, new byte[]{ value }); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; uint8_t L_3 = __this->get_value_2(); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (uint8_t)L_3); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, 1, L_2, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerBoolean_Asn1Equals_m816BB6933147CFC6925B28EAE300C24DFC5244DB (DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * V_0 = NULL; { // DerBoolean other = asn1Object as DerBoolean; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE *)IsInstClass((RuntimeObject*)L_0, DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var)); // if (other == null) DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return IsTrue == other.IsTrue; bool L_2; L_2 = DerBoolean_get_IsTrue_m00DA9150D69691DEE4C74C71480F97CCDA277647(__this, /*hidden argument*/NULL); DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = DerBoolean_get_IsTrue_m00DA9150D69691DEE4C74C71480F97CCDA277647(L_3, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)L_4))? 1 : 0); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerBoolean_Asn1GetHashCode_mA611E0508DF4948E8C9C2FBA3B728CFB44DD665F (DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * __this, const RuntimeMethod* method) { bool V_0 = false; { // return IsTrue.GetHashCode(); bool L_0; L_0 = DerBoolean_get_IsTrue_m00DA9150D69691DEE4C74C71480F97CCDA277647(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1; L_1 = Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411((bool*)(&V_0), /*hidden argument*/NULL); return L_1; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerBoolean_ToString_m0069439646875BE055D514988E0A18A6231C7F7F (DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA539038315AABE91ABF55F3F1AEE619EEBFC183A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA88A2D964F57B37C63183F5236085B715F076B8); s_Il2CppMethodInitialized = true; } { // return IsTrue ? "TRUE" : "FALSE"; bool L_0; L_0 = DerBoolean_get_IsTrue_m00DA9150D69691DEE4C74C71480F97CCDA277647(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000e; } } { return _stringLiteralA539038315AABE91ABF55F3F1AEE619EEBFC183A; } IL_000e: { return _stringLiteralDA88A2D964F57B37C63183F5236085B715F076B8; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::FromOctetString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * DerBoolean_FromOctetString_mCFFFAFE39F91605F1EBE58239EE9F40F255F66F2 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { // if (value.Length != 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) == ((int32_t)1))) { goto IL_0016; } } { // throw new ArgumentException("BOOLEAN value should have 1 byte in it", "value"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral09AD4D304027CBB650395F7B02090F503A2B1766)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerBoolean_FromOctetString_mCFFFAFE39F91605F1EBE58239EE9F40F255F66F2_RuntimeMethod_var))); } IL_0016: { // byte b = value[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___value0; NullCheck(L_2); int32_t L_3 = 0; uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); V_0 = L_4; // return b == 0 ? False : b == 0xFF ? True : new DerBoolean(value); uint8_t L_5 = V_0; if (!L_5) { goto IL_0032; } } { uint8_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)255)))) { goto IL_002c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___value0; DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * L_8 = (DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE *)il2cpp_codegen_object_new(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); DerBoolean__ctor_m01ED04C2829D7E941D3B1B26E9CA214CA3028E06(L_8, L_7, /*hidden argument*/NULL); return L_8; } IL_002c: { IL2CPP_RUNTIME_CLASS_INIT(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * L_9 = ((DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields*)il2cpp_codegen_static_fields_for(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var))->get_True_4(); return L_9; } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * L_10 = ((DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields*)il2cpp_codegen_static_fields_for(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var))->get_False_3(); return L_10; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBoolean::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerBoolean__cctor_mA093BEF2235C8EBF41721FA94EF086B2EE5B1340 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly DerBoolean False = new DerBoolean(false); DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * L_0 = (DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE *)il2cpp_codegen_object_new(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); DerBoolean__ctor_mE6C6B284E79890A8A8E7720A068A1BD9AFD60A10(L_0, (bool)0, /*hidden argument*/NULL); ((DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields*)il2cpp_codegen_static_fields_for(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var))->set_False_3(L_0); // public static readonly DerBoolean True = new DerBoolean(true); DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE * L_1 = (DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE *)il2cpp_codegen_object_new(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var); DerBoolean__ctor_mE6C6B284E79890A8A8E7720A068A1BD9AFD60A10(L_1, (bool)1, /*hidden argument*/NULL); ((DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_StaticFields*)il2cpp_codegen_static_fields_for(DerBoolean_tBD51CF0F148E373C49BAB60C4EF2971322FD04DE_il2cpp_TypeInfo_var))->set_True_4(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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * DerEnumerated_GetInstance_mF97F0C282F514FF2D8973BC65FDB4D3A771143BD (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerEnumerated) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 *)IsInstClass((RuntimeObject*)L_1, DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerEnumerated)obj; RuntimeObject * L_2 = ___obj0; return ((DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 *)CastclassClass((RuntimeObject*)L_2, DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var)); } IL_0012: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerEnumerated_GetInstance_mF97F0C282F514FF2D8973BC65FDB4D3A771143BD_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * DerEnumerated_GetInstance_m22D5ED5077D1286D7B1BF8AC1848DE41BDFAA292 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerEnumerated) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 *)IsInstClass((RuntimeObject*)L_3, DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_5; L_5 = DerEnumerated_GetInstance_mF97F0C282F514FF2D8973BC65FDB4D3A771143BD(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return FromOctetString(((Asn1OctetString)o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; NullCheck(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); IL2CPP_RUNTIME_CLASS_INIT(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_8; L_8 = DerEnumerated_FromOctetString_m3349D50CF573876FEC5DDF6356918B01B5E60313(L_7, /*hidden argument*/NULL); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerEnumerated__ctor_mF539A9D834CA53A3F4E2F0E52F46E0B6E5374140 (DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * __this, int32_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public DerEnumerated( // int val) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // bytes = BigInteger.ValueOf(val).ToByteArray(); int32_t L_0 = ___val0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)L_0)), /*hidden argument*/NULL); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = BigInteger_ToByteArray_mDF65B9AD203D0EAAFDCA509150E7D5A36215DFBC(L_1, /*hidden argument*/NULL); __this->set_bytes_2(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerEnumerated__ctor_mD8E3C6FBA6B335F6E270072169787CDADBB60DCE (DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___val0, const RuntimeMethod* method) { { // public DerEnumerated( // BigInteger val) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // bytes = val.ToByteArray(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___val0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = BigInteger_ToByteArray_mDF65B9AD203D0EAAFDCA509150E7D5A36215DFBC(L_0, /*hidden argument*/NULL); __this->set_bytes_2(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerEnumerated__ctor_m97D809C226F5BF42477B4EEC2895C138FAED8EF2 (DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public DerEnumerated( // byte[] bytes) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // if (bytes.Length > 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) <= ((int32_t)1))) { goto IL_0043; } } { // if ((bytes[0] == 0 && (bytes[1] & 0x80) == 0) // || (bytes[0] == (byte)0xff && (bytes[1] & 0x80) != 0)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; NullCheck(L_1); int32_t L_2 = 0; uint8_t L_3 = (L_1)->GetAt(static_cast(L_2)); if (L_3) { goto IL_001c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes0; NullCheck(L_4); int32_t L_5 = 1; uint8_t L_6 = (L_4)->GetAt(static_cast(L_5)); if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)128)))) { goto IL_0031; } } IL_001c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___bytes0; NullCheck(L_7); int32_t L_8 = 0; uint8_t L_9 = (L_7)->GetAt(static_cast(L_8)); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)255))))) { goto IL_0043; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___bytes0; NullCheck(L_10); int32_t L_11 = 1; uint8_t L_12 = (L_10)->GetAt(static_cast(L_11)); if (!((int32_t)((int32_t)L_12&(int32_t)((int32_t)128)))) { goto IL_0043; } } IL_0031: { // if (!DerInteger.AllowUnsafe()) bool L_13; L_13 = DerInteger_AllowUnsafe_m8D1FAE16DEEEFD735C05A216711984ABC33B6CC6(/*hidden argument*/NULL); if (L_13) { goto IL_0043; } } { // throw new ArgumentException("malformed enumerated"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB0AA3BFD76E32D96FA8DDC6B540CEE77161A553C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerEnumerated__ctor_m97D809C226F5BF42477B4EEC2895C138FAED8EF2_RuntimeMethod_var))); } IL_0043: { // this.bytes = Arrays.Clone(bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___bytes0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_15, /*hidden argument*/NULL); __this->set_bytes_2(L_16); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerEnumerated_get_Value_m23BFB4B922F5CFF94D62DEA8A783B32A22F77B5D (DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new BigInteger(bytes); } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_bytes_2(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_mDAEF646093F3D8F1B27EC4C29FE6559899C7BAA5(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerEnumerated_Encode_m409CB1716A960C448E9C5DC527D0AB32A6BC581F (DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.Enumerated, bytes); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_bytes_2(); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, ((int32_t)10), L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerEnumerated_Asn1Equals_m0E9BEEB9B9507D15D7A38AC4A131A1BBBEB80A62 (DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * V_0 = NULL; { // DerEnumerated other = asn1Object as DerEnumerated; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 *)IsInstClass((RuntimeObject*)L_0, DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var)); // if (other == null) DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return Arrays.AreEqual(this.bytes, other.bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_bytes_2(); DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3->get_bytes_2(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_5; L_5 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerEnumerated_Asn1GetHashCode_mF20977D9B274B5DA34C122898FF357D502267754 (DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.GetHashCode(bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_bytes_2(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::FromOctetString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * DerEnumerated_FromOctetString_m3349D50CF573876FEC5DDF6356918B01B5E60313 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___enc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * V_1 = NULL; DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * V_2 = NULL; { // if (enc.Length == 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___enc0; NullCheck(L_0); if ((((RuntimeArray*)L_0)->max_length)) { goto IL_0014; } } { // throw new ArgumentException("ENUMERATED has zero length", "enc"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral973E8C99177B1B2FFC54787C4B997D6932C3EFC2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB100EC26CFFA8539D2DB075429946BC6CDDEBE86)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerEnumerated_FromOctetString_m3349D50CF573876FEC5DDF6356918B01B5E60313_RuntimeMethod_var))); } IL_0014: { // if (enc.Length == 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___enc0; NullCheck(L_2); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) == ((uint32_t)1)))) { goto IL_004b; } } { // int value = enc[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___enc0; NullCheck(L_3); int32_t L_4 = 0; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_0 = L_5; // if (value < cache.Length) int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* L_7 = ((DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_StaticFields*)il2cpp_codegen_static_fields_for(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var))->get_cache_3(); NullCheck(L_7); if ((((int32_t)L_6) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))) { goto IL_004b; } } { // DerEnumerated cached = cache[value]; IL2CPP_RUNTIME_CLASS_INIT(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* L_8 = ((DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_StaticFields*)il2cpp_codegen_static_fields_for(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var))->get_cache_3(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_11 = (L_8)->GetAt(static_cast(L_10)); V_1 = L_11; // if (cached != null) DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_12 = V_1; if (!L_12) { goto IL_0035; } } { // return cached; DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_13 = V_1; return L_13; } IL_0035: { // return cache[value] = new DerEnumerated(Arrays.Clone(enc)); IL2CPP_RUNTIME_CLASS_INIT(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* L_14 = ((DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_StaticFields*)il2cpp_codegen_static_fields_for(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var))->get_cache_3(); int32_t L_15 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___enc0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17; L_17 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_16, /*hidden argument*/NULL); DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_18 = (DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 *)il2cpp_codegen_object_new(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); DerEnumerated__ctor_m97D809C226F5BF42477B4EEC2895C138FAED8EF2(L_18, L_17, /*hidden argument*/NULL); DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_19 = L_18; V_2 = L_19; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_19); (L_14)->SetAt(static_cast(L_15), (DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 *)L_19); DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_20 = V_2; return L_20; } IL_004b: { // return new DerEnumerated(Arrays.Clone(enc)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___enc0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22; L_22 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_21, /*hidden argument*/NULL); DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * L_23 = (DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 *)il2cpp_codegen_object_new(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); DerEnumerated__ctor_m97D809C226F5BF42477B4EEC2895C138FAED8EF2(L_23, L_22, /*hidden argument*/NULL); return L_23; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerEnumerated__cctor_m3A6E9E656612696C7FC6677E90B61D2359D642F0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly DerEnumerated[] cache = new DerEnumerated[12]; DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D* L_0 = (DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D*)(DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D*)SZArrayNew(DerEnumeratedU5BU5D_t94CD70C7FA86CA5C37A93B120D3BCAE6539C5E8D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); ((DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_StaticFields*)il2cpp_codegen_static_fields_for(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229_il2cpp_TypeInfo_var))->set_cache_3(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternal__ctor_mA87BBFC537DFDE1A2A842BA42729DD8CA50B530D (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_1 = NULL; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_2 = NULL; { // public DerExternal( // Asn1EncodableVector vector) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // int offset = 0; V_0 = 0; // Asn1Object enc = GetObjFromVector(vector, offset); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = ___vector0; int32_t L_1 = V_0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2; L_2 = DerExternal_GetObjFromVector_mE046578E6A365060EF39B0B35025D9BFC14455B7(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; // if (enc is DerObjectIdentifier) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_1; if (!((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)IsInstClass((RuntimeObject*)L_3, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))) { goto IL_0030; } } { // directReference = (DerObjectIdentifier)enc; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_1; __this->set_directReference_2(((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_4, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var))); // offset++; int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); // enc = GetObjFromVector(vector, offset); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_6 = ___vector0; int32_t L_7 = V_0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8; L_8 = DerExternal_GetObjFromVector_mE046578E6A365060EF39B0B35025D9BFC14455B7(L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; } IL_0030: { // if (enc is DerInteger) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_9 = V_1; if (!((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)IsInstClass((RuntimeObject*)L_9, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))) { goto IL_0050; } } { // indirectReference = (DerInteger) enc; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_10 = V_1; __this->set_indirectReference_3(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_10, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))); // offset++; int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); // enc = GetObjFromVector(vector, offset); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_12 = ___vector0; int32_t L_13 = V_0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_14; L_14 = DerExternal_GetObjFromVector_mE046578E6A365060EF39B0B35025D9BFC14455B7(L_12, L_13, /*hidden argument*/NULL); V_1 = L_14; } IL_0050: { // if (!(enc is Asn1TaggedObject)) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_15 = V_1; if (((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_15, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_006b; } } { // dataValueDescriptor = enc; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_16 = V_1; __this->set_dataValueDescriptor_4(L_16); // offset++; int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); // enc = GetObjFromVector(vector, offset); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_18 = ___vector0; int32_t L_19 = V_0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_20; L_20 = DerExternal_GetObjFromVector_mE046578E6A365060EF39B0B35025D9BFC14455B7(L_18, L_19, /*hidden argument*/NULL); V_1 = L_20; } IL_006b: { // if (vector.Count != offset + 1) Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_21 = ___vector0; NullCheck(L_21); int32_t L_22; L_22 = Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C(L_21, /*hidden argument*/NULL); int32_t L_23 = V_0; if ((((int32_t)L_22) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))))) { goto IL_0086; } } { // throw new ArgumentException("input vector too large", "vector"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_24 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD284626088E9252E534320AD6F78D4D854C7BBE6)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30DCC048F90665F1B0A5D2C5445FA61A1F517D3D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerExternal__ctor_mA87BBFC537DFDE1A2A842BA42729DD8CA50B530D_RuntimeMethod_var))); } IL_0086: { // if (!(enc is Asn1TaggedObject)) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_25 = V_1; if (((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_25, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_009e; } } { // throw new ArgumentException("No tagged object found in vector. Structure doesn't seem to be of type External", "vector"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_26 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7027248565A1DD1EC12D42579E36DF4F963E07D2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30DCC048F90665F1B0A5D2C5445FA61A1F517D3D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerExternal__ctor_mA87BBFC537DFDE1A2A842BA42729DD8CA50B530D_RuntimeMethod_var))); } IL_009e: { // Asn1TaggedObject obj = (Asn1TaggedObject)enc; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_27 = V_1; V_2 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_27, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)); // Encoding = obj.TagNo; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_28 = V_2; NullCheck(L_28); int32_t L_29; L_29 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_28, /*hidden argument*/NULL); DerExternal_set_Encoding_m21932167D1609D83CE18C37E0844813FC8963E33(__this, L_29, /*hidden argument*/NULL); // if (encoding < 0 || encoding > 2) int32_t L_30 = __this->get_encoding_5(); if ((((int32_t)L_30) < ((int32_t)0))) { goto IL_00c3; } } { int32_t L_31 = __this->get_encoding_5(); if ((((int32_t)L_31) <= ((int32_t)2))) { goto IL_00ce; } } IL_00c3: { // throw new InvalidOperationException("invalid encoding value"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_32 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF546D64A14FD65E43FC9627BF00750EB221B9113)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerExternal__ctor_mA87BBFC537DFDE1A2A842BA42729DD8CA50B530D_RuntimeMethod_var))); } IL_00ce: { // externalContent = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_33 = V_2; NullCheck(L_33); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_34; L_34 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_33, /*hidden argument*/NULL); __this->set_externalContent_6(L_34); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternal__ctor_mA83923AC65BCC54CD5150CEDC870684673E65635 (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___directReference0, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___indirectReference1, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___dataValueDescriptor2, DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * ___externalData3, const RuntimeMethod* method) { { // : this(directReference, indirectReference, dataValueDescriptor, externalData.TagNo, externalData.ToAsn1Object()) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___directReference0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = ___indirectReference1; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2 = ___dataValueDescriptor2; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_3 = ___externalData3; NullCheck(L_3); int32_t L_4; L_4 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_3, /*hidden argument*/NULL); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_5 = ___externalData3; NullCheck(L_5); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6; L_6 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_5); DerExternal__ctor_m778465A59BC3539B8FA6DD90FB0B9E15740B97D8(__this, L_0, L_1, L_2, L_4, L_6, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternal__ctor_m778465A59BC3539B8FA6DD90FB0B9E15740B97D8 (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___directReference0, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___indirectReference1, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___dataValueDescriptor2, int32_t ___encoding3, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___externalData4, const RuntimeMethod* method) { { // public DerExternal(DerObjectIdentifier directReference, DerInteger indirectReference, Asn1Object dataValueDescriptor, int encoding, Asn1Object externalData) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // DirectReference = directReference; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___directReference0; DerExternal_set_DirectReference_mC9F273E766639110F9A6291160180D25EFB4334A_inline(__this, L_0, /*hidden argument*/NULL); // IndirectReference = indirectReference; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = ___indirectReference1; DerExternal_set_IndirectReference_m01A81F3F505ADCD3D6B3689D76FC7E43FDF0B833_inline(__this, L_1, /*hidden argument*/NULL); // DataValueDescriptor = dataValueDescriptor; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2 = ___dataValueDescriptor2; DerExternal_set_DataValueDescriptor_m5DEED647FA96D6A7E82BAC17E8952FAA99657B4C_inline(__this, L_2, /*hidden argument*/NULL); // Encoding = encoding; int32_t L_3 = ___encoding3; DerExternal_set_Encoding_m21932167D1609D83CE18C37E0844813FC8963E33(__this, L_3, /*hidden argument*/NULL); // ExternalContent = externalData.ToAsn1Object(); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = ___externalData4; NullCheck(L_4); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_5; L_5 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_4); DerExternal_set_ExternalContent_mFF5199EC1F67BE318BE397E9565D88F63FB8F216_inline(__this, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternal_Encode_mF4BC153B7CFA1091C98A3FE07E702A3D7FBBA6C6 (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; { // MemoryStream ms = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_0, /*hidden argument*/NULL); V_0 = L_0; // WriteEncodable(ms, directReference); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = V_0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = __this->get_directReference_2(); DerExternal_WriteEncodable_mD76B2C71AB87254A77F64B213F00E202D7AD439E(L_1, L_2, /*hidden argument*/NULL); // WriteEncodable(ms, indirectReference); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = V_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_4 = __this->get_indirectReference_3(); DerExternal_WriteEncodable_mD76B2C71AB87254A77F64B213F00E202D7AD439E(L_3, L_4, /*hidden argument*/NULL); // WriteEncodable(ms, dataValueDescriptor); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_5 = V_0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = __this->get_dataValueDescriptor_4(); DerExternal_WriteEncodable_mD76B2C71AB87254A77F64B213F00E202D7AD439E(L_5, L_6, /*hidden argument*/NULL); // WriteEncodable(ms, new DerTaggedObject(Asn1Tags.External, externalContent)); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_7 = V_0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_8 = __this->get_externalContent_6(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_9 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_mA7F8256D58045BB3B309D6846A165D1DBB09C827(L_9, 8, L_8, /*hidden argument*/NULL); DerExternal_WriteEncodable_mD76B2C71AB87254A77F64B213F00E202D7AD439E(L_7, L_9, /*hidden argument*/NULL); // derOut.WriteEncoded(Asn1Tags.Constructed, Asn1Tags.External, ms.ToArray()); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_10 = ___derOut0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_11 = V_0; NullCheck(L_11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_11); NullCheck(L_10); DerOutputStream_WriteEncoded_m6540A3114A9E58B9D748CDDDDC140DB1B5CA6A2E(L_10, ((int32_t)32), 8, L_12, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerExternal_Asn1GetHashCode_m8642215DE6B2869ED909B78BD3F701856924750B (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // int ret = externalContent.GetHashCode(); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = __this->get_externalContent_6(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); V_0 = L_1; // if (directReference != null) DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = __this->get_directReference_2(); if (!L_2) { goto IL_0022; } } { // ret ^= directReference.GetHashCode(); int32_t L_3 = V_0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_4 = __this->get_directReference_2(); NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4); V_0 = ((int32_t)((int32_t)L_3^(int32_t)L_5)); } IL_0022: { // if (indirectReference != null) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_6 = __this->get_indirectReference_3(); if (!L_6) { goto IL_0038; } } { // ret ^= indirectReference.GetHashCode(); int32_t L_7 = V_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_8 = __this->get_indirectReference_3(); NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_8); V_0 = ((int32_t)((int32_t)L_7^(int32_t)L_9)); } IL_0038: { // if (dataValueDescriptor != null) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_10 = __this->get_dataValueDescriptor_4(); if (!L_10) { goto IL_004e; } } { // ret ^= dataValueDescriptor.GetHashCode(); int32_t L_11 = V_0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_12 = __this->get_dataValueDescriptor_4(); NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_12); V_0 = ((int32_t)((int32_t)L_11^(int32_t)L_13)); } IL_004e: { // return ret; int32_t L_14 = V_0; return L_14; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerExternal_Asn1Equals_m42E87B40B41A7112A2359D53ACA05B42F73DA25A (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * V_0 = NULL; { // if (this == asn1Object) Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; if ((!(((RuntimeObject*)(DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 *)__this) == ((RuntimeObject*)(Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)L_0)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // DerExternal other = asn1Object as DerExternal; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1 = ___asn1Object0; V_0 = ((DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 *)IsInstClass((RuntimeObject*)L_1, DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2_il2cpp_TypeInfo_var)); // if (other == null) DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Equals(directReference, other.directReference) // && BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Equals(indirectReference, other.indirectReference) // && BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Equals(dataValueDescriptor, other.dataValueDescriptor) // && externalContent.Equals(other.externalContent); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = __this->get_directReference_2(); DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * L_4 = V_0; NullCheck(L_4); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = L_4->get_directReference_2(); bool L_6; L_6 = Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_005d; } } { DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_7 = __this->get_indirectReference_3(); DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * L_8 = V_0; NullCheck(L_8); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_9 = L_8->get_indirectReference_3(); bool L_10; L_10 = Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053(L_7, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005d; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_11 = __this->get_dataValueDescriptor_4(); DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * L_12 = V_0; NullCheck(L_12); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_13 = L_12->get_dataValueDescriptor_4(); bool L_14; L_14 = Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053(L_11, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_005d; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_15 = __this->get_externalContent_6(); DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * L_16 = V_0; NullCheck(L_16); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_17 = L_16->get_externalContent_6(); NullCheck(L_15); bool L_18; L_18 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_15, L_17); return L_18; } IL_005d: { return (bool)0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::get_DataValueDescriptor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * DerExternal_get_DataValueDescriptor_m0AE57C78401AFB0A0B7E347BA7B53D2E8C28BD5C (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, const RuntimeMethod* method) { { // get { return dataValueDescriptor; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = __this->get_dataValueDescriptor_4(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::set_DataValueDescriptor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternal_set_DataValueDescriptor_m5DEED647FA96D6A7E82BAC17E8952FAA99657B4C (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___value0, const RuntimeMethod* method) { { // set { this.dataValueDescriptor = value; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___value0; __this->set_dataValueDescriptor_4(L_0); // set { this.dataValueDescriptor = value; } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::get_DirectReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DerExternal_get_DirectReference_m9AD439F274B3874B41535B853F2840123F73F9D5 (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, const RuntimeMethod* method) { { // get { return directReference; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_directReference_2(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::set_DirectReference(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternal_set_DirectReference_mC9F273E766639110F9A6291160180D25EFB4334A (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___value0, const RuntimeMethod* method) { { // set { this.directReference = value; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___value0; __this->set_directReference_2(L_0); // set { this.directReference = value; } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::get_Encoding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerExternal_get_Encoding_m8383CF39E9EF42A33240EE072733EAFF0BD797C0 (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, const RuntimeMethod* method) { { // return encoding; int32_t L_0 = __this->get_encoding_5(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::set_Encoding(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternal_set_Encoding_m21932167D1609D83CE18C37E0844813FC8963E33 (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, int32_t ___value0, const RuntimeMethod* method) { { // if (encoding < 0 || encoding > 2) int32_t L_0 = __this->get_encoding_5(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = __this->get_encoding_5(); if ((((int32_t)L_1) <= ((int32_t)2))) { goto IL_002d; } } IL_0012: { // throw new InvalidOperationException("invalid encoding value: " + encoding); int32_t* L_2 = __this->get_address_of_encoding_5(); String_t* L_3; L_3 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD241B9E3FC2363B60A3A144D5F14673C3D03853)), L_3, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_5 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerExternal_set_Encoding_m21932167D1609D83CE18C37E0844813FC8963E33_RuntimeMethod_var))); } IL_002d: { // this.encoding = value; int32_t L_6 = ___value0; __this->set_encoding_5(L_6); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::get_ExternalContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * DerExternal_get_ExternalContent_mDD72D493AED7210E138676232F8993E63C36F5BF (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, const RuntimeMethod* method) { { // get { return externalContent; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = __this->get_externalContent_6(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::set_ExternalContent(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternal_set_ExternalContent_mFF5199EC1F67BE318BE397E9565D88F63FB8F216 (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___value0, const RuntimeMethod* method) { { // set { this.externalContent = value; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___value0; __this->set_externalContent_6(L_0); // set { this.externalContent = value; } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::get_IndirectReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerExternal_get_IndirectReference_m2162F123DF6265D1C87D6714445C1246D96DD371 (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, const RuntimeMethod* method) { { // get { return indirectReference; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_indirectReference_3(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::set_IndirectReference(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternal_set_IndirectReference_m01A81F3F505ADCD3D6B3689D76FC7E43FDF0B833 (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___value0, const RuntimeMethod* method) { { // set { this.indirectReference = value; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = ___value0; __this->set_indirectReference_3(L_0); // set { this.indirectReference = value; } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::GetObjFromVector(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * DerExternal_GetObjFromVector_mE046578E6A365060EF39B0B35025D9BFC14455B7 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, int32_t ___index1, const RuntimeMethod* method) { { // if (v.Count <= index) Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_0 = ___v0; NullCheck(L_0); int32_t L_1; L_1 = Asn1EncodableVector_get_Count_mCCEFC474E851EBDF0BF73458FA7437326226111C(L_0, /*hidden argument*/NULL); int32_t L_2 = ___index1; if ((((int32_t)L_1) > ((int32_t)L_2))) { goto IL_0019; } } { // throw new ArgumentException("too few objects in input vector", "v"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral197C3606EFAC04F6B78FFF4A8FFC8811D12F33E5)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9DFFC3267C5F999585E61B45BA9C8DF18D4B02CA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerExternal_GetObjFromVector_mE046578E6A365060EF39B0B35025D9BFC14455B7_RuntimeMethod_var))); } IL_0019: { // return v[index].ToAsn1Object(); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_4 = ___v0; int32_t L_5 = ___index1; NullCheck(L_4); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_6; L_6 = Asn1EncodableVector_get_Item_mD6AA8C3C2DA135D03CAAD62F805BC7045685A9FD(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_7; L_7 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_6); return L_7; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternal::WriteEncodable(System.IO.MemoryStream,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternal_WriteEncodable_mD76B2C71AB87254A77F64B213F00E202D7AD439E (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___ms0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___e1, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // if (e != null) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___e1; if (!L_0) { goto IL_0015; } } { // byte[] bs = e.GetDerEncoded(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1 = ___e1; NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Asn1Encodable_GetDerEncoded_m30F357C2B994910EAC405FACBB5CA88181B3CD4E(L_1, /*hidden argument*/NULL); V_0 = L_2; // ms.Write(bs, 0, bs.Length); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = ___ms0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; NullCheck(L_5); NullCheck(L_3); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_3, L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))); } IL_0015: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternalParser::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerExternalParser__ctor_m86C81E8B3F2E55DB27F2DD0E9EA06BB8D9AF0666 (DerExternalParser_tAF6897202125E17FE810A76845F62499160460AA * __this, Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * ___parser0, const RuntimeMethod* method) { { // public DerExternalParser(Asn1StreamParser parser) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this._parser = parser; Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_0 = ___parser0; __this->set__parser_2(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternalParser::ReadObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DerExternalParser_ReadObject_m81BA60D0A351888641551A1DAE3B8C682E046092 (DerExternalParser_tAF6897202125E17FE810A76845F62499160460AA * __this, const RuntimeMethod* method) { { // return _parser.ReadObject(); Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_0 = __this->get__parser_2(); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IAsn1Convertible BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1StreamParser::ReadObject() */, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerExternalParser::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * DerExternalParser_ToAsn1Object_mAC2ED919268BC73933C85FF1D0757BEE3A4B8CE2 (DerExternalParser_tAF6897202125E17FE810A76845F62499160460AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerExternal(_parser.ReadVector()); Asn1StreamParser_t85A2D9327D2FD6683D5437416367261AFD2BDD73 * L_0 = __this->get__parser_2(); NullCheck(L_0); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1; L_1 = Asn1StreamParser_ReadVector_mA14805B2A1D62972D2E6CF51ADBCC1228F383AB1(L_0, /*hidden argument*/NULL); DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * L_2 = (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 *)il2cpp_codegen_object_new(DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2_il2cpp_TypeInfo_var); DerExternal__ctor_mA87BBFC537DFDE1A2A842BA42729DD8CA50B530D(L_2, L_1, /*hidden argument*/NULL); 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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * DerGeneralString_GetInstance_m98F8B77B68B8A2F1EB3B7744AF9EC5A035F9F579 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerGeneralString) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A *)IsInstClass((RuntimeObject*)L_1, DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerGeneralString) obj; RuntimeObject * L_2 = ___obj0; return ((DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A *)CastclassClass((RuntimeObject*)L_2, DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A_il2cpp_TypeInfo_var)); } IL_0012: { // throw new ArgumentException("illegal object in GetInstance: " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerGeneralString_GetInstance_m98F8B77B68B8A2F1EB3B7744AF9EC5A035F9F579_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * DerGeneralString_GetInstance_mA15B98C07D5DACA48A4D4AD75B1F9C1367443256 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerGeneralString) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A *)IsInstClass((RuntimeObject*)L_3, DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * L_5; L_5 = DerGeneralString_GetInstance_m98F8B77B68B8A2F1EB3B7744AF9EC5A035F9F579(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return new DerGeneralString(((Asn1OctetString)o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; NullCheck(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * L_8 = (DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A *)il2cpp_codegen_object_new(DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A_il2cpp_TypeInfo_var); DerGeneralString__ctor_m2DE2565FB2A351E59A5FEEF766EBC135CA17F887(L_8, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGeneralString__ctor_m2DE2565FB2A351E59A5FEEF766EBC135CA17F887 (DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method) { { // : this(Strings.FromAsciiByteArray(str)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___str0; String_t* L_1; L_1 = Strings_FromAsciiByteArray_m91E8E1048396DDD9629BA341D7D9D696F6025A70(L_0, /*hidden argument*/NULL); DerGeneralString__ctor_m9520AD36F691A0B3C7E1E775A11C4099180F2956(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGeneralString__ctor_m9520AD36F691A0B3C7E1E775A11C4099180F2956 (DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * __this, String_t* ___str0, const RuntimeMethod* method) { { // public DerGeneralString( // string str) DerStringBase__ctor_mDC4BCCB3F5A8E5FEA22C64E747B1678FC1DCA7EF(__this, /*hidden argument*/NULL); // if (str == null) String_t* L_0 = ___str0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("str"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerGeneralString__ctor_m9520AD36F691A0B3C7E1E775A11C4099180F2956_RuntimeMethod_var))); } IL_0014: { // this.str = str; String_t* L_2 = ___str0; __this->set_str_2(L_2); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString::GetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerGeneralString_GetString_mE3870F52953B0C50E0126CED12AEC00686443840 (DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * __this, const RuntimeMethod* method) { { // return str; String_t* L_0 = __this->get_str_2(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerGeneralString_GetOctets_m9C4609A8810910855EF1231D140B35C6CC4D0A8D (DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * __this, const RuntimeMethod* method) { { // return Strings.ToAsciiByteArray(str); String_t* L_0 = __this->get_str_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Strings_ToAsciiByteArray_m00A6AE5ADF958F281F45360B2C57264611926803(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGeneralString_Encode_m8761D8A2CDAEFE5FE7CC1981DEA1237962432432 (DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.GeneralString, GetOctets()); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = DerGeneralString_GetOctets_m9C4609A8810910855EF1231D140B35C6CC4D0A8D(__this, /*hidden argument*/NULL); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, ((int32_t)27), L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralString::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerGeneralString_Asn1Equals_m69352A1402F83BB614025CE134C154453CF20DE5 (DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * V_0 = NULL; { // DerGeneralString other = asn1Object as DerGeneralString; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A *)IsInstClass((RuntimeObject*)L_0, DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A_il2cpp_TypeInfo_var)); // if (other == null) DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return this.str.Equals(other.str); String_t* L_2 = __this->get_str_2(); DerGeneralString_t66C4B37D7E0DD384DF55EDCAE4E767AF405D7A2A * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_str_2(); NullCheck(L_2); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * DerGeneralizedTime_GetInstance_m9837609B4EB83841629892E1A6DC754519274C8F (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is DerGeneralizedTime) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)IsInstClass((RuntimeObject*)L_1, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DerGeneralizedTime)obj; RuntimeObject * L_2 = ___obj0; return ((DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)CastclassClass((RuntimeObject*)L_2, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var)); } IL_0012: { // throw new ArgumentException("illegal object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AEB5F8FF57BB3B2AD163E00335FACD4923E929A)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerGeneralizedTime_GetInstance_m9837609B4EB83841629892E1A6DC754519274C8F_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * DerGeneralizedTime_GetInstance_m94235D85D82B622C125EFE58779A25EC726C7500 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * V_0 = NULL; { // Asn1Object o = obj.GetObject(); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (isExplicit || o is DerGeneralizedTime) bool L_2 = ___isExplicit1; if (L_2) { goto IL_0012; } } { Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3 = V_0; if (!((DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)IsInstClass((RuntimeObject*)L_3, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var))) { goto IL_0019; } } IL_0012: { // return GetInstance(o); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_4 = V_0; DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_5; L_5 = DerGeneralizedTime_GetInstance_m9837609B4EB83841629892E1A6DC754519274C8F(L_4, /*hidden argument*/NULL); return L_5; } IL_0019: { // return new DerGeneralizedTime(((Asn1OctetString)o).GetOctets()); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_6 = V_0; NullCheck(((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))); DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_8 = (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)il2cpp_codegen_object_new(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); DerGeneralizedTime__ctor_mE8B7E6CCBCCADD770F572271DF92F42172B56CF7(L_8, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGeneralizedTime__ctor_m6B8BE767283CEB3CA08F2C493814549DA8F912D5 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, String_t* ___time0, const RuntimeMethod* method) { FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // public DerGeneralizedTime( // string time) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // this.time = time; String_t* L_0 = ___time0; __this->set_time_2(L_0); } IL_000d: try {// begin try (depth: 1) // ToDateTime(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = DerGeneralizedTime_ToDateTime_m39AFA523A5A7DC35778076EEB60F021AF24291C5(__this, /*hidden argument*/NULL); // } goto IL_002d; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0016; } throw e; } CATCH_0016: {// begin catch(System.FormatException) // catch (FormatException e) V_0 = ((FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)); // throw new ArgumentException("invalid date string: " + e.Message); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_2); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFA2D6743666999DD62BADDE7D2A768DBA1CD81F0)), L_3, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DerGeneralizedTime__ctor_m6B8BE767283CEB3CA08F2C493814549DA8F912D5_RuntimeMethod_var))); }// end catch (depth: 1) IL_002d: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::.ctor(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGeneralizedTime__ctor_mB2C53D4E1AF2AD5ED1B8F41D730875DD1EC48CA6 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___time0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B6FD0A32D53F57DE014268F5C910E4AB958E39A); s_Il2CppMethodInitialized = true; } { // public DerGeneralizedTime( // DateTime time) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // this.time = time.ToString(@"yyyyMMddHHmmss\Z"); String_t* L_0; L_0 = DateTime_ToString_m19ECEFF7BA22ED4425F7562A82A1C2308E934204((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&___time0), _stringLiteral4B6FD0A32D53F57DE014268F5C910E4AB958E39A, /*hidden argument*/NULL); __this->set_time_2(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGeneralizedTime__ctor_mE8B7E6CCBCCADD770F572271DF92F42172B56CF7 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method) { { // internal DerGeneralizedTime( // byte[] bytes) Asn1Object__ctor_m0851DE22AF897818361F1F9701BD7147A5FE7ADF(__this, /*hidden argument*/NULL); // this.time = Strings.FromAsciiByteArray(bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; String_t* L_1; L_1 = Strings_FromAsciiByteArray_m91E8E1048396DDD9629BA341D7D9D696F6025A70(L_0, /*hidden argument*/NULL); __this->set_time_2(L_1); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::get_TimeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerGeneralizedTime_get_TimeString_m2EB1D0D84691DFA215A4DCDE06D47DD9777AADA0 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method) { { // get { return time; } String_t* L_0 = __this->get_time_2(); return L_0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::GetTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerGeneralizedTime_GetTime_m3ADCCACDEAB085FEF5A4AB800117DC20959E7FA3 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6124FC5476DE1BA44C6586080ABDD87C285C5107); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92031F8EF715F2F78DC436DB7F9E74E86B7E3A63); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; { // if (time[time.Length - 1] == 'Z') String_t* L_0 = __this->get_time_2(); String_t* L_1 = __this->get_time_2(); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); NullCheck(L_0); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)90))))) { goto IL_0040; } } { // return time.Substring(0, time.Length - 1) + "GMT+00:00"; String_t* L_4 = __this->get_time_2(); String_t* L_5 = __this->get_time_2(); NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_7; L_7 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_4, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_7, _stringLiteral6124FC5476DE1BA44C6586080ABDD87C285C5107, /*hidden argument*/NULL); return L_8; } IL_0040: { // int signPos = time.Length - 5; String_t* L_9 = __this->get_time_2(); NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)5)); // char sign = time[signPos]; String_t* L_11 = __this->get_time_2(); int32_t L_12 = V_0; NullCheck(L_11); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; // if (sign == '-' || sign == '+') Il2CppChar L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)45)))) { goto IL_0065; } } { Il2CppChar L_15 = V_1; if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)43))))) { goto IL_00b2; } } IL_0065: { // return time.Substring(0, signPos) // + "GMT" // + time.Substring(signPos, 3) // + ":" // + time.Substring(signPos + 3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_16; String_t* L_18 = __this->get_time_2(); int32_t L_19 = V_0; NullCheck(L_18); String_t* L_20; L_20 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_18, 0, L_19, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(0), (String_t*)L_20); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = L_17; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735); (L_21)->SetAt(static_cast(1), (String_t*)_stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = L_21; String_t* L_23 = __this->get_time_2(); int32_t L_24 = V_0; NullCheck(L_23); String_t* L_25; L_25 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_23, L_24, 3, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(2), (String_t*)L_25); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_26 = L_22; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); (L_26)->SetAt(static_cast(3), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = L_26; String_t* L_28 = __this->get_time_2(); int32_t L_29 = V_0; NullCheck(L_28); String_t* L_30; L_30 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)3)), /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_30); (L_27)->SetAt(static_cast(4), (String_t*)L_30); String_t* L_31; L_31 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_27, /*hidden argument*/NULL); return L_31; } IL_00b2: { // signPos = time.Length - 3; String_t* L_32 = __this->get_time_2(); NullCheck(L_32); int32_t L_33; L_33 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_32, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)3)); // sign = time[signPos]; String_t* L_34 = __this->get_time_2(); int32_t L_35 = V_0; NullCheck(L_34); Il2CppChar L_36; L_36 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_34, L_35, /*hidden argument*/NULL); V_1 = L_36; // if (sign == '-' || sign == '+') Il2CppChar L_37 = V_1; if ((((int32_t)L_37) == ((int32_t)((int32_t)45)))) { goto IL_00d7; } } { Il2CppChar L_38 = V_1; if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)43))))) { goto IL_0100; } } IL_00d7: { // return time.Substring(0, signPos) // + "GMT" // + time.Substring(signPos) // + ":00"; String_t* L_39 = __this->get_time_2(); int32_t L_40 = V_0; NullCheck(L_39); String_t* L_41; L_41 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_39, 0, L_40, /*hidden argument*/NULL); String_t* L_42 = __this->get_time_2(); int32_t L_43 = V_0; NullCheck(L_42); String_t* L_44; L_44 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_42, L_43, /*hidden argument*/NULL); String_t* L_45; L_45 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(L_41, _stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735, L_44, _stringLiteral92031F8EF715F2F78DC436DB7F9E74E86B7E3A63, /*hidden argument*/NULL); return L_45; } IL_0100: { // return time + CalculateGmtOffset(); String_t* L_46 = __this->get_time_2(); String_t* L_47; L_47 = DerGeneralizedTime_CalculateGmtOffset_m11E37346233C5CD472C2B766EB670540BF676311(__this, /*hidden argument*/NULL); String_t* L_48; L_48 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_46, L_47, /*hidden argument*/NULL); return L_48; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::CalculateGmtOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerGeneralizedTime_CalculateGmtOffset_m11E37346233C5CD472C2B766EB670540BF676311 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; { // char sign = '+'; V_0 = ((int32_t)43); // DateTime time = ToDateTime(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = DerGeneralizedTime_ToDateTime_m39AFA523A5A7DC35778076EEB60F021AF24291C5(__this, /*hidden argument*/NULL); V_1 = L_0; // TimeSpan offset = TimeZone.CurrentTimeZone.GetUtcOffset(time); IL2CPP_RUNTIME_CLASS_INIT(TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5_il2cpp_TypeInfo_var); TimeZone_t7BDF23D00BD0964D237E34664984422C85EB43F5 * L_1; L_1 = TimeZone_get_CurrentTimeZone_mCF5AFDCCECDC1974AC0A691BE7616629B4ABFB5B(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = V_1; NullCheck(L_1); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3; L_3 = VirtualFuncInvoker1< TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(4 /* System.TimeSpan System.TimeZone::GetUtcOffset(System.DateTime) */, L_1, L_2); V_2 = L_3; // if (offset.CompareTo(TimeSpan.Zero) < 0) IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_Zero_19(); int32_t L_5; L_5 = TimeSpan_CompareTo_m5B811E4E0F9BB45CDBF9E46558E4B0A56BDDBBEF((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0030; } } { // sign = '-'; V_0 = ((int32_t)45); // offset = offset.Duration(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6; L_6 = TimeSpan_Duration_m4953DB196991DAEBFCA656F448574E9DBAD2F69F((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), /*hidden argument*/NULL); V_2 = L_6; } IL_0030: { // int hours = offset.Hours; int32_t L_7; L_7 = TimeSpan_get_Hours_m39AFD957DF1247125409ADD8525550863D08AB6E((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), /*hidden argument*/NULL); V_3 = L_7; // int minutes = offset.Minutes; int32_t L_8; L_8 = TimeSpan_get_Minutes_mF5A78108FEB64953C298CEC19637378380881202((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_2), /*hidden argument*/NULL); V_4 = L_8; // return "GMT" + sign + Convert(hours) + ":" + Convert(minutes); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735); (L_10)->SetAt(static_cast(0), (String_t*)_stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_10; String_t* L_12; L_12 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_0), /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(1), (String_t*)L_12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_11; int32_t L_14 = V_3; String_t* L_15; L_15 = DerGeneralizedTime_Convert_m4305D7D857E6D5A88754570F9015E120278C51A5(L_14, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(2), (String_t*)L_15); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = L_13; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); (L_16)->SetAt(static_cast(3), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_16; int32_t L_18 = V_4; String_t* L_19; L_19 = DerGeneralizedTime_Convert_m4305D7D857E6D5A88754570F9015E120278C51A5(L_18, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(4), (String_t*)L_19); String_t* L_20; L_20 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_17, /*hidden argument*/NULL); return L_20; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::Convert(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerGeneralizedTime_Convert_m4305D7D857E6D5A88754570F9015E120278C51A5 (int32_t ___time0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } { // if (time < 10) int32_t L_0 = ___time0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)10)))) { goto IL_0017; } } { // return "0" + time; String_t* L_1; L_1 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___time0), /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, L_1, /*hidden argument*/NULL); return L_2; } IL_0017: { // return time.ToString(); String_t* L_3; L_3 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___time0), /*hidden argument*/NULL); return L_3; } } // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::ToDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DerGeneralizedTime_ToDateTime_m39AFA523A5A7DC35778076EEB60F021AF24291C5 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral175632F3B533C97424F383A844D8885D5130F6DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37ED41C0F774F2E2A7BBC7FEAB93A84085A01530); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C273B92F4049C69E0B8F9F7803077CB52ABB0D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B6FD0A32D53F57DE014268F5C910E4AB958E39A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85EEDC388345ABEC590C94FA313E53981231610F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD4C10B3E565E62E85AA3B2CE577ADFE2C73E767); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // string d = time; String_t* L_0 = __this->get_time_2(); V_1 = L_0; // bool makeUniversal = false; V_2 = (bool)0; // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EndsWith(d, "Z")) String_t* L_1 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_2; L_2 = Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3(L_1, _stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380, /*hidden argument*/NULL); if (!L_2) { goto IL_0057; } } { // if (HasFractionalSeconds) bool L_3; L_3 = DerGeneralizedTime_get_HasFractionalSeconds_mEC06F7258A5AF2126955A9B9A7B0E2D6977917E9(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_004c; } } { // int fCount = d.Length - d.IndexOf('.') - 2; String_t* L_4 = V_1; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); String_t* L_6 = V_1; NullCheck(L_6); int32_t L_7; L_7 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_6, ((int32_t)46), /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_7)), (int32_t)2)); // formatStr = @"yyyyMMddHHmmss." + FString(fCount) + @"\Z"; int32_t L_8 = V_3; String_t* L_9; L_9 = DerGeneralizedTime_FString_m9A3A42E93ACD96BDE435E3E98341843F8DC78D5F(__this, L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral175632F3B533C97424F383A844D8885D5130F6DC, L_9, _stringLiteral3C273B92F4049C69E0B8F9F7803077CB52ABB0D3, /*hidden argument*/NULL); V_0 = L_10; // } goto IL_00f8; } IL_004c: { // formatStr = @"yyyyMMddHHmmss\Z"; V_0 = _stringLiteral4B6FD0A32D53F57DE014268F5C910E4AB958E39A; // } goto IL_00f8; } IL_0057: { // else if (time.IndexOf('-') > 0 || time.IndexOf('+') > 0) String_t* L_11 = __this->get_time_2(); NullCheck(L_11); int32_t L_12; L_12 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_11, ((int32_t)45), /*hidden argument*/NULL); if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_0077; } } { String_t* L_13 = __this->get_time_2(); NullCheck(L_13); int32_t L_14; L_14 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_13, ((int32_t)43), /*hidden argument*/NULL); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_00c2; } } IL_0077: { // d = GetTime(); String_t* L_15; L_15 = DerGeneralizedTime_GetTime_m3ADCCACDEAB085FEF5A4AB800117DC20959E7FA3(__this, /*hidden argument*/NULL); V_1 = L_15; // makeUniversal = true; V_2 = (bool)1; // if (HasFractionalSeconds) bool L_16; L_16 = DerGeneralizedTime_get_HasFractionalSeconds_mEC06F7258A5AF2126955A9B9A7B0E2D6977917E9(__this, /*hidden argument*/NULL); if (!L_16) { goto IL_00ba; } } { // int fCount = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.IndexOf(d, "GMT") - 1 - d.IndexOf('.'); String_t* L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); int32_t L_18; L_18 = Platform_IndexOf_mDB70E24C7BA422B47279D3D583624C32D134B398(L_17, _stringLiteral9297966E005774564E6D7239DF43F90E6C2C4735, /*hidden argument*/NULL); String_t* L_19 = V_1; NullCheck(L_19); int32_t L_20; L_20 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_19, ((int32_t)46), /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)), (int32_t)L_20)); // formatStr = @"yyyyMMddHHmmss." + FString(fCount) + @"'GMT'zzz"; int32_t L_21 = V_4; String_t* L_22; L_22 = DerGeneralizedTime_FString_m9A3A42E93ACD96BDE435E3E98341843F8DC78D5F(__this, L_21, /*hidden argument*/NULL); String_t* L_23; L_23 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral175632F3B533C97424F383A844D8885D5130F6DC, L_22, _stringLiteral85EEDC388345ABEC590C94FA313E53981231610F, /*hidden argument*/NULL); V_0 = L_23; // } goto IL_00f8; } IL_00ba: { // formatStr = @"yyyyMMddHHmmss'GMT'zzz"; V_0 = _stringLiteralAD4C10B3E565E62E85AA3B2CE577ADFE2C73E767; // } goto IL_00f8; } IL_00c2: { // if (HasFractionalSeconds) bool L_24; L_24 = DerGeneralizedTime_get_HasFractionalSeconds_mEC06F7258A5AF2126955A9B9A7B0E2D6977917E9(__this, /*hidden argument*/NULL); if (!L_24) { goto IL_00f2; } } { // int fCount = d.Length - 1 - d.IndexOf('.'); String_t* L_25 = V_1; NullCheck(L_25); int32_t L_26; L_26 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_25, /*hidden argument*/NULL); String_t* L_27 = V_1; NullCheck(L_27); int32_t L_28; L_28 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_27, ((int32_t)46), /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)), (int32_t)L_28)); // formatStr = @"yyyyMMddHHmmss." + FString(fCount); int32_t L_29 = V_5; String_t* L_30; L_30 = DerGeneralizedTime_FString_m9A3A42E93ACD96BDE435E3E98341843F8DC78D5F(__this, L_29, /*hidden argument*/NULL); String_t* L_31; L_31 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral175632F3B533C97424F383A844D8885D5130F6DC, L_30, /*hidden argument*/NULL); V_0 = L_31; // } goto IL_00f8; } IL_00f2: { // formatStr = @"yyyyMMddHHmmss"; V_0 = _stringLiteral37ED41C0F774F2E2A7BBC7FEAB93A84085A01530; } IL_00f8: { // return ParseDateString(d, formatStr, makeUniversal); String_t* L_32 = V_1; String_t* L_33 = V_0; bool L_34 = V_2; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_35; L_35 = DerGeneralizedTime_ParseDateString_m1E77A3D71AC21C7914CDB3DFC70D396C28A21E6F(__this, L_32, L_33, L_34, /*hidden argument*/NULL); return L_35; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::FString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DerGeneralizedTime_FString_m9A3A42E93ACD96BDE435E3E98341843F8DC78D5F (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; { // StringBuilder sb = new StringBuilder(); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; // for (int i = 0; i < count; ++i) V_1 = 0; goto IL_0017; } IL_000a: { // sb.Append('f'); StringBuilder_t * L_1 = V_0; NullCheck(L_1); StringBuilder_t * L_2; L_2 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_1, ((int32_t)102), /*hidden argument*/NULL); // for (int i = 0; i < count; ++i) int32_t L_3 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0017: { // for (int i = 0; i < count; ++i) int32_t L_4 = V_1; int32_t L_5 = ___count0; if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_000a; } } { // return sb.ToString(); StringBuilder_t * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); return L_7; } } // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::ParseDateString(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DerGeneralizedTime_ParseDateString_m1E77A3D71AC21C7914CDB3DFC70D396C28A21E6F (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, String_t* ___s0, String_t* ___format1, bool ___makeUniversal2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E1C7338876A396A995DBB7E07F4562BC4603D37); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // DateTimeStyles style = DateTimeStyles.None; V_0 = 0; // if (BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.EndsWith(format, "Z")) String_t* L_0 = ___format1; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); bool L_1; L_1 = Platform_EndsWith_m1A422FCF55244EFF95238A9114DC0CA9759230D3(L_0, _stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380, /*hidden argument*/NULL); if (!L_1) { goto IL_0033; } } IL_000f: try {// begin try (depth: 1) // style = (DateTimeStyles)Enums.GetEnumValue(typeof(DateTimeStyles), "AssumeUniversal"); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); Enum_t23B90B40F60E677A8025267341651C94AE079CDA * L_4; L_4 = Enums_GetEnumValue_mAFF6774B20C5D23B79FFA9F405512027DD3A9BD2(L_3, _stringLiteral8E1C7338876A396A995DBB7E07F4562BC4603D37, /*hidden argument*/NULL); V_0 = ((*(int32_t*)((int32_t*)UnBox(L_4, DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4_il2cpp_TypeInfo_var)))); // } goto IL_002e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002b; } throw e; } CATCH_002b: {// begin catch(System.Exception) // catch (Exception) // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_002e; }// end catch (depth: 1) IL_002e: { // style |= DateTimeStyles.AdjustToUniversal; int32_t L_5 = V_0; V_0 = ((int32_t)((int32_t)L_5|(int32_t)((int32_t)16))); } IL_0033: { // DateTime dt = DateTime.ParseExact(s, format, DateTimeFormatInfo.InvariantInfo, style); String_t* L_6 = ___s0; String_t* L_7 = ___format1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_8; L_8 = DateTimeFormatInfo_get_InvariantInfo_mF82BD33E66FDFBF82C9E9F58CDA7DDE568401F4B(/*hidden argument*/NULL); int32_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_10; L_10 = DateTime_ParseExact_m4053BC8904E8DB4E40656F4A13D41E478B9D3AD8(L_6, L_7, L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; // return makeUniversal ? dt.ToUniversalTime() : dt; bool L_11 = ___makeUniversal2; if (L_11) { goto IL_0046; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12 = V_1; return L_12; } IL_0046: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13; L_13 = DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), /*hidden argument*/NULL); return L_13; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::get_HasFractionalSeconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerGeneralizedTime_get_HasFractionalSeconds_mEC06F7258A5AF2126955A9B9A7B0E2D6977917E9 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method) { { // get { return time.IndexOf('.') == 14; } String_t* L_0 = __this->get_time_2(); NullCheck(L_0); int32_t L_1; L_1 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_0, ((int32_t)46), /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)((int32_t)14)))? 1 : 0); } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::GetOctets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerGeneralizedTime_GetOctets_m5A2FB5925A0405D435598C14A0215B4B83928F86 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method) { { // return Strings.ToAsciiByteArray(time); String_t* L_0 = __this->get_time_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Strings_ToAsciiByteArray_m00A6AE5ADF958F281F45360B2C57264611926803(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOutputStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGeneralizedTime_Encode_mC82F6BB83CC8626B3551120764E6BC6C27B945FD (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * ___derOut0, const RuntimeMethod* method) { { // derOut.WriteEncoded(Asn1Tags.GeneralizedTime, GetOctets()); DerOutputStream_tCED4ABFA88DC5F83FB2CF5879416013FC726C305 * L_0 = ___derOut0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = DerGeneralizedTime_GetOctets_m5A2FB5925A0405D435598C14A0215B4B83928F86(__this, /*hidden argument*/NULL); NullCheck(L_0); DerOutputStream_WriteEncoded_m3F7CA6CA849FFE654438C2DD96978CCE86C01037(L_0, ((int32_t)24), L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::Asn1Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DerGeneralizedTime_Asn1Equals_m66FD47405346FEE53F92552A88E9D20F68CB0652 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___asn1Object0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * V_0 = NULL; { // DerGeneralizedTime other = asn1Object as DerGeneralizedTime; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___asn1Object0; V_0 = ((DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)IsInstClass((RuntimeObject*)L_0, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var)); // if (other == null) DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_1 = V_0; if (L_1) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // return this.time.Equals(other.time); String_t* L_2 = __this->get_time_2(); DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_time_2(); NullCheck(L_2); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::Asn1GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DerGeneralizedTime_Asn1GetHashCode_m635BC12791A1CE214E2D70C729A89473AD35F599 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method) { { // return time.GetHashCode(); String_t* L_0 = __this->get_time_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGenerator__ctor_mE2EED3EFBA70CB404F723E0A5EA1A7E32666069D (DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, const RuntimeMethod* method) { { // : base(outStream) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___outStream0; Asn1Generator__ctor_m4B760161B6D9BBC11F7439498ACF3126D7113E98(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::.ctor(System.IO.Stream,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGenerator__ctor_m8F33F9BDCA5F406E8BC976A518E03E91F6A98C6A (DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, int32_t ___tagNo1, bool ___isExplicit2, const RuntimeMethod* method) { { // : base(outStream) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___outStream0; Asn1Generator__ctor_m4B760161B6D9BBC11F7439498ACF3126D7113E98(__this, L_0, /*hidden argument*/NULL); // _tagged = true; __this->set__tagged_1((bool)1); // _isExplicit = isExplicit; bool L_1 = ___isExplicit2; __this->set__isExplicit_2(L_1); // _tagNo = tagNo; int32_t L_2 = ___tagNo1; __this->set__tagNo_3(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::WriteLength(System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGenerator_WriteLength_mC4E1914272023B259D60E14DD671D1B97A2EAA05 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr0, int32_t ___length1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // if (length > 127) int32_t L_0 = ___length1; if ((((int32_t)L_0) <= ((int32_t)((int32_t)127)))) { goto IL_0042; } } { // int size = 1; V_0 = 1; // int val = length; int32_t L_1 = ___length1; V_1 = L_1; goto IL_000f; } IL_000b: { // size++; int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_000f: { // while ((val >>= 8) != 0) int32_t L_3 = V_1; int32_t L_4 = ((int32_t)((int32_t)L_3>>(int32_t)8)); V_1 = L_4; if (L_4) { goto IL_000b; } } { // outStr.WriteByte((byte)(size | 0x80)); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___outStr0; int32_t L_6 = V_0; NullCheck(L_5); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_5, (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_6|(int32_t)((int32_t)128)))))); // for (int i = (size - 1) * 8; i >= 0; i -= 8) int32_t L_7 = V_0; V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), (int32_t)8)); goto IL_003d; } IL_002c: { // outStr.WriteByte((byte)(length >> i)); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = ___outStr0; int32_t L_9 = ___length1; int32_t L_10 = V_2; NullCheck(L_8); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_8, (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_9>>(int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)31)))))))); // for (int i = (size - 1) * 8; i >= 0; i -= 8) int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)8)); } IL_003d: { // for (int i = (size - 1) * 8; i >= 0; i -= 8) int32_t L_12 = V_2; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_002c; } } { // } return; } IL_0042: { // outStr.WriteByte((byte)length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_13 = ___outStr0; int32_t L_14 = ___length1; NullCheck(L_13); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_13, (uint8_t)((int32_t)((uint8_t)L_14))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::WriteDerEncoded(System.IO.Stream,System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGenerator_WriteDerEncoded_m0BB4E987A4C91642848CB80BE1560F1CC0C4D8A0 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream0, int32_t ___tag1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes2, const RuntimeMethod* method) { { // outStream.WriteByte((byte) tag); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___outStream0; int32_t L_1 = ___tag1; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, (uint8_t)((int32_t)((uint8_t)L_1))); // WriteLength(outStream, bytes.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___outStream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bytes2; NullCheck(L_3); DerGenerator_WriteLength_mC4E1914272023B259D60E14DD671D1B97A2EAA05(L_2, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); // outStream.Write(bytes, 0, bytes.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___outStream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___bytes2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___bytes2; NullCheck(L_6); NullCheck(L_4); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::WriteDerEncoded(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGenerator_WriteDerEncoded_m7D6A4F9F4C65DE0A87CB88C478E1459256601937 (DerGenerator_t352D5792B155944B0FF7EB62BE3D30A93E0CD8A3 * __this, int32_t ___tag0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_2 = NULL; { // if (_tagged) bool L_0 = __this->get__tagged_1(); if (!L_0) { goto IL_0067; } } { // int tagNum = _tagNo | Asn1Tags.Tagged; int32_t L_1 = __this->get__tagNo_3(); V_0 = ((int32_t)((int32_t)L_1|(int32_t)((int32_t)128))); // if (_isExplicit) bool L_2 = __this->get__isExplicit_2(); if (!L_2) { goto IL_004e; } } { // int newTag = _tagNo | Asn1Tags.Constructed | Asn1Tags.Tagged; int32_t L_3 = __this->get__tagNo_3(); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)32)))|(int32_t)((int32_t)128))); // MemoryStream bOut = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_4 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_4, /*hidden argument*/NULL); V_2 = L_4; // WriteDerEncoded(bOut, tag, bytes); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_5 = V_2; int32_t L_6 = ___tag0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___bytes1; DerGenerator_WriteDerEncoded_m0BB4E987A4C91642848CB80BE1560F1CC0C4D8A0(L_5, L_6, L_7, /*hidden argument*/NULL); // WriteDerEncoded(Out, newTag, bOut.ToArray()); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8; L_8 = Asn1Generator_get_Out_mDBC8AED3CDF48FA26031670BE1744E31F90B1FB7_inline(__this, /*hidden argument*/NULL); int32_t L_9 = V_1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_10 = V_2; NullCheck(L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_10); DerGenerator_WriteDerEncoded_m0BB4E987A4C91642848CB80BE1560F1CC0C4D8A0(L_8, L_9, L_11, /*hidden argument*/NULL); // } return; } IL_004e: { // if ((tag & Asn1Tags.Constructed) != 0) int32_t L_12 = ___tag0; if (!((int32_t)((int32_t)L_12&(int32_t)((int32_t)32)))) { goto IL_0059; } } { // tagNum |= Asn1Tags.Constructed; int32_t L_13 = V_0; V_0 = ((int32_t)((int32_t)L_13|(int32_t)((int32_t)32))); } IL_0059: { // WriteDerEncoded(Out, tagNum, bytes); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14; L_14 = Asn1Generator_get_Out_mDBC8AED3CDF48FA26031670BE1744E31F90B1FB7_inline(__this, /*hidden argument*/NULL); int32_t L_15 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___bytes1; DerGenerator_WriteDerEncoded_m0BB4E987A4C91642848CB80BE1560F1CC0C4D8A0(L_14, L_15, L_16, /*hidden argument*/NULL); // } return; } IL_0067: { // WriteDerEncoded(Out, tag, bytes); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_17; L_17 = Asn1Generator_get_Out_mDBC8AED3CDF48FA26031670BE1744E31F90B1FB7_inline(__this, /*hidden argument*/NULL); int32_t L_18 = ___tag0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___bytes1; DerGenerator_WriteDerEncoded_m0BB4E987A4C91642848CB80BE1560F1CC0C4D8A0(L_17, L_18, L_19, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGenerator::WriteDerEncoded(System.IO.Stream,System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerGenerator_WriteDerEncoded_m58AEA8B5E0EAC839B8C8050D6ECD34D31ACBCB08 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr0, int32_t ___tag1, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr2, const RuntimeMethod* method) { { // WriteDerEncoded(outStr, tag, Streams.ReadAll(inStr)); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___outStr0; int32_t L_1 = ___tag1; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___inStr2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Streams_ReadAll_m433E35F4920644D94A2D1434C24F7D799DAC475C(L_2, /*hidden argument*/NULL); DerGenerator_WriteDerEncoded_m0BB4E987A4C91642848CB80BE1560F1CC0C4D8A0(L_0, L_1, L_3, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DeflateManager_get_WantRfc1950HeaderBytes_m59DA16657389AD0142F0E9A533F20362326B5ACC_inline (DeflateManager_tB20D7A763EA74E7B59F039CA49EDAA65322A2142 * __this, const RuntimeMethod* method) { { // get { return _WantRfc1950HeaderBytes; } bool L_0 = __this->get__WantRfc1950HeaderBytes_73(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BluetoothDevice_get_DeviceName_m87AF25A8E0F489903372EA4ABCC9BFDF138C2865_inline (BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CDeviceNameU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BluetoothDevice_get_Rssi_mA3FED34C8B41BB21FEF70FCE48132019A3009601_inline (BluetoothDevice_t556A4363604D42D9FA3C5DA1B41DC56726C93100 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CRssiU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double ProgressMessage_get_Progress_mA4131A34582CDF45EEBCA667CF697CD178FAA31A_inline (ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF * __this, const RuntimeMethod* method) { { // public double Progress { get; private set; } double L_0 = __this->get_U3CProgressU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * ResultMessage_get_ReturnValue_mC60C506AC05E305C72D58E882A52EB784DF53C06_inline (ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * __this, const RuntimeMethod* method) { { // public object ReturnValue { get; private set; } RuntimeObject * L_0 = __this->get_U3CReturnValueU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* FailureMessage_get_ErrorMessage_m696C1BBC6C0A073A98300BD60021D4CC3128F60C_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, const RuntimeMethod* method) { { // public string ErrorMessage { get; private set; } String_t* L_0 = __this->get_U3CErrorMessageU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* MethodCallMessage_get_Arguments_m8A1500306634DAC027E2A82A58975D84F13F91BC_inline (MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * __this, const RuntimeMethod* method) { { // public object[] Arguments { get; private set; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = __this->get_U3CArgumentsU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_JsonEncoder_m37151AA4E3329EA4DE576A005C1CB2FD10F35869_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method) { { // public IJsonEncoder JsonEncoder { get; set; } RuntimeObject* L_0 = __this->get_U3CJsonEncoderU3Ek__BackingField_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_JsonEncoder_m409F902EFFEAA886681B74092881566B02E708DD_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public IJsonEncoder JsonEncoder { get; set; } RuntimeObject* L_0 = ___value0; __this->set_U3CJsonEncoderU3Ek__BackingField_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline (float ___d0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a1; float L_1 = L_0.get_x_2(); float L_2 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a1; float L_4 = L_3.get_y_3(); float L_5 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a1; float L_7 = L_6.get_z_4(); float L_8 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), ((float)il2cpp_codegen_add((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); float L_2 = ___z2; __this->set_z_4(L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_op_Multiply_m5413794561683CB2AA8D68DD1B432FF853DF3BC6_inline (float ___d0, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___a1, const RuntimeMethod* method) { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_0 = ___a1; float L_1 = L_0.get_x_1(); float L_2 = ___d0; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_3 = ___a1; float L_4 = L_3.get_y_2(); float L_5 = ___d0; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_6 = ___a1; float L_7 = L_6.get_z_3(); float L_8 = ___d0; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_9 = ___a1; float L_10 = L_9.get_w_4(); float L_11 = ___d0; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_12; memset((&L_12), 0, sizeof(L_12)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_12), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), ((float)il2cpp_codegen_multiply((float)L_10, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0029; } IL_0029: { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___a0, float ___d1, const RuntimeMethod* method) { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_0 = ___a0; float L_1 = L_0.get_x_1(); float L_2 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_3 = ___a0; float L_4 = L_3.get_y_2(); float L_5 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_6 = ___a0; float L_7 = L_6.get_z_3(); float L_8 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_9 = ___a0; float L_10 = L_9.get_w_4(); float L_11 = ___d1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_12; memset((&L_12), 0, sizeof(L_12)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_12), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), ((float)il2cpp_codegen_multiply((float)L_10, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0029; } IL_0029: { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DerApplicationSpecific_GetContents_m858EE413F0BA90EDCDFE609729142FA6C62B00D6_inline (DerApplicationSpecific_tEFCF7209AD26CACA82663307C35943848165584E * __this, const RuntimeMethod* method) { { // return octets; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_octets_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method) { { // get { return tagNo; } int32_t L_0 = __this->get_tagNo_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DerExternal_set_DirectReference_mC9F273E766639110F9A6291160180D25EFB4334A_inline (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___value0, const RuntimeMethod* method) { { // set { this.directReference = value; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___value0; __this->set_directReference_2(L_0); // set { this.directReference = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DerExternal_set_IndirectReference_m01A81F3F505ADCD3D6B3689D76FC7E43FDF0B833_inline (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___value0, const RuntimeMethod* method) { { // set { this.indirectReference = value; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = ___value0; __this->set_indirectReference_3(L_0); // set { this.indirectReference = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DerExternal_set_DataValueDescriptor_m5DEED647FA96D6A7E82BAC17E8952FAA99657B4C_inline (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___value0, const RuntimeMethod* method) { { // set { this.dataValueDescriptor = value; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___value0; __this->set_dataValueDescriptor_4(L_0); // set { this.dataValueDescriptor = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DerExternal_set_ExternalContent_mFF5199EC1F67BE318BE397E9565D88F63FB8F216_inline (DerExternal_tFD68FFCC7A67F4749CE48FD25B294AF1F6D59BD2 * __this, Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___value0, const RuntimeMethod* method) { { // set { this.externalContent = value; } Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_0 = ___value0; __this->set_externalContent_6(L_0); // set { this.externalContent = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * Asn1Generator_get_Out_mDBC8AED3CDF48FA26031670BE1744E31F90B1FB7_inline (Asn1Generator_tEC217D901DD91DCDB761060D56D42F0484D0BED2 * __this, const RuntimeMethod* method) { { // get { return _out; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__out_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * LinkedList_1_get_First_m8DCE1181A69DB8A820B5B976EBEF9416F4C0460D_gshared_inline (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method) { { LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * L_0 = (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F *)__this->get_head_0(); return (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * LinkedListNode_1_get_Value_m5A71FC016266973BD9CFAE986CF6911B26C33684_gshared_inline (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_item_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ((EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0(); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; } }