#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 VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; // System.Action`1 struct Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B; // System.Action`1 struct Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334; // System.Action`1 struct Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3; // System.Action`1 struct Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299; // System.Action`1 struct Action_1_t71327A2F3C31DF62529F8918E46B7BD749A2D6B9; // System.Action`2 struct Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9; // System.Action`2 struct Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // System.Action`2 struct Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486; // System.Action`2 struct Action_2_t986392A54536D0441914C992D788BD4745B8D886; // System.Action`3 struct Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC4A6D857F0007417D8E990658D531B6D091D3666; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t39C73AC12187888098523CB04765880D3C038E7C; // System.Func`1 struct Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1; // System.Func`3 struct Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250; // System.Func`3 struct Func_3_tED78E0AEA4BB92B98B5E454432C4D8D74C3EB014; // System.Func`4 struct Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84; // BestHTTP.Futures.FutureValueCallback`1> struct FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0; // BestHTTP.Futures.FutureValueCallback`1> struct FutureValueCallback_1_t49D386D8B15034B7B63364F898930F1991D1F1D2; // BestHTTP.Futures.FutureValueCallback`1 struct FutureValueCallback_1_t3C9029228B65F876E4623B938A9F4979FA11B9CD; // BestHTTP.Futures.FutureValueCallback`1 struct FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F; // BestHTTP.Futures.FutureValueCallback`1 struct FutureValueCallback_1_t32E4723A7DFAB696F9F0CCDAD23E267907BCC0A3; // BestHTTP.Futures.FutureValueCallback`1 struct FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96; // BestHTTP.Futures.FutureValueCallback`1 struct FutureValueCallback_1_t2784CA2EA58B563BE5DE193E8F6D566A29997239; // System.Collections.Generic.HashSet`1 struct HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C; // System.Collections.Generic.HashSet`1 struct HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B; // System.Collections.Generic.HashSet`1 struct HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673; // System.Collections.Generic.HashSet`1 struct HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551; // System.Collections.Generic.HashSet`1 struct HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130; // System.Collections.Generic.HashSet`1 struct HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tA1998BD309D36A531FCABB9A6BE08237AEB22560; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_tF437149CAED78D4A68294D431DE692A78F7D67B3; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_t692ABF80A29FB82368A57AE22841134E3626E47A; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t5BB8DBAD651CB6F48E69B18AD54B8ABDF56D90D2; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tB7CFDEF611AA578BAD510FFBECFF81E099436FE3; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t917C7D2122253C09F77578A910CF5C1FD8239D26; // BestHTTP.Futures.IFuture`1> struct IFuture_1_tCD692EA3616733B907F8B60D76D664596182C377; // BestHTTP.Futures.IFuture`1> struct IFuture_1_tCA3B9D45C27B7BDF87665CF904A87F9A289D4320; // BestHTTP.Futures.IFuture`1> struct IFuture_1_t1A90EE605B20A7591C1BDE158EF8073A10397E9E; // BestHTTP.Futures.IFuture`1 struct IFuture_1_t9497C86A6B01FDED914BAC98710D16E477416657; // BestHTTP.Futures.IFuture`1 struct IFuture_1_t13B9220AC29E1F697DFAD1A5BB02844AA9FD56CA; // BestHTTP.Futures.IFuture`1 struct IFuture_1_t0C4FD859E5C7BE1424429E5EE0286A9626A08121; // BestHTTP.Futures.IFuture`1 struct IFuture_1_t7F71A70E54B17A2C8D81D7AF4D3A1E32DEF51AC6; // BestHTTP.Futures.IFuture`1 struct IFuture_1_tE82C9020DAF227C79935028B9F9AB87CBC5ECAE6; // BestHTTP.Futures.IFuture`1 struct IFuture_1_t74C001FC8CC11E5ED2DEAE43A442044516DBE74B; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D; // System.Collections.Generic.List`1 struct List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE; // System.Collections.Generic.List`1 struct List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B; // System.Collections.Generic.List`1 struct List_1_t34AA4AF4E7352129CA58045901530E41445AC16D; // System.Collections.Generic.List`1 struct List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5; // System.Collections.Generic.List`1 struct List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836; // System.Collections.Generic.List`1 struct List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1; // System.Collections.Generic.List`1 struct List_1_t406EC705E72137D2240DC7D4E2B21A200546B181; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0; // System.Collections.Generic.List`1 struct List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F; // System.Collections.Generic.List`1 struct List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9; // System.Collections.Generic.List`1 struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181; // System.Collections.Generic.List`1 struct List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A; // System.Collections.Generic.List`1 struct List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149; // System.Collections.Generic.List`1 struct List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D; // System.Collections.Generic.List`1 struct List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B; // MultiKeyDictionary`3 struct MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 struct ObservableDictionary_2_t32F81B352791732EBE31E149A0695F03190ACCE4; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 struct ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789; // BestHTTP.SignalRCore.StreamItemContainer`1 struct StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D; // BestHTTP.SignalRCore.StreamItemContainer`1 struct StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57; // BestHTTP.SignalRCore.StreamItemContainer`1 struct StreamItemContainer_1_t5E42BFEC576F02F004DC1399900BE8B9E664614B; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t66091FAC8FF0BF5BB0A6B684C5CA77204A815349; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t77EE55ADCD7AC819BD32F5E06A3AE6E0FD8846B5; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t4EF4A03F9B8D5236A80F2B9C36AC937ECA12EFB0; // System.UInt32[][][] struct UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // System.UInt32[][] struct UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68; // UnityEngine.AnimationClip[] struct AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489; // AnimationPlayer[] struct AnimationPlayerU5BU5D_t53EFB9C221F3C69105619719E5731B924896C0A6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // BestHTTP.SignalRCore.CallbackDescriptor[] struct CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry[] struct CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; // System.Net.IPAddress[] struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // LanguageFontSize[] struct LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0; // MatchPlayerInfo[] struct MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6; // UnityEngine.Renderer[] struct RendererU5BU5D_tE2D3C4350893C593CA40DE876B9F2F0EBBEC49B7; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.IO.Stream[] struct StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target[] struct TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets[] struct TargetsU5BU5D_t16FF8146D99035436AD873959443B7735977E494; // UnityEngine.Texture[] struct TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316; // UnityEngine.Transform[] struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // BestHTTP.Examples.TestHubExample/Person[] struct PersonU5BU5D_tF05FE879C79CA3EDACD6202796989B39923BC7E7; // UnityStandardAssets.Cameras.AbstractTargetFollower struct AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient struct AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer struct AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // UnityEngine.Animation struct Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8; // UnityEngine.AnimationClip struct AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178; // AnimationPlayer struct AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D; // AnimationPlayerCompleteResult struct AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D; // UnityEngine.AnimationState struct AnimationState_tDB7088046A65ABCEC66B45147693CA0AD803A3AD; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // Arrow struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A; // ArrowCamera struct ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set struct Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeX509 struct AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseInputStream struct BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2; // UnityEngine.UI.BaseMeshEffect struct BaseMeshEffect_tC7D44B0AC6406BAC3E4FC4579A43FC135BDB6FDA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream struct BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // BowCamera struct BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9; // BestHTTP.Extensions.BufferPoolMemoryStream struct BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateParsingException struct CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // BestHTTP.Authentication.Credentials struct Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry struct CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHKeyParameters struct DHKeyParameters_t6691EA3D1F8F4AC3FFD335951291147F81281626; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter struct DHParameter_t139F790CA854BF8027539E802DB902D7192357A3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters struct DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHValidationParameters struct DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsCipherFactory struct DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsSrpGroupVerifier struct DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters struct DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter struct DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters struct DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters struct DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters struct DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters struct ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism struct ECEndomorphism_tC94CEDEA023268D74990A2B2C08487E5D3DE2F7E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier struct ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters struct ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters struct Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters struct Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters struct ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter struct ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters struct ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters struct ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Net.EndPoint struct EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy struct EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2; // UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E; // System.Exception struct Exception_t; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414; // System.Reflection.FieldInfo struct FieldInfo_t; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // BestHTTP.Futures.FutureErrorCallback struct FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF; // UnityEngine.GUIContent struct GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB; // UnityEngine.GUISkin struct GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6; // UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726; // UnityEngine.GUIStyleState struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9; // BestHTTP.Decompression.Zlib.GZipStream struct GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1; // GameMgr struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950; // GameMode struct GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters struct Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410Parameters struct Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.Gost3410PublicKeyAlgParameters struct Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410PublicKeyParameters struct Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // BestHTTP.Caching.HTTPCacheFileInfo struct HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA; // BestHTTP.Forms.HTTPFormBase struct HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // BestHTTP.Extensions.HeartbeatManager struct HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E; // BestHTTP.SignalRCore.HubConnection struct HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6; // BestHTTP.SignalRCore.HubOptions struct HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // BestHTTP.SignalRCore.IAuthenticationProvider struct IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher struct IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer struct ICertificateVerifyer_t7FF89D73580A6E6A7FF6E40E7670C1BF3E8F0CAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider struct IClientCredentialsProvider_tAA7262E853B0CACED4DFA19BA071BB2F2315DEEA; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // BestHTTP.SignalRCore.IEncoder struct IEncoder_t24E72EE05B58DEC15E03A38641A9B0E2C95197A4; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField struct IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C; // BestHTTP.PlatformSupport.FileSystem.IIOService struct IIOService_tF7DA01C1F131FD1C1649DAA43FA8E1DB006B8586; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.Logger.ILogger struct ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC; // System.IOAsyncCallback struct IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE; // System.Net.IPEndPoint struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E; // System.Security.Principal.IPrincipal struct IPrincipal_t850ACE1F48327B64F266DD2C6FD8C5F56E4889E2; // BestHTTP.SignalRCore.IProtocol struct IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // BestHTTP.SignalRCore.ITransport struct ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // Images struct Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0; // System.Threading.InternalThread struct InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // UnityEngine.Events.InvokableCallList struct InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9; // BestHTTP.SignalRCore.JsonProtocol struct JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // LanguageDefault struct LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783; // LanguageEnglish struct LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249; // LanguageFontSize struct LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029; // Line struct Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A; // System.Net.Sockets.LingerOption struct LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34; // BestHTTP.SignalRCore.Encoders.LitJsonEncoder struct LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // MatchPlayerInfo struct MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // System.MulticastDelegate struct MulticastDelegate_t; // BestHTTP.SignalRCore.Messages.NegotiationResult struct NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85; // System.Net.Sockets.NetworkStream struct NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs struct NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44; // PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler struct NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A; // BestHTTP.OnBeforeHeaderSendDelegate struct OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F; // BestHTTP.OnBeforeRedirectionDelegate struct OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238; // BestHTTP.OnDownloadProgressDelegate struct OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4; // BestHTTP.OnUploadProgressDelegate struct OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC; // PointSignLastHit struct PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC; // UnityStandardAssets.ImageEffects.PostEffectsBase struct PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion struct ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915; // BestHTTP.Proxy struct Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // Reporter struct Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters struct RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure struct RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Net.Sockets.SafeSocketHandle struct SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // UnityEngine.UI.Slider struct Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A; // System.Net.Sockets.Socket struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09; // System.Net.Sockets.SocketException struct SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88; // JC.SocketIO.SocketIOClient struct SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11; // BestHTTP.SocketIO.SocketOptions struct SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403; // SocketPlayer struct SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29; // UnityStandardAssets.Water.SpecularLighting struct SpecularLighting_t5B5147AEB29D7AE25BD88AD3437A12672AD99750; // SphereContRot struct SphereContRot_tBD1F87424DA83216295573DC84F83C80E168244B; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client struct Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters struct Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server struct Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups struct Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities struct Srp6Utilities_tE89FCC428386BE52AC0B1ED99772FACBDF5D2F83; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator struct Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient struct SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer struct SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrtpProtectionProfile struct SrtpProtectionProfile_tB75755EA9F7150138C626D2754153B0628D3CCFF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac struct Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E; // UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput struct StandaloneInput_t0A608653795632B5513FD86ED7AD48F0BA002FB3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding struct StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C; // StatesBackDebug struct StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7; // BestHTTP.Decompression.Zlib.StaticTree struct StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree struct StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5; // StoneRecorder struct StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.StreamBlockCipher struct StreamBlockCipher_tBB592812A23BCBC9FECA152C09EBBAC7F9F94C4D; // BestHTTP.StreamList struct StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.StreamOverflowException struct StreamOverflowException_tB1D84D6C41548EF62AD83DF0D116352227D0AD3B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams struct Streams_tCD81D52F63E790806F3F521B6862D4AB60C16716; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings struct Strings_t7C30E45045E3BAAEC6E0B0A14FA5E0E320116F15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes struct SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier struct SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Extension.SubjectKeyIdentifierStructure struct SubjectKeyIdentifierStructure_tD60B5C731725370EC7C6127497106D3FCF79051E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.SubjectPublicKeyInfoFactory struct SubjectPublicKeyInfoFactory_tBD4EC3BC529986E722CF81FC537B51F887F8CC82; // BestHTTP.SignalRCore.Subscription struct Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SubsequentMessage struct SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3; // UnityStandardAssets.ImageEffects.SunShafts struct SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SupplementalDataEntry struct SupplementalDataEntry_tD1192409F539AB3607D1A26D473C912075C92FA7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SupplementalDataType struct SupplementalDataType_tD4E1F5BFAAF733D48B4EBF64CC94506B11799FE1; // BestHTTP.SignalRCore.Messages.SupportedTransport struct SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB; // UnityStandardAssets.Vehicles.Car.Suspension struct Suspension_tCFB221620480B740F7BC07DBFA406F6BA105B883; // SyncDataUtil struct SyncDataUtil_t2A54284C431592ED4186F176B39671F4BA4D6B68; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables1kGcmExponentiator struct Tables1kGcmExponentiator_t8BFE71CC6FA1FE576482066AF4F0353788BF8A5D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables64kGcmMultiplier struct Tables64kGcmMultiplier_tF682A83AB398E3981735C750D3CC5F83B2D3BD46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables8kGcmMultiplier struct Tables8kGcmMultiplier_t4CECB53D88E3A43690CF5116CA23CB21B90B757C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target struct Target_t4896FAB6B1821E26E8A2210204819086BB914727; // TargetAnimal struct TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02; // TargetBody struct TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D; // TargetDistanceLabel struct TargetDistanceLabel_t1FBA7473E5BD6C5FE9C0B24713EED65B07CD4858; // TargetDistanceSlider struct TargetDistanceSlider_tC437D8FEE5BADADBCEFB442E53379B9FA35521B2; // UnityStandardAssets.Cameras.TargetFieldOfView struct TargetFieldOfView_t9A8A3F26B5D46B867160A539FB96BFC5923A0538; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation struct TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6; // TargetOutBound struct TargetOutBound_t874CC3EC7A7B88CF5F0899C4C5308545DE016D57; // TargetView struct TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets struct Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.TbcPadding struct TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList struct TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure struct TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest struct TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C; // BestHTTP.PlatformSupport.TcpClient.General.TcpClient struct TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine struct TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeInputStream struct TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream struct TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves struct TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers struct TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E; // TestAnimation struct TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800; // TestBleConnect struct TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309; // BestHTTP.Examples.TestHubExample struct TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29; // TestReporter struct TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F; // TestVector struct TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextAsset struct TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234; // TextAutoLanguage struct TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1; // TextAutoLanguage2 struct TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // TextSpacing struct TextSpacing_tB30EF7E53B0BE8E8A468C3926AB58272D431DE08; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // BestHTTP.Examples.TextureDownloadSample struct TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414; // System.Threading.ThreadStart struct ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time struct Time_tD684B1785E755395701D46F89A97609911CD6DDE; // System.TimeoutException struct TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsAuthentication struct TlsAuthentication_t5FA1BEF9526C288C8F717080E2AB1CA4B21FF542; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory struct TlsCipherFactory_t0F936DE1D412BE079F1BFABC4203B927A87F598E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClientContext struct TlsClientContext_t18BBECA666BE004BF00BF3299931DD6893065D14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext struct TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials struct TlsCredentials_t6C3F3B2C48D027442C1753CA9C9E1D75BC3B4CA7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange struct TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServerContext struct TlsServerContext_t47A3ABCF912BED3261C46CA0AD0DDA6D778FAA57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSigner struct TlsSigner_t2CEADB2E04B023348A2D88BBAC131A7514FB3921; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSignerCredentials struct TlsSignerCredentials_tD97AFD728341914EEC7251E9ADE382EFC23FEB0C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpGroupVerifier struct TlsSrpGroupVerifier_tBF8C49B984B96CC33072A4A5A54330C2BC282625; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpIdentityManager struct TlsSrpIdentityManager_tB527EB0E6BCE969042893526A28811706B56AD58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange struct TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters struct TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88; // JCUnityLib.TouchChecker struct TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // UnityStandardAssets.CrossPlatformInput.VirtualInput struct VirtualInput_t33A955464CA1C49B600AC2DD27F3E27A94DDE69F; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40; // UnityStandardAssets.Water.WaterBase struct WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73; // BestHTTP.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters struct X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters struct X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension struct X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter struct X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962Parameters struct X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters struct X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder struct X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint struct X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9FieldID struct X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8; // ArrowSync/SyncData struct SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF; // BowCamera/BowCameraFixed struct BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // UnityEngine.Canvas/WillRenderCanvases struct WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958; // UnityEngine.UI.InputField/EndEditEvent struct EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7; // UnityEngine.UI.InputField/OnValidateInput struct OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F; // UnityEngine.UI.InputField/SubmitEvent struct SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // Reporter/Log struct Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2; // UnityEngine.UI.Slider/SliderEvent struct SliderEvent_t312D89AE02E00DD965D68D6F7F813BDF455FD780; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList/RevokedCertificatesEnumeration struct RevokedCertificatesEnumeration_tA6F466974286C0FFEE945BB42AE71A168E24141B; // BestHTTP.PlatformSupport.TcpClient.General.TcpClient/<>c__DisplayClass55_0 struct U3CU3Ec__DisplayClass55_0_t3E648E58D791612799A7EB0D2D108025673B524E; // BestHTTP.PlatformSupport.TcpClient.General.TcpClient/<>c__DisplayClass58_0 struct U3CU3Ec__DisplayClass58_0_t1F06F2FE6B8AEEDB5965CBFD1EF2876C1812DF62; // TestAnimation/d__4 struct U3CPlayEachU3Ed__4_tEA41F4CE240617EEE41797A2D578564349B51E5C; // BestHTTP.Examples.TestHubExample/Person struct Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2; // TestVector/d__12 struct U3CAsyncCaptureExtraUIU3Ed__12_t48ED2E77150A61BFBFF1E00DD7D3DB44EB08215F; // TestVector/d__11 struct U3CAsyncNoticeBluetoothHolderU3Ed__11_tF66E9849C5E249342B2354CC156D86E23DE61579; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; IL2CPP_EXTERN_C RuntimeClass* Action_1_t71327A2F3C31DF62529F8918E46B7BD749A2D6B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_t986392A54536D0441914C992D788BD4745B8D886_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AnimationState_tDB7088046A65ABCEC66B45147693CA0AD803A3AD_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* Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeX509U5BU5D_t03520AFDA84AE0AE15A98D3F2C5359A1A9C0C953_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP160r1Holder_t1C122F50D33CD4F48E28F6C36BD95AC584B2C0C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP160t1Holder_tFD68A5D9C6EB7615752EC0098DA76BB2B12F2AC3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP192r1Holder_t78133E13E1D725D7B2563DDE59583A7FB4F82534_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP192t1Holder_t009D0944634E95FB22383B26799343E5EE4298A5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP224r1Holder_t31A392D1CD110DF9D5AF53813533DAABA34DE870_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP224t1Holder_t8679D6C7B3FDCEE876E31226D4AED6E3BFECBCFE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP256r1Holder_t1182D6FBF1998AE03CEC52B6C639989246E63310_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP256t1Holder_tEE058517EECC335CE57124C08D9727D514576AAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP320r1Holder_tAEEF421694BE8E15CF3145DD8370434F674AD51B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP320t1Holder_t1DBF39B6E811359359211A193A349D7D1E41FF17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP384r1Holder_tE5CA70E13D28738BAD34B1EC592E76850CF751CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP384t1Holder_t014F39787DB89DB126672AF9CC2183594E71129A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP512r1Holder_tD42F4CC389A3B1980A7E70C0AEAE5DC47AB6EBDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrainpoolP512t1Holder_tB7156F83D1F276D8F290962F696429ECCE9E3E0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DHParameter_t139F790CA854BF8027539E802DB902D7192357A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_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* DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerBitString_t305465793A47445626D3541AB8CEDE347D874524_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* DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FutureValueCallback_1_t2784CA2EA58B563BE5DE193E8F6D566A29997239_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FutureValueCallback_1_t3C9029228B65F876E4623B938A9F4979FA11B9CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FutureValueCallback_1_t49D386D8B15034B7B63364F898930F1991D1F1D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t692ABF80A29FB82368A57AE22841134E3626E47A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFuture_1_t0C4FD859E5C7BE1424429E5EE0286A9626A08121_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFuture_1_t1A90EE605B20A7591C1BDE158EF8073A10397E9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFuture_1_t74C001FC8CC11E5ED2DEAE43A442044516DBE74B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFuture_1_t9497C86A6B01FDED914BAC98710D16E477416657_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFuture_1_tCD692EA3616733B907F8B60D76D664596182C377_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFuture_1_tE82C9020DAF227C79935028B9F9AB87CBC5ECAE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_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* JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LayoutRebuilder_tE88B8B9EA50644E438123BDCE2BC2A3287E07585_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776_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* OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RevokedCertificatesEnumeration_tA6F466974286C0FFEE945BB42AE71A168E24141B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamOverflowException_tB1D84D6C41548EF62AD83DF0D116352227D0AD3B_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* SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Target_t4896FAB6B1821E26E8A2210204819086BB914727_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetsU5BU5D_t16FF8146D99035436AD873959443B7735977E494_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Time_tD684B1785E755395701D46F89A97609911CD6DDE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsSrpIdentityManager_tB527EB0E6BCE969042893526A28811706B56AD58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TrailRenderer_t219A9B1F6C4B984AE4BEEC40F90665D122056A01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CAsyncCaptureExtraUIU3Ed__12_t48ED2E77150A61BFBFF1E00DD7D3DB44EB08215F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CAsyncNoticeBluetoothHolderU3Ed__11_tF66E9849C5E249342B2354CC156D86E23DE61579_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CPlayEachU3Ed__4_tEA41F4CE240617EEE41797A2D578564349B51E5C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass55_0_t3E648E58D791612799A7EB0D2D108025673B524E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass58_0_t1F06F2FE6B8AEEDB5965CBFD1EF2876C1812DF62_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_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* WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0014DFE8C905DAF0C4F40106193E910B41B1CC70; IL2CPP_EXTERN_C String_t* _stringLiteral008662A08112CFF84D5F725FACEFC099574BE9CD; IL2CPP_EXTERN_C String_t* _stringLiteral00B09BFE7DC319172135533234BB06DFC0B6FFCF; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral00F70C5041983624F5C31E07A76221B62EACA0A7; IL2CPP_EXTERN_C String_t* _stringLiteral02436DCFA899EF85289BA35711C248905AB26619; IL2CPP_EXTERN_C String_t* _stringLiteral02944E23D08CDA7A142EFEB879C7186358A22CCA; IL2CPP_EXTERN_C String_t* _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B; IL2CPP_EXTERN_C String_t* _stringLiteral071BE34C8AAE22B351B90FF15F46D1EFB3D471B1; IL2CPP_EXTERN_C String_t* _stringLiteral093B9FEB8C06B9796B61AECCA05F158FEC3DF201; IL2CPP_EXTERN_C String_t* _stringLiteral09CB65A8F0F72B8F53EB82E094A969C6E0B5680C; IL2CPP_EXTERN_C String_t* _stringLiteral0B836212F4F63335EAFBC6ADBD97EA45AB1763AA; IL2CPP_EXTERN_C String_t* _stringLiteral0C896607C1AACEB2024C399129C501A5AC15813C; IL2CPP_EXTERN_C String_t* _stringLiteral0CC36A0ACE18A1CFE0ECAF14C22D5B28FAF563BE; IL2CPP_EXTERN_C String_t* _stringLiteral0E113F97D77FF0E45934C610A144C2819DC64A04; IL2CPP_EXTERN_C String_t* _stringLiteral0F79BE4BB9390066C8CFBDD406373CA24F5FADB2; IL2CPP_EXTERN_C String_t* _stringLiteral107694947DB47644F8036602F63473486E1ED925; IL2CPP_EXTERN_C String_t* _stringLiteral11191BF1C6F1CD57E82D5B9DAFA538F74E112CA9; IL2CPP_EXTERN_C String_t* _stringLiteral116DF234322BBB75C0C8B4EB16718F5707626B59; IL2CPP_EXTERN_C String_t* _stringLiteral13C54ED5EC5E411A9876E490F509B364E6D1D6CE; IL2CPP_EXTERN_C String_t* _stringLiteral147A2E4F16C11D9B1B87A5B53272C4CCD7BB16A3; IL2CPP_EXTERN_C String_t* _stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65; IL2CPP_EXTERN_C String_t* _stringLiteral18A06C0D7E3D76AB60F1231483152BAE5B1B8DF7; IL2CPP_EXTERN_C String_t* _stringLiteral1912D6E6AF622BE14A56B4912769A85B92C31299; IL2CPP_EXTERN_C String_t* _stringLiteral191E086AFF2DA1EB4CFE546E6824FD31A1B7D2EB; IL2CPP_EXTERN_C String_t* _stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F; IL2CPP_EXTERN_C String_t* _stringLiteral19F61C01F1A1C0C51833A16F7D0B028BFB207A05; IL2CPP_EXTERN_C String_t* _stringLiteral1A19F8EB58E572415B2CAA500645D3DFAB262C83; IL2CPP_EXTERN_C String_t* _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9; IL2CPP_EXTERN_C String_t* _stringLiteral1AA1790AE1BC157DD7BC2E8E7D142CB22C2346A8; IL2CPP_EXTERN_C String_t* _stringLiteral1B1630F9122A1BBA0583785006DC7FB273C15AC3; IL2CPP_EXTERN_C String_t* _stringLiteral1B8AC19FD2D3594F86424202B9F8ED440A1BF824; IL2CPP_EXTERN_C String_t* _stringLiteral1BE50916EB217F9B9E38754BB90A2846D7C33AFD; IL2CPP_EXTERN_C String_t* _stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C; IL2CPP_EXTERN_C String_t* _stringLiteral1E55AC277E5F78A35E136717AAA2EEC452747B58; IL2CPP_EXTERN_C String_t* _stringLiteral1E67A6B790C10D826DBF077CFC2C9158C0C76579; IL2CPP_EXTERN_C String_t* _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E; IL2CPP_EXTERN_C String_t* _stringLiteral1FB0CA795880643744DCC27DDCF96CF09838C54B; IL2CPP_EXTERN_C String_t* _stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE; IL2CPP_EXTERN_C String_t* _stringLiteral208FB3837B215C39A2EF71DECFFC19C9FDB72F27; IL2CPP_EXTERN_C String_t* _stringLiteral20B6452D451B08B9787E5E327C88AAD3315A0E6B; IL2CPP_EXTERN_C String_t* _stringLiteral20C35F5A348D99FB8B47E8C15236E04F38BA50B7; IL2CPP_EXTERN_C String_t* _stringLiteral216030F9D9B80E9ADBA361F7508A5B73E3A92020; IL2CPP_EXTERN_C String_t* _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; IL2CPP_EXTERN_C String_t* _stringLiteral23E89CDCB71BAF81755E2DFD2B7D09F497E21CC1; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral2583764F3C56694BA1AFEC2E7DBB66EDD5767BD1; IL2CPP_EXTERN_C String_t* _stringLiteral27124CDEFE2BE16F697CE9666F41F00BA0C519A9; IL2CPP_EXTERN_C String_t* _stringLiteral281BB5D0C04BC40D275D9DCE38ABB73950A5F20C; IL2CPP_EXTERN_C String_t* _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7; IL2CPP_EXTERN_C String_t* _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128; IL2CPP_EXTERN_C String_t* _stringLiteral2A1BBF8F3C88C44388345A06B8B712DC59927F8A; IL2CPP_EXTERN_C String_t* _stringLiteral2A756F3B72C8937F9224DC29DFFB2A6CF84D26D6; IL2CPP_EXTERN_C String_t* _stringLiteral2D04A41FF2C6D594FE10B785C90103FB6F63A658; IL2CPP_EXTERN_C String_t* _stringLiteral2D2FF4EC89434EEE14F9D6E19158C24E242DB11D; IL2CPP_EXTERN_C String_t* _stringLiteral2E21BFE62F48C3813CC23694A374E4267DB7B718; IL2CPP_EXTERN_C String_t* _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08; IL2CPP_EXTERN_C String_t* _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2; IL2CPP_EXTERN_C String_t* _stringLiteral305B935A3EE6E5E3CAFC1DDBCE8F3034E6948B12; IL2CPP_EXTERN_C String_t* _stringLiteral31994A27BE70656F269572781826620C095C803E; IL2CPP_EXTERN_C String_t* _stringLiteral319D1EB2B79ACDA1B65E4BA4BA666745E69FEECF; IL2CPP_EXTERN_C String_t* _stringLiteral31F6E4B7B0CEE2CF42D62178271E04C6B0ED85E4; IL2CPP_EXTERN_C String_t* _stringLiteral325DF231FB179557923A4898D0567A51BAE42445; IL2CPP_EXTERN_C String_t* _stringLiteral330BAF40C2B791F0A30F7BBAB000B7F35A6E29F1; IL2CPP_EXTERN_C String_t* _stringLiteral34DC1DFCDC6CBE3325AB5A32C4A5EEECC164EDCD; IL2CPP_EXTERN_C String_t* _stringLiteral355344670054DB070754011D8D2527E319681DF0; IL2CPP_EXTERN_C String_t* _stringLiteral3B57DA2B81CA9103A13C691B14DC83EB9F832230; IL2CPP_EXTERN_C String_t* _stringLiteral3C7BE85043E8916632E21FD7E71EC5C92A752DCD; IL2CPP_EXTERN_C String_t* _stringLiteral3CBDA36F98C255223692548513831A8BB192F40A; IL2CPP_EXTERN_C String_t* _stringLiteral3D6BA5EA4A13D6B97A3652683EE1CF816BEB3A61; IL2CPP_EXTERN_C String_t* _stringLiteral3EC571980228577F6012A1A8D69638CFEE50EEEE; IL2CPP_EXTERN_C String_t* _stringLiteral3ECB68766C144D9D606191E936FB6A553D8FDAD5; IL2CPP_EXTERN_C String_t* _stringLiteral3EDF10E62134BD99CA6F1F174420237E76F4A176; IL2CPP_EXTERN_C String_t* _stringLiteral3F42ED00D84DBC7A3B4658065DEA62873778201F; IL2CPP_EXTERN_C String_t* _stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E; IL2CPP_EXTERN_C String_t* _stringLiteral443AAA5641646FAF13ECC98BCCC8F698D8D897EB; IL2CPP_EXTERN_C String_t* _stringLiteral46E4D88E2C2FF590CB5508E28A8ED4CE89F93985; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral4B1764B62B4E463E96BAFE0017DED59C09BE2D55; IL2CPP_EXTERN_C String_t* _stringLiteral4E47B21BFAB77BE6516C8A639078646B0EC3747E; IL2CPP_EXTERN_C String_t* _stringLiteral503CAD25A0D0F4C9CB1D1AD2A42B90C330D6FECF; IL2CPP_EXTERN_C String_t* _stringLiteral50ED54FF957D51DB7CD4A2ED9606AB1A8EC457E6; IL2CPP_EXTERN_C String_t* _stringLiteral511A76E5CF59BED43DCF40B5ACAF62CEF70E4B19; IL2CPP_EXTERN_C String_t* _stringLiteral53B8A7B133A27632AC7BAB97FAB7EF74032E57C9; IL2CPP_EXTERN_C String_t* _stringLiteral55E33AEC810D7C6A9309168416814B8AB9759431; IL2CPP_EXTERN_C String_t* _stringLiteral56F8CFB94CDF2C5D65755B754115D298DE097FB6; IL2CPP_EXTERN_C String_t* _stringLiteral5745B045CAF8BADC5A3B1C82DF5478ACB7B945D5; IL2CPP_EXTERN_C String_t* _stringLiteral57E86470770C71A276622000FC19C093D2067659; IL2CPP_EXTERN_C String_t* _stringLiteral590C9D2F7A4DA2E97AD2C0C650F0E8236323DFDE; IL2CPP_EXTERN_C String_t* _stringLiteral5933530F68F28C509F4597659726A48C87FA6A79; IL2CPP_EXTERN_C String_t* _stringLiteral597CCAAD822896FC6E71012763467F92C7EBBB45; IL2CPP_EXTERN_C String_t* _stringLiteral59E9A90ACEB12BE1578CBAE545691B1979987312; IL2CPP_EXTERN_C String_t* _stringLiteral5A2B2CF2774C75D4E1469A75F093C83970984EB2; IL2CPP_EXTERN_C String_t* _stringLiteral5A9C691CB5E91EAE05201517784BF116F1BCF52A; IL2CPP_EXTERN_C String_t* _stringLiteral5C69F1A584C6551A0134F8E6EAD9AD2156739671; IL2CPP_EXTERN_C String_t* _stringLiteral5CCA5E5918116953E853CD8C3A3AB4C9B0953012; IL2CPP_EXTERN_C String_t* _stringLiteral5DCC21133F2B502A81EA0D34A9CE3B03B8D69ACA; IL2CPP_EXTERN_C String_t* _stringLiteral5F42E9A086500A5BB201C3BEB0792ABBD26FF195; IL2CPP_EXTERN_C String_t* _stringLiteral5FECD0559F6F45FBD7FC8AF5B0B9AFDB08EBF3B9; IL2CPP_EXTERN_C String_t* _stringLiteral6002DE00DDC22AD1AFE195CFBFC9FD66DCCDF148; IL2CPP_EXTERN_C String_t* _stringLiteral61D1EF19DEEDF543C967F4B10734ACFF737D0FE4; IL2CPP_EXTERN_C String_t* _stringLiteral626F731ADC6BBCD380783206CF0A6578E8A40544; IL2CPP_EXTERN_C String_t* _stringLiteral65D92E515286FD16D57508C08DEB8878D94D1A4B; IL2CPP_EXTERN_C String_t* _stringLiteral6788FE3D0708AE647B4E720336F0FE98F18F4F55; IL2CPP_EXTERN_C String_t* _stringLiteral67A47C687D1BBB246D874B84E68512B5E33BEBA7; IL2CPP_EXTERN_C String_t* _stringLiteral67F3AFA3E2A45A0A2368E92567136901EDBAB1AF; IL2CPP_EXTERN_C String_t* _stringLiteral682B0597E2DE711B4675F79DA04A214D9EB228C6; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2; IL2CPP_EXTERN_C String_t* _stringLiteral6BACF17DD7DD6AA64CC652E1DCC3F3696D8F0BC8; IL2CPP_EXTERN_C String_t* _stringLiteral6C0E8D5689BB9C238931C0AE7E15A835AFAD3488; IL2CPP_EXTERN_C String_t* _stringLiteral6D42170D8B95AA8DAA8DB676FD28AD564225DA72; IL2CPP_EXTERN_C String_t* _stringLiteral6EA90D368E3D800F9C735A2B75E7191425A37652; IL2CPP_EXTERN_C String_t* _stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC; IL2CPP_EXTERN_C String_t* _stringLiteral7353C41C94834E4F94476B65695D9DD63DA5FAF5; IL2CPP_EXTERN_C String_t* _stringLiteral75903BE627AB22C8BE5B63C68F42B890B523784F; IL2CPP_EXTERN_C String_t* _stringLiteral76534C8003872BDD505C298A53B077013F17023B; IL2CPP_EXTERN_C String_t* _stringLiteral7690D04B068E6307D4D5AB4BD8CA27E198833A7D; IL2CPP_EXTERN_C String_t* _stringLiteral783FAF747B1398DBB5EBF06F7038921BFF60683F; IL2CPP_EXTERN_C String_t* _stringLiteral791A19672BFCFE809B349FB6B73DC9935403B02D; IL2CPP_EXTERN_C String_t* _stringLiteral7A6D5BBBDD2D6993414FC15AA9219E566CB84D12; IL2CPP_EXTERN_C String_t* _stringLiteral7C5A9B11BC0D7A18E88B52DFAB70A388DAECDEAF; IL2CPP_EXTERN_C String_t* _stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1; IL2CPP_EXTERN_C String_t* _stringLiteral7F7899CECECB024314FAA48D9150494EDD81C5A2; IL2CPP_EXTERN_C String_t* _stringLiteral7FF246983A3B2CEAEA57814A7B884A9ADE68F563; IL2CPP_EXTERN_C String_t* _stringLiteral7FF8E53378674ADAA9B55339A92BD14311E3AC32; IL2CPP_EXTERN_C String_t* _stringLiteral81D0867D36C5583FF580547434E283CAD6DE759A; IL2CPP_EXTERN_C String_t* _stringLiteral832919F88AFE88C25C9DB807DB9DCDFE190FC214; IL2CPP_EXTERN_C String_t* _stringLiteral8438BC7E5A288B4C4B3376169B30C51E5982CFDB; IL2CPP_EXTERN_C String_t* _stringLiteral857BD9F21F55583C00B39143001A4E1381023414; IL2CPP_EXTERN_C String_t* _stringLiteral85BF2B0277365D88C11ADBC0E696B4551E4BFFC9; IL2CPP_EXTERN_C String_t* _stringLiteral8610EF0CF2FB1FE5275785FFAE015BEB020386DD; IL2CPP_EXTERN_C String_t* _stringLiteral86202678AB0A41B628DDEEB4DD6DC622B9C6ED5E; IL2CPP_EXTERN_C String_t* _stringLiteral87F8ED9157125FFC4DA9E06A7B8011AD80A53FE1; IL2CPP_EXTERN_C String_t* _stringLiteral88E6527BC40313AF8F64B2BDC32E69C11591CC2C; IL2CPP_EXTERN_C String_t* _stringLiteral8B4D1A0BBACF21EEB4E02411AE24A1D33D27DEDE; IL2CPP_EXTERN_C String_t* _stringLiteral8BA213474C45990F37342DDC2B8C75E368C88373; IL2CPP_EXTERN_C String_t* _stringLiteral8BDB21D5F1BAF66B7BE908A15E946035E5A43BA4; IL2CPP_EXTERN_C String_t* _stringLiteral8C1B2912FBE5F5395B0587A3367300AE9207CDDD; IL2CPP_EXTERN_C String_t* _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E; IL2CPP_EXTERN_C String_t* _stringLiteral8D16DD2EEFE134881668681ACBE0583A63224ED6; IL2CPP_EXTERN_C String_t* _stringLiteral8F175E09A4AD5D5B269794F7D6D26A7EE887EB85; IL2CPP_EXTERN_C String_t* _stringLiteral8FD5A1066614F377F8BB227B01BBC27A575BA9BD; IL2CPP_EXTERN_C String_t* _stringLiteral90DA9249D6D98E348F7A768F3114C12BE487BB1B; IL2CPP_EXTERN_C String_t* _stringLiteral940001A3359780D6AC10E3D43CEEA0A100327613; IL2CPP_EXTERN_C String_t* _stringLiteral95419FAFDA01DE5BD36BADABAFA89CAC156E74D5; IL2CPP_EXTERN_C String_t* _stringLiteral96727FF278531CCE7778667FB884C1F46A9BC21B; IL2CPP_EXTERN_C String_t* _stringLiteral977C4A2FA8D668CBE5B84E83A5D4058B35FD669E; IL2CPP_EXTERN_C String_t* _stringLiteral99C3A04EB067FA4EAE169E6D8931C29E6C23B6E8; IL2CPP_EXTERN_C String_t* _stringLiteral9A8F0E32CD9F4A77B22B2A76699B6392545E11B6; IL2CPP_EXTERN_C String_t* _stringLiteral9DD56117D02F35435304F804BBB64065BB384D66; IL2CPP_EXTERN_C String_t* _stringLiteral9FAB63D80D49743CA7FD9C3CC27E4A25117B5A7C; IL2CPP_EXTERN_C String_t* _stringLiteralA02B43681539795BF14C9A47DB53B6782D51EA2D; IL2CPP_EXTERN_C String_t* _stringLiteralA0796E90F43FCEAA833791A89357F3DA6E4AAF4E; IL2CPP_EXTERN_C String_t* _stringLiteralA33A5CAE02B786C2060461DF8C6764B4C05E9423; IL2CPP_EXTERN_C String_t* _stringLiteralA467D3C6168371D0FACC829AA2255312BFD50ABA; IL2CPP_EXTERN_C String_t* _stringLiteralA56A6A90DD4CA37183F3A0F453447D92D1775718; IL2CPP_EXTERN_C String_t* _stringLiteralA678EEED6D7327AA997ACEA91497D3C566BBE2BE; IL2CPP_EXTERN_C String_t* _stringLiteralA6FD602A42223E1571C42B1124D21AE4BA52B93C; IL2CPP_EXTERN_C String_t* _stringLiteralA769D26CEBDB76B20A90DFECE81C1D6E4E458A71; IL2CPP_EXTERN_C String_t* _stringLiteralA80468572C4889E777BE98835E38EF8D7736CF4D; IL2CPP_EXTERN_C String_t* _stringLiteralA8E32B6029B7DF0D5733545FE1989ED7F8464079; IL2CPP_EXTERN_C String_t* _stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE; IL2CPP_EXTERN_C String_t* _stringLiteralABFE324F9C730DB5F5BC4B237B1EA084A37524D6; IL2CPP_EXTERN_C String_t* _stringLiteralAD564320503E7A0D649F4CBE2035ACC42705FBAE; IL2CPP_EXTERN_C String_t* _stringLiteralAEF8DBB3E64F9FC455D1635BD64828382DC90873; IL2CPP_EXTERN_C String_t* _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2; IL2CPP_EXTERN_C String_t* _stringLiteralB3DC192A0BCCDF087E13486BE2F4F60B24BCC0B9; IL2CPP_EXTERN_C String_t* _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED; IL2CPP_EXTERN_C String_t* _stringLiteralB9695E91A6E8DF407F4DDDDAD91C688E54E31D04; IL2CPP_EXTERN_C String_t* _stringLiteralBC2064F58BC4D67C925B488AD31B24F337DD7EEA; IL2CPP_EXTERN_C String_t* _stringLiteralBC3A5F3D5BB3E7D48E89B51BFD05B4FBE1D09846; IL2CPP_EXTERN_C String_t* _stringLiteralBCC5FCD86E2E30E56BAD0B54B9E8EA03ED0FFC3A; IL2CPP_EXTERN_C String_t* _stringLiteralBF0A0FD53111C9611DC7E777A4B16AC7B5C8F381; IL2CPP_EXTERN_C String_t* _stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0; IL2CPP_EXTERN_C String_t* _stringLiteralBFD589C41584F03B99A5330D3C8A2434112ED4ED; IL2CPP_EXTERN_C String_t* _stringLiteralC008E503687BA2A627379D4E257787AEA3506830; IL2CPP_EXTERN_C String_t* _stringLiteralC0B3429D31AD4CFDB88B8A7E92706E8295C792C0; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC254086DD389497FB3ADCA91EE6F1FCD4C670CF2; IL2CPP_EXTERN_C String_t* _stringLiteralC290AA7022978E41CA9D2A745FA825DD749CA3C2; IL2CPP_EXTERN_C String_t* _stringLiteralC2F13D6423712EE49184F09B7A5C47EEF28ADBE2; IL2CPP_EXTERN_C String_t* _stringLiteralC318857CEA813401776D821FAFDCC824179B3825; IL2CPP_EXTERN_C String_t* _stringLiteralC3AEDEF171FCC7C523F5FA821B1D097B5F443501; IL2CPP_EXTERN_C String_t* _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E; IL2CPP_EXTERN_C String_t* _stringLiteralC4FFBA9A85695B47BFC39AE6A2C393DE94A5A452; IL2CPP_EXTERN_C String_t* _stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096; IL2CPP_EXTERN_C String_t* _stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D; IL2CPP_EXTERN_C String_t* _stringLiteralC98C045AD9ADD90B5C3DC55BE57739B7B6FB0531; IL2CPP_EXTERN_C String_t* _stringLiteralCB6D9CD0F18AD9EB6899684405586BFD503C31F0; IL2CPP_EXTERN_C String_t* _stringLiteralCC6DC72C8AD9ACA85E92D38AA3DC649C6AC591BB; IL2CPP_EXTERN_C String_t* _stringLiteralCD850E65FDA2A1336890B1151B50201CCB0EA210; IL2CPP_EXTERN_C String_t* _stringLiteralCEB082728C8A77C85B9C5AF27DC44F2C41BD7791; IL2CPP_EXTERN_C String_t* _stringLiteralD187D665853B8D7EA2432DDF6CBF2E65DC3BA81D; IL2CPP_EXTERN_C String_t* _stringLiteralD25713190EDE4894CDAD1B3CDA20B8033FA0EC46; IL2CPP_EXTERN_C String_t* _stringLiteralD276A5684C8A8ED13E43470C661E91D8380DDCEF; IL2CPP_EXTERN_C String_t* _stringLiteralD3CA8BEBB69201954EF41A5928A0734B1029F170; IL2CPP_EXTERN_C String_t* _stringLiteralD7954AB25330BDFE269078FDAA88039E4A1A201C; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17; IL2CPP_EXTERN_C String_t* _stringLiteralE0573D2759A5B22BC958DEF1F9BC81C0DA713C77; IL2CPP_EXTERN_C String_t* _stringLiteralE13F2D7CD51CE81574943388EC18A20F4DAA0217; IL2CPP_EXTERN_C String_t* _stringLiteralE61C73879BEE91EFDDEA9838CA6F446E91E26195; IL2CPP_EXTERN_C String_t* _stringLiteralE6FE041548C1D7E804760ADA2AF215E5A059C403; IL2CPP_EXTERN_C String_t* _stringLiteralE754011421EEC91701E980324BEE633EE3AA31BE; IL2CPP_EXTERN_C String_t* _stringLiteralE7A8F846C5B3E78880513B8989B4D52610E62474; IL2CPP_EXTERN_C String_t* _stringLiteralE904C35ED6DFD74929459199482980821BEDFA7D; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralEA11839FFA673044FF4EB9A4F59B3BC47F4144AE; IL2CPP_EXTERN_C String_t* _stringLiteralEB856EBD5AAE359AC9370F9358D9B5E1D91ABE08; IL2CPP_EXTERN_C String_t* _stringLiteralEC5A702CC834ADCE0B941F738A1EC0FE5F8333EE; IL2CPP_EXTERN_C String_t* _stringLiteralECD0CDD4784B69BF36F1B46C5AAD76D53F683F13; IL2CPP_EXTERN_C String_t* _stringLiteralECE84FA590D2C9E33F1DAA2166DB14D102F7BB67; IL2CPP_EXTERN_C String_t* _stringLiteralEE78224C46D8D84613D7F6A181C46C3D4C2B1645; IL2CPP_EXTERN_C String_t* _stringLiteralEED3E1EED12FB924C98BB83957DC00B89D2D090C; IL2CPP_EXTERN_C String_t* _stringLiteralEFDB95843274A09202A7DA0BD9C157214FD4B956; IL2CPP_EXTERN_C String_t* _stringLiteralEFDC080DBB746947B92F095D21ECE7284C9B59EE; IL2CPP_EXTERN_C String_t* _stringLiteralF26782E28BD577622D27BD21CB5A852A633EF156; IL2CPP_EXTERN_C String_t* _stringLiteralF3470A2C2802D7B1CC81C0D33F6124AFF6C3AED4; IL2CPP_EXTERN_C String_t* _stringLiteralF3684195AF92062225E386578213949D60478FBE; IL2CPP_EXTERN_C String_t* _stringLiteralF4EFD0A091EDA133BB7A5D3724BAE3C519DCBD01; IL2CPP_EXTERN_C String_t* _stringLiteralF54C61EA654A453F853B81CE072DEC048FBB4991; IL2CPP_EXTERN_C String_t* _stringLiteralF5D0F53B08BEAB124F7E82CD857F0C2F2C0DBCC6; IL2CPP_EXTERN_C String_t* _stringLiteralF5D61A8389186AFB1FFF771E5BAFEA8A4D8DBF1C; IL2CPP_EXTERN_C String_t* _stringLiteralF61270EEEAEAE3ED8A61C9D0EE4C2F4E03F9757C; IL2CPP_EXTERN_C String_t* _stringLiteralF7206E5C537FD9B72E819BCFEA68CF7EECE59AB9; IL2CPP_EXTERN_C String_t* _stringLiteralF7E689DC6BCF1D3757B9D3F7774EA1966980C526; IL2CPP_EXTERN_C String_t* _stringLiteralFA5C766098E45680192306DA0BB8F97C9A996829; IL2CPP_EXTERN_C String_t* _stringLiteralFB2B30EB1C97BF5E566CFB1604131DE1B8271069; IL2CPP_EXTERN_C String_t* _stringLiteralFB647F69005995680F1C979F6D57776A59362E71; IL2CPP_EXTERN_C String_t* _stringLiteralFBA0568BAC1D7E0640497567E09067FD6C888082; IL2CPP_EXTERN_C String_t* _stringLiteralFC2256C79F666E8BB86BDF77D7B8FDC568DD4F33; IL2CPP_EXTERN_C String_t* _stringLiteralFC4FFF27C1630E246041B64F831B5A3DDC64C688; IL2CPP_EXTERN_C String_t* _stringLiteralFC717002DFFCCF459A79B5214C046CD24A8306B4; IL2CPP_EXTERN_C String_t* _stringLiteralFD3DA1C3F5F1CA59C09312EEF12477AA7A31DE56; IL2CPP_EXTERN_C String_t* _stringLiteralFE14104285FC58F5AC47E8B37BCC3FE3CF253431; IL2CPP_EXTERN_C String_t* _stringLiteralFEB0EA12510B1D462E541EAB60AA24FA8D6B5C62; IL2CPP_EXTERN_C String_t* _stringLiteralFEB77FF2AA8D87F40963A46E370E5EC385E8D15A; IL2CPP_EXTERN_C String_t* _stringLiteralFF6AEB9FEFF2530B88834ADDA0B0EF0215C816D0; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m63B7A3DD58B51E33BADE634247B0CAD1CB254852_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m090CD607C7652B994D986F12CB18450A24FD8161_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mF085E12C28AD08D2BB7182301B207590FF97E9D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mF82889F37004581AC1CF4143BDB0E95BD0EC82CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_m7D9715F8976E909BE1B3358CC91019917552F406_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m2AA53EB59C74F789510F81501EA61954ED2D4988_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mB660691EDA9AA1A2FBEDCCEB5949F84E54C545D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var; 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_GetComponentInChildren_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m4A6F4D4DA173325202560896349A5992857330C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m00E16B3E961B585CB5C071AF073E99CED52F5EA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m5BE56E8D6055FC8F79D1718EA6993212C2D61651_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisAnimation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8_m14F3D755E1A9100FFDBB60373F6F3E81C16A2B33_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisSlider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A_m62CA79A85A59521387448ECD1E83CF87BD3C9EE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInChildren_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mC0EB59EF5FA0F7347ED3144D21E19A94C27A5E36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mCBCCAD6E1A920367AE36BD7AC5B7135E61B5A5C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m9E872F325E834DCF602A1CE73A18CA3763247875_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mB4F55C1D54BD9D5C087B65B94F499750BE914E55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mD57EF689E3F75695ADD96C41772C9DD03907F177_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m86C35BAA13E98A0FF25546DC36E2534E89ECD07A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m872567D8F365E6DDCA1014F9546D506F4CE1BCDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA730DA199110590A3F99D465C8805F952396270D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m01FBAB4492E2373A539A13B5C0F1280BED350437_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m201D7E3B22D73AB59DFC5351747F97ED57E1CE0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m78F6AF67863A25DA1C4D16842AA1067A7737CC9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_3__ctor_m85B18B3955CFC54FC628B64D661B48FD6AD54B64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureValueCallback_1__ctor_m56117FFAF320CBFE958E65143B7DEFA32CED9FD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureValueCallback_1__ctor_m6B9EAC2B1193D4A4C39E36EB208FD725C71EC59A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureValueCallback_1__ctor_m9A72F502C2876BB1387E69C02AF4595F03E1EDDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureValueCallback_1__ctor_m9CCC143100B587B0F22682D46AECF87076A3F18E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureValueCallback_1__ctor_m9DD146385F528455B6A39FB3D88A01A14532BC77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureValueCallback_1__ctor_mAAA01CC618DE15C38FF5AF147384AC7DFEAA2315_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisSocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_m94191E1443B691E75D34BF3872FAD9DD8A411908_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInChildren_TisTargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_m3CA30EF3A8865AB6F622B07426DFE835233949DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisTargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_m5BDE818C47F18B79BFF9A496ACA9AC9B945CB545_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m0792654DA8582F57893F51BABD78623553A1878F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_mE463957B086AF1AB6622CC9428D8339D2DA3B288_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_m325AC782AD0D5C636033D2AAB573ACF6229790BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m986BE85E61C8987A2AC95643A79BCCDC2829AFAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_mE061CBA4C491AFB840E5FAEA51C83439020D4728_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_mB533674B001E6675EBEBD8A2CF60EAC58A0C86C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_mF7515B988233B06F8DC809F438E670EECB201296_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m6E0ED0FC25CB88ECA9E890AF156A22C737297B13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_mC1C665659A6BF11F672E15542F6CCCC337F9862A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_CancelStream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m6232501BEC3E392FF2136BD46C59261D28FB0DEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_Invoke_TisInt32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_m145621753428FEE7B7DA759A496CDFAAF41AA36C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_Invoke_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m0EC0FD28269C7B7C890084242C4BF64640E70E7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_Invoke_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m2F041039DEF651FC734A23A3B824C8785949D98D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_Invoke_TisString_t_mE228D641918394DFF41A33891449B8FB4FFD19B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_On_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m88587FB8539524A70C345265C2112CC1A44F70FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_On_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_mD5457E5597EF61E2B7538D0236F8567977D8DC82_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_On_TisString_t_m43F4E5F60E425890E4D970070165241F887F9A1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_Stream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBBDC683D323B02F843696ABBBB18A792BB32426D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_Stream_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m3677FA5E7546907290D76E214112DB24613B4B8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisDictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_mA1E6FC7F4FF31B8713068259A7A633248A9EEE76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m5023DFD162EDF7320CE8B2A2CF50C54B50BE1E62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m751598A29C986329B30686557B303EEDF2BB6A7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m8AB1782B5E748ECE191CCB10889F6585DF354809_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mE03AF2D8F2C8E5E9CDE87E3C2A98F73611A1E206_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m4C61C79333327BCCF74114C10CEF84358F23B899_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m07EA9777DE2D5D66DA7DF8D49956E61347CA2BDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m66CF20877114338DBA82AEDF855E0DF0CD2FE8EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mAD40E66B9FFE05707D2E3BBBFB148B4C97E2A942_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF1D464BA700E6389AEA8AF2F197270F387D9A41F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m21FE3E14A31004E42D737073ACEC0C0D86B9FC69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m77C0A9F7A26F1DD49DB026B37646FC29940DD78D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE3884E9A0B85F35318E1993493702C464FE0C2C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m38C091C1676A311B55BC80FB0432388175E3CE57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m4EB9123B02630E1ED76AD6BD89C2A0752288FABF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m91F8EF1E8032847DEB15ECCC83303DFC6D10347D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m6DFB72B7C4479EAF50F318D875B4DE3256B7C495_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableDictionary_2_GetEnumerator_mF42BB0DD4B3666FE58F480E228BD01D4BB159F8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableDictionary_2_add_CollectionChanged_m9D4C4F7C9A1147D3C99836C56CA23263536C8238_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObservableDictionary_2_remove_CollectionChanged_m058578989141A4A3F86F443F6C5557602E4FBA76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisTextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234_m5313E11E04DEBB3C4FC6AA7A32FA37B13209055B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SocketOptions_AdditionalQueryParams_CollectionChanged_mEE776B6AADFFF44881DDBA2D903DF08D82BE2DD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Srp6Client_CalculateClientEvidenceMessage_m6139436BAD956607895D201A3591925779F53058_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Srp6Client_CalculateSessionKey_mFD284DC9C9E30FD80B98DD6A865650AE6FF59AD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Srp6Client_VerifyServerEvidenceMessage_mEAE359B2BE5340E1B88C0B0909B6BAC2894EE8D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Srp6Server_CalculateServerEvidenceMessage_mE428A414B6B822929B22ECA9CBC40E7EC05ADF4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Srp6Server_CalculateSessionKey_m6BA437E5707EE0F26929E9FC970EC7D7BCDAC3E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Srp6Server_VerifyClientEvidenceMessage_m54EF00981F3B9AD2B732744A733EFF5CAFF98212_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Srp6Utilities_ValidatePublicValue_mCC2B61D8D514D5CBE5845997CBA602FBA9F34193_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SrpTlsClient_GetAuthentication_m2175BC1B1C65B94421E0890A5340F66DAA3FB9BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SrpTlsClient_GetKeyExchange_m2297F682D1E88093ED2FEB3FB46C66AD36C1C6C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SrpTlsClient_ProcessServerExtensions_m2C8206B4BC7FE835384FFF08EE820D0BD987A580_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SrpTlsServer_GetCredentials_m9399C2A851F22754E1AACE168935C85B88C80143_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SrpTlsServer_GetDsaSignerCredentials_m4D2F62976BDE73613B67C327C515AACB38B2E1B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SrpTlsServer_GetKeyExchange_mAF97EA674992C5F6397797C002269684A4EABE23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SrpTlsServer_GetRsaSignerCredentials_m10123BA1486162F3889307A5EE3276F4AF1D9D58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SrpTlsServer_GetSelectedCipherSuite_mAB2E04286EAAB8AA95F9B115ACA4DA5A453B347B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StandaloneInput_SetAxisNegative_mFC6573E09AAD9371BDF288183584126E3C45BB02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StandaloneInput_SetAxisPositive_m48E3A614364EA257E208F312D690B4156545E314_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StandaloneInput_SetAxisZero_m76EE6A91ADD9C7A867B279C16239FCC197FCBA0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StandaloneInput_SetAxis_m38950004F9B6DD18B1ADFE2061DEF3356816E31F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StandaloneInput_SetButtonDown_mC273D780F0692CD7233597FF543B1A83A947F34A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StandaloneInput_SetButtonUp_mFF786A10495F3FFAB08DA57378B11BE278C9670D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StandardDsaEncoding_CheckValue_mF50B059FFE6494F0964DE0D6894FDE5349E2DCEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StandardDsaEncoding_Decode_m95D7349646EA941FA6828994A89AC08463EF7DA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamBlockCipher_ProcessBytes_mED77BDAAD6500A6CEB6D66EBAAEAA44DA44DB617_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamBlockCipher__ctor_mF85D67C0DAE4F5D04FAE9D36574FB314348266C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamItemContainer_1_get_Items_m562962FC7613ABD6E2ED96A18E8782DE3B961716_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamItemContainer_1_get_Items_mA4141706835208CF441AF80F72A3FB979C17EA0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamItemContainer_1_get_LastAdded_m6A66910C0D9109AC4696F7A2B2F9832DECD6151C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamItemContainer_1_get_LastAdded_mB9099C4B0F112FDC073EBB96744D9E88FF20A83F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamList_SetLength_m105C8F33BFEFFF227D7DE44EDCFF81CBAC599C75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamList_get_Position_m09533FA8D9D50912D4B9EACD4BFEDB7C33E24914_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StreamList_set_Position_mB4AD9E9AAA06EA79E212F8B99A3B5225B9409321_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Streams_PipeAllLimited_m37FC7D4BE678F0F0EF6DCAA92760BD58532A4FF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubjectDirectoryAttributes_GetInstance_m0DAC2AEEC145124DC5C9050583D721B0EF644A1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubjectKeyIdentifierStructure_FromPublicKey_mB03B50EF406BFB6254DB53547A05173BC2CAD5A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubjectKeyIdentifier_GetInstance_m0836D2757FE265387F79C0C200B3A6E46C8B40BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubjectKeyIdentifier__ctor_m8D1BF954F0CB0F5D4D1D5AADF6C3B44F5DE08F00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubjectPublicKeyInfoFactory_CreateSubjectPublicKeyInfo_m05DEB0821C10550E622F69B5E83F1A285F4F857D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubjectPublicKeyInfo__ctor_m10D63C219817BF50F9197A036E8D0D132E1EA88A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsequentMessage_ValueOf_mF72B2DC2B11B0298DBE8617B9D2766D81BDCA182_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TargetAnimal_GetOnlineID_m6A54A8CCB691926EABC53B850FB202F0E46B51FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TargetInformation_GetInstance_m3CA5D19088034AC39BE16A99647A37381C5ADE9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Target_GetInstance_m25E2BE25828398EF907F731AB331554258A6B55D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Target__ctor_m90D69074CAF0F4A828643B80059BC55273F27222_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Targets_GetInstance_m9E2268FEB2B679FA0A46F713F17D619D6D8F315F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TbsCertificateList_GetInstance_m4E9BA251EB41CA89A04083C2E3DF9917ADFD8C96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TbsCertificateList__ctor_m8551188F6FEA0BEFE771D62DF052F2444EEBB621_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TbsCertificateStructure__ctor_mCFB14456353B5DF8A4810AE2F347A3C35FC3028E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TbsRequest_GetInstance_mF9DDFEE894BE5D1A22A09AC0D132C91CF2EEF05E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpClient_CheckDisposed_mD3BF5221F3A21875A982A348D0212B2EB3BC513E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpClient_Connect_m3E6095B771FDA0CCF161CDF3848CC5541AB0157D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpClient_Connect_m4ABC3FC07D64BB549912D577B611A34398E1B7FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpClient_Connect_m85EDA03D6A30266723D0CBCC18DC83D1BD940F1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TcpClient__ctor_mBDBE8080459D5E161B0D8876719BC6FFB5D6B6C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TeaEngine_Init_m48C1D31016D124B7399C687F380A552FE03BFB7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TeaEngine_ProcessBlock_mA99ED1ED053DB2C775CC2CB43A45613E086D44DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestAnimation_U3CStartU3Eb__3_0_mA975ADAEF96C84C4F938EDCA352FC2DD19D74C74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_Hub_OnClosed_m50E157DD02BF5742F759AA25361FBF1580684DD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_Hub_OnConnected_m36938BB9AF1444F2C190110E804CD23B2D73465B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_Hub_OnError_mF995517D8FF12B14BC47F371C6C86F78EA1CBDA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_Hub_OnMessage_m37CCED969C80E0C8205D3A32251749A554D17B6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_0_m8429EED1AF4BDE6B7C2F77D3C3F1ED59FC4C8E13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_10_m7EBD9DD3DF08E9EF23D81FC027CB4E8B02297B44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_11_m365A93A5167937F00AA7755F511FBFAF2BEAAC06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_12_mA74C937A4521F06442BED30B8924CD17DABA3406_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_13_m65A3398BFAC87D2043E31D8031EFA83CF1637B4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_14_m135B460E76C0EF09B753C5ADD98B679CA010E525_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_15_m32D3D8A2CAC42250881E9F354FBD228D6885480B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_16_m9E7D1809973A95593F31575C3BA7F17400CE7843_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_1_mD19BD96280B3261C94F861FB96A1A94CCB50D000_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_2_mEF609A2C0AB8C39FBCFA5A37095277DD1718331D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_3_mE2BD8BABAF17F251AB29C20942ED9A403FB5D078_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_4_m0A768253579606A0B2CC2BB5D1EA77A6229C528F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_5_m907CF10C9915DE1A0E0EAD1EFB4F57A99DAD1AFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_6_m3BAE60CBE4B8C82844F0BE76E543768F93C62C5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_7_m2778586F74FCA3B182B31C70B49F62CE1F4472E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_8_mCE5E21492DF45E5709542F1D4A3B739360130628_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CHub_OnConnectedU3Eb__7_9_m631088A220B0B4AD1D0DE7DA5BDAB32BA18E2526_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3COnGUIU3Eb__6_0_m271FF9FA6699F2F67F7208188E5AE02574F23E9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CStartU3Eb__4_0_m96763ED2FF56B9493D39FF9A3722BD9AE449591A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CStartU3Eb__4_1_m94B80031D2F097734E840A0CEF9114E395FF1BB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestHubExample_U3CStartU3Eb__4_2_m802C46AC99595E4025D55FD70C246F141FF025D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestReporter_threadLogTest_m631A52116F32D171C27CF3B75EF33B423E8B5304_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TestVector_U3CStartU3Eb__8_0_m9D8DDDC6A93BA2D4F8B383332396E5DD279669A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TextureDownloadSample_ImageDownloaded_m1E6083C67C62F885048F790F2B3C1725E0C5C567_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TextureDownloadSample_U3COnGUIU3Eb__8_0_m24154A55C1381435E10B651C278DFF96B722A970_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass55_0_U3CConnectU3Eb__0_mDC7F9BA03845737BD5C9A0C36C863A313E721ED8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass58_0_U3CConnectU3Eb__0_m05FFC7A3C539471C1D1C0A5C9EC8CA57AD311EE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73_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 GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com; struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke; struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_com; struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_pinvoke; struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com; struct UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844; struct UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68; struct AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489; struct AnimationPlayerU5BU5D_t53EFB9C221F3C69105619719E5731B924896C0A6; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct AttributeX509U5BU5D_t03520AFDA84AE0AE15A98D3F2C5359A1A9C0C953; struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77; struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0; struct LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6; struct RendererU5BU5D_tE2D3C4350893C593CA40DE876B9F2F0EBBEC49B7; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E; struct TargetsU5BU5D_t16FF8146D99035436AD873959443B7735977E494; struct TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150; struct Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 : 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_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* ___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_t52C81163A051BCD87A36FEF95F736DD600E2305D * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___entries_1)); } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___keys_7)); } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * get_keys_7() const { return ___keys_7; } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___values_8)); } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * get_values_8() const { return ___values_8; } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ____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.HashSet`1 struct HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t66091FAC8FF0BF5BB0A6B684C5CA77204A815349* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_14; public: inline static int32_t get_offset_of__buckets_7() { return static_cast(offsetof(HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551, ____buckets_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__buckets_7() const { return ____buckets_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__buckets_7() { return &____buckets_7; } inline void set__buckets_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____buckets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____buckets_7), (void*)value); } inline static int32_t get_offset_of__slots_8() { return static_cast(offsetof(HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551, ____slots_8)); } inline SlotU5BU5D_t66091FAC8FF0BF5BB0A6B684C5CA77204A815349* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t66091FAC8FF0BF5BB0A6B684C5CA77204A815349** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t66091FAC8FF0BF5BB0A6B684C5CA77204A815349* value) { ____slots_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_8), (void*)value); } inline static int32_t get_offset_of__count_9() { return static_cast(offsetof(HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551, ____count_9)); } inline int32_t get__count_9() const { return ____count_9; } inline int32_t* get_address_of__count_9() { return &____count_9; } inline void set__count_9(int32_t value) { ____count_9 = value; } inline static int32_t get_offset_of__lastIndex_10() { return static_cast(offsetof(HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551, ____lastIndex_10)); } inline int32_t get__lastIndex_10() const { return ____lastIndex_10; } inline int32_t* get_address_of__lastIndex_10() { return &____lastIndex_10; } inline void set__lastIndex_10(int32_t value) { ____lastIndex_10 = value; } inline static int32_t get_offset_of__freeList_11() { return static_cast(offsetof(HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551, ____freeList_11)); } inline int32_t get__freeList_11() const { return ____freeList_11; } inline int32_t* get_address_of__freeList_11() { return &____freeList_11; } inline void set__freeList_11(int32_t value) { ____freeList_11 = value; } inline static int32_t get_offset_of__comparer_12() { return static_cast(offsetof(HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551, ____comparer_12)); } inline RuntimeObject* get__comparer_12() const { return ____comparer_12; } inline RuntimeObject** get_address_of__comparer_12() { return &____comparer_12; } inline void set__comparer_12(RuntimeObject* value) { ____comparer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } inline static int32_t get_offset_of__siInfo_14() { return static_cast(offsetof(HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551, ____siInfo_14)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_14() const { return ____siInfo_14; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_14() { return &____siInfo_14; } inline void set__siInfo_14(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_14), (void*)value); } }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t77EE55ADCD7AC819BD32F5E06A3AE6E0FD8846B5* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_14; public: inline static int32_t get_offset_of__buckets_7() { return static_cast(offsetof(HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130, ____buckets_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__buckets_7() const { return ____buckets_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__buckets_7() { return &____buckets_7; } inline void set__buckets_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____buckets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____buckets_7), (void*)value); } inline static int32_t get_offset_of__slots_8() { return static_cast(offsetof(HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130, ____slots_8)); } inline SlotU5BU5D_t77EE55ADCD7AC819BD32F5E06A3AE6E0FD8846B5* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t77EE55ADCD7AC819BD32F5E06A3AE6E0FD8846B5** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t77EE55ADCD7AC819BD32F5E06A3AE6E0FD8846B5* value) { ____slots_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_8), (void*)value); } inline static int32_t get_offset_of__count_9() { return static_cast(offsetof(HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130, ____count_9)); } inline int32_t get__count_9() const { return ____count_9; } inline int32_t* get_address_of__count_9() { return &____count_9; } inline void set__count_9(int32_t value) { ____count_9 = value; } inline static int32_t get_offset_of__lastIndex_10() { return static_cast(offsetof(HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130, ____lastIndex_10)); } inline int32_t get__lastIndex_10() const { return ____lastIndex_10; } inline int32_t* get_address_of__lastIndex_10() { return &____lastIndex_10; } inline void set__lastIndex_10(int32_t value) { ____lastIndex_10 = value; } inline static int32_t get_offset_of__freeList_11() { return static_cast(offsetof(HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130, ____freeList_11)); } inline int32_t get__freeList_11() const { return ____freeList_11; } inline int32_t* get_address_of__freeList_11() { return &____freeList_11; } inline void set__freeList_11(int32_t value) { ____freeList_11 = value; } inline static int32_t get_offset_of__comparer_12() { return static_cast(offsetof(HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130, ____comparer_12)); } inline RuntimeObject* get__comparer_12() const { return ____comparer_12; } inline RuntimeObject** get_address_of__comparer_12() { return &____comparer_12; } inline void set__comparer_12(RuntimeObject* value) { ____comparer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } inline static int32_t get_offset_of__siInfo_14() { return static_cast(offsetof(HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130, ____siInfo_14)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_14() const { return ____siInfo_14; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_14() { return &____siInfo_14; } inline void set__siInfo_14(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_14), (void*)value); } }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t4EF4A03F9B8D5236A80F2B9C36AC937ECA12EFB0* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_14; public: inline static int32_t get_offset_of__buckets_7() { return static_cast(offsetof(HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E, ____buckets_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__buckets_7() const { return ____buckets_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__buckets_7() { return &____buckets_7; } inline void set__buckets_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____buckets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____buckets_7), (void*)value); } inline static int32_t get_offset_of__slots_8() { return static_cast(offsetof(HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E, ____slots_8)); } inline SlotU5BU5D_t4EF4A03F9B8D5236A80F2B9C36AC937ECA12EFB0* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t4EF4A03F9B8D5236A80F2B9C36AC937ECA12EFB0** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t4EF4A03F9B8D5236A80F2B9C36AC937ECA12EFB0* value) { ____slots_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_8), (void*)value); } inline static int32_t get_offset_of__count_9() { return static_cast(offsetof(HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E, ____count_9)); } inline int32_t get__count_9() const { return ____count_9; } inline int32_t* get_address_of__count_9() { return &____count_9; } inline void set__count_9(int32_t value) { ____count_9 = value; } inline static int32_t get_offset_of__lastIndex_10() { return static_cast(offsetof(HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E, ____lastIndex_10)); } inline int32_t get__lastIndex_10() const { return ____lastIndex_10; } inline int32_t* get_address_of__lastIndex_10() { return &____lastIndex_10; } inline void set__lastIndex_10(int32_t value) { ____lastIndex_10 = value; } inline static int32_t get_offset_of__freeList_11() { return static_cast(offsetof(HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E, ____freeList_11)); } inline int32_t get__freeList_11() const { return ____freeList_11; } inline int32_t* get_address_of__freeList_11() { return &____freeList_11; } inline void set__freeList_11(int32_t value) { ____freeList_11 = value; } inline static int32_t get_offset_of__comparer_12() { return static_cast(offsetof(HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E, ____comparer_12)); } inline RuntimeObject* get__comparer_12() const { return ____comparer_12; } inline RuntimeObject** get_address_of__comparer_12() { return &____comparer_12; } inline void set__comparer_12(RuntimeObject* value) { ____comparer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } inline static int32_t get_offset_of__siInfo_14() { return static_cast(offsetof(HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E, ____siInfo_14)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_14() const { return ____siInfo_14; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_14() { return &____siInfo_14; } inline void set__siInfo_14(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_14), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B, ____items_1)); } inline CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85* get__items_1() const { return ____items_1; } inline CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B_StaticFields, ____emptyArray_5)); } inline CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85* get__emptyArray_5() const { return ____emptyArray_5; } inline CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____items_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields, ____emptyArray_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__emptyArray_5() const { return ____emptyArray_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692, ____items_1)); } inline MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1* get__items_1() const { return ____items_1; } inline MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692_StaticFields, ____emptyArray_5)); } inline MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1* get__emptyArray_5() const { return ____emptyArray_5; } inline MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MatchPlayerInfoU5BU5D_t16266A0D0F9295EC9D34978BF33F00F66808D3A1* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____items_1)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get__items_1() const { return ____items_1; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_StaticFields, ____emptyArray_5)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get__emptyArray_5() const { return ____emptyArray_5; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F, ____items_1)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get__items_1() const { return ____items_1; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F_StaticFields, ____emptyArray_5)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get__emptyArray_5() const { return ____emptyArray_5; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PersonU5BU5D_tF05FE879C79CA3EDACD6202796989B39923BC7E7* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B, ____items_1)); } inline PersonU5BU5D_tF05FE879C79CA3EDACD6202796989B39923BC7E7* get__items_1() const { return ____items_1; } inline PersonU5BU5D_tF05FE879C79CA3EDACD6202796989B39923BC7E7** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PersonU5BU5D_tF05FE879C79CA3EDACD6202796989B39923BC7E7* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PersonU5BU5D_tF05FE879C79CA3EDACD6202796989B39923BC7E7* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B_StaticFields, ____emptyArray_5)); } inline PersonU5BU5D_tF05FE879C79CA3EDACD6202796989B39923BC7E7* get__emptyArray_5() const { return ____emptyArray_5; } inline PersonU5BU5D_tF05FE879C79CA3EDACD6202796989B39923BC7E7** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PersonU5BU5D_tF05FE879C79CA3EDACD6202796989B39923BC7E7* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 struct ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 : public RuntimeObject { public: // System.Collections.Generic.IDictionary`2 PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::_Dictionary RuntimeObject* ____Dictionary_4; // PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::CollectionChanged NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * ___CollectionChanged_5; // System.ComponentModel.PropertyChangedEventHandler PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::PropertyChanged PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * ___PropertyChanged_6; public: inline static int32_t get_offset_of__Dictionary_4() { return static_cast(offsetof(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789, ____Dictionary_4)); } inline RuntimeObject* get__Dictionary_4() const { return ____Dictionary_4; } inline RuntimeObject** get_address_of__Dictionary_4() { return &____Dictionary_4; } inline void set__Dictionary_4(RuntimeObject* value) { ____Dictionary_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____Dictionary_4), (void*)value); } inline static int32_t get_offset_of_CollectionChanged_5() { return static_cast(offsetof(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789, ___CollectionChanged_5)); } inline NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * get_CollectionChanged_5() const { return ___CollectionChanged_5; } inline NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 ** get_address_of_CollectionChanged_5() { return &___CollectionChanged_5; } inline void set_CollectionChanged_5(NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * value) { ___CollectionChanged_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___CollectionChanged_5), (void*)value); } inline static int32_t get_offset_of_PropertyChanged_6() { return static_cast(offsetof(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789, ___PropertyChanged_6)); } inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * get_PropertyChanged_6() const { return ___PropertyChanged_6; } inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 ** get_address_of_PropertyChanged_6() { return &___PropertyChanged_6; } inline void set_PropertyChanged_6(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * value) { ___PropertyChanged_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropertyChanged_6), (void*)value); } }; // BestHTTP.SignalRCore.StreamItemContainer`1 struct StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D : public RuntimeObject { public: // System.Int64 BestHTTP.SignalRCore.StreamItemContainer`1::id int64_t ___id_0; // System.Collections.Generic.List`1 BestHTTP.SignalRCore.StreamItemContainer`1::k__BackingField List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___U3CItemsU3Ek__BackingField_1; // T BestHTTP.SignalRCore.StreamItemContainer`1::k__BackingField int32_t ___U3CLastAddedU3Ek__BackingField_2; // System.Boolean BestHTTP.SignalRCore.StreamItemContainer`1::IsCanceled bool ___IsCanceled_3; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D, ___id_0)); } inline int64_t get_id_0() const { return ___id_0; } inline int64_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int64_t value) { ___id_0 = value; } inline static int32_t get_offset_of_U3CItemsU3Ek__BackingField_1() { return static_cast(offsetof(StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D, ___U3CItemsU3Ek__BackingField_1)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_U3CItemsU3Ek__BackingField_1() const { return ___U3CItemsU3Ek__BackingField_1; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_U3CItemsU3Ek__BackingField_1() { return &___U3CItemsU3Ek__BackingField_1; } inline void set_U3CItemsU3Ek__BackingField_1(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___U3CItemsU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemsU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLastAddedU3Ek__BackingField_2() { return static_cast(offsetof(StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D, ___U3CLastAddedU3Ek__BackingField_2)); } inline int32_t get_U3CLastAddedU3Ek__BackingField_2() const { return ___U3CLastAddedU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CLastAddedU3Ek__BackingField_2() { return &___U3CLastAddedU3Ek__BackingField_2; } inline void set_U3CLastAddedU3Ek__BackingField_2(int32_t value) { ___U3CLastAddedU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_IsCanceled_3() { return static_cast(offsetof(StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D, ___IsCanceled_3)); } inline bool get_IsCanceled_3() const { return ___IsCanceled_3; } inline bool* get_address_of_IsCanceled_3() { return &___IsCanceled_3; } inline void set_IsCanceled_3(bool value) { ___IsCanceled_3 = value; } }; // BestHTTP.SignalRCore.StreamItemContainer`1 struct StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 : public RuntimeObject { public: // System.Int64 BestHTTP.SignalRCore.StreamItemContainer`1::id int64_t ___id_0; // System.Collections.Generic.List`1 BestHTTP.SignalRCore.StreamItemContainer`1::k__BackingField List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___U3CItemsU3Ek__BackingField_1; // T BestHTTP.SignalRCore.StreamItemContainer`1::k__BackingField RuntimeObject * ___U3CLastAddedU3Ek__BackingField_2; // System.Boolean BestHTTP.SignalRCore.StreamItemContainer`1::IsCanceled bool ___IsCanceled_3; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57, ___id_0)); } inline int64_t get_id_0() const { return ___id_0; } inline int64_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int64_t value) { ___id_0 = value; } inline static int32_t get_offset_of_U3CItemsU3Ek__BackingField_1() { return static_cast(offsetof(StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57, ___U3CItemsU3Ek__BackingField_1)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_U3CItemsU3Ek__BackingField_1() const { return ___U3CItemsU3Ek__BackingField_1; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_U3CItemsU3Ek__BackingField_1() { return &___U3CItemsU3Ek__BackingField_1; } inline void set_U3CItemsU3Ek__BackingField_1(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___U3CItemsU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemsU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLastAddedU3Ek__BackingField_2() { return static_cast(offsetof(StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57, ___U3CLastAddedU3Ek__BackingField_2)); } inline RuntimeObject * get_U3CLastAddedU3Ek__BackingField_2() const { return ___U3CLastAddedU3Ek__BackingField_2; } inline RuntimeObject ** get_address_of_U3CLastAddedU3Ek__BackingField_2() { return &___U3CLastAddedU3Ek__BackingField_2; } inline void set_U3CLastAddedU3Ek__BackingField_2(RuntimeObject * value) { ___U3CLastAddedU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLastAddedU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_IsCanceled_3() { return static_cast(offsetof(StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57, ___IsCanceled_3)); } inline bool get_IsCanceled_3() const { return ___IsCanceled_3; } inline bool* get_address_of_IsCanceled_3() { return &___IsCanceled_3; } inline void set_IsCanceled_3(bool value) { ___IsCanceled_3 = value; } }; // BestHTTP.SignalRCore.StreamItemContainer`1 struct StreamItemContainer_1_t5E42BFEC576F02F004DC1399900BE8B9E664614B : public RuntimeObject { public: // System.Int64 BestHTTP.SignalRCore.StreamItemContainer`1::id int64_t ___id_0; // System.Collections.Generic.List`1 BestHTTP.SignalRCore.StreamItemContainer`1::k__BackingField List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B * ___U3CItemsU3Ek__BackingField_1; // T BestHTTP.SignalRCore.StreamItemContainer`1::k__BackingField Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 * ___U3CLastAddedU3Ek__BackingField_2; // System.Boolean BestHTTP.SignalRCore.StreamItemContainer`1::IsCanceled bool ___IsCanceled_3; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(StreamItemContainer_1_t5E42BFEC576F02F004DC1399900BE8B9E664614B, ___id_0)); } inline int64_t get_id_0() const { return ___id_0; } inline int64_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int64_t value) { ___id_0 = value; } inline static int32_t get_offset_of_U3CItemsU3Ek__BackingField_1() { return static_cast(offsetof(StreamItemContainer_1_t5E42BFEC576F02F004DC1399900BE8B9E664614B, ___U3CItemsU3Ek__BackingField_1)); } inline List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B * get_U3CItemsU3Ek__BackingField_1() const { return ___U3CItemsU3Ek__BackingField_1; } inline List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B ** get_address_of_U3CItemsU3Ek__BackingField_1() { return &___U3CItemsU3Ek__BackingField_1; } inline void set_U3CItemsU3Ek__BackingField_1(List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B * value) { ___U3CItemsU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemsU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CLastAddedU3Ek__BackingField_2() { return static_cast(offsetof(StreamItemContainer_1_t5E42BFEC576F02F004DC1399900BE8B9E664614B, ___U3CLastAddedU3Ek__BackingField_2)); } inline Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 * get_U3CLastAddedU3Ek__BackingField_2() const { return ___U3CLastAddedU3Ek__BackingField_2; } inline Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 ** get_address_of_U3CLastAddedU3Ek__BackingField_2() { return &___U3CLastAddedU3Ek__BackingField_2; } inline void set_U3CLastAddedU3Ek__BackingField_2(Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 * value) { ___U3CLastAddedU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLastAddedU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_IsCanceled_3() { return static_cast(offsetof(StreamItemContainer_1_t5E42BFEC576F02F004DC1399900BE8B9E664614B, ___IsCanceled_3)); } inline bool get_IsCanceled_3() const { return ___IsCanceled_3; } inline bool* get_address_of_IsCanceled_3() { return &___IsCanceled_3; } inline void set_IsCanceled_3(bool value) { ___IsCanceled_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsCipherFactory struct AbstractTlsCipherFactory_tA8785BCE606A193A288216A22E1D0169431076DE : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange struct AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::mKeyExchange int32_t ___mKeyExchange_0; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::mSupportedSignatureAlgorithms RuntimeObject* ___mSupportedSignatureAlgorithms_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::mContext RuntimeObject* ___mContext_2; public: inline static int32_t get_offset_of_mKeyExchange_0() { return static_cast(offsetof(AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA, ___mKeyExchange_0)); } inline int32_t get_mKeyExchange_0() const { return ___mKeyExchange_0; } inline int32_t* get_address_of_mKeyExchange_0() { return &___mKeyExchange_0; } inline void set_mKeyExchange_0(int32_t value) { ___mKeyExchange_0 = value; } inline static int32_t get_offset_of_mSupportedSignatureAlgorithms_1() { return static_cast(offsetof(AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA, ___mSupportedSignatureAlgorithms_1)); } inline RuntimeObject* get_mSupportedSignatureAlgorithms_1() const { return ___mSupportedSignatureAlgorithms_1; } inline RuntimeObject** get_address_of_mSupportedSignatureAlgorithms_1() { return &___mSupportedSignatureAlgorithms_1; } inline void set_mSupportedSignatureAlgorithms_1(RuntimeObject* value) { ___mSupportedSignatureAlgorithms_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSupportedSignatureAlgorithms_1), (void*)value); } inline static int32_t get_offset_of_mContext_2() { return static_cast(offsetof(AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA, ___mContext_2)); } inline RuntimeObject* get_mContext_2() const { return ___mContext_2; } inline RuntimeObject** get_address_of_mContext_2() { return &___mContext_2; } inline void set_mContext_2(RuntimeObject* value) { ___mContext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsPeer struct AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A : public RuntimeObject { public: public: }; // AnimationPlayerCompleteResult struct AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D : public RuntimeObject { public: // System.Int32 AnimationPlayerCompleteResult::index int32_t ___index_0; // System.String AnimationPlayerCompleteResult::animationName String_t* ___animationName_1; // System.Int32 AnimationPlayerCompleteResult::completeCount int32_t ___completeCount_2; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_animationName_1() { return static_cast(offsetof(AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D, ___animationName_1)); } inline String_t* get_animationName_1() const { return ___animationName_1; } inline String_t** get_address_of_animationName_1() { return &___animationName_1; } inline void set_animationName_1(String_t* value) { ___animationName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationName_1), (void*)value); } inline static int32_t get_offset_of_completeCount_2() { return static_cast(offsetof(AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D, ___completeCount_2)); } inline int32_t get_completeCount_2() const { return ___completeCount_2; } inline int32_t* get_address_of_completeCount_2() { return &___completeCount_2; } inline void set_completeCount_2(int32_t value) { ___completeCount_2 = value; } }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____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(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____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); } }; struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // 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.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::privateKey bool ___privateKey_0; public: inline static int32_t get_offset_of_privateKey_0() { return static_cast(offsetof(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A, ___privateKey_0)); } inline bool get_privateKey_0() const { return ___privateKey_0; } inline bool* get_address_of_privateKey_0() { return &___privateKey_0; } inline void set_privateKey_0(bool value) { ___privateKey_0 = 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); } }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers struct CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C : public RuntimeObject { public: public: }; struct CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411Hmac DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411Hmac_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR28147Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR28147Cbc_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::ID_Gost28147_89_CryptoPro_A_ParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ID_Gost28147_89_CryptoPro_A_ParamSet_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94WithGostR3410x94 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94WithGostR3410x94_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94WithGostR3410x2001 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94WithGostR3410x2001_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3411x94CryptoProParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3411x94CryptoProParamSet_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProA_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProB_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProC_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProD DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProD_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchA_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchB_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x94CryptoProXchC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x94CryptoProXchC_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProA_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProB_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProC_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProXchA DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProXchA_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostR3410x2001CryptoProXchB DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostR3410x2001CryptoProXchB_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostElSgDH3410Default DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostElSgDH3410Default_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.CryptoProObjectIdentifiers::GostElSgDH3410x1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GostElSgDH3410x1_23; public: inline static int32_t get_offset_of_GostR3411_1() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411_1() const { return ___GostR3411_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411_1() { return &___GostR3411_1; } inline void set_GostR3411_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411_1), (void*)value); } inline static int32_t get_offset_of_GostR3411Hmac_2() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411Hmac_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411Hmac_2() const { return ___GostR3411Hmac_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411Hmac_2() { return &___GostR3411Hmac_2; } inline void set_GostR3411Hmac_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411Hmac_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411Hmac_2), (void*)value); } inline static int32_t get_offset_of_GostR28147Cbc_3() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR28147Cbc_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR28147Cbc_3() const { return ___GostR28147Cbc_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR28147Cbc_3() { return &___GostR28147Cbc_3; } inline void set_GostR28147Cbc_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR28147Cbc_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR28147Cbc_3), (void*)value); } inline static int32_t get_offset_of_ID_Gost28147_89_CryptoPro_A_ParamSet_4() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___ID_Gost28147_89_CryptoPro_A_ParamSet_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ID_Gost28147_89_CryptoPro_A_ParamSet_4() const { return ___ID_Gost28147_89_CryptoPro_A_ParamSet_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ID_Gost28147_89_CryptoPro_A_ParamSet_4() { return &___ID_Gost28147_89_CryptoPro_A_ParamSet_4; } inline void set_ID_Gost28147_89_CryptoPro_A_ParamSet_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ID_Gost28147_89_CryptoPro_A_ParamSet_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ID_Gost28147_89_CryptoPro_A_ParamSet_4), (void*)value); } inline static int32_t get_offset_of_GostR3410x94_5() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94_5() const { return ___GostR3410x94_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94_5() { return &___GostR3410x94_5; } inline void set_GostR3410x94_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94_5), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001_6() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001_6() const { return ___GostR3410x2001_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001_6() { return &___GostR3410x2001_6; } inline void set_GostR3410x2001_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001_6), (void*)value); } inline static int32_t get_offset_of_GostR3411x94WithGostR3410x94_7() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94WithGostR3410x94_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94WithGostR3410x94_7() const { return ___GostR3411x94WithGostR3410x94_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94WithGostR3410x94_7() { return &___GostR3411x94WithGostR3410x94_7; } inline void set_GostR3411x94WithGostR3410x94_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94WithGostR3410x94_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94WithGostR3410x94_7), (void*)value); } inline static int32_t get_offset_of_GostR3411x94WithGostR3410x2001_8() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94WithGostR3410x2001_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94WithGostR3410x2001_8() const { return ___GostR3411x94WithGostR3410x2001_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94WithGostR3410x2001_8() { return &___GostR3411x94WithGostR3410x2001_8; } inline void set_GostR3411x94WithGostR3410x2001_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94WithGostR3410x2001_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94WithGostR3410x2001_8), (void*)value); } inline static int32_t get_offset_of_GostR3411x94CryptoProParamSet_9() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3411x94CryptoProParamSet_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3411x94CryptoProParamSet_9() const { return ___GostR3411x94CryptoProParamSet_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3411x94CryptoProParamSet_9() { return &___GostR3411x94CryptoProParamSet_9; } inline void set_GostR3411x94CryptoProParamSet_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3411x94CryptoProParamSet_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3411x94CryptoProParamSet_9), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProA_10() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProA_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProA_10() const { return ___GostR3410x94CryptoProA_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProA_10() { return &___GostR3410x94CryptoProA_10; } inline void set_GostR3410x94CryptoProA_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProA_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProA_10), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProB_11() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProB_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProB_11() const { return ___GostR3410x94CryptoProB_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProB_11() { return &___GostR3410x94CryptoProB_11; } inline void set_GostR3410x94CryptoProB_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProB_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProB_11), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProC_12() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProC_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProC_12() const { return ___GostR3410x94CryptoProC_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProC_12() { return &___GostR3410x94CryptoProC_12; } inline void set_GostR3410x94CryptoProC_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProC_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProC_12), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProD_13() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProD_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProD_13() const { return ___GostR3410x94CryptoProD_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProD_13() { return &___GostR3410x94CryptoProD_13; } inline void set_GostR3410x94CryptoProD_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProD_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProD_13), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchA_14() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchA_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchA_14() const { return ___GostR3410x94CryptoProXchA_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchA_14() { return &___GostR3410x94CryptoProXchA_14; } inline void set_GostR3410x94CryptoProXchA_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchA_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchA_14), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchB_15() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchB_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchB_15() const { return ___GostR3410x94CryptoProXchB_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchB_15() { return &___GostR3410x94CryptoProXchB_15; } inline void set_GostR3410x94CryptoProXchB_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchB_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchB_15), (void*)value); } inline static int32_t get_offset_of_GostR3410x94CryptoProXchC_16() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x94CryptoProXchC_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x94CryptoProXchC_16() const { return ___GostR3410x94CryptoProXchC_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x94CryptoProXchC_16() { return &___GostR3410x94CryptoProXchC_16; } inline void set_GostR3410x94CryptoProXchC_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x94CryptoProXchC_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x94CryptoProXchC_16), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProA_17() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProA_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProA_17() const { return ___GostR3410x2001CryptoProA_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProA_17() { return &___GostR3410x2001CryptoProA_17; } inline void set_GostR3410x2001CryptoProA_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProA_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProA_17), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProB_18() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProB_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProB_18() const { return ___GostR3410x2001CryptoProB_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProB_18() { return &___GostR3410x2001CryptoProB_18; } inline void set_GostR3410x2001CryptoProB_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProB_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProB_18), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProC_19() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProC_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProC_19() const { return ___GostR3410x2001CryptoProC_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProC_19() { return &___GostR3410x2001CryptoProC_19; } inline void set_GostR3410x2001CryptoProC_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProC_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProC_19), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProXchA_20() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProXchA_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProXchA_20() const { return ___GostR3410x2001CryptoProXchA_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProXchA_20() { return &___GostR3410x2001CryptoProXchA_20; } inline void set_GostR3410x2001CryptoProXchA_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProXchA_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProXchA_20), (void*)value); } inline static int32_t get_offset_of_GostR3410x2001CryptoProXchB_21() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostR3410x2001CryptoProXchB_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostR3410x2001CryptoProXchB_21() const { return ___GostR3410x2001CryptoProXchB_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostR3410x2001CryptoProXchB_21() { return &___GostR3410x2001CryptoProXchB_21; } inline void set_GostR3410x2001CryptoProXchB_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostR3410x2001CryptoProXchB_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostR3410x2001CryptoProXchB_21), (void*)value); } inline static int32_t get_offset_of_GostElSgDH3410Default_22() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostElSgDH3410Default_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostElSgDH3410Default_22() const { return ___GostElSgDH3410Default_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostElSgDH3410Default_22() { return &___GostElSgDH3410Default_22; } inline void set_GostElSgDH3410Default_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostElSgDH3410Default_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostElSgDH3410Default_22), (void*)value); } inline static int32_t get_offset_of_GostElSgDH3410x1_23() { return static_cast(offsetof(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields, ___GostElSgDH3410x1_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GostElSgDH3410x1_23() const { return ___GostElSgDH3410x1_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GostElSgDH3410x1_23() { return &___GostElSgDH3410x1_23; } inline void set_GostElSgDH3410x1_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GostElSgDH3410x1_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___GostElSgDH3410x1_23), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters struct DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::j BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___j_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::m int32_t ___m_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::l int32_t ___l_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHValidationParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::validation DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B * ___validation_7; public: inline static int32_t get_offset_of_p_1() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___p_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_p_1() const { return ___p_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_p_1() { return &___p_1; } inline void set_p_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___p_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_1), (void*)value); } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___g_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_2() const { return ___g_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_2() { return &___g_2; } inline void set_g_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_2), (void*)value); } inline static int32_t get_offset_of_q_3() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___q_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_3() const { return ___q_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_3() { return &___q_3; } inline void set_q_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_3), (void*)value); } inline static int32_t get_offset_of_j_4() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___j_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_j_4() const { return ___j_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_j_4() { return &___j_4; } inline void set_j_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___j_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___j_4), (void*)value); } inline static int32_t get_offset_of_m_5() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___m_5)); } inline int32_t get_m_5() const { return ___m_5; } inline int32_t* get_address_of_m_5() { return &___m_5; } inline void set_m_5(int32_t value) { ___m_5 = value; } inline static int32_t get_offset_of_l_6() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___l_6)); } inline int32_t get_l_6() const { return ___l_6; } inline int32_t* get_address_of_l_6() { return &___l_6; } inline void set_l_6(int32_t value) { ___l_6 = value; } inline static int32_t get_offset_of_validation_7() { return static_cast(offsetof(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C, ___validation_7)); } inline DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B * get_validation_7() const { return ___validation_7; } inline DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B ** get_address_of_validation_7() { return &___validation_7; } inline void set_validation_7(DHValidationParameters_tCDBD8028A8BCB6006359D79B96AED0C1AEC0433B * value) { ___validation_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___validation_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsSrpGroupVerifier struct DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsSrpGroupVerifier::mGroups RuntimeObject* ___mGroups_1; public: inline static int32_t get_offset_of_mGroups_1() { return static_cast(offsetof(DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653, ___mGroups_1)); } inline RuntimeObject* get_mGroups_1() const { return ___mGroups_1; } inline RuntimeObject** get_address_of_mGroups_1() { return &___mGroups_1; } inline void set_mGroups_1(RuntimeObject* value) { ___mGroups_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mGroups_1), (void*)value); } }; struct DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653_StaticFields { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsSrpGroupVerifier::DefaultGroups RuntimeObject* ___DefaultGroups_0; public: inline static int32_t get_offset_of_DefaultGroups_0() { return static_cast(offsetof(DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653_StaticFields, ___DefaultGroups_0)); } inline RuntimeObject* get_DefaultGroups_0() const { return ___DefaultGroups_0; } inline RuntimeObject** get_address_of_DefaultGroups_0() { return &___DefaultGroups_0; } inline void set_DefaultGroups_0(RuntimeObject* value) { ___DefaultGroups_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultGroups_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters struct DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::validation DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * ___validation_3; public: inline static int32_t get_offset_of_p_0() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___p_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_p_0() const { return ___p_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_p_0() { return &___p_0; } inline void set_p_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___p_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_0), (void*)value); } inline static int32_t get_offset_of_q_1() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___q_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_1() const { return ___q_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_1() { return &___q_1; } inline void set_q_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_1), (void*)value); } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___g_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_2() const { return ___g_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_2() { return &___g_2; } inline void set_g_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_2), (void*)value); } inline static int32_t get_offset_of_validation_3() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___validation_3)); } inline DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * get_validation_3() const { return ___validation_3; } inline DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 ** get_address_of_validation_3() { return &___validation_3; } inline void set_validation_3(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * value) { ___validation_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___validation_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_field RuntimeObject* ___m_field_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_a ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_a_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_b ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_b_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_order BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_order_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_cofactor BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_cofactor_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_coord int32_t ___m_coord_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_endomorphism RuntimeObject* ___m_endomorphism_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_multiplier RuntimeObject* ___m_multiplier_15; public: inline static int32_t get_offset_of_m_field_8() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_field_8)); } inline RuntimeObject* get_m_field_8() const { return ___m_field_8; } inline RuntimeObject** get_address_of_m_field_8() { return &___m_field_8; } inline void set_m_field_8(RuntimeObject* value) { ___m_field_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_field_8), (void*)value); } inline static int32_t get_offset_of_m_a_9() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_a_9)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_a_9() const { return ___m_a_9; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_a_9() { return &___m_a_9; } inline void set_m_a_9(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_a_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_a_9), (void*)value); } inline static int32_t get_offset_of_m_b_10() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_b_10)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_b_10() const { return ___m_b_10; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_b_10() { return &___m_b_10; } inline void set_m_b_10(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_b_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_b_10), (void*)value); } inline static int32_t get_offset_of_m_order_11() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_order_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_order_11() const { return ___m_order_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_order_11() { return &___m_order_11; } inline void set_m_order_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_order_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_order_11), (void*)value); } inline static int32_t get_offset_of_m_cofactor_12() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_cofactor_12)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_cofactor_12() const { return ___m_cofactor_12; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_cofactor_12() { return &___m_cofactor_12; } inline void set_m_cofactor_12(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_cofactor_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cofactor_12), (void*)value); } inline static int32_t get_offset_of_m_coord_13() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_coord_13)); } inline int32_t get_m_coord_13() const { return ___m_coord_13; } inline int32_t* get_address_of_m_coord_13() { return &___m_coord_13; } inline void set_m_coord_13(int32_t value) { ___m_coord_13 = value; } inline static int32_t get_offset_of_m_endomorphism_14() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_endomorphism_14)); } inline RuntimeObject* get_m_endomorphism_14() const { return ___m_endomorphism_14; } inline RuntimeObject** get_address_of_m_endomorphism_14() { return &___m_endomorphism_14; } inline void set_m_endomorphism_14(RuntimeObject* value) { ___m_endomorphism_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_endomorphism_14), (void*)value); } inline static int32_t get_offset_of_m_multiplier_15() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_multiplier_15)); } inline RuntimeObject* get_m_multiplier_15() const { return ___m_multiplier_15; } inline RuntimeObject** get_address_of_m_multiplier_15() { return &___m_multiplier_15; } inline void set_m_multiplier_15(RuntimeObject* value) { ___m_multiplier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_multiplier_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters struct ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::g ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___g_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::n BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::h BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::hInv BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___hInv_5; public: inline static int32_t get_offset_of_curve_0() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___curve_0)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_curve_0() const { return ___curve_0; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_curve_0() { return &___curve_0; } inline void set_curve_0(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___curve_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___curve_0), (void*)value); } inline static int32_t get_offset_of_seed_1() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___seed_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_1() const { return ___seed_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_1() { return &___seed_1; } inline void set_seed_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_1), (void*)value); } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___g_2)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_g_2() const { return ___g_2; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_g_2() { return &___g_2; } inline void set_g_2(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___g_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_2), (void*)value); } inline static int32_t get_offset_of_n_3() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___n_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_n_3() const { return ___n_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_n_3() { return &___n_3; } inline void set_n_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___n_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_3), (void*)value); } inline static int32_t get_offset_of_h_4() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___h_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_h_4() const { return ___h_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_h_4() { return &___h_4; } inline void set_h_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___h_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___h_4), (void*)value); } inline static int32_t get_offset_of_hInv_5() { return static_cast(offsetof(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC, ___hInv_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_hInv_5() const { return ___hInv_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_hInv_5() { return &___hInv_5; } inline void set_hInv_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___hInv_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___hInv_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___m_curve_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_x ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_x_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_y ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_y_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_zs ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___m_zs_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_withCompression bool ___m_withCompression_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_preCompTable RuntimeObject* ___m_preCompTable_6; public: inline static int32_t get_offset_of_m_curve_1() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_curve_1)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_m_curve_1() const { return ___m_curve_1; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_m_curve_1() { return &___m_curve_1; } inline void set_m_curve_1(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___m_curve_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_curve_1), (void*)value); } inline static int32_t get_offset_of_m_x_2() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_x_2)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_x_2() const { return ___m_x_2; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_x_2() { return &___m_x_2; } inline void set_m_x_2(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_x_2), (void*)value); } inline static int32_t get_offset_of_m_y_3() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_y_3)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_y_3() const { return ___m_y_3; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_y_3() { return &___m_y_3; } inline void set_m_y_3(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_y_3), (void*)value); } inline static int32_t get_offset_of_m_zs_4() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_zs_4)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_m_zs_4() const { return ___m_zs_4; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_m_zs_4() { return &___m_zs_4; } inline void set_m_zs_4(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___m_zs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_zs_4), (void*)value); } inline static int32_t get_offset_of_m_withCompression_5() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_withCompression_5)); } inline bool get_m_withCompression_5() const { return ___m_withCompression_5; } inline bool* get_address_of_m_withCompression_5() { return &___m_withCompression_5; } inline void set_m_withCompression_5(bool value) { ___m_withCompression_5 = value; } inline static int32_t get_offset_of_m_preCompTable_6() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_preCompTable_6)); } inline RuntimeObject* get_m_preCompTable_6() const { return ___m_preCompTable_6; } inline RuntimeObject** get_address_of_m_preCompTable_6() { return &___m_preCompTable_6; } inline void set_m_preCompTable_6(RuntimeObject* value) { ___m_preCompTable_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preCompTable_6), (void*)value); } }; struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::EMPTY_ZS ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___EMPTY_ZS_0; public: inline static int32_t get_offset_of_EMPTY_ZS_0() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields, ___EMPTY_ZS_0)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_EMPTY_ZS_0() const { return ___EMPTY_ZS_0; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_EMPTY_ZS_0() { return &___EMPTY_ZS_0; } inline void set_EMPTY_ZS_0(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___EMPTY_ZS_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EMPTY_ZS_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers struct EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64 : public RuntimeObject { public: public: }; struct EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers::id_edwards_curve_algs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_edwards_curve_algs_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers::id_X25519 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_X25519_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers::id_X448 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_X448_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers::id_Ed25519 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_Ed25519_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers::id_Ed448 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_Ed448_4; public: inline static int32_t get_offset_of_id_edwards_curve_algs_0() { return static_cast(offsetof(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields, ___id_edwards_curve_algs_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_edwards_curve_algs_0() const { return ___id_edwards_curve_algs_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_edwards_curve_algs_0() { return &___id_edwards_curve_algs_0; } inline void set_id_edwards_curve_algs_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_edwards_curve_algs_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_edwards_curve_algs_0), (void*)value); } inline static int32_t get_offset_of_id_X25519_1() { return static_cast(offsetof(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields, ___id_X25519_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_X25519_1() const { return ___id_X25519_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_X25519_1() { return &___id_X25519_1; } inline void set_id_X25519_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_X25519_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_X25519_1), (void*)value); } inline static int32_t get_offset_of_id_X448_2() { return static_cast(offsetof(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields, ___id_X448_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_X448_2() const { return ___id_X448_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_X448_2() { return &___id_X448_2; } inline void set_id_X448_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_X448_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_X448_2), (void*)value); } inline static int32_t get_offset_of_id_Ed25519_3() { return static_cast(offsetof(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields, ___id_Ed25519_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_Ed25519_3() const { return ___id_Ed25519_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_Ed25519_3() { return &___id_Ed25519_3; } inline void set_id_Ed25519_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_Ed25519_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_Ed25519_3), (void*)value); } inline static int32_t get_offset_of_id_Ed448_4() { return static_cast(offsetof(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields, ___id_Ed448_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_Ed448_4() const { return ___id_Ed448_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_Ed448_4() { return &___id_Ed448_4; } inline void set_id_Ed448_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_Ed448_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_Ed448_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters struct ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::l int32_t ___l_2; public: inline static int32_t get_offset_of_p_0() { return static_cast(offsetof(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13, ___p_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_p_0() const { return ___p_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_p_0() { return &___p_0; } inline void set_p_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___p_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_0), (void*)value); } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13, ___g_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_1() const { return ___g_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_1() { return &___g_1; } inline void set_g_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_1), (void*)value); } inline static int32_t get_offset_of_l_2() { return static_cast(offsetof(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13, ___l_2)); } inline int32_t get_l_2() const { return ___l_2; } inline int32_t* get_address_of_l_2() { return &___l_2; } inline void set_l_2(int32_t value) { ___l_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerable struct EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6 : public RuntimeObject { public: public: }; struct EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6_StaticFields { public: // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EmptyEnumerable::Instance RuntimeObject* ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6_StaticFields, ___Instance_0)); } inline RuntimeObject* get_Instance_0() const { return ___Instance_0; } inline RuntimeObject** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(RuntimeObject* value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_56)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_59)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_60)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value); } }; struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_61; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // System.Net.EndPoint struct EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy struct EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 : public RuntimeObject { public: // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy::inner RuntimeObject* ___inner_0; public: inline static int32_t get_offset_of_inner_0() { return static_cast(offsetof(EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2, ___inner_0)); } inline RuntimeObject* get_inner_0() const { return ___inner_0; } inline RuntimeObject** get_address_of_inner_0() { return &___inner_0; } inline void set_inner_0(RuntimeObject* value) { ___inner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___inner_0), (void*)value); } }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // GameMode struct GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 : public RuntimeObject { public: // GameMgr GameMode::gameMgr GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr_0; // System.Collections.Generic.HashSet`1 GameMode::timeCountingPauseLockers HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ___timeCountingPauseLockers_1; public: inline static int32_t get_offset_of_gameMgr_0() { return static_cast(offsetof(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82, ___gameMgr_0)); } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * get_gameMgr_0() const { return ___gameMgr_0; } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 ** get_address_of_gameMgr_0() { return &___gameMgr_0; } inline void set_gameMgr_0(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * value) { ___gameMgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMgr_0), (void*)value); } inline static int32_t get_offset_of_timeCountingPauseLockers_1() { return static_cast(offsetof(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82, ___timeCountingPauseLockers_1)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get_timeCountingPauseLockers_1() const { return ___timeCountingPauseLockers_1; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of_timeCountingPauseLockers_1() { return &___timeCountingPauseLockers_1; } inline void set_timeCountingPauseLockers_1(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ___timeCountingPauseLockers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeCountingPauseLockers_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest struct GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::xBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___xBuf_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::xBufOff int32_t ___xBufOff_2; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::byteCount int64_t ___byteCount_3; public: inline static int32_t get_offset_of_xBuf_1() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___xBuf_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_xBuf_1() const { return ___xBuf_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_xBuf_1() { return &___xBuf_1; } inline void set_xBuf_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___xBuf_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___xBuf_1), (void*)value); } inline static int32_t get_offset_of_xBufOff_2() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___xBufOff_2)); } inline int32_t get_xBufOff_2() const { return ___xBufOff_2; } inline int32_t* get_address_of_xBufOff_2() { return &___xBufOff_2; } inline void set_xBufOff_2(int32_t value) { ___xBufOff_2 = value; } inline static int32_t get_offset_of_byteCount_3() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___byteCount_3)); } inline int64_t get_byteCount_3() const { return ___byteCount_3; } inline int64_t* get_address_of_byteCount_3() { return &___byteCount_3; } inline void set_byteCount_3(int64_t value) { ___byteCount_3 = value; } }; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD : public RuntimeObject { public: // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CVersionMajorU3Ek__BackingField_3; // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CVersionMinorU3Ek__BackingField_4; // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CStatusCodeU3Ek__BackingField_5; // System.String BestHTTP.HTTPResponse::k__BackingField String_t* ___U3CMessageU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsStreamedU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsStreamingFinishedU3Ek__BackingField_8; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsFromCacheU3Ek__BackingField_9; // BestHTTP.Caching.HTTPCacheFileInfo BestHTTP.HTTPResponse::k__BackingField HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * ___U3CCacheFileInfoU3Ek__BackingField_10; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsCacheOnlyU3Ek__BackingField_11; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPResponse::k__BackingField Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___U3CHeadersU3Ek__BackingField_12; // System.Byte[] BestHTTP.HTTPResponse::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CDataU3Ek__BackingField_13; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsUpgradedU3Ek__BackingField_14; // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::k__BackingField List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___U3CCookiesU3Ek__BackingField_15; // System.String BestHTTP.HTTPResponse::dataAsText String_t* ___dataAsText_16; // UnityEngine.Texture2D BestHTTP.HTTPResponse::texture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___texture_17; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsClosedManuallyU3Ek__BackingField_18; // BestHTTP.HTTPRequest BestHTTP.HTTPResponse::baseRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___baseRequest_19; // System.IO.Stream BestHTTP.HTTPResponse::Stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Stream_20; // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::streamedFragments List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * ___streamedFragments_21; // System.Object BestHTTP.HTTPResponse::SyncRoot RuntimeObject * ___SyncRoot_22; // System.Byte[] BestHTTP.HTTPResponse::fragmentBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___fragmentBuffer_23; // System.Int32 BestHTTP.HTTPResponse::fragmentBufferDataLength int32_t ___fragmentBufferDataLength_24; // System.IO.Stream BestHTTP.HTTPResponse::cacheStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___cacheStream_25; // System.Int32 BestHTTP.HTTPResponse::allFragmentSize int32_t ___allFragmentSize_26; // BestHTTP.Extensions.BufferPoolMemoryStream BestHTTP.HTTPResponse::decompressorInputStream BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___decompressorInputStream_27; // BestHTTP.Extensions.BufferPoolMemoryStream BestHTTP.HTTPResponse::decompressorOutputStream BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___decompressorOutputStream_28; // BestHTTP.Decompression.Zlib.GZipStream BestHTTP.HTTPResponse::decompressorGZipStream GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * ___decompressorGZipStream_29; // System.Threading.AutoResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.HTTPResponse::fragmentWaitEvent AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * ___fragmentWaitEvent_31; public: inline static int32_t get_offset_of_U3CVersionMajorU3Ek__BackingField_3() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CVersionMajorU3Ek__BackingField_3)); } inline int32_t get_U3CVersionMajorU3Ek__BackingField_3() const { return ___U3CVersionMajorU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CVersionMajorU3Ek__BackingField_3() { return &___U3CVersionMajorU3Ek__BackingField_3; } inline void set_U3CVersionMajorU3Ek__BackingField_3(int32_t value) { ___U3CVersionMajorU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CVersionMinorU3Ek__BackingField_4() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CVersionMinorU3Ek__BackingField_4)); } inline int32_t get_U3CVersionMinorU3Ek__BackingField_4() const { return ___U3CVersionMinorU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CVersionMinorU3Ek__BackingField_4() { return &___U3CVersionMinorU3Ek__BackingField_4; } inline void set_U3CVersionMinorU3Ek__BackingField_4(int32_t value) { ___U3CVersionMinorU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CStatusCodeU3Ek__BackingField_5() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CStatusCodeU3Ek__BackingField_5)); } inline int32_t get_U3CStatusCodeU3Ek__BackingField_5() const { return ___U3CStatusCodeU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CStatusCodeU3Ek__BackingField_5() { return &___U3CStatusCodeU3Ek__BackingField_5; } inline void set_U3CStatusCodeU3Ek__BackingField_5(int32_t value) { ___U3CStatusCodeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CMessageU3Ek__BackingField_6() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CMessageU3Ek__BackingField_6)); } inline String_t* get_U3CMessageU3Ek__BackingField_6() const { return ___U3CMessageU3Ek__BackingField_6; } inline String_t** get_address_of_U3CMessageU3Ek__BackingField_6() { return &___U3CMessageU3Ek__BackingField_6; } inline void set_U3CMessageU3Ek__BackingField_6(String_t* value) { ___U3CMessageU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMessageU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CIsStreamedU3Ek__BackingField_7() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsStreamedU3Ek__BackingField_7)); } inline bool get_U3CIsStreamedU3Ek__BackingField_7() const { return ___U3CIsStreamedU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsStreamedU3Ek__BackingField_7() { return &___U3CIsStreamedU3Ek__BackingField_7; } inline void set_U3CIsStreamedU3Ek__BackingField_7(bool value) { ___U3CIsStreamedU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CIsStreamingFinishedU3Ek__BackingField_8() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsStreamingFinishedU3Ek__BackingField_8)); } inline bool get_U3CIsStreamingFinishedU3Ek__BackingField_8() const { return ___U3CIsStreamingFinishedU3Ek__BackingField_8; } inline bool* get_address_of_U3CIsStreamingFinishedU3Ek__BackingField_8() { return &___U3CIsStreamingFinishedU3Ek__BackingField_8; } inline void set_U3CIsStreamingFinishedU3Ek__BackingField_8(bool value) { ___U3CIsStreamingFinishedU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CIsFromCacheU3Ek__BackingField_9() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsFromCacheU3Ek__BackingField_9)); } inline bool get_U3CIsFromCacheU3Ek__BackingField_9() const { return ___U3CIsFromCacheU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsFromCacheU3Ek__BackingField_9() { return &___U3CIsFromCacheU3Ek__BackingField_9; } inline void set_U3CIsFromCacheU3Ek__BackingField_9(bool value) { ___U3CIsFromCacheU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CCacheFileInfoU3Ek__BackingField_10() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CCacheFileInfoU3Ek__BackingField_10)); } inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * get_U3CCacheFileInfoU3Ek__BackingField_10() const { return ___U3CCacheFileInfoU3Ek__BackingField_10; } inline HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA ** get_address_of_U3CCacheFileInfoU3Ek__BackingField_10() { return &___U3CCacheFileInfoU3Ek__BackingField_10; } inline void set_U3CCacheFileInfoU3Ek__BackingField_10(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * value) { ___U3CCacheFileInfoU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCacheFileInfoU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CIsCacheOnlyU3Ek__BackingField_11() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsCacheOnlyU3Ek__BackingField_11)); } inline bool get_U3CIsCacheOnlyU3Ek__BackingField_11() const { return ___U3CIsCacheOnlyU3Ek__BackingField_11; } inline bool* get_address_of_U3CIsCacheOnlyU3Ek__BackingField_11() { return &___U3CIsCacheOnlyU3Ek__BackingField_11; } inline void set_U3CIsCacheOnlyU3Ek__BackingField_11(bool value) { ___U3CIsCacheOnlyU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_12() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CHeadersU3Ek__BackingField_12)); } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * get_U3CHeadersU3Ek__BackingField_12() const { return ___U3CHeadersU3Ek__BackingField_12; } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 ** get_address_of_U3CHeadersU3Ek__BackingField_12() { return &___U3CHeadersU3Ek__BackingField_12; } inline void set_U3CHeadersU3Ek__BackingField_12(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * value) { ___U3CHeadersU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_13() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CDataU3Ek__BackingField_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CDataU3Ek__BackingField_13() const { return ___U3CDataU3Ek__BackingField_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CDataU3Ek__BackingField_13() { return &___U3CDataU3Ek__BackingField_13; } inline void set_U3CDataU3Ek__BackingField_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CDataU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CIsUpgradedU3Ek__BackingField_14() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsUpgradedU3Ek__BackingField_14)); } inline bool get_U3CIsUpgradedU3Ek__BackingField_14() const { return ___U3CIsUpgradedU3Ek__BackingField_14; } inline bool* get_address_of_U3CIsUpgradedU3Ek__BackingField_14() { return &___U3CIsUpgradedU3Ek__BackingField_14; } inline void set_U3CIsUpgradedU3Ek__BackingField_14(bool value) { ___U3CIsUpgradedU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CCookiesU3Ek__BackingField_15() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CCookiesU3Ek__BackingField_15)); } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * get_U3CCookiesU3Ek__BackingField_15() const { return ___U3CCookiesU3Ek__BackingField_15; } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 ** get_address_of_U3CCookiesU3Ek__BackingField_15() { return &___U3CCookiesU3Ek__BackingField_15; } inline void set_U3CCookiesU3Ek__BackingField_15(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * value) { ___U3CCookiesU3Ek__BackingField_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCookiesU3Ek__BackingField_15), (void*)value); } inline static int32_t get_offset_of_dataAsText_16() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___dataAsText_16)); } inline String_t* get_dataAsText_16() const { return ___dataAsText_16; } inline String_t** get_address_of_dataAsText_16() { return &___dataAsText_16; } inline void set_dataAsText_16(String_t* value) { ___dataAsText_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataAsText_16), (void*)value); } inline static int32_t get_offset_of_texture_17() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___texture_17)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_texture_17() const { return ___texture_17; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_texture_17() { return &___texture_17; } inline void set_texture_17(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___texture_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___texture_17), (void*)value); } inline static int32_t get_offset_of_U3CIsClosedManuallyU3Ek__BackingField_18() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___U3CIsClosedManuallyU3Ek__BackingField_18)); } inline bool get_U3CIsClosedManuallyU3Ek__BackingField_18() const { return ___U3CIsClosedManuallyU3Ek__BackingField_18; } inline bool* get_address_of_U3CIsClosedManuallyU3Ek__BackingField_18() { return &___U3CIsClosedManuallyU3Ek__BackingField_18; } inline void set_U3CIsClosedManuallyU3Ek__BackingField_18(bool value) { ___U3CIsClosedManuallyU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_baseRequest_19() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___baseRequest_19)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_baseRequest_19() const { return ___baseRequest_19; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_baseRequest_19() { return &___baseRequest_19; } inline void set_baseRequest_19(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___baseRequest_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseRequest_19), (void*)value); } inline static int32_t get_offset_of_Stream_20() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___Stream_20)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Stream_20() const { return ___Stream_20; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Stream_20() { return &___Stream_20; } inline void set_Stream_20(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Stream_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___Stream_20), (void*)value); } inline static int32_t get_offset_of_streamedFragments_21() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___streamedFragments_21)); } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * get_streamedFragments_21() const { return ___streamedFragments_21; } inline List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE ** get_address_of_streamedFragments_21() { return &___streamedFragments_21; } inline void set_streamedFragments_21(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * value) { ___streamedFragments_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___streamedFragments_21), (void*)value); } inline static int32_t get_offset_of_SyncRoot_22() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___SyncRoot_22)); } inline RuntimeObject * get_SyncRoot_22() const { return ___SyncRoot_22; } inline RuntimeObject ** get_address_of_SyncRoot_22() { return &___SyncRoot_22; } inline void set_SyncRoot_22(RuntimeObject * value) { ___SyncRoot_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_22), (void*)value); } inline static int32_t get_offset_of_fragmentBuffer_23() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentBuffer_23)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_fragmentBuffer_23() const { return ___fragmentBuffer_23; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_fragmentBuffer_23() { return &___fragmentBuffer_23; } inline void set_fragmentBuffer_23(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___fragmentBuffer_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentBuffer_23), (void*)value); } inline static int32_t get_offset_of_fragmentBufferDataLength_24() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentBufferDataLength_24)); } inline int32_t get_fragmentBufferDataLength_24() const { return ___fragmentBufferDataLength_24; } inline int32_t* get_address_of_fragmentBufferDataLength_24() { return &___fragmentBufferDataLength_24; } inline void set_fragmentBufferDataLength_24(int32_t value) { ___fragmentBufferDataLength_24 = value; } inline static int32_t get_offset_of_cacheStream_25() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___cacheStream_25)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_cacheStream_25() const { return ___cacheStream_25; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_cacheStream_25() { return &___cacheStream_25; } inline void set_cacheStream_25(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___cacheStream_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___cacheStream_25), (void*)value); } inline static int32_t get_offset_of_allFragmentSize_26() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___allFragmentSize_26)); } inline int32_t get_allFragmentSize_26() const { return ___allFragmentSize_26; } inline int32_t* get_address_of_allFragmentSize_26() { return &___allFragmentSize_26; } inline void set_allFragmentSize_26(int32_t value) { ___allFragmentSize_26 = value; } inline static int32_t get_offset_of_decompressorInputStream_27() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorInputStream_27)); } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * get_decompressorInputStream_27() const { return ___decompressorInputStream_27; } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B ** get_address_of_decompressorInputStream_27() { return &___decompressorInputStream_27; } inline void set_decompressorInputStream_27(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * value) { ___decompressorInputStream_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorInputStream_27), (void*)value); } inline static int32_t get_offset_of_decompressorOutputStream_28() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorOutputStream_28)); } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * get_decompressorOutputStream_28() const { return ___decompressorOutputStream_28; } inline BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B ** get_address_of_decompressorOutputStream_28() { return &___decompressorOutputStream_28; } inline void set_decompressorOutputStream_28(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * value) { ___decompressorOutputStream_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorOutputStream_28), (void*)value); } inline static int32_t get_offset_of_decompressorGZipStream_29() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___decompressorGZipStream_29)); } inline GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * get_decompressorGZipStream_29() const { return ___decompressorGZipStream_29; } inline GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 ** get_address_of_decompressorGZipStream_29() { return &___decompressorGZipStream_29; } inline void set_decompressorGZipStream_29(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * value) { ___decompressorGZipStream_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___decompressorGZipStream_29), (void*)value); } inline static int32_t get_offset_of_fragmentWaitEvent_31() { return static_cast(offsetof(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD, ___fragmentWaitEvent_31)); } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * get_fragmentWaitEvent_31() const { return ___fragmentWaitEvent_31; } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D ** get_address_of_fragmentWaitEvent_31() { return &___fragmentWaitEvent_31; } inline void set_fragmentWaitEvent_31(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * value) { ___fragmentWaitEvent_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentWaitEvent_31), (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.SignalRCore.JsonProtocol struct JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4 : public RuntimeObject { public: // BestHTTP.SignalRCore.IEncoder BestHTTP.SignalRCore.JsonProtocol::k__BackingField RuntimeObject* ___U3CEncoderU3Ek__BackingField_1; // BestHTTP.SignalRCore.HubConnection BestHTTP.SignalRCore.JsonProtocol::k__BackingField HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___U3CConnectionU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CEncoderU3Ek__BackingField_1() { return static_cast(offsetof(JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4, ___U3CEncoderU3Ek__BackingField_1)); } inline RuntimeObject* get_U3CEncoderU3Ek__BackingField_1() const { return ___U3CEncoderU3Ek__BackingField_1; } inline RuntimeObject** get_address_of_U3CEncoderU3Ek__BackingField_1() { return &___U3CEncoderU3Ek__BackingField_1; } inline void set_U3CEncoderU3Ek__BackingField_1(RuntimeObject* value) { ___U3CEncoderU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEncoderU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CConnectionU3Ek__BackingField_2() { return static_cast(offsetof(JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4, ___U3CConnectionU3Ek__BackingField_2)); } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * get_U3CConnectionU3Ek__BackingField_2() const { return ___U3CConnectionU3Ek__BackingField_2; } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 ** get_address_of_U3CConnectionU3Ek__BackingField_2() { return &___U3CConnectionU3Ek__BackingField_2; } inline void set_U3CConnectionU3Ek__BackingField_2(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * value) { ___U3CConnectionU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectionU3Ek__BackingField_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_0; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC, ___key_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_0() const { return ___key_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_0() { return &___key_0; } inline void set_key_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } }; // LanguageDefault struct LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 : public RuntimeObject { public: // System.String LanguageDefault::text0 String_t* ___text0_0; // System.String LanguageDefault::text1 String_t* ___text1_1; // System.String LanguageDefault::text2 String_t* ___text2_2; // System.String LanguageDefault::text3 String_t* ___text3_3; // System.String LanguageDefault::text4 String_t* ___text4_4; // System.String LanguageDefault::text5 String_t* ___text5_5; // System.String LanguageDefault::text6 String_t* ___text6_6; // System.String LanguageDefault::text7 String_t* ___text7_7; // System.String LanguageDefault::text8 String_t* ___text8_8; // System.String LanguageDefault::text9 String_t* ___text9_9; // System.String LanguageDefault::text10 String_t* ___text10_10; // System.String LanguageDefault::text11 String_t* ___text11_11; // System.String LanguageDefault::text12 String_t* ___text12_12; // System.String LanguageDefault::text13 String_t* ___text13_13; // System.String LanguageDefault::text14 String_t* ___text14_14; // System.String LanguageDefault::text15 String_t* ___text15_15; // System.String LanguageDefault::text16 String_t* ___text16_16; // System.String LanguageDefault::text17 String_t* ___text17_17; // System.String LanguageDefault::text18 String_t* ___text18_18; // System.String LanguageDefault::text19 String_t* ___text19_19; // System.String LanguageDefault::text20 String_t* ___text20_20; // System.String LanguageDefault::text21 String_t* ___text21_21; // System.String LanguageDefault::text22 String_t* ___text22_22; // System.String LanguageDefault::text23 String_t* ___text23_23; // System.String LanguageDefault::text24 String_t* ___text24_24; // System.String LanguageDefault::text25 String_t* ___text25_25; // System.String LanguageDefault::text26 String_t* ___text26_26; // System.String LanguageDefault::text27 String_t* ___text27_27; // System.String LanguageDefault::text28 String_t* ___text28_28; // System.String LanguageDefault::text29 String_t* ___text29_29; // System.String LanguageDefault::text30 String_t* ___text30_30; // System.String LanguageDefault::text31 String_t* ___text31_31; // System.String LanguageDefault::text32 String_t* ___text32_32; // System.String LanguageDefault::text33 String_t* ___text33_33; // System.String LanguageDefault::text34 String_t* ___text34_34; // System.String LanguageDefault::text35 String_t* ___text35_35; // System.String LanguageDefault::text36 String_t* ___text36_36; // System.String LanguageDefault::text37 String_t* ___text37_37; // System.String LanguageDefault::text38 String_t* ___text38_38; // System.String LanguageDefault::text39 String_t* ___text39_39; // System.String LanguageDefault::text40 String_t* ___text40_40; // System.String LanguageDefault::text41 String_t* ___text41_41; // System.String LanguageDefault::text42 String_t* ___text42_42; // System.String LanguageDefault::text43 String_t* ___text43_43; // System.String LanguageDefault::text44 String_t* ___text44_44; // System.String LanguageDefault::text45 String_t* ___text45_45; // System.String LanguageDefault::text46 String_t* ___text46_46; // System.String LanguageDefault::text47 String_t* ___text47_47; // System.String LanguageDefault::text48 String_t* ___text48_48; // System.String LanguageDefault::text49 String_t* ___text49_49; // System.String LanguageDefault::text50 String_t* ___text50_50; // System.String LanguageDefault::text51 String_t* ___text51_51; // System.String LanguageDefault::text61 String_t* ___text61_52; // System.String LanguageDefault::text62 String_t* ___text62_53; // System.String LanguageDefault::text63 String_t* ___text63_54; // System.String LanguageDefault::text64 String_t* ___text64_55; // System.String LanguageDefault::text65 String_t* ___text65_56; // System.String LanguageDefault::text66 String_t* ___text66_57; // System.String LanguageDefault::text67 String_t* ___text67_58; // System.String LanguageDefault::text68 String_t* ___text68_59; // System.String LanguageDefault::text69 String_t* ___text69_60; // System.String LanguageDefault::text70 String_t* ___text70_61; // System.String LanguageDefault::text71 String_t* ___text71_62; // System.String LanguageDefault::text72 String_t* ___text72_63; // System.String LanguageDefault::text73 String_t* ___text73_64; // System.String LanguageDefault::text74 String_t* ___text74_65; // System.String LanguageDefault::text87 String_t* ___text87_66; // System.String LanguageDefault::text88 String_t* ___text88_67; // System.String LanguageDefault::text89 String_t* ___text89_68; // System.String LanguageDefault::text90 String_t* ___text90_69; // System.String LanguageDefault::text91 String_t* ___text91_70; // System.String LanguageDefault::text92 String_t* ___text92_71; // System.String LanguageDefault::text93 String_t* ___text93_72; // System.String LanguageDefault::text94 String_t* ___text94_73; // System.String LanguageDefault::text95 String_t* ___text95_74; // System.String LanguageDefault::text96 String_t* ___text96_75; // System.String LanguageDefault::text97 String_t* ___text97_76; // System.String LanguageDefault::text98 String_t* ___text98_77; // System.String LanguageDefault::text99 String_t* ___text99_78; // System.String LanguageDefault::text100 String_t* ___text100_79; // System.String LanguageDefault::text101 String_t* ___text101_80; // System.String LanguageDefault::text102 String_t* ___text102_81; // System.String LanguageDefault::text103 String_t* ___text103_82; // System.String LanguageDefault::text104 String_t* ___text104_83; // System.String LanguageDefault::text105 String_t* ___text105_84; // System.String LanguageDefault::text106 String_t* ___text106_85; // System.String LanguageDefault::text107 String_t* ___text107_86; // System.String LanguageDefault::text108 String_t* ___text108_87; // System.String LanguageDefault::text109 String_t* ___text109_88; // System.String LanguageDefault::text110 String_t* ___text110_89; // System.String LanguageDefault::text111 String_t* ___text111_90; // System.String LanguageDefault::text112 String_t* ___text112_91; // System.String LanguageDefault::text113 String_t* ___text113_92; // System.String LanguageDefault::text114 String_t* ___text114_93; // System.String LanguageDefault::text115 String_t* ___text115_94; // System.String LanguageDefault::text117 String_t* ___text117_95; // System.String LanguageDefault::text118 String_t* ___text118_96; // System.String LanguageDefault::text119 String_t* ___text119_97; // System.String LanguageDefault::text500 String_t* ___text500_98; // System.String LanguageDefault::text501 String_t* ___text501_99; // System.String LanguageDefault::text502 String_t* ___text502_100; // System.String LanguageDefault::text503 String_t* ___text503_101; // System.String LanguageDefault::text504 String_t* ___text504_102; // System.String LanguageDefault::text122 String_t* ___text122_103; // System.String LanguageDefault::text123 String_t* ___text123_104; // System.String LanguageDefault::text124 String_t* ___text124_105; // System.String LanguageDefault::text125 String_t* ___text125_106; // System.String LanguageDefault::text126 String_t* ___text126_107; // System.String LanguageDefault::text133 String_t* ___text133_108; // System.String LanguageDefault::text127 String_t* ___text127_109; // System.String LanguageDefault::text128 String_t* ___text128_110; // System.String LanguageDefault::text129 String_t* ___text129_111; // System.String LanguageDefault::text132 String_t* ___text132_112; // System.String LanguageDefault::text130 String_t* ___text130_113; // System.String LanguageDefault::text131 String_t* ___text131_114; // System.String LanguageDefault::text401 String_t* ___text401_115; // System.String LanguageDefault::text134 String_t* ___text134_116; // System.String LanguageDefault::text135 String_t* ___text135_117; // System.String LanguageDefault::text136 String_t* ___text136_118; // System.String LanguageDefault::text137 String_t* ___text137_119; // System.String LanguageDefault::text302 String_t* ___text302_120; // System.String LanguageDefault::text303 String_t* ___text303_121; // System.String LanguageDefault::text304 String_t* ___text304_122; // System.String LanguageDefault::text305 String_t* ___text305_123; // System.String LanguageDefault::text306 String_t* ___text306_124; // System.String LanguageDefault::text307 String_t* ___text307_125; // System.String LanguageDefault::text308 String_t* ___text308_126; // System.String LanguageDefault::text309 String_t* ___text309_127; // System.String LanguageDefault::text310 String_t* ___text310_128; // System.String LanguageDefault::text311 String_t* ___text311_129; // System.String LanguageDefault::text312 String_t* ___text312_130; // System.String LanguageDefault::text313 String_t* ___text313_131; // System.String LanguageDefault::text314 String_t* ___text314_132; // System.String LanguageDefault::text315 String_t* ___text315_133; // System.String LanguageDefault::text318 String_t* ___text318_134; // System.String LanguageDefault::text301 String_t* ___text301_135; // System.String LanguageDefault::text316 String_t* ___text316_136; // System.String LanguageDefault::text317 String_t* ___text317_137; // System.String LanguageDefault::text300 String_t* ___text300_138; // System.String LanguageDefault::text400 String_t* ___text400_139; // System.String LanguageDefault::text76 String_t* ___text76_140; // System.String LanguageDefault::text77 String_t* ___text77_141; // System.String LanguageDefault::text78 String_t* ___text78_142; // System.String LanguageDefault::text79 String_t* ___text79_143; // System.String LanguageDefault::text80 String_t* ___text80_144; // System.String LanguageDefault::text81 String_t* ___text81_145; // System.String LanguageDefault::text82 String_t* ___text82_146; // System.String LanguageDefault::text83 String_t* ___text83_147; // System.String LanguageDefault::text84 String_t* ___text84_148; // System.String LanguageDefault::text85 String_t* ___text85_149; // System.String LanguageDefault::text86 String_t* ___text86_150; // System.String LanguageDefault::text116 String_t* ___text116_151; // System.String LanguageDefault::text120 String_t* ___text120_152; // System.String LanguageDefault::text121 String_t* ___text121_153; // System.String LanguageDefault::text200 String_t* ___text200_154; // System.String LanguageDefault::text201 String_t* ___text201_155; // System.String LanguageDefault::text202 String_t* ___text202_156; // System.String LanguageDefault::text203 String_t* ___text203_157; // System.String LanguageDefault::text204 String_t* ___text204_158; // System.String LanguageDefault::text205 String_t* ___text205_159; // System.String LanguageDefault::text1000 String_t* ___text1000_160; // System.String LanguageDefault::text1001 String_t* ___text1001_161; // System.String LanguageDefault::text2000 String_t* ___text2000_162; // System.String LanguageDefault::text2001 String_t* ___text2001_163; // System.String LanguageDefault::text2002 String_t* ___text2002_164; // System.String LanguageDefault::text2003 String_t* ___text2003_165; // System.String LanguageDefault::text101000 String_t* ___text101000_166; // System.String LanguageDefault::text101001 String_t* ___text101001_167; // System.String LanguageDefault::text111000 String_t* ___text111000_168; // System.String LanguageDefault::text111001 String_t* ___text111001_169; // System.String LanguageDefault::text200000 String_t* ___text200000_170; // System.String LanguageDefault::text201000 String_t* ___text201000_171; // System.String LanguageDefault::text201001 String_t* ___text201001_172; // System.String LanguageDefault::text201002 String_t* ___text201002_173; // System.String LanguageDefault::text211000 String_t* ___text211000_174; // System.String LanguageDefault::text211001 String_t* ___text211001_175; // System.String LanguageDefault::text211002 String_t* ___text211002_176; // System.String LanguageDefault::text1234560 String_t* ___text1234560_177; // System.String LanguageDefault::text1234561 String_t* ___text1234561_178; // System.String LanguageDefault::text1234562 String_t* ___text1234562_179; // System.String LanguageDefault::text1234563 String_t* ___text1234563_180; public: inline static int32_t get_offset_of_text0_0() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text0_0)); } inline String_t* get_text0_0() const { return ___text0_0; } inline String_t** get_address_of_text0_0() { return &___text0_0; } inline void set_text0_0(String_t* value) { ___text0_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___text0_0), (void*)value); } inline static int32_t get_offset_of_text1_1() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text1_1)); } inline String_t* get_text1_1() const { return ___text1_1; } inline String_t** get_address_of_text1_1() { return &___text1_1; } inline void set_text1_1(String_t* value) { ___text1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1_1), (void*)value); } inline static int32_t get_offset_of_text2_2() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text2_2)); } inline String_t* get_text2_2() const { return ___text2_2; } inline String_t** get_address_of_text2_2() { return &___text2_2; } inline void set_text2_2(String_t* value) { ___text2_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___text2_2), (void*)value); } inline static int32_t get_offset_of_text3_3() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text3_3)); } inline String_t* get_text3_3() const { return ___text3_3; } inline String_t** get_address_of_text3_3() { return &___text3_3; } inline void set_text3_3(String_t* value) { ___text3_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___text3_3), (void*)value); } inline static int32_t get_offset_of_text4_4() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text4_4)); } inline String_t* get_text4_4() const { return ___text4_4; } inline String_t** get_address_of_text4_4() { return &___text4_4; } inline void set_text4_4(String_t* value) { ___text4_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___text4_4), (void*)value); } inline static int32_t get_offset_of_text5_5() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text5_5)); } inline String_t* get_text5_5() const { return ___text5_5; } inline String_t** get_address_of_text5_5() { return &___text5_5; } inline void set_text5_5(String_t* value) { ___text5_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___text5_5), (void*)value); } inline static int32_t get_offset_of_text6_6() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text6_6)); } inline String_t* get_text6_6() const { return ___text6_6; } inline String_t** get_address_of_text6_6() { return &___text6_6; } inline void set_text6_6(String_t* value) { ___text6_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___text6_6), (void*)value); } inline static int32_t get_offset_of_text7_7() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text7_7)); } inline String_t* get_text7_7() const { return ___text7_7; } inline String_t** get_address_of_text7_7() { return &___text7_7; } inline void set_text7_7(String_t* value) { ___text7_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___text7_7), (void*)value); } inline static int32_t get_offset_of_text8_8() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text8_8)); } inline String_t* get_text8_8() const { return ___text8_8; } inline String_t** get_address_of_text8_8() { return &___text8_8; } inline void set_text8_8(String_t* value) { ___text8_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___text8_8), (void*)value); } inline static int32_t get_offset_of_text9_9() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text9_9)); } inline String_t* get_text9_9() const { return ___text9_9; } inline String_t** get_address_of_text9_9() { return &___text9_9; } inline void set_text9_9(String_t* value) { ___text9_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___text9_9), (void*)value); } inline static int32_t get_offset_of_text10_10() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text10_10)); } inline String_t* get_text10_10() const { return ___text10_10; } inline String_t** get_address_of_text10_10() { return &___text10_10; } inline void set_text10_10(String_t* value) { ___text10_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___text10_10), (void*)value); } inline static int32_t get_offset_of_text11_11() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text11_11)); } inline String_t* get_text11_11() const { return ___text11_11; } inline String_t** get_address_of_text11_11() { return &___text11_11; } inline void set_text11_11(String_t* value) { ___text11_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___text11_11), (void*)value); } inline static int32_t get_offset_of_text12_12() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text12_12)); } inline String_t* get_text12_12() const { return ___text12_12; } inline String_t** get_address_of_text12_12() { return &___text12_12; } inline void set_text12_12(String_t* value) { ___text12_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___text12_12), (void*)value); } inline static int32_t get_offset_of_text13_13() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text13_13)); } inline String_t* get_text13_13() const { return ___text13_13; } inline String_t** get_address_of_text13_13() { return &___text13_13; } inline void set_text13_13(String_t* value) { ___text13_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___text13_13), (void*)value); } inline static int32_t get_offset_of_text14_14() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text14_14)); } inline String_t* get_text14_14() const { return ___text14_14; } inline String_t** get_address_of_text14_14() { return &___text14_14; } inline void set_text14_14(String_t* value) { ___text14_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___text14_14), (void*)value); } inline static int32_t get_offset_of_text15_15() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text15_15)); } inline String_t* get_text15_15() const { return ___text15_15; } inline String_t** get_address_of_text15_15() { return &___text15_15; } inline void set_text15_15(String_t* value) { ___text15_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___text15_15), (void*)value); } inline static int32_t get_offset_of_text16_16() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text16_16)); } inline String_t* get_text16_16() const { return ___text16_16; } inline String_t** get_address_of_text16_16() { return &___text16_16; } inline void set_text16_16(String_t* value) { ___text16_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___text16_16), (void*)value); } inline static int32_t get_offset_of_text17_17() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text17_17)); } inline String_t* get_text17_17() const { return ___text17_17; } inline String_t** get_address_of_text17_17() { return &___text17_17; } inline void set_text17_17(String_t* value) { ___text17_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___text17_17), (void*)value); } inline static int32_t get_offset_of_text18_18() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text18_18)); } inline String_t* get_text18_18() const { return ___text18_18; } inline String_t** get_address_of_text18_18() { return &___text18_18; } inline void set_text18_18(String_t* value) { ___text18_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___text18_18), (void*)value); } inline static int32_t get_offset_of_text19_19() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text19_19)); } inline String_t* get_text19_19() const { return ___text19_19; } inline String_t** get_address_of_text19_19() { return &___text19_19; } inline void set_text19_19(String_t* value) { ___text19_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___text19_19), (void*)value); } inline static int32_t get_offset_of_text20_20() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text20_20)); } inline String_t* get_text20_20() const { return ___text20_20; } inline String_t** get_address_of_text20_20() { return &___text20_20; } inline void set_text20_20(String_t* value) { ___text20_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___text20_20), (void*)value); } inline static int32_t get_offset_of_text21_21() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text21_21)); } inline String_t* get_text21_21() const { return ___text21_21; } inline String_t** get_address_of_text21_21() { return &___text21_21; } inline void set_text21_21(String_t* value) { ___text21_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___text21_21), (void*)value); } inline static int32_t get_offset_of_text22_22() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text22_22)); } inline String_t* get_text22_22() const { return ___text22_22; } inline String_t** get_address_of_text22_22() { return &___text22_22; } inline void set_text22_22(String_t* value) { ___text22_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___text22_22), (void*)value); } inline static int32_t get_offset_of_text23_23() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text23_23)); } inline String_t* get_text23_23() const { return ___text23_23; } inline String_t** get_address_of_text23_23() { return &___text23_23; } inline void set_text23_23(String_t* value) { ___text23_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___text23_23), (void*)value); } inline static int32_t get_offset_of_text24_24() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text24_24)); } inline String_t* get_text24_24() const { return ___text24_24; } inline String_t** get_address_of_text24_24() { return &___text24_24; } inline void set_text24_24(String_t* value) { ___text24_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___text24_24), (void*)value); } inline static int32_t get_offset_of_text25_25() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text25_25)); } inline String_t* get_text25_25() const { return ___text25_25; } inline String_t** get_address_of_text25_25() { return &___text25_25; } inline void set_text25_25(String_t* value) { ___text25_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___text25_25), (void*)value); } inline static int32_t get_offset_of_text26_26() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text26_26)); } inline String_t* get_text26_26() const { return ___text26_26; } inline String_t** get_address_of_text26_26() { return &___text26_26; } inline void set_text26_26(String_t* value) { ___text26_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___text26_26), (void*)value); } inline static int32_t get_offset_of_text27_27() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text27_27)); } inline String_t* get_text27_27() const { return ___text27_27; } inline String_t** get_address_of_text27_27() { return &___text27_27; } inline void set_text27_27(String_t* value) { ___text27_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___text27_27), (void*)value); } inline static int32_t get_offset_of_text28_28() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text28_28)); } inline String_t* get_text28_28() const { return ___text28_28; } inline String_t** get_address_of_text28_28() { return &___text28_28; } inline void set_text28_28(String_t* value) { ___text28_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___text28_28), (void*)value); } inline static int32_t get_offset_of_text29_29() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text29_29)); } inline String_t* get_text29_29() const { return ___text29_29; } inline String_t** get_address_of_text29_29() { return &___text29_29; } inline void set_text29_29(String_t* value) { ___text29_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___text29_29), (void*)value); } inline static int32_t get_offset_of_text30_30() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text30_30)); } inline String_t* get_text30_30() const { return ___text30_30; } inline String_t** get_address_of_text30_30() { return &___text30_30; } inline void set_text30_30(String_t* value) { ___text30_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___text30_30), (void*)value); } inline static int32_t get_offset_of_text31_31() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text31_31)); } inline String_t* get_text31_31() const { return ___text31_31; } inline String_t** get_address_of_text31_31() { return &___text31_31; } inline void set_text31_31(String_t* value) { ___text31_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___text31_31), (void*)value); } inline static int32_t get_offset_of_text32_32() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text32_32)); } inline String_t* get_text32_32() const { return ___text32_32; } inline String_t** get_address_of_text32_32() { return &___text32_32; } inline void set_text32_32(String_t* value) { ___text32_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___text32_32), (void*)value); } inline static int32_t get_offset_of_text33_33() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text33_33)); } inline String_t* get_text33_33() const { return ___text33_33; } inline String_t** get_address_of_text33_33() { return &___text33_33; } inline void set_text33_33(String_t* value) { ___text33_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___text33_33), (void*)value); } inline static int32_t get_offset_of_text34_34() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text34_34)); } inline String_t* get_text34_34() const { return ___text34_34; } inline String_t** get_address_of_text34_34() { return &___text34_34; } inline void set_text34_34(String_t* value) { ___text34_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___text34_34), (void*)value); } inline static int32_t get_offset_of_text35_35() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text35_35)); } inline String_t* get_text35_35() const { return ___text35_35; } inline String_t** get_address_of_text35_35() { return &___text35_35; } inline void set_text35_35(String_t* value) { ___text35_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___text35_35), (void*)value); } inline static int32_t get_offset_of_text36_36() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text36_36)); } inline String_t* get_text36_36() const { return ___text36_36; } inline String_t** get_address_of_text36_36() { return &___text36_36; } inline void set_text36_36(String_t* value) { ___text36_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___text36_36), (void*)value); } inline static int32_t get_offset_of_text37_37() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text37_37)); } inline String_t* get_text37_37() const { return ___text37_37; } inline String_t** get_address_of_text37_37() { return &___text37_37; } inline void set_text37_37(String_t* value) { ___text37_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___text37_37), (void*)value); } inline static int32_t get_offset_of_text38_38() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text38_38)); } inline String_t* get_text38_38() const { return ___text38_38; } inline String_t** get_address_of_text38_38() { return &___text38_38; } inline void set_text38_38(String_t* value) { ___text38_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___text38_38), (void*)value); } inline static int32_t get_offset_of_text39_39() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text39_39)); } inline String_t* get_text39_39() const { return ___text39_39; } inline String_t** get_address_of_text39_39() { return &___text39_39; } inline void set_text39_39(String_t* value) { ___text39_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___text39_39), (void*)value); } inline static int32_t get_offset_of_text40_40() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text40_40)); } inline String_t* get_text40_40() const { return ___text40_40; } inline String_t** get_address_of_text40_40() { return &___text40_40; } inline void set_text40_40(String_t* value) { ___text40_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___text40_40), (void*)value); } inline static int32_t get_offset_of_text41_41() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text41_41)); } inline String_t* get_text41_41() const { return ___text41_41; } inline String_t** get_address_of_text41_41() { return &___text41_41; } inline void set_text41_41(String_t* value) { ___text41_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___text41_41), (void*)value); } inline static int32_t get_offset_of_text42_42() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text42_42)); } inline String_t* get_text42_42() const { return ___text42_42; } inline String_t** get_address_of_text42_42() { return &___text42_42; } inline void set_text42_42(String_t* value) { ___text42_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___text42_42), (void*)value); } inline static int32_t get_offset_of_text43_43() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text43_43)); } inline String_t* get_text43_43() const { return ___text43_43; } inline String_t** get_address_of_text43_43() { return &___text43_43; } inline void set_text43_43(String_t* value) { ___text43_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___text43_43), (void*)value); } inline static int32_t get_offset_of_text44_44() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text44_44)); } inline String_t* get_text44_44() const { return ___text44_44; } inline String_t** get_address_of_text44_44() { return &___text44_44; } inline void set_text44_44(String_t* value) { ___text44_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___text44_44), (void*)value); } inline static int32_t get_offset_of_text45_45() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text45_45)); } inline String_t* get_text45_45() const { return ___text45_45; } inline String_t** get_address_of_text45_45() { return &___text45_45; } inline void set_text45_45(String_t* value) { ___text45_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___text45_45), (void*)value); } inline static int32_t get_offset_of_text46_46() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text46_46)); } inline String_t* get_text46_46() const { return ___text46_46; } inline String_t** get_address_of_text46_46() { return &___text46_46; } inline void set_text46_46(String_t* value) { ___text46_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___text46_46), (void*)value); } inline static int32_t get_offset_of_text47_47() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text47_47)); } inline String_t* get_text47_47() const { return ___text47_47; } inline String_t** get_address_of_text47_47() { return &___text47_47; } inline void set_text47_47(String_t* value) { ___text47_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___text47_47), (void*)value); } inline static int32_t get_offset_of_text48_48() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text48_48)); } inline String_t* get_text48_48() const { return ___text48_48; } inline String_t** get_address_of_text48_48() { return &___text48_48; } inline void set_text48_48(String_t* value) { ___text48_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___text48_48), (void*)value); } inline static int32_t get_offset_of_text49_49() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text49_49)); } inline String_t* get_text49_49() const { return ___text49_49; } inline String_t** get_address_of_text49_49() { return &___text49_49; } inline void set_text49_49(String_t* value) { ___text49_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___text49_49), (void*)value); } inline static int32_t get_offset_of_text50_50() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text50_50)); } inline String_t* get_text50_50() const { return ___text50_50; } inline String_t** get_address_of_text50_50() { return &___text50_50; } inline void set_text50_50(String_t* value) { ___text50_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___text50_50), (void*)value); } inline static int32_t get_offset_of_text51_51() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text51_51)); } inline String_t* get_text51_51() const { return ___text51_51; } inline String_t** get_address_of_text51_51() { return &___text51_51; } inline void set_text51_51(String_t* value) { ___text51_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___text51_51), (void*)value); } inline static int32_t get_offset_of_text61_52() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text61_52)); } inline String_t* get_text61_52() const { return ___text61_52; } inline String_t** get_address_of_text61_52() { return &___text61_52; } inline void set_text61_52(String_t* value) { ___text61_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___text61_52), (void*)value); } inline static int32_t get_offset_of_text62_53() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text62_53)); } inline String_t* get_text62_53() const { return ___text62_53; } inline String_t** get_address_of_text62_53() { return &___text62_53; } inline void set_text62_53(String_t* value) { ___text62_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___text62_53), (void*)value); } inline static int32_t get_offset_of_text63_54() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text63_54)); } inline String_t* get_text63_54() const { return ___text63_54; } inline String_t** get_address_of_text63_54() { return &___text63_54; } inline void set_text63_54(String_t* value) { ___text63_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___text63_54), (void*)value); } inline static int32_t get_offset_of_text64_55() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text64_55)); } inline String_t* get_text64_55() const { return ___text64_55; } inline String_t** get_address_of_text64_55() { return &___text64_55; } inline void set_text64_55(String_t* value) { ___text64_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___text64_55), (void*)value); } inline static int32_t get_offset_of_text65_56() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text65_56)); } inline String_t* get_text65_56() const { return ___text65_56; } inline String_t** get_address_of_text65_56() { return &___text65_56; } inline void set_text65_56(String_t* value) { ___text65_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___text65_56), (void*)value); } inline static int32_t get_offset_of_text66_57() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text66_57)); } inline String_t* get_text66_57() const { return ___text66_57; } inline String_t** get_address_of_text66_57() { return &___text66_57; } inline void set_text66_57(String_t* value) { ___text66_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___text66_57), (void*)value); } inline static int32_t get_offset_of_text67_58() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text67_58)); } inline String_t* get_text67_58() const { return ___text67_58; } inline String_t** get_address_of_text67_58() { return &___text67_58; } inline void set_text67_58(String_t* value) { ___text67_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___text67_58), (void*)value); } inline static int32_t get_offset_of_text68_59() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text68_59)); } inline String_t* get_text68_59() const { return ___text68_59; } inline String_t** get_address_of_text68_59() { return &___text68_59; } inline void set_text68_59(String_t* value) { ___text68_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___text68_59), (void*)value); } inline static int32_t get_offset_of_text69_60() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text69_60)); } inline String_t* get_text69_60() const { return ___text69_60; } inline String_t** get_address_of_text69_60() { return &___text69_60; } inline void set_text69_60(String_t* value) { ___text69_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___text69_60), (void*)value); } inline static int32_t get_offset_of_text70_61() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text70_61)); } inline String_t* get_text70_61() const { return ___text70_61; } inline String_t** get_address_of_text70_61() { return &___text70_61; } inline void set_text70_61(String_t* value) { ___text70_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___text70_61), (void*)value); } inline static int32_t get_offset_of_text71_62() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text71_62)); } inline String_t* get_text71_62() const { return ___text71_62; } inline String_t** get_address_of_text71_62() { return &___text71_62; } inline void set_text71_62(String_t* value) { ___text71_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___text71_62), (void*)value); } inline static int32_t get_offset_of_text72_63() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text72_63)); } inline String_t* get_text72_63() const { return ___text72_63; } inline String_t** get_address_of_text72_63() { return &___text72_63; } inline void set_text72_63(String_t* value) { ___text72_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___text72_63), (void*)value); } inline static int32_t get_offset_of_text73_64() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text73_64)); } inline String_t* get_text73_64() const { return ___text73_64; } inline String_t** get_address_of_text73_64() { return &___text73_64; } inline void set_text73_64(String_t* value) { ___text73_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___text73_64), (void*)value); } inline static int32_t get_offset_of_text74_65() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text74_65)); } inline String_t* get_text74_65() const { return ___text74_65; } inline String_t** get_address_of_text74_65() { return &___text74_65; } inline void set_text74_65(String_t* value) { ___text74_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___text74_65), (void*)value); } inline static int32_t get_offset_of_text87_66() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text87_66)); } inline String_t* get_text87_66() const { return ___text87_66; } inline String_t** get_address_of_text87_66() { return &___text87_66; } inline void set_text87_66(String_t* value) { ___text87_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___text87_66), (void*)value); } inline static int32_t get_offset_of_text88_67() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text88_67)); } inline String_t* get_text88_67() const { return ___text88_67; } inline String_t** get_address_of_text88_67() { return &___text88_67; } inline void set_text88_67(String_t* value) { ___text88_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___text88_67), (void*)value); } inline static int32_t get_offset_of_text89_68() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text89_68)); } inline String_t* get_text89_68() const { return ___text89_68; } inline String_t** get_address_of_text89_68() { return &___text89_68; } inline void set_text89_68(String_t* value) { ___text89_68 = value; Il2CppCodeGenWriteBarrier((void**)(&___text89_68), (void*)value); } inline static int32_t get_offset_of_text90_69() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text90_69)); } inline String_t* get_text90_69() const { return ___text90_69; } inline String_t** get_address_of_text90_69() { return &___text90_69; } inline void set_text90_69(String_t* value) { ___text90_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___text90_69), (void*)value); } inline static int32_t get_offset_of_text91_70() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text91_70)); } inline String_t* get_text91_70() const { return ___text91_70; } inline String_t** get_address_of_text91_70() { return &___text91_70; } inline void set_text91_70(String_t* value) { ___text91_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___text91_70), (void*)value); } inline static int32_t get_offset_of_text92_71() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text92_71)); } inline String_t* get_text92_71() const { return ___text92_71; } inline String_t** get_address_of_text92_71() { return &___text92_71; } inline void set_text92_71(String_t* value) { ___text92_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___text92_71), (void*)value); } inline static int32_t get_offset_of_text93_72() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text93_72)); } inline String_t* get_text93_72() const { return ___text93_72; } inline String_t** get_address_of_text93_72() { return &___text93_72; } inline void set_text93_72(String_t* value) { ___text93_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___text93_72), (void*)value); } inline static int32_t get_offset_of_text94_73() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text94_73)); } inline String_t* get_text94_73() const { return ___text94_73; } inline String_t** get_address_of_text94_73() { return &___text94_73; } inline void set_text94_73(String_t* value) { ___text94_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___text94_73), (void*)value); } inline static int32_t get_offset_of_text95_74() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text95_74)); } inline String_t* get_text95_74() const { return ___text95_74; } inline String_t** get_address_of_text95_74() { return &___text95_74; } inline void set_text95_74(String_t* value) { ___text95_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___text95_74), (void*)value); } inline static int32_t get_offset_of_text96_75() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text96_75)); } inline String_t* get_text96_75() const { return ___text96_75; } inline String_t** get_address_of_text96_75() { return &___text96_75; } inline void set_text96_75(String_t* value) { ___text96_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___text96_75), (void*)value); } inline static int32_t get_offset_of_text97_76() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text97_76)); } inline String_t* get_text97_76() const { return ___text97_76; } inline String_t** get_address_of_text97_76() { return &___text97_76; } inline void set_text97_76(String_t* value) { ___text97_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___text97_76), (void*)value); } inline static int32_t get_offset_of_text98_77() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text98_77)); } inline String_t* get_text98_77() const { return ___text98_77; } inline String_t** get_address_of_text98_77() { return &___text98_77; } inline void set_text98_77(String_t* value) { ___text98_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___text98_77), (void*)value); } inline static int32_t get_offset_of_text99_78() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text99_78)); } inline String_t* get_text99_78() const { return ___text99_78; } inline String_t** get_address_of_text99_78() { return &___text99_78; } inline void set_text99_78(String_t* value) { ___text99_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___text99_78), (void*)value); } inline static int32_t get_offset_of_text100_79() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text100_79)); } inline String_t* get_text100_79() const { return ___text100_79; } inline String_t** get_address_of_text100_79() { return &___text100_79; } inline void set_text100_79(String_t* value) { ___text100_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___text100_79), (void*)value); } inline static int32_t get_offset_of_text101_80() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text101_80)); } inline String_t* get_text101_80() const { return ___text101_80; } inline String_t** get_address_of_text101_80() { return &___text101_80; } inline void set_text101_80(String_t* value) { ___text101_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___text101_80), (void*)value); } inline static int32_t get_offset_of_text102_81() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text102_81)); } inline String_t* get_text102_81() const { return ___text102_81; } inline String_t** get_address_of_text102_81() { return &___text102_81; } inline void set_text102_81(String_t* value) { ___text102_81 = value; Il2CppCodeGenWriteBarrier((void**)(&___text102_81), (void*)value); } inline static int32_t get_offset_of_text103_82() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text103_82)); } inline String_t* get_text103_82() const { return ___text103_82; } inline String_t** get_address_of_text103_82() { return &___text103_82; } inline void set_text103_82(String_t* value) { ___text103_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___text103_82), (void*)value); } inline static int32_t get_offset_of_text104_83() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text104_83)); } inline String_t* get_text104_83() const { return ___text104_83; } inline String_t** get_address_of_text104_83() { return &___text104_83; } inline void set_text104_83(String_t* value) { ___text104_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___text104_83), (void*)value); } inline static int32_t get_offset_of_text105_84() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text105_84)); } inline String_t* get_text105_84() const { return ___text105_84; } inline String_t** get_address_of_text105_84() { return &___text105_84; } inline void set_text105_84(String_t* value) { ___text105_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___text105_84), (void*)value); } inline static int32_t get_offset_of_text106_85() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text106_85)); } inline String_t* get_text106_85() const { return ___text106_85; } inline String_t** get_address_of_text106_85() { return &___text106_85; } inline void set_text106_85(String_t* value) { ___text106_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___text106_85), (void*)value); } inline static int32_t get_offset_of_text107_86() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text107_86)); } inline String_t* get_text107_86() const { return ___text107_86; } inline String_t** get_address_of_text107_86() { return &___text107_86; } inline void set_text107_86(String_t* value) { ___text107_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___text107_86), (void*)value); } inline static int32_t get_offset_of_text108_87() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text108_87)); } inline String_t* get_text108_87() const { return ___text108_87; } inline String_t** get_address_of_text108_87() { return &___text108_87; } inline void set_text108_87(String_t* value) { ___text108_87 = value; Il2CppCodeGenWriteBarrier((void**)(&___text108_87), (void*)value); } inline static int32_t get_offset_of_text109_88() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text109_88)); } inline String_t* get_text109_88() const { return ___text109_88; } inline String_t** get_address_of_text109_88() { return &___text109_88; } inline void set_text109_88(String_t* value) { ___text109_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___text109_88), (void*)value); } inline static int32_t get_offset_of_text110_89() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text110_89)); } inline String_t* get_text110_89() const { return ___text110_89; } inline String_t** get_address_of_text110_89() { return &___text110_89; } inline void set_text110_89(String_t* value) { ___text110_89 = value; Il2CppCodeGenWriteBarrier((void**)(&___text110_89), (void*)value); } inline static int32_t get_offset_of_text111_90() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text111_90)); } inline String_t* get_text111_90() const { return ___text111_90; } inline String_t** get_address_of_text111_90() { return &___text111_90; } inline void set_text111_90(String_t* value) { ___text111_90 = value; Il2CppCodeGenWriteBarrier((void**)(&___text111_90), (void*)value); } inline static int32_t get_offset_of_text112_91() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text112_91)); } inline String_t* get_text112_91() const { return ___text112_91; } inline String_t** get_address_of_text112_91() { return &___text112_91; } inline void set_text112_91(String_t* value) { ___text112_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___text112_91), (void*)value); } inline static int32_t get_offset_of_text113_92() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text113_92)); } inline String_t* get_text113_92() const { return ___text113_92; } inline String_t** get_address_of_text113_92() { return &___text113_92; } inline void set_text113_92(String_t* value) { ___text113_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___text113_92), (void*)value); } inline static int32_t get_offset_of_text114_93() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text114_93)); } inline String_t* get_text114_93() const { return ___text114_93; } inline String_t** get_address_of_text114_93() { return &___text114_93; } inline void set_text114_93(String_t* value) { ___text114_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___text114_93), (void*)value); } inline static int32_t get_offset_of_text115_94() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text115_94)); } inline String_t* get_text115_94() const { return ___text115_94; } inline String_t** get_address_of_text115_94() { return &___text115_94; } inline void set_text115_94(String_t* value) { ___text115_94 = value; Il2CppCodeGenWriteBarrier((void**)(&___text115_94), (void*)value); } inline static int32_t get_offset_of_text117_95() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text117_95)); } inline String_t* get_text117_95() const { return ___text117_95; } inline String_t** get_address_of_text117_95() { return &___text117_95; } inline void set_text117_95(String_t* value) { ___text117_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___text117_95), (void*)value); } inline static int32_t get_offset_of_text118_96() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text118_96)); } inline String_t* get_text118_96() const { return ___text118_96; } inline String_t** get_address_of_text118_96() { return &___text118_96; } inline void set_text118_96(String_t* value) { ___text118_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___text118_96), (void*)value); } inline static int32_t get_offset_of_text119_97() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text119_97)); } inline String_t* get_text119_97() const { return ___text119_97; } inline String_t** get_address_of_text119_97() { return &___text119_97; } inline void set_text119_97(String_t* value) { ___text119_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___text119_97), (void*)value); } inline static int32_t get_offset_of_text500_98() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text500_98)); } inline String_t* get_text500_98() const { return ___text500_98; } inline String_t** get_address_of_text500_98() { return &___text500_98; } inline void set_text500_98(String_t* value) { ___text500_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___text500_98), (void*)value); } inline static int32_t get_offset_of_text501_99() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text501_99)); } inline String_t* get_text501_99() const { return ___text501_99; } inline String_t** get_address_of_text501_99() { return &___text501_99; } inline void set_text501_99(String_t* value) { ___text501_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___text501_99), (void*)value); } inline static int32_t get_offset_of_text502_100() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text502_100)); } inline String_t* get_text502_100() const { return ___text502_100; } inline String_t** get_address_of_text502_100() { return &___text502_100; } inline void set_text502_100(String_t* value) { ___text502_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___text502_100), (void*)value); } inline static int32_t get_offset_of_text503_101() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text503_101)); } inline String_t* get_text503_101() const { return ___text503_101; } inline String_t** get_address_of_text503_101() { return &___text503_101; } inline void set_text503_101(String_t* value) { ___text503_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___text503_101), (void*)value); } inline static int32_t get_offset_of_text504_102() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text504_102)); } inline String_t* get_text504_102() const { return ___text504_102; } inline String_t** get_address_of_text504_102() { return &___text504_102; } inline void set_text504_102(String_t* value) { ___text504_102 = value; Il2CppCodeGenWriteBarrier((void**)(&___text504_102), (void*)value); } inline static int32_t get_offset_of_text122_103() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text122_103)); } inline String_t* get_text122_103() const { return ___text122_103; } inline String_t** get_address_of_text122_103() { return &___text122_103; } inline void set_text122_103(String_t* value) { ___text122_103 = value; Il2CppCodeGenWriteBarrier((void**)(&___text122_103), (void*)value); } inline static int32_t get_offset_of_text123_104() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text123_104)); } inline String_t* get_text123_104() const { return ___text123_104; } inline String_t** get_address_of_text123_104() { return &___text123_104; } inline void set_text123_104(String_t* value) { ___text123_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___text123_104), (void*)value); } inline static int32_t get_offset_of_text124_105() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text124_105)); } inline String_t* get_text124_105() const { return ___text124_105; } inline String_t** get_address_of_text124_105() { return &___text124_105; } inline void set_text124_105(String_t* value) { ___text124_105 = value; Il2CppCodeGenWriteBarrier((void**)(&___text124_105), (void*)value); } inline static int32_t get_offset_of_text125_106() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text125_106)); } inline String_t* get_text125_106() const { return ___text125_106; } inline String_t** get_address_of_text125_106() { return &___text125_106; } inline void set_text125_106(String_t* value) { ___text125_106 = value; Il2CppCodeGenWriteBarrier((void**)(&___text125_106), (void*)value); } inline static int32_t get_offset_of_text126_107() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text126_107)); } inline String_t* get_text126_107() const { return ___text126_107; } inline String_t** get_address_of_text126_107() { return &___text126_107; } inline void set_text126_107(String_t* value) { ___text126_107 = value; Il2CppCodeGenWriteBarrier((void**)(&___text126_107), (void*)value); } inline static int32_t get_offset_of_text133_108() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text133_108)); } inline String_t* get_text133_108() const { return ___text133_108; } inline String_t** get_address_of_text133_108() { return &___text133_108; } inline void set_text133_108(String_t* value) { ___text133_108 = value; Il2CppCodeGenWriteBarrier((void**)(&___text133_108), (void*)value); } inline static int32_t get_offset_of_text127_109() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text127_109)); } inline String_t* get_text127_109() const { return ___text127_109; } inline String_t** get_address_of_text127_109() { return &___text127_109; } inline void set_text127_109(String_t* value) { ___text127_109 = value; Il2CppCodeGenWriteBarrier((void**)(&___text127_109), (void*)value); } inline static int32_t get_offset_of_text128_110() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text128_110)); } inline String_t* get_text128_110() const { return ___text128_110; } inline String_t** get_address_of_text128_110() { return &___text128_110; } inline void set_text128_110(String_t* value) { ___text128_110 = value; Il2CppCodeGenWriteBarrier((void**)(&___text128_110), (void*)value); } inline static int32_t get_offset_of_text129_111() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text129_111)); } inline String_t* get_text129_111() const { return ___text129_111; } inline String_t** get_address_of_text129_111() { return &___text129_111; } inline void set_text129_111(String_t* value) { ___text129_111 = value; Il2CppCodeGenWriteBarrier((void**)(&___text129_111), (void*)value); } inline static int32_t get_offset_of_text132_112() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text132_112)); } inline String_t* get_text132_112() const { return ___text132_112; } inline String_t** get_address_of_text132_112() { return &___text132_112; } inline void set_text132_112(String_t* value) { ___text132_112 = value; Il2CppCodeGenWriteBarrier((void**)(&___text132_112), (void*)value); } inline static int32_t get_offset_of_text130_113() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text130_113)); } inline String_t* get_text130_113() const { return ___text130_113; } inline String_t** get_address_of_text130_113() { return &___text130_113; } inline void set_text130_113(String_t* value) { ___text130_113 = value; Il2CppCodeGenWriteBarrier((void**)(&___text130_113), (void*)value); } inline static int32_t get_offset_of_text131_114() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text131_114)); } inline String_t* get_text131_114() const { return ___text131_114; } inline String_t** get_address_of_text131_114() { return &___text131_114; } inline void set_text131_114(String_t* value) { ___text131_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___text131_114), (void*)value); } inline static int32_t get_offset_of_text401_115() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text401_115)); } inline String_t* get_text401_115() const { return ___text401_115; } inline String_t** get_address_of_text401_115() { return &___text401_115; } inline void set_text401_115(String_t* value) { ___text401_115 = value; Il2CppCodeGenWriteBarrier((void**)(&___text401_115), (void*)value); } inline static int32_t get_offset_of_text134_116() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text134_116)); } inline String_t* get_text134_116() const { return ___text134_116; } inline String_t** get_address_of_text134_116() { return &___text134_116; } inline void set_text134_116(String_t* value) { ___text134_116 = value; Il2CppCodeGenWriteBarrier((void**)(&___text134_116), (void*)value); } inline static int32_t get_offset_of_text135_117() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text135_117)); } inline String_t* get_text135_117() const { return ___text135_117; } inline String_t** get_address_of_text135_117() { return &___text135_117; } inline void set_text135_117(String_t* value) { ___text135_117 = value; Il2CppCodeGenWriteBarrier((void**)(&___text135_117), (void*)value); } inline static int32_t get_offset_of_text136_118() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text136_118)); } inline String_t* get_text136_118() const { return ___text136_118; } inline String_t** get_address_of_text136_118() { return &___text136_118; } inline void set_text136_118(String_t* value) { ___text136_118 = value; Il2CppCodeGenWriteBarrier((void**)(&___text136_118), (void*)value); } inline static int32_t get_offset_of_text137_119() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text137_119)); } inline String_t* get_text137_119() const { return ___text137_119; } inline String_t** get_address_of_text137_119() { return &___text137_119; } inline void set_text137_119(String_t* value) { ___text137_119 = value; Il2CppCodeGenWriteBarrier((void**)(&___text137_119), (void*)value); } inline static int32_t get_offset_of_text302_120() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text302_120)); } inline String_t* get_text302_120() const { return ___text302_120; } inline String_t** get_address_of_text302_120() { return &___text302_120; } inline void set_text302_120(String_t* value) { ___text302_120 = value; Il2CppCodeGenWriteBarrier((void**)(&___text302_120), (void*)value); } inline static int32_t get_offset_of_text303_121() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text303_121)); } inline String_t* get_text303_121() const { return ___text303_121; } inline String_t** get_address_of_text303_121() { return &___text303_121; } inline void set_text303_121(String_t* value) { ___text303_121 = value; Il2CppCodeGenWriteBarrier((void**)(&___text303_121), (void*)value); } inline static int32_t get_offset_of_text304_122() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text304_122)); } inline String_t* get_text304_122() const { return ___text304_122; } inline String_t** get_address_of_text304_122() { return &___text304_122; } inline void set_text304_122(String_t* value) { ___text304_122 = value; Il2CppCodeGenWriteBarrier((void**)(&___text304_122), (void*)value); } inline static int32_t get_offset_of_text305_123() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text305_123)); } inline String_t* get_text305_123() const { return ___text305_123; } inline String_t** get_address_of_text305_123() { return &___text305_123; } inline void set_text305_123(String_t* value) { ___text305_123 = value; Il2CppCodeGenWriteBarrier((void**)(&___text305_123), (void*)value); } inline static int32_t get_offset_of_text306_124() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text306_124)); } inline String_t* get_text306_124() const { return ___text306_124; } inline String_t** get_address_of_text306_124() { return &___text306_124; } inline void set_text306_124(String_t* value) { ___text306_124 = value; Il2CppCodeGenWriteBarrier((void**)(&___text306_124), (void*)value); } inline static int32_t get_offset_of_text307_125() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text307_125)); } inline String_t* get_text307_125() const { return ___text307_125; } inline String_t** get_address_of_text307_125() { return &___text307_125; } inline void set_text307_125(String_t* value) { ___text307_125 = value; Il2CppCodeGenWriteBarrier((void**)(&___text307_125), (void*)value); } inline static int32_t get_offset_of_text308_126() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text308_126)); } inline String_t* get_text308_126() const { return ___text308_126; } inline String_t** get_address_of_text308_126() { return &___text308_126; } inline void set_text308_126(String_t* value) { ___text308_126 = value; Il2CppCodeGenWriteBarrier((void**)(&___text308_126), (void*)value); } inline static int32_t get_offset_of_text309_127() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text309_127)); } inline String_t* get_text309_127() const { return ___text309_127; } inline String_t** get_address_of_text309_127() { return &___text309_127; } inline void set_text309_127(String_t* value) { ___text309_127 = value; Il2CppCodeGenWriteBarrier((void**)(&___text309_127), (void*)value); } inline static int32_t get_offset_of_text310_128() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text310_128)); } inline String_t* get_text310_128() const { return ___text310_128; } inline String_t** get_address_of_text310_128() { return &___text310_128; } inline void set_text310_128(String_t* value) { ___text310_128 = value; Il2CppCodeGenWriteBarrier((void**)(&___text310_128), (void*)value); } inline static int32_t get_offset_of_text311_129() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text311_129)); } inline String_t* get_text311_129() const { return ___text311_129; } inline String_t** get_address_of_text311_129() { return &___text311_129; } inline void set_text311_129(String_t* value) { ___text311_129 = value; Il2CppCodeGenWriteBarrier((void**)(&___text311_129), (void*)value); } inline static int32_t get_offset_of_text312_130() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text312_130)); } inline String_t* get_text312_130() const { return ___text312_130; } inline String_t** get_address_of_text312_130() { return &___text312_130; } inline void set_text312_130(String_t* value) { ___text312_130 = value; Il2CppCodeGenWriteBarrier((void**)(&___text312_130), (void*)value); } inline static int32_t get_offset_of_text313_131() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text313_131)); } inline String_t* get_text313_131() const { return ___text313_131; } inline String_t** get_address_of_text313_131() { return &___text313_131; } inline void set_text313_131(String_t* value) { ___text313_131 = value; Il2CppCodeGenWriteBarrier((void**)(&___text313_131), (void*)value); } inline static int32_t get_offset_of_text314_132() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text314_132)); } inline String_t* get_text314_132() const { return ___text314_132; } inline String_t** get_address_of_text314_132() { return &___text314_132; } inline void set_text314_132(String_t* value) { ___text314_132 = value; Il2CppCodeGenWriteBarrier((void**)(&___text314_132), (void*)value); } inline static int32_t get_offset_of_text315_133() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text315_133)); } inline String_t* get_text315_133() const { return ___text315_133; } inline String_t** get_address_of_text315_133() { return &___text315_133; } inline void set_text315_133(String_t* value) { ___text315_133 = value; Il2CppCodeGenWriteBarrier((void**)(&___text315_133), (void*)value); } inline static int32_t get_offset_of_text318_134() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text318_134)); } inline String_t* get_text318_134() const { return ___text318_134; } inline String_t** get_address_of_text318_134() { return &___text318_134; } inline void set_text318_134(String_t* value) { ___text318_134 = value; Il2CppCodeGenWriteBarrier((void**)(&___text318_134), (void*)value); } inline static int32_t get_offset_of_text301_135() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text301_135)); } inline String_t* get_text301_135() const { return ___text301_135; } inline String_t** get_address_of_text301_135() { return &___text301_135; } inline void set_text301_135(String_t* value) { ___text301_135 = value; Il2CppCodeGenWriteBarrier((void**)(&___text301_135), (void*)value); } inline static int32_t get_offset_of_text316_136() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text316_136)); } inline String_t* get_text316_136() const { return ___text316_136; } inline String_t** get_address_of_text316_136() { return &___text316_136; } inline void set_text316_136(String_t* value) { ___text316_136 = value; Il2CppCodeGenWriteBarrier((void**)(&___text316_136), (void*)value); } inline static int32_t get_offset_of_text317_137() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text317_137)); } inline String_t* get_text317_137() const { return ___text317_137; } inline String_t** get_address_of_text317_137() { return &___text317_137; } inline void set_text317_137(String_t* value) { ___text317_137 = value; Il2CppCodeGenWriteBarrier((void**)(&___text317_137), (void*)value); } inline static int32_t get_offset_of_text300_138() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text300_138)); } inline String_t* get_text300_138() const { return ___text300_138; } inline String_t** get_address_of_text300_138() { return &___text300_138; } inline void set_text300_138(String_t* value) { ___text300_138 = value; Il2CppCodeGenWriteBarrier((void**)(&___text300_138), (void*)value); } inline static int32_t get_offset_of_text400_139() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text400_139)); } inline String_t* get_text400_139() const { return ___text400_139; } inline String_t** get_address_of_text400_139() { return &___text400_139; } inline void set_text400_139(String_t* value) { ___text400_139 = value; Il2CppCodeGenWriteBarrier((void**)(&___text400_139), (void*)value); } inline static int32_t get_offset_of_text76_140() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text76_140)); } inline String_t* get_text76_140() const { return ___text76_140; } inline String_t** get_address_of_text76_140() { return &___text76_140; } inline void set_text76_140(String_t* value) { ___text76_140 = value; Il2CppCodeGenWriteBarrier((void**)(&___text76_140), (void*)value); } inline static int32_t get_offset_of_text77_141() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text77_141)); } inline String_t* get_text77_141() const { return ___text77_141; } inline String_t** get_address_of_text77_141() { return &___text77_141; } inline void set_text77_141(String_t* value) { ___text77_141 = value; Il2CppCodeGenWriteBarrier((void**)(&___text77_141), (void*)value); } inline static int32_t get_offset_of_text78_142() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text78_142)); } inline String_t* get_text78_142() const { return ___text78_142; } inline String_t** get_address_of_text78_142() { return &___text78_142; } inline void set_text78_142(String_t* value) { ___text78_142 = value; Il2CppCodeGenWriteBarrier((void**)(&___text78_142), (void*)value); } inline static int32_t get_offset_of_text79_143() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text79_143)); } inline String_t* get_text79_143() const { return ___text79_143; } inline String_t** get_address_of_text79_143() { return &___text79_143; } inline void set_text79_143(String_t* value) { ___text79_143 = value; Il2CppCodeGenWriteBarrier((void**)(&___text79_143), (void*)value); } inline static int32_t get_offset_of_text80_144() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text80_144)); } inline String_t* get_text80_144() const { return ___text80_144; } inline String_t** get_address_of_text80_144() { return &___text80_144; } inline void set_text80_144(String_t* value) { ___text80_144 = value; Il2CppCodeGenWriteBarrier((void**)(&___text80_144), (void*)value); } inline static int32_t get_offset_of_text81_145() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text81_145)); } inline String_t* get_text81_145() const { return ___text81_145; } inline String_t** get_address_of_text81_145() { return &___text81_145; } inline void set_text81_145(String_t* value) { ___text81_145 = value; Il2CppCodeGenWriteBarrier((void**)(&___text81_145), (void*)value); } inline static int32_t get_offset_of_text82_146() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text82_146)); } inline String_t* get_text82_146() const { return ___text82_146; } inline String_t** get_address_of_text82_146() { return &___text82_146; } inline void set_text82_146(String_t* value) { ___text82_146 = value; Il2CppCodeGenWriteBarrier((void**)(&___text82_146), (void*)value); } inline static int32_t get_offset_of_text83_147() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text83_147)); } inline String_t* get_text83_147() const { return ___text83_147; } inline String_t** get_address_of_text83_147() { return &___text83_147; } inline void set_text83_147(String_t* value) { ___text83_147 = value; Il2CppCodeGenWriteBarrier((void**)(&___text83_147), (void*)value); } inline static int32_t get_offset_of_text84_148() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text84_148)); } inline String_t* get_text84_148() const { return ___text84_148; } inline String_t** get_address_of_text84_148() { return &___text84_148; } inline void set_text84_148(String_t* value) { ___text84_148 = value; Il2CppCodeGenWriteBarrier((void**)(&___text84_148), (void*)value); } inline static int32_t get_offset_of_text85_149() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text85_149)); } inline String_t* get_text85_149() const { return ___text85_149; } inline String_t** get_address_of_text85_149() { return &___text85_149; } inline void set_text85_149(String_t* value) { ___text85_149 = value; Il2CppCodeGenWriteBarrier((void**)(&___text85_149), (void*)value); } inline static int32_t get_offset_of_text86_150() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text86_150)); } inline String_t* get_text86_150() const { return ___text86_150; } inline String_t** get_address_of_text86_150() { return &___text86_150; } inline void set_text86_150(String_t* value) { ___text86_150 = value; Il2CppCodeGenWriteBarrier((void**)(&___text86_150), (void*)value); } inline static int32_t get_offset_of_text116_151() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text116_151)); } inline String_t* get_text116_151() const { return ___text116_151; } inline String_t** get_address_of_text116_151() { return &___text116_151; } inline void set_text116_151(String_t* value) { ___text116_151 = value; Il2CppCodeGenWriteBarrier((void**)(&___text116_151), (void*)value); } inline static int32_t get_offset_of_text120_152() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text120_152)); } inline String_t* get_text120_152() const { return ___text120_152; } inline String_t** get_address_of_text120_152() { return &___text120_152; } inline void set_text120_152(String_t* value) { ___text120_152 = value; Il2CppCodeGenWriteBarrier((void**)(&___text120_152), (void*)value); } inline static int32_t get_offset_of_text121_153() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text121_153)); } inline String_t* get_text121_153() const { return ___text121_153; } inline String_t** get_address_of_text121_153() { return &___text121_153; } inline void set_text121_153(String_t* value) { ___text121_153 = value; Il2CppCodeGenWriteBarrier((void**)(&___text121_153), (void*)value); } inline static int32_t get_offset_of_text200_154() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text200_154)); } inline String_t* get_text200_154() const { return ___text200_154; } inline String_t** get_address_of_text200_154() { return &___text200_154; } inline void set_text200_154(String_t* value) { ___text200_154 = value; Il2CppCodeGenWriteBarrier((void**)(&___text200_154), (void*)value); } inline static int32_t get_offset_of_text201_155() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text201_155)); } inline String_t* get_text201_155() const { return ___text201_155; } inline String_t** get_address_of_text201_155() { return &___text201_155; } inline void set_text201_155(String_t* value) { ___text201_155 = value; Il2CppCodeGenWriteBarrier((void**)(&___text201_155), (void*)value); } inline static int32_t get_offset_of_text202_156() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text202_156)); } inline String_t* get_text202_156() const { return ___text202_156; } inline String_t** get_address_of_text202_156() { return &___text202_156; } inline void set_text202_156(String_t* value) { ___text202_156 = value; Il2CppCodeGenWriteBarrier((void**)(&___text202_156), (void*)value); } inline static int32_t get_offset_of_text203_157() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text203_157)); } inline String_t* get_text203_157() const { return ___text203_157; } inline String_t** get_address_of_text203_157() { return &___text203_157; } inline void set_text203_157(String_t* value) { ___text203_157 = value; Il2CppCodeGenWriteBarrier((void**)(&___text203_157), (void*)value); } inline static int32_t get_offset_of_text204_158() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text204_158)); } inline String_t* get_text204_158() const { return ___text204_158; } inline String_t** get_address_of_text204_158() { return &___text204_158; } inline void set_text204_158(String_t* value) { ___text204_158 = value; Il2CppCodeGenWriteBarrier((void**)(&___text204_158), (void*)value); } inline static int32_t get_offset_of_text205_159() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text205_159)); } inline String_t* get_text205_159() const { return ___text205_159; } inline String_t** get_address_of_text205_159() { return &___text205_159; } inline void set_text205_159(String_t* value) { ___text205_159 = value; Il2CppCodeGenWriteBarrier((void**)(&___text205_159), (void*)value); } inline static int32_t get_offset_of_text1000_160() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text1000_160)); } inline String_t* get_text1000_160() const { return ___text1000_160; } inline String_t** get_address_of_text1000_160() { return &___text1000_160; } inline void set_text1000_160(String_t* value) { ___text1000_160 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1000_160), (void*)value); } inline static int32_t get_offset_of_text1001_161() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text1001_161)); } inline String_t* get_text1001_161() const { return ___text1001_161; } inline String_t** get_address_of_text1001_161() { return &___text1001_161; } inline void set_text1001_161(String_t* value) { ___text1001_161 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1001_161), (void*)value); } inline static int32_t get_offset_of_text2000_162() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text2000_162)); } inline String_t* get_text2000_162() const { return ___text2000_162; } inline String_t** get_address_of_text2000_162() { return &___text2000_162; } inline void set_text2000_162(String_t* value) { ___text2000_162 = value; Il2CppCodeGenWriteBarrier((void**)(&___text2000_162), (void*)value); } inline static int32_t get_offset_of_text2001_163() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text2001_163)); } inline String_t* get_text2001_163() const { return ___text2001_163; } inline String_t** get_address_of_text2001_163() { return &___text2001_163; } inline void set_text2001_163(String_t* value) { ___text2001_163 = value; Il2CppCodeGenWriteBarrier((void**)(&___text2001_163), (void*)value); } inline static int32_t get_offset_of_text2002_164() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text2002_164)); } inline String_t* get_text2002_164() const { return ___text2002_164; } inline String_t** get_address_of_text2002_164() { return &___text2002_164; } inline void set_text2002_164(String_t* value) { ___text2002_164 = value; Il2CppCodeGenWriteBarrier((void**)(&___text2002_164), (void*)value); } inline static int32_t get_offset_of_text2003_165() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text2003_165)); } inline String_t* get_text2003_165() const { return ___text2003_165; } inline String_t** get_address_of_text2003_165() { return &___text2003_165; } inline void set_text2003_165(String_t* value) { ___text2003_165 = value; Il2CppCodeGenWriteBarrier((void**)(&___text2003_165), (void*)value); } inline static int32_t get_offset_of_text101000_166() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text101000_166)); } inline String_t* get_text101000_166() const { return ___text101000_166; } inline String_t** get_address_of_text101000_166() { return &___text101000_166; } inline void set_text101000_166(String_t* value) { ___text101000_166 = value; Il2CppCodeGenWriteBarrier((void**)(&___text101000_166), (void*)value); } inline static int32_t get_offset_of_text101001_167() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text101001_167)); } inline String_t* get_text101001_167() const { return ___text101001_167; } inline String_t** get_address_of_text101001_167() { return &___text101001_167; } inline void set_text101001_167(String_t* value) { ___text101001_167 = value; Il2CppCodeGenWriteBarrier((void**)(&___text101001_167), (void*)value); } inline static int32_t get_offset_of_text111000_168() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text111000_168)); } inline String_t* get_text111000_168() const { return ___text111000_168; } inline String_t** get_address_of_text111000_168() { return &___text111000_168; } inline void set_text111000_168(String_t* value) { ___text111000_168 = value; Il2CppCodeGenWriteBarrier((void**)(&___text111000_168), (void*)value); } inline static int32_t get_offset_of_text111001_169() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text111001_169)); } inline String_t* get_text111001_169() const { return ___text111001_169; } inline String_t** get_address_of_text111001_169() { return &___text111001_169; } inline void set_text111001_169(String_t* value) { ___text111001_169 = value; Il2CppCodeGenWriteBarrier((void**)(&___text111001_169), (void*)value); } inline static int32_t get_offset_of_text200000_170() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text200000_170)); } inline String_t* get_text200000_170() const { return ___text200000_170; } inline String_t** get_address_of_text200000_170() { return &___text200000_170; } inline void set_text200000_170(String_t* value) { ___text200000_170 = value; Il2CppCodeGenWriteBarrier((void**)(&___text200000_170), (void*)value); } inline static int32_t get_offset_of_text201000_171() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text201000_171)); } inline String_t* get_text201000_171() const { return ___text201000_171; } inline String_t** get_address_of_text201000_171() { return &___text201000_171; } inline void set_text201000_171(String_t* value) { ___text201000_171 = value; Il2CppCodeGenWriteBarrier((void**)(&___text201000_171), (void*)value); } inline static int32_t get_offset_of_text201001_172() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text201001_172)); } inline String_t* get_text201001_172() const { return ___text201001_172; } inline String_t** get_address_of_text201001_172() { return &___text201001_172; } inline void set_text201001_172(String_t* value) { ___text201001_172 = value; Il2CppCodeGenWriteBarrier((void**)(&___text201001_172), (void*)value); } inline static int32_t get_offset_of_text201002_173() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text201002_173)); } inline String_t* get_text201002_173() const { return ___text201002_173; } inline String_t** get_address_of_text201002_173() { return &___text201002_173; } inline void set_text201002_173(String_t* value) { ___text201002_173 = value; Il2CppCodeGenWriteBarrier((void**)(&___text201002_173), (void*)value); } inline static int32_t get_offset_of_text211000_174() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text211000_174)); } inline String_t* get_text211000_174() const { return ___text211000_174; } inline String_t** get_address_of_text211000_174() { return &___text211000_174; } inline void set_text211000_174(String_t* value) { ___text211000_174 = value; Il2CppCodeGenWriteBarrier((void**)(&___text211000_174), (void*)value); } inline static int32_t get_offset_of_text211001_175() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text211001_175)); } inline String_t* get_text211001_175() const { return ___text211001_175; } inline String_t** get_address_of_text211001_175() { return &___text211001_175; } inline void set_text211001_175(String_t* value) { ___text211001_175 = value; Il2CppCodeGenWriteBarrier((void**)(&___text211001_175), (void*)value); } inline static int32_t get_offset_of_text211002_176() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text211002_176)); } inline String_t* get_text211002_176() const { return ___text211002_176; } inline String_t** get_address_of_text211002_176() { return &___text211002_176; } inline void set_text211002_176(String_t* value) { ___text211002_176 = value; Il2CppCodeGenWriteBarrier((void**)(&___text211002_176), (void*)value); } inline static int32_t get_offset_of_text1234560_177() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text1234560_177)); } inline String_t* get_text1234560_177() const { return ___text1234560_177; } inline String_t** get_address_of_text1234560_177() { return &___text1234560_177; } inline void set_text1234560_177(String_t* value) { ___text1234560_177 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1234560_177), (void*)value); } inline static int32_t get_offset_of_text1234561_178() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text1234561_178)); } inline String_t* get_text1234561_178() const { return ___text1234561_178; } inline String_t** get_address_of_text1234561_178() { return &___text1234561_178; } inline void set_text1234561_178(String_t* value) { ___text1234561_178 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1234561_178), (void*)value); } inline static int32_t get_offset_of_text1234562_179() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text1234562_179)); } inline String_t* get_text1234562_179() const { return ___text1234562_179; } inline String_t** get_address_of_text1234562_179() { return &___text1234562_179; } inline void set_text1234562_179(String_t* value) { ___text1234562_179 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1234562_179), (void*)value); } inline static int32_t get_offset_of_text1234563_180() { return static_cast(offsetof(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783, ___text1234563_180)); } inline String_t* get_text1234563_180() const { return ___text1234563_180; } inline String_t** get_address_of_text1234563_180() { return &___text1234563_180; } inline void set_text1234563_180(String_t* value) { ___text1234563_180 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1234563_180), (void*)value); } }; // Line struct Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A : public RuntimeObject { public: // System.Int32 Line::_startVertexIndex int32_t ____startVertexIndex_0; // System.Int32 Line::_endVertexIndex int32_t ____endVertexIndex_1; // System.Int32 Line::_vertexCount int32_t ____vertexCount_2; public: inline static int32_t get_offset_of__startVertexIndex_0() { return static_cast(offsetof(Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A, ____startVertexIndex_0)); } inline int32_t get__startVertexIndex_0() const { return ____startVertexIndex_0; } inline int32_t* get_address_of__startVertexIndex_0() { return &____startVertexIndex_0; } inline void set__startVertexIndex_0(int32_t value) { ____startVertexIndex_0 = value; } inline static int32_t get_offset_of__endVertexIndex_1() { return static_cast(offsetof(Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A, ____endVertexIndex_1)); } inline int32_t get__endVertexIndex_1() const { return ____endVertexIndex_1; } inline int32_t* get_address_of__endVertexIndex_1() { return &____endVertexIndex_1; } inline void set__endVertexIndex_1(int32_t value) { ____endVertexIndex_1 = value; } inline static int32_t get_offset_of__vertexCount_2() { return static_cast(offsetof(Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A, ____vertexCount_2)); } inline int32_t get__vertexCount_2() const { return ____vertexCount_2; } inline int32_t* get_address_of__vertexCount_2() { return &____vertexCount_2; } inline void set__vertexCount_2(int32_t value) { ____vertexCount_2 = value; } }; // System.Net.Sockets.LingerOption struct LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 : public RuntimeObject { public: // System.Boolean System.Net.Sockets.LingerOption::enabled bool ___enabled_0; // System.Int32 System.Net.Sockets.LingerOption::lingerTime int32_t ___lingerTime_1; public: inline static int32_t get_offset_of_enabled_0() { return static_cast(offsetof(LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34, ___enabled_0)); } inline bool get_enabled_0() const { return ___enabled_0; } inline bool* get_address_of_enabled_0() { return &___enabled_0; } inline void set_enabled_0(bool value) { ___enabled_0 = value; } inline static int32_t get_offset_of_lingerTime_1() { return static_cast(offsetof(LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34, ___lingerTime_1)); } inline int32_t get_lingerTime_1() const { return ___lingerTime_1; } inline int32_t* get_address_of_lingerTime_1() { return &___lingerTime_1; } inline void set_lingerTime_1(int32_t value) { ___lingerTime_1 = value; } }; // BestHTTP.SignalRCore.Encoders.LitJsonEncoder struct LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D : 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; }; // MatchPlayerInfo struct MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B : public RuntimeObject { public: // System.Int32 MatchPlayerInfo::playerID int32_t ___playerID_0; // System.Int32 MatchPlayerInfo::avatarID int32_t ___avatarID_1; // System.String MatchPlayerInfo::nickname String_t* ___nickname_2; public: inline static int32_t get_offset_of_playerID_0() { return static_cast(offsetof(MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B, ___playerID_0)); } inline int32_t get_playerID_0() const { return ___playerID_0; } inline int32_t* get_address_of_playerID_0() { return &___playerID_0; } inline void set_playerID_0(int32_t value) { ___playerID_0 = value; } inline static int32_t get_offset_of_avatarID_1() { return static_cast(offsetof(MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B, ___avatarID_1)); } inline int32_t get_avatarID_1() const { return ___avatarID_1; } inline int32_t* get_address_of_avatarID_1() { return &___avatarID_1; } inline void set_avatarID_1(int32_t value) { ___avatarID_1 = value; } inline static int32_t get_offset_of_nickname_2() { return static_cast(offsetof(MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B, ___nickname_2)); } inline String_t* get_nickname_2() const { return ___nickname_2; } inline String_t** get_address_of_nickname_2() { return &___nickname_2; } inline void set_nickname_2(String_t* value) { ___nickname_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nickname_2), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers struct OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED : public RuntimeObject { public: public: }; struct OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD4WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsa_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD5WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5WithRsa_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::MD4WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsaEncryption_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesEcb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEcb_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesCbc_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesOfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesOfb_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesCfb DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesCfb_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DesEde DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::IdSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSha1_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::DsaWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DsaWithSha1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::Sha1WithRsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha1WithRsa_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.OiwObjectIdentifiers::ElGamalAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ElGamalAlgorithm_11; public: inline static int32_t get_offset_of_MD4WithRsa_0() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD4WithRsa_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsa_0() const { return ___MD4WithRsa_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsa_0() { return &___MD4WithRsa_0; } inline void set_MD4WithRsa_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsa_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsa_0), (void*)value); } inline static int32_t get_offset_of_MD5WithRsa_1() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD5WithRsa_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5WithRsa_1() const { return ___MD5WithRsa_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5WithRsa_1() { return &___MD5WithRsa_1; } inline void set_MD5WithRsa_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5WithRsa_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5WithRsa_1), (void*)value); } inline static int32_t get_offset_of_MD4WithRsaEncryption_2() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___MD4WithRsaEncryption_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsaEncryption_2() const { return ___MD4WithRsaEncryption_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsaEncryption_2() { return &___MD4WithRsaEncryption_2; } inline void set_MD4WithRsaEncryption_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsaEncryption_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsaEncryption_2), (void*)value); } inline static int32_t get_offset_of_DesEcb_3() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesEcb_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEcb_3() const { return ___DesEcb_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEcb_3() { return &___DesEcb_3; } inline void set_DesEcb_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEcb_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEcb_3), (void*)value); } inline static int32_t get_offset_of_DesCbc_4() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesCbc_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesCbc_4() const { return ___DesCbc_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesCbc_4() { return &___DesCbc_4; } inline void set_DesCbc_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesCbc_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesCbc_4), (void*)value); } inline static int32_t get_offset_of_DesOfb_5() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesOfb_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesOfb_5() const { return ___DesOfb_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesOfb_5() { return &___DesOfb_5; } inline void set_DesOfb_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesOfb_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesOfb_5), (void*)value); } inline static int32_t get_offset_of_DesCfb_6() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesCfb_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesCfb_6() const { return ___DesCfb_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesCfb_6() { return &___DesCfb_6; } inline void set_DesCfb_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesCfb_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesCfb_6), (void*)value); } inline static int32_t get_offset_of_DesEde_7() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DesEde_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde_7() const { return ___DesEde_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde_7() { return &___DesEde_7; } inline void set_DesEde_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde_7), (void*)value); } inline static int32_t get_offset_of_IdSha1_8() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___IdSha1_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSha1_8() const { return ___IdSha1_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSha1_8() { return &___IdSha1_8; } inline void set_IdSha1_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSha1_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSha1_8), (void*)value); } inline static int32_t get_offset_of_DsaWithSha1_9() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___DsaWithSha1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DsaWithSha1_9() const { return ___DsaWithSha1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DsaWithSha1_9() { return &___DsaWithSha1_9; } inline void set_DsaWithSha1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DsaWithSha1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DsaWithSha1_9), (void*)value); } inline static int32_t get_offset_of_Sha1WithRsa_10() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___Sha1WithRsa_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha1WithRsa_10() const { return ___Sha1WithRsa_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha1WithRsa_10() { return &___Sha1WithRsa_10; } inline void set_Sha1WithRsa_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha1WithRsa_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha1WithRsa_10), (void*)value); } inline static int32_t get_offset_of_ElGamalAlgorithm_11() { return static_cast(offsetof(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields, ___ElGamalAlgorithm_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ElGamalAlgorithm_11() const { return ___ElGamalAlgorithm_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ElGamalAlgorithm_11() { return &___ElGamalAlgorithm_11; } inline void set_ElGamalAlgorithm_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ElGamalAlgorithm_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ElGamalAlgorithm_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516 : public RuntimeObject { public: public: }; struct PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs1Oid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs1Oid_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaEncryption_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2WithRsaEncryption_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4WithRsaEncryption_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5WithRsaEncryption_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha1WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha1WithRsaEncryption_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SrsaOaepEncryptionSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SrsaOaepEncryptionSet_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaesOaep DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaesOaep_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdMgf1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdMgf1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPSpecified DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPSpecified_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsassaPss DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsassaPss_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha256WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha256WithRsaEncryption_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha384WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha384WithRsaEncryption_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512WithRsaEncryption_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha224WithRsaEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha224WithRsaEncryption_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_224WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_224WithRSAEncryption_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Sha512_256WithRSAEncryption DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Sha512_256WithRSAEncryption_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DhKeyAgreement DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DhKeyAgreement_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndDesCbc_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD2AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD2AndRC2Cbc_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndDesCbc_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithMD5AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithMD5AndRC2Cbc_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndDesCbc_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithSha1AndRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithSha1AndRC2Cbc_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbeS2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbeS2_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdPbkdf2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdPbkdf2_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DesEde3Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DesEde3Cbc_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::RC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RC2Cbc_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD2_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD4_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::MD5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MD5_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha1_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha224_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha256_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha384_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdHmacWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdHmacWithSha512_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Data DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Data_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedData_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EnvelopedData_44; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SignedAndEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SignedAndEnvelopedData_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::DigestedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DigestedData_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::EncryptedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EncryptedData_47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtEmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtEmailAddress_49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredName_50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtContentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtContentType_51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtMessageDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtMessageDigest_52; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningTime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningTime_53; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtCounterSignature DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtCounterSignature_54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtChallengePassword DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtChallengePassword_55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtUnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtUnstructuredAddress_56; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtendedCertificateAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtendedCertificateAttributes_57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSigningDescription DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSigningDescription_58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtExtensionRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtExtensionRequest_59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtSmimeCapabilities DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtSmimeCapabilities_60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSmime DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSmime_61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtFriendlyName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtFriendlyName_62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs9AtLocalKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs9AtLocalKeyID_63; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509CertType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509CertType_64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Certificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Certificate_66; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SdsiCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SdsiCertificate_67; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::X509Crl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X509Crl_69; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlg DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlg_70; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgEsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgEsdh_71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCms3DesWrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCms3DesWrap_72; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgCmsRC2Wrap DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgCmsRC2Wrap_73; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgPwriKek DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgPwriKek_74; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAlgSsdh DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAlgSsdh_75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdRsaKem DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdRsaKem_76; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PreferSignedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PreferSignedData_77; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CannotDecryptAny DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CannotDecryptAny_78; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SmimeCapabilitiesVersions DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SmimeCapabilitiesVersions_79; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAReceiptRequest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAReceiptRequest_80; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthData_82; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTstInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTstInfo_83; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTCompressedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTCompressedData_84; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTAuthEnvelopedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTAuthEnvelopedData_85; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCTTimestampedData DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCTTimestampedData_86; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfOrigin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfOrigin_88; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfReceipt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfReceipt_89; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfDelivery DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfDelivery_90; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfSender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfSender_91; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfApproval DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfApproval_92; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdCtiEtsProofOfCreation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdCtiEtsProofOfCreation_93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOid_95; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentHint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentHint_96; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAMsgSigDigest DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAMsgSigDigest_97; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentReference DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentReference_98; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEncrypKeyPref DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEncrypKeyPref_99; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificate_100; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigningCertificateV2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigningCertificateV2_101; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAContentIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAContentIdentifier_102; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignatureTimeStampToken DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignatureTimeStampToken_103; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSigPolicyID_104; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCommitmentType_105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerLocation_106; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsSignerAttr DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsSignerAttr_107; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsOtherSigCert_108; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsContentTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsContentTimestamp_109; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertificateRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertificateRefs_110; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationRefs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationRefs_111; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertValues_112; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsRevocationValues DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsRevocationValues_113; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsEscTimeStamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsEscTimeStamp_114; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsCertCrlTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsCertCrlTimestamp_115; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAEtsArchiveTimestamp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAEtsArchiveTimestamp_116; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAADecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAADecryptKeyID_117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCryptoAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCryptoAlgs_118; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAAsymmDecryptKeyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAAsymmDecryptKeyID_119; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAImplCompressAlgs DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAImplCompressAlgs_120; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommunityIdentifiers DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommunityIdentifiers_121; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASigPolicyID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASigPolicyID_122; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAACommitmentType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAACommitmentType_123; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAASignerLocation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAASignerLocation_124; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdAAOtherSigCert DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdAAOtherSigCert_125; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUri DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUri_127; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::IdSpqEtsUNotice DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdSpqEtsUNotice_128; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::KeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyBag_131; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::Pkcs8ShroudedKeyBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pkcs8ShroudedKeyBag_132; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CertBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertBag_133; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::CrlBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlBag_134; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SecretBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SecretBag_135; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::SafeContentsBag DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SafeContentsBag_136; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC4_138; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd40BitRC4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd40BitRC4_139; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd3KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd3KeyTripleDesCbc_140; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd2KeyTripleDesCbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd2KeyTripleDesCbc_141; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbeWithShaAnd128BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbeWithShaAnd128BitRC2Cbc_142; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers::PbewithShaAnd40BitRC2Cbc DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PbewithShaAnd40BitRC2Cbc_143; public: inline static int32_t get_offset_of_Pkcs1Oid_1() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs1Oid_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs1Oid_1() const { return ___Pkcs1Oid_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs1Oid_1() { return &___Pkcs1Oid_1; } inline void set_Pkcs1Oid_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs1Oid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs1Oid_1), (void*)value); } inline static int32_t get_offset_of_RsaEncryption_2() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RsaEncryption_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaEncryption_2() const { return ___RsaEncryption_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaEncryption_2() { return &___RsaEncryption_2; } inline void set_RsaEncryption_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaEncryption_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaEncryption_2), (void*)value); } inline static int32_t get_offset_of_MD2WithRsaEncryption_3() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2WithRsaEncryption_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2WithRsaEncryption_3() const { return ___MD2WithRsaEncryption_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2WithRsaEncryption_3() { return &___MD2WithRsaEncryption_3; } inline void set_MD2WithRsaEncryption_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2WithRsaEncryption_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2WithRsaEncryption_3), (void*)value); } inline static int32_t get_offset_of_MD4WithRsaEncryption_4() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4WithRsaEncryption_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4WithRsaEncryption_4() const { return ___MD4WithRsaEncryption_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4WithRsaEncryption_4() { return &___MD4WithRsaEncryption_4; } inline void set_MD4WithRsaEncryption_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4WithRsaEncryption_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4WithRsaEncryption_4), (void*)value); } inline static int32_t get_offset_of_MD5WithRsaEncryption_5() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5WithRsaEncryption_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5WithRsaEncryption_5() const { return ___MD5WithRsaEncryption_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5WithRsaEncryption_5() { return &___MD5WithRsaEncryption_5; } inline void set_MD5WithRsaEncryption_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5WithRsaEncryption_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5WithRsaEncryption_5), (void*)value); } inline static int32_t get_offset_of_Sha1WithRsaEncryption_6() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha1WithRsaEncryption_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha1WithRsaEncryption_6() const { return ___Sha1WithRsaEncryption_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha1WithRsaEncryption_6() { return &___Sha1WithRsaEncryption_6; } inline void set_Sha1WithRsaEncryption_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha1WithRsaEncryption_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha1WithRsaEncryption_6), (void*)value); } inline static int32_t get_offset_of_SrsaOaepEncryptionSet_7() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SrsaOaepEncryptionSet_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SrsaOaepEncryptionSet_7() const { return ___SrsaOaepEncryptionSet_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SrsaOaepEncryptionSet_7() { return &___SrsaOaepEncryptionSet_7; } inline void set_SrsaOaepEncryptionSet_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SrsaOaepEncryptionSet_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SrsaOaepEncryptionSet_7), (void*)value); } inline static int32_t get_offset_of_IdRsaesOaep_8() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaesOaep_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaesOaep_8() const { return ___IdRsaesOaep_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaesOaep_8() { return &___IdRsaesOaep_8; } inline void set_IdRsaesOaep_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaesOaep_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaesOaep_8), (void*)value); } inline static int32_t get_offset_of_IdMgf1_9() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdMgf1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdMgf1_9() const { return ___IdMgf1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdMgf1_9() { return &___IdMgf1_9; } inline void set_IdMgf1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdMgf1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdMgf1_9), (void*)value); } inline static int32_t get_offset_of_IdPSpecified_10() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPSpecified_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPSpecified_10() const { return ___IdPSpecified_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPSpecified_10() { return &___IdPSpecified_10; } inline void set_IdPSpecified_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPSpecified_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPSpecified_10), (void*)value); } inline static int32_t get_offset_of_IdRsassaPss_11() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsassaPss_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsassaPss_11() const { return ___IdRsassaPss_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsassaPss_11() { return &___IdRsassaPss_11; } inline void set_IdRsassaPss_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsassaPss_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsassaPss_11), (void*)value); } inline static int32_t get_offset_of_Sha256WithRsaEncryption_12() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha256WithRsaEncryption_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha256WithRsaEncryption_12() const { return ___Sha256WithRsaEncryption_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha256WithRsaEncryption_12() { return &___Sha256WithRsaEncryption_12; } inline void set_Sha256WithRsaEncryption_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha256WithRsaEncryption_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha256WithRsaEncryption_12), (void*)value); } inline static int32_t get_offset_of_Sha384WithRsaEncryption_13() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha384WithRsaEncryption_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha384WithRsaEncryption_13() const { return ___Sha384WithRsaEncryption_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha384WithRsaEncryption_13() { return &___Sha384WithRsaEncryption_13; } inline void set_Sha384WithRsaEncryption_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha384WithRsaEncryption_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha384WithRsaEncryption_13), (void*)value); } inline static int32_t get_offset_of_Sha512WithRsaEncryption_14() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512WithRsaEncryption_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512WithRsaEncryption_14() const { return ___Sha512WithRsaEncryption_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512WithRsaEncryption_14() { return &___Sha512WithRsaEncryption_14; } inline void set_Sha512WithRsaEncryption_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512WithRsaEncryption_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512WithRsaEncryption_14), (void*)value); } inline static int32_t get_offset_of_Sha224WithRsaEncryption_15() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha224WithRsaEncryption_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha224WithRsaEncryption_15() const { return ___Sha224WithRsaEncryption_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha224WithRsaEncryption_15() { return &___Sha224WithRsaEncryption_15; } inline void set_Sha224WithRsaEncryption_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha224WithRsaEncryption_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha224WithRsaEncryption_15), (void*)value); } inline static int32_t get_offset_of_Sha512_224WithRSAEncryption_16() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_224WithRSAEncryption_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_224WithRSAEncryption_16() const { return ___Sha512_224WithRSAEncryption_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_224WithRSAEncryption_16() { return &___Sha512_224WithRSAEncryption_16; } inline void set_Sha512_224WithRSAEncryption_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_224WithRSAEncryption_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_224WithRSAEncryption_16), (void*)value); } inline static int32_t get_offset_of_Sha512_256WithRSAEncryption_17() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Sha512_256WithRSAEncryption_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Sha512_256WithRSAEncryption_17() const { return ___Sha512_256WithRSAEncryption_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Sha512_256WithRSAEncryption_17() { return &___Sha512_256WithRSAEncryption_17; } inline void set_Sha512_256WithRSAEncryption_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Sha512_256WithRSAEncryption_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sha512_256WithRSAEncryption_17), (void*)value); } inline static int32_t get_offset_of_DhKeyAgreement_19() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DhKeyAgreement_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DhKeyAgreement_19() const { return ___DhKeyAgreement_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DhKeyAgreement_19() { return &___DhKeyAgreement_19; } inline void set_DhKeyAgreement_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DhKeyAgreement_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___DhKeyAgreement_19), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndDesCbc_21() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndDesCbc_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndDesCbc_21() const { return ___PbeWithMD2AndDesCbc_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndDesCbc_21() { return &___PbeWithMD2AndDesCbc_21; } inline void set_PbeWithMD2AndDesCbc_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndDesCbc_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndDesCbc_21), (void*)value); } inline static int32_t get_offset_of_PbeWithMD2AndRC2Cbc_22() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD2AndRC2Cbc_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD2AndRC2Cbc_22() const { return ___PbeWithMD2AndRC2Cbc_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD2AndRC2Cbc_22() { return &___PbeWithMD2AndRC2Cbc_22; } inline void set_PbeWithMD2AndRC2Cbc_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD2AndRC2Cbc_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD2AndRC2Cbc_22), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndDesCbc_23() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndDesCbc_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndDesCbc_23() const { return ___PbeWithMD5AndDesCbc_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndDesCbc_23() { return &___PbeWithMD5AndDesCbc_23; } inline void set_PbeWithMD5AndDesCbc_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndDesCbc_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndDesCbc_23), (void*)value); } inline static int32_t get_offset_of_PbeWithMD5AndRC2Cbc_24() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithMD5AndRC2Cbc_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithMD5AndRC2Cbc_24() const { return ___PbeWithMD5AndRC2Cbc_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithMD5AndRC2Cbc_24() { return &___PbeWithMD5AndRC2Cbc_24; } inline void set_PbeWithMD5AndRC2Cbc_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithMD5AndRC2Cbc_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithMD5AndRC2Cbc_24), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndDesCbc_25() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndDesCbc_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndDesCbc_25() const { return ___PbeWithSha1AndDesCbc_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndDesCbc_25() { return &___PbeWithSha1AndDesCbc_25; } inline void set_PbeWithSha1AndDesCbc_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndDesCbc_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndDesCbc_25), (void*)value); } inline static int32_t get_offset_of_PbeWithSha1AndRC2Cbc_26() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithSha1AndRC2Cbc_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithSha1AndRC2Cbc_26() const { return ___PbeWithSha1AndRC2Cbc_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithSha1AndRC2Cbc_26() { return &___PbeWithSha1AndRC2Cbc_26; } inline void set_PbeWithSha1AndRC2Cbc_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithSha1AndRC2Cbc_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithSha1AndRC2Cbc_26), (void*)value); } inline static int32_t get_offset_of_IdPbeS2_27() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbeS2_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbeS2_27() const { return ___IdPbeS2_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbeS2_27() { return &___IdPbeS2_27; } inline void set_IdPbeS2_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbeS2_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbeS2_27), (void*)value); } inline static int32_t get_offset_of_IdPbkdf2_28() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdPbkdf2_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdPbkdf2_28() const { return ___IdPbkdf2_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdPbkdf2_28() { return &___IdPbkdf2_28; } inline void set_IdPbkdf2_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdPbkdf2_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdPbkdf2_28), (void*)value); } inline static int32_t get_offset_of_DesEde3Cbc_30() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DesEde3Cbc_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DesEde3Cbc_30() const { return ___DesEde3Cbc_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DesEde3Cbc_30() { return &___DesEde3Cbc_30; } inline void set_DesEde3Cbc_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DesEde3Cbc_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DesEde3Cbc_30), (void*)value); } inline static int32_t get_offset_of_RC2Cbc_31() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___RC2Cbc_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RC2Cbc_31() const { return ___RC2Cbc_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RC2Cbc_31() { return &___RC2Cbc_31; } inline void set_RC2Cbc_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RC2Cbc_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___RC2Cbc_31), (void*)value); } inline static int32_t get_offset_of_MD2_33() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD2_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD2_33() const { return ___MD2_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD2_33() { return &___MD2_33; } inline void set_MD2_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD2_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD2_33), (void*)value); } inline static int32_t get_offset_of_MD4_34() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD4_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD4_34() const { return ___MD4_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD4_34() { return &___MD4_34; } inline void set_MD4_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD4_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD4_34), (void*)value); } inline static int32_t get_offset_of_MD5_35() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___MD5_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MD5_35() const { return ___MD5_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MD5_35() { return &___MD5_35; } inline void set_MD5_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MD5_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___MD5_35), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha1_36() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha1_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha1_36() const { return ___IdHmacWithSha1_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha1_36() { return &___IdHmacWithSha1_36; } inline void set_IdHmacWithSha1_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha1_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha1_36), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha224_37() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha224_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha224_37() const { return ___IdHmacWithSha224_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha224_37() { return &___IdHmacWithSha224_37; } inline void set_IdHmacWithSha224_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha224_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha224_37), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha256_38() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha256_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha256_38() const { return ___IdHmacWithSha256_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha256_38() { return &___IdHmacWithSha256_38; } inline void set_IdHmacWithSha256_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha256_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha256_38), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha384_39() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha384_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha384_39() const { return ___IdHmacWithSha384_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha384_39() { return &___IdHmacWithSha384_39; } inline void set_IdHmacWithSha384_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha384_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha384_39), (void*)value); } inline static int32_t get_offset_of_IdHmacWithSha512_40() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdHmacWithSha512_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdHmacWithSha512_40() const { return ___IdHmacWithSha512_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdHmacWithSha512_40() { return &___IdHmacWithSha512_40; } inline void set_IdHmacWithSha512_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdHmacWithSha512_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdHmacWithSha512_40), (void*)value); } inline static int32_t get_offset_of_Data_42() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Data_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Data_42() const { return ___Data_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Data_42() { return &___Data_42; } inline void set_Data_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Data_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_42), (void*)value); } inline static int32_t get_offset_of_SignedData_43() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedData_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedData_43() const { return ___SignedData_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedData_43() { return &___SignedData_43; } inline void set_SignedData_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedData_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedData_43), (void*)value); } inline static int32_t get_offset_of_EnvelopedData_44() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EnvelopedData_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EnvelopedData_44() const { return ___EnvelopedData_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EnvelopedData_44() { return &___EnvelopedData_44; } inline void set_EnvelopedData_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EnvelopedData_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnvelopedData_44), (void*)value); } inline static int32_t get_offset_of_SignedAndEnvelopedData_45() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SignedAndEnvelopedData_45)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SignedAndEnvelopedData_45() const { return ___SignedAndEnvelopedData_45; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SignedAndEnvelopedData_45() { return &___SignedAndEnvelopedData_45; } inline void set_SignedAndEnvelopedData_45(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SignedAndEnvelopedData_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___SignedAndEnvelopedData_45), (void*)value); } inline static int32_t get_offset_of_DigestedData_46() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___DigestedData_46)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DigestedData_46() const { return ___DigestedData_46; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DigestedData_46() { return &___DigestedData_46; } inline void set_DigestedData_46(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DigestedData_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigestedData_46), (void*)value); } inline static int32_t get_offset_of_EncryptedData_47() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___EncryptedData_47)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EncryptedData_47() const { return ___EncryptedData_47; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EncryptedData_47() { return &___EncryptedData_47; } inline void set_EncryptedData_47(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EncryptedData_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___EncryptedData_47), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtEmailAddress_49() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtEmailAddress_49)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtEmailAddress_49() const { return ___Pkcs9AtEmailAddress_49; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtEmailAddress_49() { return &___Pkcs9AtEmailAddress_49; } inline void set_Pkcs9AtEmailAddress_49(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtEmailAddress_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtEmailAddress_49), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredName_50() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredName_50)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredName_50() const { return ___Pkcs9AtUnstructuredName_50; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredName_50() { return &___Pkcs9AtUnstructuredName_50; } inline void set_Pkcs9AtUnstructuredName_50(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredName_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredName_50), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtContentType_51() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtContentType_51)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtContentType_51() const { return ___Pkcs9AtContentType_51; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtContentType_51() { return &___Pkcs9AtContentType_51; } inline void set_Pkcs9AtContentType_51(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtContentType_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtContentType_51), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtMessageDigest_52() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtMessageDigest_52)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtMessageDigest_52() const { return ___Pkcs9AtMessageDigest_52; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtMessageDigest_52() { return &___Pkcs9AtMessageDigest_52; } inline void set_Pkcs9AtMessageDigest_52(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtMessageDigest_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtMessageDigest_52), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningTime_53() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningTime_53)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningTime_53() const { return ___Pkcs9AtSigningTime_53; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningTime_53() { return &___Pkcs9AtSigningTime_53; } inline void set_Pkcs9AtSigningTime_53(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningTime_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningTime_53), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtCounterSignature_54() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtCounterSignature_54)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtCounterSignature_54() const { return ___Pkcs9AtCounterSignature_54; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtCounterSignature_54() { return &___Pkcs9AtCounterSignature_54; } inline void set_Pkcs9AtCounterSignature_54(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtCounterSignature_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtCounterSignature_54), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtChallengePassword_55() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtChallengePassword_55)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtChallengePassword_55() const { return ___Pkcs9AtChallengePassword_55; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtChallengePassword_55() { return &___Pkcs9AtChallengePassword_55; } inline void set_Pkcs9AtChallengePassword_55(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtChallengePassword_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtChallengePassword_55), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtUnstructuredAddress_56() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtUnstructuredAddress_56)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtUnstructuredAddress_56() const { return ___Pkcs9AtUnstructuredAddress_56; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtUnstructuredAddress_56() { return &___Pkcs9AtUnstructuredAddress_56; } inline void set_Pkcs9AtUnstructuredAddress_56(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtUnstructuredAddress_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtUnstructuredAddress_56), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtendedCertificateAttributes_57() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtendedCertificateAttributes_57)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtendedCertificateAttributes_57() const { return ___Pkcs9AtExtendedCertificateAttributes_57; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtendedCertificateAttributes_57() { return &___Pkcs9AtExtendedCertificateAttributes_57; } inline void set_Pkcs9AtExtendedCertificateAttributes_57(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtendedCertificateAttributes_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtendedCertificateAttributes_57), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSigningDescription_58() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSigningDescription_58)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSigningDescription_58() const { return ___Pkcs9AtSigningDescription_58; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSigningDescription_58() { return &___Pkcs9AtSigningDescription_58; } inline void set_Pkcs9AtSigningDescription_58(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSigningDescription_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSigningDescription_58), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtExtensionRequest_59() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtExtensionRequest_59)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtExtensionRequest_59() const { return ___Pkcs9AtExtensionRequest_59; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtExtensionRequest_59() { return &___Pkcs9AtExtensionRequest_59; } inline void set_Pkcs9AtExtensionRequest_59(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtExtensionRequest_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtExtensionRequest_59), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtSmimeCapabilities_60() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtSmimeCapabilities_60)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtSmimeCapabilities_60() const { return ___Pkcs9AtSmimeCapabilities_60; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtSmimeCapabilities_60() { return &___Pkcs9AtSmimeCapabilities_60; } inline void set_Pkcs9AtSmimeCapabilities_60(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtSmimeCapabilities_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtSmimeCapabilities_60), (void*)value); } inline static int32_t get_offset_of_IdSmime_61() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSmime_61)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSmime_61() const { return ___IdSmime_61; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSmime_61() { return &___IdSmime_61; } inline void set_IdSmime_61(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSmime_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSmime_61), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtFriendlyName_62() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtFriendlyName_62)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtFriendlyName_62() const { return ___Pkcs9AtFriendlyName_62; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtFriendlyName_62() { return &___Pkcs9AtFriendlyName_62; } inline void set_Pkcs9AtFriendlyName_62(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtFriendlyName_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtFriendlyName_62), (void*)value); } inline static int32_t get_offset_of_Pkcs9AtLocalKeyID_63() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs9AtLocalKeyID_63)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs9AtLocalKeyID_63() const { return ___Pkcs9AtLocalKeyID_63; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs9AtLocalKeyID_63() { return &___Pkcs9AtLocalKeyID_63; } inline void set_Pkcs9AtLocalKeyID_63(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs9AtLocalKeyID_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs9AtLocalKeyID_63), (void*)value); } inline static int32_t get_offset_of_X509CertType_64() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509CertType_64)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509CertType_64() const { return ___X509CertType_64; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509CertType_64() { return &___X509CertType_64; } inline void set_X509CertType_64(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509CertType_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509CertType_64), (void*)value); } inline static int32_t get_offset_of_X509Certificate_66() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Certificate_66)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Certificate_66() const { return ___X509Certificate_66; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Certificate_66() { return &___X509Certificate_66; } inline void set_X509Certificate_66(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Certificate_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Certificate_66), (void*)value); } inline static int32_t get_offset_of_SdsiCertificate_67() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SdsiCertificate_67)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SdsiCertificate_67() const { return ___SdsiCertificate_67; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SdsiCertificate_67() { return &___SdsiCertificate_67; } inline void set_SdsiCertificate_67(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SdsiCertificate_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___SdsiCertificate_67), (void*)value); } inline static int32_t get_offset_of_X509Crl_69() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___X509Crl_69)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X509Crl_69() const { return ___X509Crl_69; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X509Crl_69() { return &___X509Crl_69; } inline void set_X509Crl_69(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X509Crl_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___X509Crl_69), (void*)value); } inline static int32_t get_offset_of_IdAlg_70() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlg_70)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlg_70() const { return ___IdAlg_70; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlg_70() { return &___IdAlg_70; } inline void set_IdAlg_70(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlg_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlg_70), (void*)value); } inline static int32_t get_offset_of_IdAlgEsdh_71() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgEsdh_71)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgEsdh_71() const { return ___IdAlgEsdh_71; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgEsdh_71() { return &___IdAlgEsdh_71; } inline void set_IdAlgEsdh_71(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgEsdh_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgEsdh_71), (void*)value); } inline static int32_t get_offset_of_IdAlgCms3DesWrap_72() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCms3DesWrap_72)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCms3DesWrap_72() const { return ___IdAlgCms3DesWrap_72; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCms3DesWrap_72() { return &___IdAlgCms3DesWrap_72; } inline void set_IdAlgCms3DesWrap_72(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCms3DesWrap_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCms3DesWrap_72), (void*)value); } inline static int32_t get_offset_of_IdAlgCmsRC2Wrap_73() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgCmsRC2Wrap_73)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgCmsRC2Wrap_73() const { return ___IdAlgCmsRC2Wrap_73; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgCmsRC2Wrap_73() { return &___IdAlgCmsRC2Wrap_73; } inline void set_IdAlgCmsRC2Wrap_73(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgCmsRC2Wrap_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgCmsRC2Wrap_73), (void*)value); } inline static int32_t get_offset_of_IdAlgPwriKek_74() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgPwriKek_74)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgPwriKek_74() const { return ___IdAlgPwriKek_74; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgPwriKek_74() { return &___IdAlgPwriKek_74; } inline void set_IdAlgPwriKek_74(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgPwriKek_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgPwriKek_74), (void*)value); } inline static int32_t get_offset_of_IdAlgSsdh_75() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAlgSsdh_75)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAlgSsdh_75() const { return ___IdAlgSsdh_75; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAlgSsdh_75() { return &___IdAlgSsdh_75; } inline void set_IdAlgSsdh_75(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAlgSsdh_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAlgSsdh_75), (void*)value); } inline static int32_t get_offset_of_IdRsaKem_76() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdRsaKem_76)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdRsaKem_76() const { return ___IdRsaKem_76; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdRsaKem_76() { return &___IdRsaKem_76; } inline void set_IdRsaKem_76(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdRsaKem_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdRsaKem_76), (void*)value); } inline static int32_t get_offset_of_PreferSignedData_77() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PreferSignedData_77)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PreferSignedData_77() const { return ___PreferSignedData_77; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PreferSignedData_77() { return &___PreferSignedData_77; } inline void set_PreferSignedData_77(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PreferSignedData_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___PreferSignedData_77), (void*)value); } inline static int32_t get_offset_of_CannotDecryptAny_78() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CannotDecryptAny_78)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CannotDecryptAny_78() const { return ___CannotDecryptAny_78; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CannotDecryptAny_78() { return &___CannotDecryptAny_78; } inline void set_CannotDecryptAny_78(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CannotDecryptAny_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___CannotDecryptAny_78), (void*)value); } inline static int32_t get_offset_of_SmimeCapabilitiesVersions_79() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SmimeCapabilitiesVersions_79)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SmimeCapabilitiesVersions_79() const { return ___SmimeCapabilitiesVersions_79; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SmimeCapabilitiesVersions_79() { return &___SmimeCapabilitiesVersions_79; } inline void set_SmimeCapabilitiesVersions_79(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SmimeCapabilitiesVersions_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmimeCapabilitiesVersions_79), (void*)value); } inline static int32_t get_offset_of_IdAAReceiptRequest_80() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAReceiptRequest_80)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAReceiptRequest_80() const { return ___IdAAReceiptRequest_80; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAReceiptRequest_80() { return &___IdAAReceiptRequest_80; } inline void set_IdAAReceiptRequest_80(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAReceiptRequest_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAReceiptRequest_80), (void*)value); } inline static int32_t get_offset_of_IdCTAuthData_82() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthData_82)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthData_82() const { return ___IdCTAuthData_82; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthData_82() { return &___IdCTAuthData_82; } inline void set_IdCTAuthData_82(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthData_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthData_82), (void*)value); } inline static int32_t get_offset_of_IdCTTstInfo_83() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTstInfo_83)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTstInfo_83() const { return ___IdCTTstInfo_83; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTstInfo_83() { return &___IdCTTstInfo_83; } inline void set_IdCTTstInfo_83(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTstInfo_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTstInfo_83), (void*)value); } inline static int32_t get_offset_of_IdCTCompressedData_84() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTCompressedData_84)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTCompressedData_84() const { return ___IdCTCompressedData_84; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTCompressedData_84() { return &___IdCTCompressedData_84; } inline void set_IdCTCompressedData_84(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTCompressedData_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTCompressedData_84), (void*)value); } inline static int32_t get_offset_of_IdCTAuthEnvelopedData_85() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTAuthEnvelopedData_85)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTAuthEnvelopedData_85() const { return ___IdCTAuthEnvelopedData_85; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTAuthEnvelopedData_85() { return &___IdCTAuthEnvelopedData_85; } inline void set_IdCTAuthEnvelopedData_85(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTAuthEnvelopedData_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTAuthEnvelopedData_85), (void*)value); } inline static int32_t get_offset_of_IdCTTimestampedData_86() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCTTimestampedData_86)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCTTimestampedData_86() const { return ___IdCTTimestampedData_86; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCTTimestampedData_86() { return &___IdCTTimestampedData_86; } inline void set_IdCTTimestampedData_86(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCTTimestampedData_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCTTimestampedData_86), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfOrigin_88() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfOrigin_88)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfOrigin_88() const { return ___IdCtiEtsProofOfOrigin_88; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfOrigin_88() { return &___IdCtiEtsProofOfOrigin_88; } inline void set_IdCtiEtsProofOfOrigin_88(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfOrigin_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfOrigin_88), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfReceipt_89() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfReceipt_89)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfReceipt_89() const { return ___IdCtiEtsProofOfReceipt_89; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfReceipt_89() { return &___IdCtiEtsProofOfReceipt_89; } inline void set_IdCtiEtsProofOfReceipt_89(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfReceipt_89 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfReceipt_89), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfDelivery_90() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfDelivery_90)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfDelivery_90() const { return ___IdCtiEtsProofOfDelivery_90; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfDelivery_90() { return &___IdCtiEtsProofOfDelivery_90; } inline void set_IdCtiEtsProofOfDelivery_90(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfDelivery_90 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfDelivery_90), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfSender_91() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfSender_91)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfSender_91() const { return ___IdCtiEtsProofOfSender_91; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfSender_91() { return &___IdCtiEtsProofOfSender_91; } inline void set_IdCtiEtsProofOfSender_91(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfSender_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfSender_91), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfApproval_92() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfApproval_92)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfApproval_92() const { return ___IdCtiEtsProofOfApproval_92; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfApproval_92() { return &___IdCtiEtsProofOfApproval_92; } inline void set_IdCtiEtsProofOfApproval_92(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfApproval_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfApproval_92), (void*)value); } inline static int32_t get_offset_of_IdCtiEtsProofOfCreation_93() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdCtiEtsProofOfCreation_93)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdCtiEtsProofOfCreation_93() const { return ___IdCtiEtsProofOfCreation_93; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdCtiEtsProofOfCreation_93() { return &___IdCtiEtsProofOfCreation_93; } inline void set_IdCtiEtsProofOfCreation_93(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdCtiEtsProofOfCreation_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdCtiEtsProofOfCreation_93), (void*)value); } inline static int32_t get_offset_of_IdAAOid_95() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOid_95)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOid_95() const { return ___IdAAOid_95; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOid_95() { return &___IdAAOid_95; } inline void set_IdAAOid_95(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOid_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOid_95), (void*)value); } inline static int32_t get_offset_of_IdAAContentHint_96() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentHint_96)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentHint_96() const { return ___IdAAContentHint_96; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentHint_96() { return &___IdAAContentHint_96; } inline void set_IdAAContentHint_96(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentHint_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentHint_96), (void*)value); } inline static int32_t get_offset_of_IdAAMsgSigDigest_97() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAMsgSigDigest_97)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAMsgSigDigest_97() const { return ___IdAAMsgSigDigest_97; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAMsgSigDigest_97() { return &___IdAAMsgSigDigest_97; } inline void set_IdAAMsgSigDigest_97(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAMsgSigDigest_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAMsgSigDigest_97), (void*)value); } inline static int32_t get_offset_of_IdAAContentReference_98() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentReference_98)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentReference_98() const { return ___IdAAContentReference_98; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentReference_98() { return &___IdAAContentReference_98; } inline void set_IdAAContentReference_98(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentReference_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentReference_98), (void*)value); } inline static int32_t get_offset_of_IdAAEncrypKeyPref_99() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEncrypKeyPref_99)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEncrypKeyPref_99() const { return ___IdAAEncrypKeyPref_99; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEncrypKeyPref_99() { return &___IdAAEncrypKeyPref_99; } inline void set_IdAAEncrypKeyPref_99(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEncrypKeyPref_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEncrypKeyPref_99), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificate_100() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificate_100)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificate_100() const { return ___IdAASigningCertificate_100; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificate_100() { return &___IdAASigningCertificate_100; } inline void set_IdAASigningCertificate_100(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificate_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificate_100), (void*)value); } inline static int32_t get_offset_of_IdAASigningCertificateV2_101() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigningCertificateV2_101)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigningCertificateV2_101() const { return ___IdAASigningCertificateV2_101; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigningCertificateV2_101() { return &___IdAASigningCertificateV2_101; } inline void set_IdAASigningCertificateV2_101(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigningCertificateV2_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigningCertificateV2_101), (void*)value); } inline static int32_t get_offset_of_IdAAContentIdentifier_102() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAContentIdentifier_102)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAContentIdentifier_102() const { return ___IdAAContentIdentifier_102; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAContentIdentifier_102() { return &___IdAAContentIdentifier_102; } inline void set_IdAAContentIdentifier_102(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAContentIdentifier_102 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAContentIdentifier_102), (void*)value); } inline static int32_t get_offset_of_IdAASignatureTimeStampToken_103() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignatureTimeStampToken_103)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignatureTimeStampToken_103() const { return ___IdAASignatureTimeStampToken_103; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignatureTimeStampToken_103() { return &___IdAASignatureTimeStampToken_103; } inline void set_IdAASignatureTimeStampToken_103(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignatureTimeStampToken_103 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignatureTimeStampToken_103), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSigPolicyID_104() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSigPolicyID_104)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSigPolicyID_104() const { return ___IdAAEtsSigPolicyID_104; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSigPolicyID_104() { return &___IdAAEtsSigPolicyID_104; } inline void set_IdAAEtsSigPolicyID_104(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSigPolicyID_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSigPolicyID_104), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCommitmentType_105() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCommitmentType_105)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCommitmentType_105() const { return ___IdAAEtsCommitmentType_105; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCommitmentType_105() { return &___IdAAEtsCommitmentType_105; } inline void set_IdAAEtsCommitmentType_105(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCommitmentType_105 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCommitmentType_105), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerLocation_106() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerLocation_106)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerLocation_106() const { return ___IdAAEtsSignerLocation_106; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerLocation_106() { return &___IdAAEtsSignerLocation_106; } inline void set_IdAAEtsSignerLocation_106(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerLocation_106 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerLocation_106), (void*)value); } inline static int32_t get_offset_of_IdAAEtsSignerAttr_107() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsSignerAttr_107)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsSignerAttr_107() const { return ___IdAAEtsSignerAttr_107; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsSignerAttr_107() { return &___IdAAEtsSignerAttr_107; } inline void set_IdAAEtsSignerAttr_107(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsSignerAttr_107 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsSignerAttr_107), (void*)value); } inline static int32_t get_offset_of_IdAAEtsOtherSigCert_108() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsOtherSigCert_108)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsOtherSigCert_108() const { return ___IdAAEtsOtherSigCert_108; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsOtherSigCert_108() { return &___IdAAEtsOtherSigCert_108; } inline void set_IdAAEtsOtherSigCert_108(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsOtherSigCert_108 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsOtherSigCert_108), (void*)value); } inline static int32_t get_offset_of_IdAAEtsContentTimestamp_109() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsContentTimestamp_109)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsContentTimestamp_109() const { return ___IdAAEtsContentTimestamp_109; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsContentTimestamp_109() { return &___IdAAEtsContentTimestamp_109; } inline void set_IdAAEtsContentTimestamp_109(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsContentTimestamp_109 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsContentTimestamp_109), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertificateRefs_110() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertificateRefs_110)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertificateRefs_110() const { return ___IdAAEtsCertificateRefs_110; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertificateRefs_110() { return &___IdAAEtsCertificateRefs_110; } inline void set_IdAAEtsCertificateRefs_110(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertificateRefs_110 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertificateRefs_110), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationRefs_111() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationRefs_111)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationRefs_111() const { return ___IdAAEtsRevocationRefs_111; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationRefs_111() { return &___IdAAEtsRevocationRefs_111; } inline void set_IdAAEtsRevocationRefs_111(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationRefs_111 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationRefs_111), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertValues_112() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertValues_112)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertValues_112() const { return ___IdAAEtsCertValues_112; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertValues_112() { return &___IdAAEtsCertValues_112; } inline void set_IdAAEtsCertValues_112(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertValues_112 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertValues_112), (void*)value); } inline static int32_t get_offset_of_IdAAEtsRevocationValues_113() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsRevocationValues_113)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsRevocationValues_113() const { return ___IdAAEtsRevocationValues_113; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsRevocationValues_113() { return &___IdAAEtsRevocationValues_113; } inline void set_IdAAEtsRevocationValues_113(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsRevocationValues_113 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsRevocationValues_113), (void*)value); } inline static int32_t get_offset_of_IdAAEtsEscTimeStamp_114() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsEscTimeStamp_114)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsEscTimeStamp_114() const { return ___IdAAEtsEscTimeStamp_114; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsEscTimeStamp_114() { return &___IdAAEtsEscTimeStamp_114; } inline void set_IdAAEtsEscTimeStamp_114(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsEscTimeStamp_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsEscTimeStamp_114), (void*)value); } inline static int32_t get_offset_of_IdAAEtsCertCrlTimestamp_115() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsCertCrlTimestamp_115)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsCertCrlTimestamp_115() const { return ___IdAAEtsCertCrlTimestamp_115; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsCertCrlTimestamp_115() { return &___IdAAEtsCertCrlTimestamp_115; } inline void set_IdAAEtsCertCrlTimestamp_115(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsCertCrlTimestamp_115 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsCertCrlTimestamp_115), (void*)value); } inline static int32_t get_offset_of_IdAAEtsArchiveTimestamp_116() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAEtsArchiveTimestamp_116)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAEtsArchiveTimestamp_116() const { return ___IdAAEtsArchiveTimestamp_116; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAEtsArchiveTimestamp_116() { return &___IdAAEtsArchiveTimestamp_116; } inline void set_IdAAEtsArchiveTimestamp_116(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAEtsArchiveTimestamp_116 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAEtsArchiveTimestamp_116), (void*)value); } inline static int32_t get_offset_of_IdAADecryptKeyID_117() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAADecryptKeyID_117)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAADecryptKeyID_117() const { return ___IdAADecryptKeyID_117; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAADecryptKeyID_117() { return &___IdAADecryptKeyID_117; } inline void set_IdAADecryptKeyID_117(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAADecryptKeyID_117 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAADecryptKeyID_117), (void*)value); } inline static int32_t get_offset_of_IdAAImplCryptoAlgs_118() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCryptoAlgs_118)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCryptoAlgs_118() const { return ___IdAAImplCryptoAlgs_118; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCryptoAlgs_118() { return &___IdAAImplCryptoAlgs_118; } inline void set_IdAAImplCryptoAlgs_118(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCryptoAlgs_118 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCryptoAlgs_118), (void*)value); } inline static int32_t get_offset_of_IdAAAsymmDecryptKeyID_119() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAAsymmDecryptKeyID_119)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAAsymmDecryptKeyID_119() const { return ___IdAAAsymmDecryptKeyID_119; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAAsymmDecryptKeyID_119() { return &___IdAAAsymmDecryptKeyID_119; } inline void set_IdAAAsymmDecryptKeyID_119(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAAsymmDecryptKeyID_119 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAAsymmDecryptKeyID_119), (void*)value); } inline static int32_t get_offset_of_IdAAImplCompressAlgs_120() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAImplCompressAlgs_120)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAImplCompressAlgs_120() const { return ___IdAAImplCompressAlgs_120; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAImplCompressAlgs_120() { return &___IdAAImplCompressAlgs_120; } inline void set_IdAAImplCompressAlgs_120(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAImplCompressAlgs_120 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAImplCompressAlgs_120), (void*)value); } inline static int32_t get_offset_of_IdAACommunityIdentifiers_121() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommunityIdentifiers_121)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommunityIdentifiers_121() const { return ___IdAACommunityIdentifiers_121; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommunityIdentifiers_121() { return &___IdAACommunityIdentifiers_121; } inline void set_IdAACommunityIdentifiers_121(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommunityIdentifiers_121 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommunityIdentifiers_121), (void*)value); } inline static int32_t get_offset_of_IdAASigPolicyID_122() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASigPolicyID_122)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASigPolicyID_122() const { return ___IdAASigPolicyID_122; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASigPolicyID_122() { return &___IdAASigPolicyID_122; } inline void set_IdAASigPolicyID_122(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASigPolicyID_122 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASigPolicyID_122), (void*)value); } inline static int32_t get_offset_of_IdAACommitmentType_123() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAACommitmentType_123)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAACommitmentType_123() const { return ___IdAACommitmentType_123; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAACommitmentType_123() { return &___IdAACommitmentType_123; } inline void set_IdAACommitmentType_123(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAACommitmentType_123 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAACommitmentType_123), (void*)value); } inline static int32_t get_offset_of_IdAASignerLocation_124() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAASignerLocation_124)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAASignerLocation_124() const { return ___IdAASignerLocation_124; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAASignerLocation_124() { return &___IdAASignerLocation_124; } inline void set_IdAASignerLocation_124(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAASignerLocation_124 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAASignerLocation_124), (void*)value); } inline static int32_t get_offset_of_IdAAOtherSigCert_125() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdAAOtherSigCert_125)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdAAOtherSigCert_125() const { return ___IdAAOtherSigCert_125; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdAAOtherSigCert_125() { return &___IdAAOtherSigCert_125; } inline void set_IdAAOtherSigCert_125(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdAAOtherSigCert_125 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdAAOtherSigCert_125), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUri_127() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUri_127)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUri_127() const { return ___IdSpqEtsUri_127; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUri_127() { return &___IdSpqEtsUri_127; } inline void set_IdSpqEtsUri_127(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUri_127 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUri_127), (void*)value); } inline static int32_t get_offset_of_IdSpqEtsUNotice_128() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___IdSpqEtsUNotice_128)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdSpqEtsUNotice_128() const { return ___IdSpqEtsUNotice_128; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdSpqEtsUNotice_128() { return &___IdSpqEtsUNotice_128; } inline void set_IdSpqEtsUNotice_128(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdSpqEtsUNotice_128 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdSpqEtsUNotice_128), (void*)value); } inline static int32_t get_offset_of_KeyBag_131() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___KeyBag_131)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyBag_131() const { return ___KeyBag_131; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyBag_131() { return &___KeyBag_131; } inline void set_KeyBag_131(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyBag_131 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyBag_131), (void*)value); } inline static int32_t get_offset_of_Pkcs8ShroudedKeyBag_132() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___Pkcs8ShroudedKeyBag_132)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pkcs8ShroudedKeyBag_132() const { return ___Pkcs8ShroudedKeyBag_132; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pkcs8ShroudedKeyBag_132() { return &___Pkcs8ShroudedKeyBag_132; } inline void set_Pkcs8ShroudedKeyBag_132(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pkcs8ShroudedKeyBag_132 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pkcs8ShroudedKeyBag_132), (void*)value); } inline static int32_t get_offset_of_CertBag_133() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CertBag_133)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertBag_133() const { return ___CertBag_133; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertBag_133() { return &___CertBag_133; } inline void set_CertBag_133(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertBag_133 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertBag_133), (void*)value); } inline static int32_t get_offset_of_CrlBag_134() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___CrlBag_134)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlBag_134() const { return ___CrlBag_134; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlBag_134() { return &___CrlBag_134; } inline void set_CrlBag_134(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlBag_134 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlBag_134), (void*)value); } inline static int32_t get_offset_of_SecretBag_135() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SecretBag_135)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SecretBag_135() const { return ___SecretBag_135; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SecretBag_135() { return &___SecretBag_135; } inline void set_SecretBag_135(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SecretBag_135 = value; Il2CppCodeGenWriteBarrier((void**)(&___SecretBag_135), (void*)value); } inline static int32_t get_offset_of_SafeContentsBag_136() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___SafeContentsBag_136)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SafeContentsBag_136() const { return ___SafeContentsBag_136; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SafeContentsBag_136() { return &___SafeContentsBag_136; } inline void set_SafeContentsBag_136(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SafeContentsBag_136 = value; Il2CppCodeGenWriteBarrier((void**)(&___SafeContentsBag_136), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC4_138() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC4_138)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC4_138() const { return ___PbeWithShaAnd128BitRC4_138; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC4_138() { return &___PbeWithShaAnd128BitRC4_138; } inline void set_PbeWithShaAnd128BitRC4_138(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC4_138 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC4_138), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd40BitRC4_139() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd40BitRC4_139)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd40BitRC4_139() const { return ___PbeWithShaAnd40BitRC4_139; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd40BitRC4_139() { return &___PbeWithShaAnd40BitRC4_139; } inline void set_PbeWithShaAnd40BitRC4_139(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd40BitRC4_139 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd40BitRC4_139), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd3KeyTripleDesCbc_140)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd3KeyTripleDesCbc_140() const { return ___PbeWithShaAnd3KeyTripleDesCbc_140; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd3KeyTripleDesCbc_140() { return &___PbeWithShaAnd3KeyTripleDesCbc_140; } inline void set_PbeWithShaAnd3KeyTripleDesCbc_140(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd3KeyTripleDesCbc_140 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd3KeyTripleDesCbc_140), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd2KeyTripleDesCbc_141)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd2KeyTripleDesCbc_141() const { return ___PbeWithShaAnd2KeyTripleDesCbc_141; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd2KeyTripleDesCbc_141() { return &___PbeWithShaAnd2KeyTripleDesCbc_141; } inline void set_PbeWithShaAnd2KeyTripleDesCbc_141(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd2KeyTripleDesCbc_141 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd2KeyTripleDesCbc_141), (void*)value); } inline static int32_t get_offset_of_PbeWithShaAnd128BitRC2Cbc_142() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbeWithShaAnd128BitRC2Cbc_142)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbeWithShaAnd128BitRC2Cbc_142() const { return ___PbeWithShaAnd128BitRC2Cbc_142; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbeWithShaAnd128BitRC2Cbc_142() { return &___PbeWithShaAnd128BitRC2Cbc_142; } inline void set_PbeWithShaAnd128BitRC2Cbc_142(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbeWithShaAnd128BitRC2Cbc_142 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbeWithShaAnd128BitRC2Cbc_142), (void*)value); } inline static int32_t get_offset_of_PbewithShaAnd40BitRC2Cbc_143() { return static_cast(offsetof(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields, ___PbewithShaAnd40BitRC2Cbc_143)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PbewithShaAnd40BitRC2Cbc_143() const { return ___PbewithShaAnd40BitRC2Cbc_143; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PbewithShaAnd40BitRC2Cbc_143() { return &___PbewithShaAnd40BitRC2Cbc_143; } inline void set_PbewithShaAnd40BitRC2Cbc_143(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PbewithShaAnd40BitRC2Cbc_143 = value; Il2CppCodeGenWriteBarrier((void**)(&___PbewithShaAnd40BitRC2Cbc_143), (void*)value); } }; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___SeedArray_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client struct Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::N BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::privA BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___privA_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::pubA BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___pubA_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::B BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___B_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::x BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::u BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___u_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::S BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___S_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::M1 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___M1_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::M2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___M2_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::Key BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Key_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::digest RuntimeObject* ___digest_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_12; public: inline static int32_t get_offset_of_N_0() { return static_cast(offsetof(Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C, ___N_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_N_0() const { return ___N_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_N_0() { return &___N_0; } inline void set_N_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___N_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___N_0), (void*)value); } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C, ___g_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_1() const { return ___g_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_1() { return &___g_1; } inline void set_g_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_1), (void*)value); } inline static int32_t get_offset_of_privA_2() { return static_cast(offsetof(Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C, ___privA_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_privA_2() const { return ___privA_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_privA_2() { return &___privA_2; } inline void set_privA_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___privA_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___privA_2), (void*)value); } inline static int32_t get_offset_of_pubA_3() { return static_cast(offsetof(Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C, ___pubA_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_pubA_3() const { return ___pubA_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_pubA_3() { return &___pubA_3; } inline void set_pubA_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___pubA_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubA_3), (void*)value); } inline static int32_t get_offset_of_B_4() { return static_cast(offsetof(Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C, ___B_4)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_B_4() const { return ___B_4; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_B_4() { return &___B_4; } inline void set_B_4(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___B_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___B_4), (void*)value); } inline static int32_t get_offset_of_x_5() { return static_cast(offsetof(Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C, ___x_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_x_5() const { return ___x_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_x_5() { return &___x_5; } inline void set_x_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___x_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_5), (void*)value); } inline static int32_t get_offset_of_u_6() { return static_cast(offsetof(Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C, ___u_6)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_u_6() const { return ___u_6; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_u_6() { return &___u_6; } inline void set_u_6(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___u_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___u_6), (void*)value); } inline static int32_t get_offset_of_S_7() { return static_cast(offsetof(Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C, ___S_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_S_7() const { return ___S_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_S_7() { return &___S_7; } inline void set_S_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___S_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_7), (void*)value); } inline static int32_t get_offset_of_M1_8() { return static_cast(offsetof(Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C, ___M1_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_M1_8() const { return ___M1_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_M1_8() { return &___M1_8; } inline void set_M1_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___M1_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___M1_8), (void*)value); } inline static int32_t get_offset_of_M2_9() { return static_cast(offsetof(Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C, ___M2_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_M2_9() const { return ___M2_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_M2_9() { return &___M2_9; } inline void set_M2_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___M2_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___M2_9), (void*)value); } inline static int32_t get_offset_of_Key_10() { return static_cast(offsetof(Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C, ___Key_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Key_10() const { return ___Key_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Key_10() { return &___Key_10; } inline void set_Key_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Key_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Key_10), (void*)value); } inline static int32_t get_offset_of_digest_11() { return static_cast(offsetof(Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C, ___digest_11)); } inline RuntimeObject* get_digest_11() const { return ___digest_11; } inline RuntimeObject** get_address_of_digest_11() { return &___digest_11; } inline void set_digest_11(RuntimeObject* value) { ___digest_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_11), (void*)value); } inline static int32_t get_offset_of_random_12() { return static_cast(offsetof(Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C, ___random_12)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_12() const { return ___random_12; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_12() { return &___random_12; } inline void set_random_12(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_12), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters struct Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters::n BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_1; public: inline static int32_t get_offset_of_n_0() { return static_cast(offsetof(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538, ___n_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_n_0() const { return ___n_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_n_0() { return &___n_0; } inline void set_n_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___n_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_0), (void*)value); } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538, ___g_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_1() const { return ___g_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_1() { return &___g_1; } inline void set_g_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server struct Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::N BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::v BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___v_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::digest RuntimeObject* ___digest_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::A BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___A_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::privB BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___privB_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::pubB BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___pubB_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::u BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___u_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::S BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___S_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::M1 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___M1_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::M2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___M2_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::Key BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Key_12; public: inline static int32_t get_offset_of_N_0() { return static_cast(offsetof(Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51, ___N_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_N_0() const { return ___N_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_N_0() { return &___N_0; } inline void set_N_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___N_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___N_0), (void*)value); } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51, ___g_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_1() const { return ___g_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_1() { return &___g_1; } inline void set_g_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_1), (void*)value); } inline static int32_t get_offset_of_v_2() { return static_cast(offsetof(Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51, ___v_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_v_2() const { return ___v_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_v_2() { return &___v_2; } inline void set_v_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___v_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_2), (void*)value); } inline static int32_t get_offset_of_random_3() { return static_cast(offsetof(Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51, ___random_3)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_3() const { return ___random_3; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_3() { return &___random_3; } inline void set_random_3(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_3), (void*)value); } inline static int32_t get_offset_of_digest_4() { return static_cast(offsetof(Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51, ___digest_4)); } inline RuntimeObject* get_digest_4() const { return ___digest_4; } inline RuntimeObject** get_address_of_digest_4() { return &___digest_4; } inline void set_digest_4(RuntimeObject* value) { ___digest_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_4), (void*)value); } inline static int32_t get_offset_of_A_5() { return static_cast(offsetof(Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51, ___A_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_A_5() const { return ___A_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_A_5() { return &___A_5; } inline void set_A_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___A_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___A_5), (void*)value); } inline static int32_t get_offset_of_privB_6() { return static_cast(offsetof(Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51, ___privB_6)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_privB_6() const { return ___privB_6; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_privB_6() { return &___privB_6; } inline void set_privB_6(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___privB_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___privB_6), (void*)value); } inline static int32_t get_offset_of_pubB_7() { return static_cast(offsetof(Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51, ___pubB_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_pubB_7() const { return ___pubB_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_pubB_7() { return &___pubB_7; } inline void set_pubB_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___pubB_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubB_7), (void*)value); } inline static int32_t get_offset_of_u_8() { return static_cast(offsetof(Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51, ___u_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_u_8() const { return ___u_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_u_8() { return &___u_8; } inline void set_u_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___u_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___u_8), (void*)value); } inline static int32_t get_offset_of_S_9() { return static_cast(offsetof(Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51, ___S_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_S_9() const { return ___S_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_S_9() { return &___S_9; } inline void set_S_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___S_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_9), (void*)value); } inline static int32_t get_offset_of_M1_10() { return static_cast(offsetof(Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51, ___M1_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_M1_10() const { return ___M1_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_M1_10() { return &___M1_10; } inline void set_M1_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___M1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___M1_10), (void*)value); } inline static int32_t get_offset_of_M2_11() { return static_cast(offsetof(Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51, ___M2_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_M2_11() const { return ___M2_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_M2_11() { return &___M2_11; } inline void set_M2_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___M2_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___M2_11), (void*)value); } inline static int32_t get_offset_of_Key_12() { return static_cast(offsetof(Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51, ___Key_12)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Key_12() const { return ___Key_12; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Key_12() { return &___Key_12; } inline void set_Key_12(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Key_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Key_12), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups struct Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137 : public RuntimeObject { public: public: }; struct Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups::rfc5054_1024 Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___rfc5054_1024_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups::rfc5054_1536 Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___rfc5054_1536_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups::rfc5054_2048 Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___rfc5054_2048_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups::rfc5054_3072 Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___rfc5054_3072_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups::rfc5054_4096 Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___rfc5054_4096_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups::rfc5054_6144 Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___rfc5054_6144_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups::rfc5054_8192 Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___rfc5054_8192_20; public: inline static int32_t get_offset_of_rfc5054_1024_2() { return static_cast(offsetof(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields, ___rfc5054_1024_2)); } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * get_rfc5054_1024_2() const { return ___rfc5054_1024_2; } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 ** get_address_of_rfc5054_1024_2() { return &___rfc5054_1024_2; } inline void set_rfc5054_1024_2(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * value) { ___rfc5054_1024_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5054_1024_2), (void*)value); } inline static int32_t get_offset_of_rfc5054_1536_5() { return static_cast(offsetof(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields, ___rfc5054_1536_5)); } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * get_rfc5054_1536_5() const { return ___rfc5054_1536_5; } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 ** get_address_of_rfc5054_1536_5() { return &___rfc5054_1536_5; } inline void set_rfc5054_1536_5(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * value) { ___rfc5054_1536_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5054_1536_5), (void*)value); } inline static int32_t get_offset_of_rfc5054_2048_8() { return static_cast(offsetof(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields, ___rfc5054_2048_8)); } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * get_rfc5054_2048_8() const { return ___rfc5054_2048_8; } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 ** get_address_of_rfc5054_2048_8() { return &___rfc5054_2048_8; } inline void set_rfc5054_2048_8(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * value) { ___rfc5054_2048_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5054_2048_8), (void*)value); } inline static int32_t get_offset_of_rfc5054_3072_11() { return static_cast(offsetof(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields, ___rfc5054_3072_11)); } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * get_rfc5054_3072_11() const { return ___rfc5054_3072_11; } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 ** get_address_of_rfc5054_3072_11() { return &___rfc5054_3072_11; } inline void set_rfc5054_3072_11(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * value) { ___rfc5054_3072_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5054_3072_11), (void*)value); } inline static int32_t get_offset_of_rfc5054_4096_14() { return static_cast(offsetof(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields, ___rfc5054_4096_14)); } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * get_rfc5054_4096_14() const { return ___rfc5054_4096_14; } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 ** get_address_of_rfc5054_4096_14() { return &___rfc5054_4096_14; } inline void set_rfc5054_4096_14(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * value) { ___rfc5054_4096_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5054_4096_14), (void*)value); } inline static int32_t get_offset_of_rfc5054_6144_17() { return static_cast(offsetof(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields, ___rfc5054_6144_17)); } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * get_rfc5054_6144_17() const { return ___rfc5054_6144_17; } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 ** get_address_of_rfc5054_6144_17() { return &___rfc5054_6144_17; } inline void set_rfc5054_6144_17(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * value) { ___rfc5054_6144_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5054_6144_17), (void*)value); } inline static int32_t get_offset_of_rfc5054_8192_20() { return static_cast(offsetof(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields, ___rfc5054_8192_20)); } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * get_rfc5054_8192_20() const { return ___rfc5054_8192_20; } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 ** get_address_of_rfc5054_8192_20() { return &___rfc5054_8192_20; } inline void set_rfc5054_8192_20(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * value) { ___rfc5054_8192_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___rfc5054_8192_20), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities struct Srp6Utilities_tE89FCC428386BE52AC0B1ED99772FACBDF5D2F83 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator struct Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator::N BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator::digest RuntimeObject* ___digest_2; public: inline static int32_t get_offset_of_N_0() { return static_cast(offsetof(Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06, ___N_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_N_0() const { return ___N_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_N_0() { return &___N_0; } inline void set_N_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___N_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___N_0), (void*)value); } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06, ___g_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_1() const { return ___g_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_1() { return &___g_1; } inline void set_g_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_1), (void*)value); } inline static int32_t get_offset_of_digest_2() { return static_cast(offsetof(Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06, ___digest_2)); } inline RuntimeObject* get_digest_2() const { return ___digest_2; } inline RuntimeObject** get_address_of_digest_2() { return &___digest_2; } inline void set_digest_2(RuntimeObject* value) { ___digest_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrtpProtectionProfile struct SrtpProtectionProfile_tB75755EA9F7150138C626D2754153B0628D3CCFF : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac struct Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::digest RuntimeObject* ___digest_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::padLength int32_t ___padLength_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::secret ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___secret_6; public: inline static int32_t get_offset_of_digest_4() { return static_cast(offsetof(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E, ___digest_4)); } inline RuntimeObject* get_digest_4() const { return ___digest_4; } inline RuntimeObject** get_address_of_digest_4() { return &___digest_4; } inline void set_digest_4(RuntimeObject* value) { ___digest_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_4), (void*)value); } inline static int32_t get_offset_of_padLength_5() { return static_cast(offsetof(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E, ___padLength_5)); } inline int32_t get_padLength_5() const { return ___padLength_5; } inline int32_t* get_address_of_padLength_5() { return &___padLength_5; } inline void set_padLength_5(int32_t value) { ___padLength_5 = value; } inline static int32_t get_offset_of_secret_6() { return static_cast(offsetof(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E, ___secret_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_secret_6() const { return ___secret_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_secret_6() { return &___secret_6; } inline void set_secret_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___secret_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___secret_6), (void*)value); } }; struct Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::IPAD ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IPAD_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::OPAD ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___OPAD_3; public: inline static int32_t get_offset_of_IPAD_2() { return static_cast(offsetof(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_StaticFields, ___IPAD_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IPAD_2() const { return ___IPAD_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IPAD_2() { return &___IPAD_2; } inline void set_IPAD_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IPAD_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPAD_2), (void*)value); } inline static int32_t get_offset_of_OPAD_3() { return static_cast(offsetof(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_StaticFields, ___OPAD_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_OPAD_3() const { return ___OPAD_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_OPAD_3() { return &___OPAD_3; } inline void set_OPAD_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___OPAD_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___OPAD_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding struct StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C : public RuntimeObject { public: public: }; struct StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::Instance StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C_StaticFields, ___Instance_0)); } inline StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C * get_Instance_0() const { return ___Instance_0; } inline StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree struct StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 : public RuntimeObject { public: // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree::static_tree Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___static_tree_12; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree::extra_bits Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___extra_bits_13; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree::extra_base int32_t ___extra_base_14; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree::elems int32_t ___elems_15; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree::max_length int32_t ___max_length_16; public: inline static int32_t get_offset_of_static_tree_12() { return static_cast(offsetof(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5, ___static_tree_12)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_static_tree_12() const { return ___static_tree_12; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_static_tree_12() { return &___static_tree_12; } inline void set_static_tree_12(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___static_tree_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___static_tree_12), (void*)value); } inline static int32_t get_offset_of_extra_bits_13() { return static_cast(offsetof(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5, ___extra_bits_13)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_extra_bits_13() const { return ___extra_bits_13; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_extra_bits_13() { return &___extra_bits_13; } inline void set_extra_bits_13(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___extra_bits_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___extra_bits_13), (void*)value); } inline static int32_t get_offset_of_extra_base_14() { return static_cast(offsetof(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5, ___extra_base_14)); } inline int32_t get_extra_base_14() const { return ___extra_base_14; } inline int32_t* get_address_of_extra_base_14() { return &___extra_base_14; } inline void set_extra_base_14(int32_t value) { ___extra_base_14 = value; } inline static int32_t get_offset_of_elems_15() { return static_cast(offsetof(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5, ___elems_15)); } inline int32_t get_elems_15() const { return ___elems_15; } inline int32_t* get_address_of_elems_15() { return &___elems_15; } inline void set_elems_15(int32_t value) { ___elems_15 = value; } inline static int32_t get_offset_of_max_length_16() { return static_cast(offsetof(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5, ___max_length_16)); } inline int32_t get_max_length_16() const { return ___max_length_16; } inline int32_t* get_address_of_max_length_16() { return &___max_length_16; } inline void set_max_length_16(int32_t value) { ___max_length_16 = value; } }; struct StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_StaticFields { public: // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree::static_ltree Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___static_ltree_7; // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree::static_dtree Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___static_dtree_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree::static_l_desc StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * ___static_l_desc_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree::static_d_desc StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * ___static_d_desc_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree::static_bl_desc StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * ___static_bl_desc_11; public: inline static int32_t get_offset_of_static_ltree_7() { return static_cast(offsetof(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_StaticFields, ___static_ltree_7)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_static_ltree_7() const { return ___static_ltree_7; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_static_ltree_7() { return &___static_ltree_7; } inline void set_static_ltree_7(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___static_ltree_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___static_ltree_7), (void*)value); } inline static int32_t get_offset_of_static_dtree_8() { return static_cast(offsetof(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_StaticFields, ___static_dtree_8)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_static_dtree_8() const { return ___static_dtree_8; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_static_dtree_8() { return &___static_dtree_8; } inline void set_static_dtree_8(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___static_dtree_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___static_dtree_8), (void*)value); } inline static int32_t get_offset_of_static_l_desc_9() { return static_cast(offsetof(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_StaticFields, ___static_l_desc_9)); } inline StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * get_static_l_desc_9() const { return ___static_l_desc_9; } inline StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 ** get_address_of_static_l_desc_9() { return &___static_l_desc_9; } inline void set_static_l_desc_9(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * value) { ___static_l_desc_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___static_l_desc_9), (void*)value); } inline static int32_t get_offset_of_static_d_desc_10() { return static_cast(offsetof(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_StaticFields, ___static_d_desc_10)); } inline StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * get_static_d_desc_10() const { return ___static_d_desc_10; } inline StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 ** get_address_of_static_d_desc_10() { return &___static_d_desc_10; } inline void set_static_d_desc_10(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * value) { ___static_d_desc_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___static_d_desc_10), (void*)value); } inline static int32_t get_offset_of_static_bl_desc_11() { return static_cast(offsetof(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_StaticFields, ___static_bl_desc_11)); } inline StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * get_static_bl_desc_11() const { return ___static_bl_desc_11; } inline StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 ** get_address_of_static_bl_desc_11() { return &___static_bl_desc_11; } inline void set_static_bl_desc_11(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * value) { ___static_bl_desc_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___static_bl_desc_11), (void*)value); } }; // StoneRecorder struct StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D : public RuntimeObject { public: // System.Object StoneRecorder::locker RuntimeObject * ___locker_0; // System.Single StoneRecorder::stoneX float ___stoneX_1; // System.Single StoneRecorder::stoneZ float ___stoneZ_2; public: inline static int32_t get_offset_of_locker_0() { return static_cast(offsetof(StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D, ___locker_0)); } inline RuntimeObject * get_locker_0() const { return ___locker_0; } inline RuntimeObject ** get_address_of_locker_0() { return &___locker_0; } inline void set_locker_0(RuntimeObject * value) { ___locker_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_0), (void*)value); } inline static int32_t get_offset_of_stoneX_1() { return static_cast(offsetof(StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D, ___stoneX_1)); } inline float get_stoneX_1() const { return ___stoneX_1; } inline float* get_address_of_stoneX_1() { return &___stoneX_1; } inline void set_stoneX_1(float value) { ___stoneX_1 = value; } inline static int32_t get_offset_of_stoneZ_2() { return static_cast(offsetof(StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D, ___stoneZ_2)); } inline float get_stoneZ_2() const { return ___stoneZ_2; } inline float* get_address_of_stoneZ_2() { return &___stoneZ_2; } inline void set_stoneZ_2(float value) { ___stoneZ_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.StreamBlockCipher struct StreamBlockCipher_tBB592812A23BCBC9FECA152C09EBBAC7F9F94C4D : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.StreamBlockCipher::cipher RuntimeObject* ___cipher_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.StreamBlockCipher::oneByte ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___oneByte_1; public: inline static int32_t get_offset_of_cipher_0() { return static_cast(offsetof(StreamBlockCipher_tBB592812A23BCBC9FECA152C09EBBAC7F9F94C4D, ___cipher_0)); } inline RuntimeObject* get_cipher_0() const { return ___cipher_0; } inline RuntimeObject** get_address_of_cipher_0() { return &___cipher_0; } inline void set_cipher_0(RuntimeObject* value) { ___cipher_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cipher_0), (void*)value); } inline static int32_t get_offset_of_oneByte_1() { return static_cast(offsetof(StreamBlockCipher_tBB592812A23BCBC9FECA152C09EBBAC7F9F94C4D, ___oneByte_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_oneByte_1() const { return ___oneByte_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_oneByte_1() { return &___oneByte_1; } inline void set_oneByte_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___oneByte_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___oneByte_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams struct Streams_tCD81D52F63E790806F3F521B6862D4AB60C16716 : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings struct Strings_t7C30E45045E3BAAEC6E0B0A14FA5E0E320116F15 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.SubjectPublicKeyInfoFactory struct SubjectPublicKeyInfoFactory_tBD4EC3BC529986E722CF81FC537B51F887F8CC82 : public RuntimeObject { public: public: }; // BestHTTP.SignalRCore.Subscription struct Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.SignalRCore.Subscription::callbacks List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * ___callbacks_0; public: inline static int32_t get_offset_of_callbacks_0() { return static_cast(offsetof(Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB, ___callbacks_0)); } inline List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * get_callbacks_0() const { return ___callbacks_0; } inline List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B ** get_address_of_callbacks_0() { return &___callbacks_0; } inline void set_callbacks_0(List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * value) { ___callbacks_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callbacks_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SupplementalDataEntry struct SupplementalDataEntry_tD1192409F539AB3607D1A26D473C912075C92FA7 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SupplementalDataEntry::mDataType int32_t ___mDataType_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SupplementalDataEntry::mData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mData_1; public: inline static int32_t get_offset_of_mDataType_0() { return static_cast(offsetof(SupplementalDataEntry_tD1192409F539AB3607D1A26D473C912075C92FA7, ___mDataType_0)); } inline int32_t get_mDataType_0() const { return ___mDataType_0; } inline int32_t* get_address_of_mDataType_0() { return &___mDataType_0; } inline void set_mDataType_0(int32_t value) { ___mDataType_0 = value; } inline static int32_t get_offset_of_mData_1() { return static_cast(offsetof(SupplementalDataEntry_tD1192409F539AB3607D1A26D473C912075C92FA7, ___mData_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mData_1() const { return ___mData_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mData_1() { return &___mData_1; } inline void set_mData_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mData_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SupplementalDataType struct SupplementalDataType_tD4E1F5BFAAF733D48B4EBF64CC94506B11799FE1 : public RuntimeObject { public: public: }; // BestHTTP.SignalRCore.Messages.SupportedTransport struct SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB : public RuntimeObject { public: // System.String BestHTTP.SignalRCore.Messages.SupportedTransport::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.Collections.Generic.List`1 BestHTTP.SignalRCore.Messages.SupportedTransport::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CSupportedFormatsU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB, ___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_U3CSupportedFormatsU3Ek__BackingField_1() { return static_cast(offsetof(SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB, ___U3CSupportedFormatsU3Ek__BackingField_1)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CSupportedFormatsU3Ek__BackingField_1() const { return ___U3CSupportedFormatsU3Ek__BackingField_1; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CSupportedFormatsU3Ek__BackingField_1() { return &___U3CSupportedFormatsU3Ek__BackingField_1; } inline void set_U3CSupportedFormatsU3Ek__BackingField_1(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CSupportedFormatsU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSupportedFormatsU3Ek__BackingField_1), (void*)value); } }; // SyncDataUtil struct SyncDataUtil_t2A54284C431592ED4186F176B39671F4BA4D6B68 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables1kGcmExponentiator struct Tables1kGcmExponentiator_t8BFE71CC6FA1FE576482066AF4F0353788BF8A5D : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables1kGcmExponentiator::lookupPowX2 RuntimeObject* ___lookupPowX2_0; public: inline static int32_t get_offset_of_lookupPowX2_0() { return static_cast(offsetof(Tables1kGcmExponentiator_t8BFE71CC6FA1FE576482066AF4F0353788BF8A5D, ___lookupPowX2_0)); } inline RuntimeObject* get_lookupPowX2_0() const { return ___lookupPowX2_0; } inline RuntimeObject** get_address_of_lookupPowX2_0() { return &___lookupPowX2_0; } inline void set_lookupPowX2_0(RuntimeObject* value) { ___lookupPowX2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___lookupPowX2_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables64kGcmMultiplier struct Tables64kGcmMultiplier_tF682A83AB398E3981735C750D3CC5F83B2D3BD46 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables64kGcmMultiplier::H ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___H_0; // System.UInt32[][][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables64kGcmMultiplier::M UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* ___M_1; public: inline static int32_t get_offset_of_H_0() { return static_cast(offsetof(Tables64kGcmMultiplier_tF682A83AB398E3981735C750D3CC5F83B2D3BD46, ___H_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_H_0() const { return ___H_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_H_0() { return &___H_0; } inline void set_H_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___H_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___H_0), (void*)value); } inline static int32_t get_offset_of_M_1() { return static_cast(offsetof(Tables64kGcmMultiplier_tF682A83AB398E3981735C750D3CC5F83B2D3BD46, ___M_1)); } inline UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* get_M_1() const { return ___M_1; } inline UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844** get_address_of_M_1() { return &___M_1; } inline void set_M_1(UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* value) { ___M_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___M_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables8kGcmMultiplier struct Tables8kGcmMultiplier_t4CECB53D88E3A43690CF5116CA23CB21B90B757C : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables8kGcmMultiplier::H ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___H_0; // System.UInt32[][][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables8kGcmMultiplier::M UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* ___M_1; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables8kGcmMultiplier::z UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___z_2; public: inline static int32_t get_offset_of_H_0() { return static_cast(offsetof(Tables8kGcmMultiplier_t4CECB53D88E3A43690CF5116CA23CB21B90B757C, ___H_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_H_0() const { return ___H_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_H_0() { return &___H_0; } inline void set_H_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___H_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___H_0), (void*)value); } inline static int32_t get_offset_of_M_1() { return static_cast(offsetof(Tables8kGcmMultiplier_t4CECB53D88E3A43690CF5116CA23CB21B90B757C, ___M_1)); } inline UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* get_M_1() const { return ___M_1; } inline UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844** get_address_of_M_1() { return &___M_1; } inline void set_M_1(UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* value) { ___M_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___M_1), (void*)value); } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Tables8kGcmMultiplier_t4CECB53D88E3A43690CF5116CA23CB21B90B757C, ___z_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_z_2() const { return ___z_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_z_2() { return &___z_2; } inline void set_z_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___z_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___z_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.TbcPadding struct TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine struct TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED : public RuntimeObject { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::_a uint32_t ____a_4; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::_b uint32_t ____b_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::_c uint32_t ____c_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::_d uint32_t ____d_7; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::_initialised bool ____initialised_8; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::_forEncryption bool ____forEncryption_9; public: inline static int32_t get_offset_of__a_4() { return static_cast(offsetof(TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED, ____a_4)); } inline uint32_t get__a_4() const { return ____a_4; } inline uint32_t* get_address_of__a_4() { return &____a_4; } inline void set__a_4(uint32_t value) { ____a_4 = value; } inline static int32_t get_offset_of__b_5() { return static_cast(offsetof(TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED, ____b_5)); } inline uint32_t get__b_5() const { return ____b_5; } inline uint32_t* get_address_of__b_5() { return &____b_5; } inline void set__b_5(uint32_t value) { ____b_5 = value; } inline static int32_t get_offset_of__c_6() { return static_cast(offsetof(TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED, ____c_6)); } inline uint32_t get__c_6() const { return ____c_6; } inline uint32_t* get_address_of__c_6() { return &____c_6; } inline void set__c_6(uint32_t value) { ____c_6 = value; } inline static int32_t get_offset_of__d_7() { return static_cast(offsetof(TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED, ____d_7)); } inline uint32_t get__d_7() const { return ____d_7; } inline uint32_t* get_address_of__d_7() { return &____d_7; } inline void set__d_7(uint32_t value) { ____d_7 = value; } inline static int32_t get_offset_of__initialised_8() { return static_cast(offsetof(TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED, ____initialised_8)); } inline bool get__initialised_8() const { return ____initialised_8; } inline bool* get_address_of__initialised_8() { return &____initialised_8; } inline void set__initialised_8(bool value) { ____initialised_8 = value; } inline static int32_t get_offset_of__forEncryption_9() { return static_cast(offsetof(TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED, ____forEncryption_9)); } inline bool get__forEncryption_9() const { return ____forEncryption_9; } inline bool* get_address_of__forEncryption_9() { return &____forEncryption_9; } inline void set__forEncryption_9(bool value) { ____forEncryption_9 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves struct TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF : public RuntimeObject { public: public: }; struct TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_StaticFields { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::objIds RuntimeObject* ___objIds_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::curves RuntimeObject* ___curves_1; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::names RuntimeObject* ___names_2; public: inline static int32_t get_offset_of_objIds_0() { return static_cast(offsetof(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_StaticFields, ___objIds_0)); } inline RuntimeObject* get_objIds_0() const { return ___objIds_0; } inline RuntimeObject** get_address_of_objIds_0() { return &___objIds_0; } inline void set_objIds_0(RuntimeObject* value) { ___objIds_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___objIds_0), (void*)value); } inline static int32_t get_offset_of_curves_1() { return static_cast(offsetof(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_StaticFields, ___curves_1)); } inline RuntimeObject* get_curves_1() const { return ___curves_1; } inline RuntimeObject** get_address_of_curves_1() { return &___curves_1; } inline void set_curves_1(RuntimeObject* value) { ___curves_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___curves_1), (void*)value); } inline static int32_t get_offset_of_names_2() { return static_cast(offsetof(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_StaticFields, ___names_2)); } inline RuntimeObject* get_names_2() const { return ___names_2; } inline RuntimeObject** get_address_of_names_2() { return &___names_2; } inline void set_names_2(RuntimeObject* value) { ___names_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___names_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers struct TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E : public RuntimeObject { public: public: }; struct TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::TeleTrusTAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TeleTrusTAlgorithm_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD160_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RipeMD128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD128_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RipeMD256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RipeMD256_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::TeleTrusTRsaSignatureAlgorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TeleTrusTRsaSignatureAlgorithm_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RsaSignatureWithRipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaSignatureWithRipeMD160_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RsaSignatureWithRipeMD128 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaSignatureWithRipeMD128_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::RsaSignatureWithRipeMD256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___RsaSignatureWithRipeMD256_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::ECSign DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECSign_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::ECSignWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECSignWithSha1_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::ECSignWithRipeMD160 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECSignWithRipeMD160_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::EccBrainpool DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EccBrainpool_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::EllipticCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EllipticCurve_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::VersionOne DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___VersionOne_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP160R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP160R1_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP160T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP160T1_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP192R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP192R1_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP192T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP192T1_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP224R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP224R1_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP224T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP224T1_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP256R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP256R1_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP256T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP256T1_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP320R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP320R1_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP320T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP320T1_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP384R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP384R1_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP384T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP384T1_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP512R1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP512R1_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::BrainpoolP512T1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BrainpoolP512T1_27; public: inline static int32_t get_offset_of_TeleTrusTAlgorithm_0() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___TeleTrusTAlgorithm_0)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TeleTrusTAlgorithm_0() const { return ___TeleTrusTAlgorithm_0; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TeleTrusTAlgorithm_0() { return &___TeleTrusTAlgorithm_0; } inline void set_TeleTrusTAlgorithm_0(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TeleTrusTAlgorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___TeleTrusTAlgorithm_0), (void*)value); } inline static int32_t get_offset_of_RipeMD160_1() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RipeMD160_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD160_1() const { return ___RipeMD160_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD160_1() { return &___RipeMD160_1; } inline void set_RipeMD160_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD160_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD160_1), (void*)value); } inline static int32_t get_offset_of_RipeMD128_2() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RipeMD128_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD128_2() const { return ___RipeMD128_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD128_2() { return &___RipeMD128_2; } inline void set_RipeMD128_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD128_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD128_2), (void*)value); } inline static int32_t get_offset_of_RipeMD256_3() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RipeMD256_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RipeMD256_3() const { return ___RipeMD256_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RipeMD256_3() { return &___RipeMD256_3; } inline void set_RipeMD256_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RipeMD256_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___RipeMD256_3), (void*)value); } inline static int32_t get_offset_of_TeleTrusTRsaSignatureAlgorithm_4() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___TeleTrusTRsaSignatureAlgorithm_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TeleTrusTRsaSignatureAlgorithm_4() const { return ___TeleTrusTRsaSignatureAlgorithm_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TeleTrusTRsaSignatureAlgorithm_4() { return &___TeleTrusTRsaSignatureAlgorithm_4; } inline void set_TeleTrusTRsaSignatureAlgorithm_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TeleTrusTRsaSignatureAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___TeleTrusTRsaSignatureAlgorithm_4), (void*)value); } inline static int32_t get_offset_of_RsaSignatureWithRipeMD160_5() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RsaSignatureWithRipeMD160_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaSignatureWithRipeMD160_5() const { return ___RsaSignatureWithRipeMD160_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaSignatureWithRipeMD160_5() { return &___RsaSignatureWithRipeMD160_5; } inline void set_RsaSignatureWithRipeMD160_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaSignatureWithRipeMD160_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaSignatureWithRipeMD160_5), (void*)value); } inline static int32_t get_offset_of_RsaSignatureWithRipeMD128_6() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RsaSignatureWithRipeMD128_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaSignatureWithRipeMD128_6() const { return ___RsaSignatureWithRipeMD128_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaSignatureWithRipeMD128_6() { return &___RsaSignatureWithRipeMD128_6; } inline void set_RsaSignatureWithRipeMD128_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaSignatureWithRipeMD128_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaSignatureWithRipeMD128_6), (void*)value); } inline static int32_t get_offset_of_RsaSignatureWithRipeMD256_7() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___RsaSignatureWithRipeMD256_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_RsaSignatureWithRipeMD256_7() const { return ___RsaSignatureWithRipeMD256_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_RsaSignatureWithRipeMD256_7() { return &___RsaSignatureWithRipeMD256_7; } inline void set_RsaSignatureWithRipeMD256_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___RsaSignatureWithRipeMD256_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___RsaSignatureWithRipeMD256_7), (void*)value); } inline static int32_t get_offset_of_ECSign_8() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___ECSign_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECSign_8() const { return ___ECSign_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECSign_8() { return &___ECSign_8; } inline void set_ECSign_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECSign_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECSign_8), (void*)value); } inline static int32_t get_offset_of_ECSignWithSha1_9() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___ECSignWithSha1_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECSignWithSha1_9() const { return ___ECSignWithSha1_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECSignWithSha1_9() { return &___ECSignWithSha1_9; } inline void set_ECSignWithSha1_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECSignWithSha1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECSignWithSha1_9), (void*)value); } inline static int32_t get_offset_of_ECSignWithRipeMD160_10() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___ECSignWithRipeMD160_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECSignWithRipeMD160_10() const { return ___ECSignWithRipeMD160_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECSignWithRipeMD160_10() { return &___ECSignWithRipeMD160_10; } inline void set_ECSignWithRipeMD160_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECSignWithRipeMD160_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECSignWithRipeMD160_10), (void*)value); } inline static int32_t get_offset_of_EccBrainpool_11() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___EccBrainpool_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EccBrainpool_11() const { return ___EccBrainpool_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EccBrainpool_11() { return &___EccBrainpool_11; } inline void set_EccBrainpool_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EccBrainpool_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___EccBrainpool_11), (void*)value); } inline static int32_t get_offset_of_EllipticCurve_12() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___EllipticCurve_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EllipticCurve_12() const { return ___EllipticCurve_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EllipticCurve_12() { return &___EllipticCurve_12; } inline void set_EllipticCurve_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EllipticCurve_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___EllipticCurve_12), (void*)value); } inline static int32_t get_offset_of_VersionOne_13() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___VersionOne_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_VersionOne_13() const { return ___VersionOne_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_VersionOne_13() { return &___VersionOne_13; } inline void set_VersionOne_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___VersionOne_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___VersionOne_13), (void*)value); } inline static int32_t get_offset_of_BrainpoolP160R1_14() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP160R1_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP160R1_14() const { return ___BrainpoolP160R1_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP160R1_14() { return &___BrainpoolP160R1_14; } inline void set_BrainpoolP160R1_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP160R1_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP160R1_14), (void*)value); } inline static int32_t get_offset_of_BrainpoolP160T1_15() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP160T1_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP160T1_15() const { return ___BrainpoolP160T1_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP160T1_15() { return &___BrainpoolP160T1_15; } inline void set_BrainpoolP160T1_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP160T1_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP160T1_15), (void*)value); } inline static int32_t get_offset_of_BrainpoolP192R1_16() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP192R1_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP192R1_16() const { return ___BrainpoolP192R1_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP192R1_16() { return &___BrainpoolP192R1_16; } inline void set_BrainpoolP192R1_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP192R1_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP192R1_16), (void*)value); } inline static int32_t get_offset_of_BrainpoolP192T1_17() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP192T1_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP192T1_17() const { return ___BrainpoolP192T1_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP192T1_17() { return &___BrainpoolP192T1_17; } inline void set_BrainpoolP192T1_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP192T1_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP192T1_17), (void*)value); } inline static int32_t get_offset_of_BrainpoolP224R1_18() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP224R1_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP224R1_18() const { return ___BrainpoolP224R1_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP224R1_18() { return &___BrainpoolP224R1_18; } inline void set_BrainpoolP224R1_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP224R1_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP224R1_18), (void*)value); } inline static int32_t get_offset_of_BrainpoolP224T1_19() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP224T1_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP224T1_19() const { return ___BrainpoolP224T1_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP224T1_19() { return &___BrainpoolP224T1_19; } inline void set_BrainpoolP224T1_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP224T1_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP224T1_19), (void*)value); } inline static int32_t get_offset_of_BrainpoolP256R1_20() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP256R1_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP256R1_20() const { return ___BrainpoolP256R1_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP256R1_20() { return &___BrainpoolP256R1_20; } inline void set_BrainpoolP256R1_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP256R1_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP256R1_20), (void*)value); } inline static int32_t get_offset_of_BrainpoolP256T1_21() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP256T1_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP256T1_21() const { return ___BrainpoolP256T1_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP256T1_21() { return &___BrainpoolP256T1_21; } inline void set_BrainpoolP256T1_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP256T1_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP256T1_21), (void*)value); } inline static int32_t get_offset_of_BrainpoolP320R1_22() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP320R1_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP320R1_22() const { return ___BrainpoolP320R1_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP320R1_22() { return &___BrainpoolP320R1_22; } inline void set_BrainpoolP320R1_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP320R1_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP320R1_22), (void*)value); } inline static int32_t get_offset_of_BrainpoolP320T1_23() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP320T1_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP320T1_23() const { return ___BrainpoolP320T1_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP320T1_23() { return &___BrainpoolP320T1_23; } inline void set_BrainpoolP320T1_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP320T1_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP320T1_23), (void*)value); } inline static int32_t get_offset_of_BrainpoolP384R1_24() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP384R1_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP384R1_24() const { return ___BrainpoolP384R1_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP384R1_24() { return &___BrainpoolP384R1_24; } inline void set_BrainpoolP384R1_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP384R1_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP384R1_24), (void*)value); } inline static int32_t get_offset_of_BrainpoolP384T1_25() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP384T1_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP384T1_25() const { return ___BrainpoolP384T1_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP384T1_25() { return &___BrainpoolP384T1_25; } inline void set_BrainpoolP384T1_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP384T1_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP384T1_25), (void*)value); } inline static int32_t get_offset_of_BrainpoolP512R1_26() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP512R1_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP512R1_26() const { return ___BrainpoolP512R1_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP512R1_26() { return &___BrainpoolP512R1_26; } inline void set_BrainpoolP512R1_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP512R1_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP512R1_26), (void*)value); } inline static int32_t get_offset_of_BrainpoolP512T1_27() { return static_cast(offsetof(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields, ___BrainpoolP512T1_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BrainpoolP512T1_27() const { return ___BrainpoolP512T1_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BrainpoolP512T1_27() { return &___BrainpoolP512T1_27; } inline void set_BrainpoolP512T1_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BrainpoolP512T1_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___BrainpoolP512T1_27), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters struct TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters::mGroup Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___mGroup_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters::mVerifier BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___mVerifier_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters::mSalt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mSalt_2; public: inline static int32_t get_offset_of_mGroup_0() { return static_cast(offsetof(TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88, ___mGroup_0)); } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * get_mGroup_0() const { return ___mGroup_0; } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 ** get_address_of_mGroup_0() { return &___mGroup_0; } inline void set_mGroup_0(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * value) { ___mGroup_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mGroup_0), (void*)value); } inline static int32_t get_offset_of_mVerifier_1() { return static_cast(offsetof(TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88, ___mVerifier_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_mVerifier_1() const { return ___mVerifier_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_mVerifier_1() { return &___mVerifier_1; } inline void set_mVerifier_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___mVerifier_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mVerifier_1), (void*)value); } inline static int32_t get_offset_of_mSalt_2() { return static_cast(offsetof(TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88, ___mSalt_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mSalt_2() const { return ___mSalt_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mSalt_2() { return &___mSalt_2; } inline void set_mSalt_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mSalt_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSalt_2), (void*)value); } }; // UnityEngine.Events.UnityEventBase struct UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB : public RuntimeObject { public: // UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * ___m_Calls_0; // UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * ___m_PersistentCalls_1; // System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty bool ___m_CallsDirty_2; public: inline static int32_t get_offset_of_m_Calls_0() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_Calls_0)); } inline InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * get_m_Calls_0() const { return ___m_Calls_0; } inline InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * value) { ___m_Calls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Calls_0), (void*)value); } inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_PersistentCalls_1)); } inline PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; } inline PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; } inline void set_m_PersistentCalls_1(PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * value) { ___m_PersistentCalls_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PersistentCalls_1), (void*)value); } inline static int32_t get_offset_of_m_CallsDirty_2() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_CallsDirty_2)); } inline bool get_m_CallsDirty_2() const { return ___m_CallsDirty_2; } inline bool* get_address_of_m_CallsDirty_2() { return &___m_CallsDirty_2; } inline void set_m_CallsDirty_2(bool value) { ___m_CallsDirty_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.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension struct X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension::critical bool ___critical_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension::value Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___value_1; public: inline static int32_t get_offset_of_critical_0() { return static_cast(offsetof(X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB, ___critical_0)); } inline bool get_critical_0() const { return ___critical_0; } inline bool* get_address_of_critical_0() { return &___critical_0; } inline void set_critical_0(bool value) { ___critical_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB, ___value_1)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_value_1() const { return ___value_1; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder struct X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder::parameters X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * ___parameters_0; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC, ___parameters_0)); } inline X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * get_parameters_0() const { return ___parameters_0; } inline X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 ** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers struct X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E : public RuntimeObject { public: public: }; struct X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ansi_X9_62 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ansi_X9_62_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdFieldType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdFieldType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::PrimeField DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrimeField_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::CharacteristicTwoField DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CharacteristicTwoField_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::GNBasis DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GNBasis_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::TPBasis DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TPBasis_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::PPBasis DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PPBasis_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::id_ecSigType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_ecSigType_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha1_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::id_publicKeyType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___id_publicKeyType_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdECPublicKey DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdECPublicKey_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha2_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha224 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha224_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha256 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha256_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha384 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha384_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ECDsaWithSha512 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ECDsaWithSha512_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::EllipticCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EllipticCurve_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::CTwoCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CTwoCurve_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb163v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb163v1_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb163v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb163v2_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb163v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb163v3_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb176w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb176w1_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb191v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb191v1_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb191v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb191v2_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb191v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb191v3_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb191v4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb191v4_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb191v5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb191v5_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb208w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb208w1_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb239v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb239v1_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb239v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb239v2_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb239v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb239v3_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb239v4 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb239v4_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Onb239v5 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Onb239v5_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb272w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb272w1_36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb304w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb304w1_37; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb359v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb359v1_38; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Pnb368w1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Pnb368w1_39; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::C2Tnb431r1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C2Tnb431r1_40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::PrimeCurve DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrimeCurve_41; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime192v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime192v1_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime192v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime192v2_43; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime192v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime192v3_44; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime239v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime239v1_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime239v2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime239v2_46; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime239v3 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime239v3_47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Prime256v1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Prime256v1_48; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdDsa DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdDsa_49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::IdDsaWithSha1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdDsaWithSha1_50; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::X9x63Scheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X9x63Scheme_51; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHSinglePassStdDHSha1KdfScheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHSinglePassStdDHSha1KdfScheme_52; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHSinglePassCofactorDHSha1KdfScheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHSinglePassCofactorDHSha1KdfScheme_53; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::MqvSinglePassSha1KdfScheme DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___MqvSinglePassSha1KdfScheme_54; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::ansi_x9_42 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ansi_x9_42_55; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHPublicNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHPublicNumber_56; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::X9x42Schemes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___X9x42Schemes_57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHStatic DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHStatic_58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHEphem DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHEphem_59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHOneFlow DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHOneFlow_60; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHHybrid1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHHybrid1_61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHHybrid2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHHybrid2_62; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::DHHybridOneFlow DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DHHybridOneFlow_63; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Mqv2 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Mqv2_64; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers::Mqv1 DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Mqv1_65; public: inline static int32_t get_offset_of_ansi_X9_62_1() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ansi_X9_62_1)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ansi_X9_62_1() const { return ___ansi_X9_62_1; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ansi_X9_62_1() { return &___ansi_X9_62_1; } inline void set_ansi_X9_62_1(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ansi_X9_62_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansi_X9_62_1), (void*)value); } inline static int32_t get_offset_of_IdFieldType_2() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdFieldType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdFieldType_2() const { return ___IdFieldType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdFieldType_2() { return &___IdFieldType_2; } inline void set_IdFieldType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdFieldType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdFieldType_2), (void*)value); } inline static int32_t get_offset_of_PrimeField_3() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___PrimeField_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrimeField_3() const { return ___PrimeField_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrimeField_3() { return &___PrimeField_3; } inline void set_PrimeField_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrimeField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrimeField_3), (void*)value); } inline static int32_t get_offset_of_CharacteristicTwoField_4() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___CharacteristicTwoField_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CharacteristicTwoField_4() const { return ___CharacteristicTwoField_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CharacteristicTwoField_4() { return &___CharacteristicTwoField_4; } inline void set_CharacteristicTwoField_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CharacteristicTwoField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___CharacteristicTwoField_4), (void*)value); } inline static int32_t get_offset_of_GNBasis_5() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___GNBasis_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GNBasis_5() const { return ___GNBasis_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GNBasis_5() { return &___GNBasis_5; } inline void set_GNBasis_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GNBasis_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GNBasis_5), (void*)value); } inline static int32_t get_offset_of_TPBasis_6() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___TPBasis_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TPBasis_6() const { return ___TPBasis_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TPBasis_6() { return &___TPBasis_6; } inline void set_TPBasis_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TPBasis_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___TPBasis_6), (void*)value); } inline static int32_t get_offset_of_PPBasis_7() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___PPBasis_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PPBasis_7() const { return ___PPBasis_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PPBasis_7() { return &___PPBasis_7; } inline void set_PPBasis_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PPBasis_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___PPBasis_7), (void*)value); } inline static int32_t get_offset_of_id_ecSigType_9() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___id_ecSigType_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_ecSigType_9() const { return ___id_ecSigType_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_ecSigType_9() { return &___id_ecSigType_9; } inline void set_id_ecSigType_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_ecSigType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_ecSigType_9), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha1_10() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha1_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha1_10() const { return ___ECDsaWithSha1_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha1_10() { return &___ECDsaWithSha1_10; } inline void set_ECDsaWithSha1_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha1_10), (void*)value); } inline static int32_t get_offset_of_id_publicKeyType_12() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___id_publicKeyType_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_id_publicKeyType_12() const { return ___id_publicKeyType_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_id_publicKeyType_12() { return &___id_publicKeyType_12; } inline void set_id_publicKeyType_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___id_publicKeyType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_publicKeyType_12), (void*)value); } inline static int32_t get_offset_of_IdECPublicKey_13() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdECPublicKey_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdECPublicKey_13() const { return ___IdECPublicKey_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdECPublicKey_13() { return &___IdECPublicKey_13; } inline void set_IdECPublicKey_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdECPublicKey_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdECPublicKey_13), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha2_14() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha2_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha2_14() const { return ___ECDsaWithSha2_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha2_14() { return &___ECDsaWithSha2_14; } inline void set_ECDsaWithSha2_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha2_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha2_14), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha224_15() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha224_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha224_15() const { return ___ECDsaWithSha224_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha224_15() { return &___ECDsaWithSha224_15; } inline void set_ECDsaWithSha224_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha224_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha224_15), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha256_16() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha256_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha256_16() const { return ___ECDsaWithSha256_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha256_16() { return &___ECDsaWithSha256_16; } inline void set_ECDsaWithSha256_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha256_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha256_16), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha384_17() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha384_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha384_17() const { return ___ECDsaWithSha384_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha384_17() { return &___ECDsaWithSha384_17; } inline void set_ECDsaWithSha384_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha384_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha384_17), (void*)value); } inline static int32_t get_offset_of_ECDsaWithSha512_18() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ECDsaWithSha512_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ECDsaWithSha512_18() const { return ___ECDsaWithSha512_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ECDsaWithSha512_18() { return &___ECDsaWithSha512_18; } inline void set_ECDsaWithSha512_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ECDsaWithSha512_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___ECDsaWithSha512_18), (void*)value); } inline static int32_t get_offset_of_EllipticCurve_19() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___EllipticCurve_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EllipticCurve_19() const { return ___EllipticCurve_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EllipticCurve_19() { return &___EllipticCurve_19; } inline void set_EllipticCurve_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EllipticCurve_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___EllipticCurve_19), (void*)value); } inline static int32_t get_offset_of_CTwoCurve_20() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___CTwoCurve_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CTwoCurve_20() const { return ___CTwoCurve_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CTwoCurve_20() { return &___CTwoCurve_20; } inline void set_CTwoCurve_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CTwoCurve_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___CTwoCurve_20), (void*)value); } inline static int32_t get_offset_of_C2Pnb163v1_21() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb163v1_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb163v1_21() const { return ___C2Pnb163v1_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb163v1_21() { return &___C2Pnb163v1_21; } inline void set_C2Pnb163v1_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb163v1_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb163v1_21), (void*)value); } inline static int32_t get_offset_of_C2Pnb163v2_22() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb163v2_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb163v2_22() const { return ___C2Pnb163v2_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb163v2_22() { return &___C2Pnb163v2_22; } inline void set_C2Pnb163v2_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb163v2_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb163v2_22), (void*)value); } inline static int32_t get_offset_of_C2Pnb163v3_23() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb163v3_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb163v3_23() const { return ___C2Pnb163v3_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb163v3_23() { return &___C2Pnb163v3_23; } inline void set_C2Pnb163v3_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb163v3_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb163v3_23), (void*)value); } inline static int32_t get_offset_of_C2Pnb176w1_24() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb176w1_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb176w1_24() const { return ___C2Pnb176w1_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb176w1_24() { return &___C2Pnb176w1_24; } inline void set_C2Pnb176w1_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb176w1_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb176w1_24), (void*)value); } inline static int32_t get_offset_of_C2Tnb191v1_25() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb191v1_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb191v1_25() const { return ___C2Tnb191v1_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb191v1_25() { return &___C2Tnb191v1_25; } inline void set_C2Tnb191v1_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb191v1_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb191v1_25), (void*)value); } inline static int32_t get_offset_of_C2Tnb191v2_26() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb191v2_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb191v2_26() const { return ___C2Tnb191v2_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb191v2_26() { return &___C2Tnb191v2_26; } inline void set_C2Tnb191v2_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb191v2_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb191v2_26), (void*)value); } inline static int32_t get_offset_of_C2Tnb191v3_27() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb191v3_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb191v3_27() const { return ___C2Tnb191v3_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb191v3_27() { return &___C2Tnb191v3_27; } inline void set_C2Tnb191v3_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb191v3_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb191v3_27), (void*)value); } inline static int32_t get_offset_of_C2Onb191v4_28() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb191v4_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb191v4_28() const { return ___C2Onb191v4_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb191v4_28() { return &___C2Onb191v4_28; } inline void set_C2Onb191v4_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb191v4_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb191v4_28), (void*)value); } inline static int32_t get_offset_of_C2Onb191v5_29() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb191v5_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb191v5_29() const { return ___C2Onb191v5_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb191v5_29() { return &___C2Onb191v5_29; } inline void set_C2Onb191v5_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb191v5_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb191v5_29), (void*)value); } inline static int32_t get_offset_of_C2Pnb208w1_30() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb208w1_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb208w1_30() const { return ___C2Pnb208w1_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb208w1_30() { return &___C2Pnb208w1_30; } inline void set_C2Pnb208w1_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb208w1_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb208w1_30), (void*)value); } inline static int32_t get_offset_of_C2Tnb239v1_31() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb239v1_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb239v1_31() const { return ___C2Tnb239v1_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb239v1_31() { return &___C2Tnb239v1_31; } inline void set_C2Tnb239v1_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb239v1_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb239v1_31), (void*)value); } inline static int32_t get_offset_of_C2Tnb239v2_32() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb239v2_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb239v2_32() const { return ___C2Tnb239v2_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb239v2_32() { return &___C2Tnb239v2_32; } inline void set_C2Tnb239v2_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb239v2_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb239v2_32), (void*)value); } inline static int32_t get_offset_of_C2Tnb239v3_33() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb239v3_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb239v3_33() const { return ___C2Tnb239v3_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb239v3_33() { return &___C2Tnb239v3_33; } inline void set_C2Tnb239v3_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb239v3_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb239v3_33), (void*)value); } inline static int32_t get_offset_of_C2Onb239v4_34() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb239v4_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb239v4_34() const { return ___C2Onb239v4_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb239v4_34() { return &___C2Onb239v4_34; } inline void set_C2Onb239v4_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb239v4_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb239v4_34), (void*)value); } inline static int32_t get_offset_of_C2Onb239v5_35() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Onb239v5_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Onb239v5_35() const { return ___C2Onb239v5_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Onb239v5_35() { return &___C2Onb239v5_35; } inline void set_C2Onb239v5_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Onb239v5_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Onb239v5_35), (void*)value); } inline static int32_t get_offset_of_C2Pnb272w1_36() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb272w1_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb272w1_36() const { return ___C2Pnb272w1_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb272w1_36() { return &___C2Pnb272w1_36; } inline void set_C2Pnb272w1_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb272w1_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb272w1_36), (void*)value); } inline static int32_t get_offset_of_C2Pnb304w1_37() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb304w1_37)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb304w1_37() const { return ___C2Pnb304w1_37; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb304w1_37() { return &___C2Pnb304w1_37; } inline void set_C2Pnb304w1_37(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb304w1_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb304w1_37), (void*)value); } inline static int32_t get_offset_of_C2Tnb359v1_38() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb359v1_38)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb359v1_38() const { return ___C2Tnb359v1_38; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb359v1_38() { return &___C2Tnb359v1_38; } inline void set_C2Tnb359v1_38(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb359v1_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb359v1_38), (void*)value); } inline static int32_t get_offset_of_C2Pnb368w1_39() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Pnb368w1_39)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Pnb368w1_39() const { return ___C2Pnb368w1_39; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Pnb368w1_39() { return &___C2Pnb368w1_39; } inline void set_C2Pnb368w1_39(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Pnb368w1_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Pnb368w1_39), (void*)value); } inline static int32_t get_offset_of_C2Tnb431r1_40() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___C2Tnb431r1_40)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C2Tnb431r1_40() const { return ___C2Tnb431r1_40; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C2Tnb431r1_40() { return &___C2Tnb431r1_40; } inline void set_C2Tnb431r1_40(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C2Tnb431r1_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___C2Tnb431r1_40), (void*)value); } inline static int32_t get_offset_of_PrimeCurve_41() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___PrimeCurve_41)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrimeCurve_41() const { return ___PrimeCurve_41; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrimeCurve_41() { return &___PrimeCurve_41; } inline void set_PrimeCurve_41(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrimeCurve_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrimeCurve_41), (void*)value); } inline static int32_t get_offset_of_Prime192v1_42() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime192v1_42)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime192v1_42() const { return ___Prime192v1_42; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime192v1_42() { return &___Prime192v1_42; } inline void set_Prime192v1_42(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime192v1_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime192v1_42), (void*)value); } inline static int32_t get_offset_of_Prime192v2_43() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime192v2_43)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime192v2_43() const { return ___Prime192v2_43; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime192v2_43() { return &___Prime192v2_43; } inline void set_Prime192v2_43(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime192v2_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime192v2_43), (void*)value); } inline static int32_t get_offset_of_Prime192v3_44() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime192v3_44)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime192v3_44() const { return ___Prime192v3_44; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime192v3_44() { return &___Prime192v3_44; } inline void set_Prime192v3_44(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime192v3_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime192v3_44), (void*)value); } inline static int32_t get_offset_of_Prime239v1_45() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime239v1_45)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime239v1_45() const { return ___Prime239v1_45; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime239v1_45() { return &___Prime239v1_45; } inline void set_Prime239v1_45(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime239v1_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime239v1_45), (void*)value); } inline static int32_t get_offset_of_Prime239v2_46() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime239v2_46)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime239v2_46() const { return ___Prime239v2_46; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime239v2_46() { return &___Prime239v2_46; } inline void set_Prime239v2_46(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime239v2_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime239v2_46), (void*)value); } inline static int32_t get_offset_of_Prime239v3_47() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime239v3_47)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime239v3_47() const { return ___Prime239v3_47; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime239v3_47() { return &___Prime239v3_47; } inline void set_Prime239v3_47(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime239v3_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime239v3_47), (void*)value); } inline static int32_t get_offset_of_Prime256v1_48() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Prime256v1_48)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Prime256v1_48() const { return ___Prime256v1_48; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Prime256v1_48() { return &___Prime256v1_48; } inline void set_Prime256v1_48(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Prime256v1_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___Prime256v1_48), (void*)value); } inline static int32_t get_offset_of_IdDsa_49() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdDsa_49)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdDsa_49() const { return ___IdDsa_49; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdDsa_49() { return &___IdDsa_49; } inline void set_IdDsa_49(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdDsa_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdDsa_49), (void*)value); } inline static int32_t get_offset_of_IdDsaWithSha1_50() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___IdDsaWithSha1_50)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdDsaWithSha1_50() const { return ___IdDsaWithSha1_50; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdDsaWithSha1_50() { return &___IdDsaWithSha1_50; } inline void set_IdDsaWithSha1_50(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdDsaWithSha1_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdDsaWithSha1_50), (void*)value); } inline static int32_t get_offset_of_X9x63Scheme_51() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___X9x63Scheme_51)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X9x63Scheme_51() const { return ___X9x63Scheme_51; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X9x63Scheme_51() { return &___X9x63Scheme_51; } inline void set_X9x63Scheme_51(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X9x63Scheme_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___X9x63Scheme_51), (void*)value); } inline static int32_t get_offset_of_DHSinglePassStdDHSha1KdfScheme_52() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHSinglePassStdDHSha1KdfScheme_52)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHSinglePassStdDHSha1KdfScheme_52() const { return ___DHSinglePassStdDHSha1KdfScheme_52; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHSinglePassStdDHSha1KdfScheme_52() { return &___DHSinglePassStdDHSha1KdfScheme_52; } inline void set_DHSinglePassStdDHSha1KdfScheme_52(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHSinglePassStdDHSha1KdfScheme_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHSinglePassStdDHSha1KdfScheme_52), (void*)value); } inline static int32_t get_offset_of_DHSinglePassCofactorDHSha1KdfScheme_53() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHSinglePassCofactorDHSha1KdfScheme_53)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHSinglePassCofactorDHSha1KdfScheme_53() const { return ___DHSinglePassCofactorDHSha1KdfScheme_53; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHSinglePassCofactorDHSha1KdfScheme_53() { return &___DHSinglePassCofactorDHSha1KdfScheme_53; } inline void set_DHSinglePassCofactorDHSha1KdfScheme_53(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHSinglePassCofactorDHSha1KdfScheme_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHSinglePassCofactorDHSha1KdfScheme_53), (void*)value); } inline static int32_t get_offset_of_MqvSinglePassSha1KdfScheme_54() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___MqvSinglePassSha1KdfScheme_54)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_MqvSinglePassSha1KdfScheme_54() const { return ___MqvSinglePassSha1KdfScheme_54; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_MqvSinglePassSha1KdfScheme_54() { return &___MqvSinglePassSha1KdfScheme_54; } inline void set_MqvSinglePassSha1KdfScheme_54(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___MqvSinglePassSha1KdfScheme_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___MqvSinglePassSha1KdfScheme_54), (void*)value); } inline static int32_t get_offset_of_ansi_x9_42_55() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___ansi_x9_42_55)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ansi_x9_42_55() const { return ___ansi_x9_42_55; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ansi_x9_42_55() { return &___ansi_x9_42_55; } inline void set_ansi_x9_42_55(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ansi_x9_42_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansi_x9_42_55), (void*)value); } inline static int32_t get_offset_of_DHPublicNumber_56() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHPublicNumber_56)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHPublicNumber_56() const { return ___DHPublicNumber_56; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHPublicNumber_56() { return &___DHPublicNumber_56; } inline void set_DHPublicNumber_56(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHPublicNumber_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHPublicNumber_56), (void*)value); } inline static int32_t get_offset_of_X9x42Schemes_57() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___X9x42Schemes_57)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_X9x42Schemes_57() const { return ___X9x42Schemes_57; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_X9x42Schemes_57() { return &___X9x42Schemes_57; } inline void set_X9x42Schemes_57(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___X9x42Schemes_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___X9x42Schemes_57), (void*)value); } inline static int32_t get_offset_of_DHStatic_58() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHStatic_58)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHStatic_58() const { return ___DHStatic_58; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHStatic_58() { return &___DHStatic_58; } inline void set_DHStatic_58(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHStatic_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHStatic_58), (void*)value); } inline static int32_t get_offset_of_DHEphem_59() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHEphem_59)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHEphem_59() const { return ___DHEphem_59; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHEphem_59() { return &___DHEphem_59; } inline void set_DHEphem_59(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHEphem_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHEphem_59), (void*)value); } inline static int32_t get_offset_of_DHOneFlow_60() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHOneFlow_60)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHOneFlow_60() const { return ___DHOneFlow_60; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHOneFlow_60() { return &___DHOneFlow_60; } inline void set_DHOneFlow_60(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHOneFlow_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHOneFlow_60), (void*)value); } inline static int32_t get_offset_of_DHHybrid1_61() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHHybrid1_61)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHHybrid1_61() const { return ___DHHybrid1_61; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHHybrid1_61() { return &___DHHybrid1_61; } inline void set_DHHybrid1_61(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHHybrid1_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHHybrid1_61), (void*)value); } inline static int32_t get_offset_of_DHHybrid2_62() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHHybrid2_62)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHHybrid2_62() const { return ___DHHybrid2_62; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHHybrid2_62() { return &___DHHybrid2_62; } inline void set_DHHybrid2_62(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHHybrid2_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHHybrid2_62), (void*)value); } inline static int32_t get_offset_of_DHHybridOneFlow_63() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___DHHybridOneFlow_63)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DHHybridOneFlow_63() const { return ___DHHybridOneFlow_63; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DHHybridOneFlow_63() { return &___DHHybridOneFlow_63; } inline void set_DHHybridOneFlow_63(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DHHybridOneFlow_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___DHHybridOneFlow_63), (void*)value); } inline static int32_t get_offset_of_Mqv2_64() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Mqv2_64)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Mqv2_64() const { return ___Mqv2_64; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Mqv2_64() { return &___Mqv2_64; } inline void set_Mqv2_64(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Mqv2_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mqv2_64), (void*)value); } inline static int32_t get_offset_of_Mqv1_65() { return static_cast(offsetof(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields, ___Mqv1_65)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Mqv1_65() const { return ___Mqv1_65; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Mqv1_65() { return &___Mqv1_65; } inline void set_Mqv1_65(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Mqv1_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mqv1_65), (void*)value); } }; // UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_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.Utilities.Zlib.ZTree struct ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC : public RuntimeObject { public: // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZTree::dyn_tree Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___dyn_tree_22; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZTree::max_code int32_t ___max_code_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZTree::stat_desc StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * ___stat_desc_24; public: inline static int32_t get_offset_of_dyn_tree_22() { return static_cast(offsetof(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC, ___dyn_tree_22)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_dyn_tree_22() const { return ___dyn_tree_22; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_dyn_tree_22() { return &___dyn_tree_22; } inline void set_dyn_tree_22(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___dyn_tree_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___dyn_tree_22), (void*)value); } inline static int32_t get_offset_of_max_code_23() { return static_cast(offsetof(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC, ___max_code_23)); } inline int32_t get_max_code_23() const { return ___max_code_23; } inline int32_t* get_address_of_max_code_23() { return &___max_code_23; } inline void set_max_code_23(int32_t value) { ___max_code_23 = value; } inline static int32_t get_offset_of_stat_desc_24() { return static_cast(offsetof(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC, ___stat_desc_24)); } inline StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * get_stat_desc_24() const { return ___stat_desc_24; } inline StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 ** get_address_of_stat_desc_24() { return &___stat_desc_24; } inline void set_stat_desc_24(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * value) { ___stat_desc_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___stat_desc_24), (void*)value); } }; struct ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_StaticFields { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZTree::extra_lbits Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___extra_lbits_12; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZTree::extra_dbits Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___extra_dbits_13; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZTree::extra_blbits Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___extra_blbits_14; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZTree::bl_order ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bl_order_15; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZTree::_dist_code ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____dist_code_18; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZTree::_length_code ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____length_code_19; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZTree::base_length Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___base_length_20; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZTree::base_dist Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___base_dist_21; public: inline static int32_t get_offset_of_extra_lbits_12() { return static_cast(offsetof(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_StaticFields, ___extra_lbits_12)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_extra_lbits_12() const { return ___extra_lbits_12; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_extra_lbits_12() { return &___extra_lbits_12; } inline void set_extra_lbits_12(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___extra_lbits_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___extra_lbits_12), (void*)value); } inline static int32_t get_offset_of_extra_dbits_13() { return static_cast(offsetof(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_StaticFields, ___extra_dbits_13)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_extra_dbits_13() const { return ___extra_dbits_13; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_extra_dbits_13() { return &___extra_dbits_13; } inline void set_extra_dbits_13(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___extra_dbits_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___extra_dbits_13), (void*)value); } inline static int32_t get_offset_of_extra_blbits_14() { return static_cast(offsetof(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_StaticFields, ___extra_blbits_14)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_extra_blbits_14() const { return ___extra_blbits_14; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_extra_blbits_14() { return &___extra_blbits_14; } inline void set_extra_blbits_14(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___extra_blbits_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___extra_blbits_14), (void*)value); } inline static int32_t get_offset_of_bl_order_15() { return static_cast(offsetof(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_StaticFields, ___bl_order_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bl_order_15() const { return ___bl_order_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bl_order_15() { return &___bl_order_15; } inline void set_bl_order_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bl_order_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___bl_order_15), (void*)value); } inline static int32_t get_offset_of__dist_code_18() { return static_cast(offsetof(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_StaticFields, ____dist_code_18)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__dist_code_18() const { return ____dist_code_18; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__dist_code_18() { return &____dist_code_18; } inline void set__dist_code_18(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____dist_code_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____dist_code_18), (void*)value); } inline static int32_t get_offset_of__length_code_19() { return static_cast(offsetof(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_StaticFields, ____length_code_19)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__length_code_19() const { return ____length_code_19; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__length_code_19() { return &____length_code_19; } inline void set__length_code_19(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____length_code_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____length_code_19), (void*)value); } inline static int32_t get_offset_of_base_length_20() { return static_cast(offsetof(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_StaticFields, ___base_length_20)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_base_length_20() const { return ___base_length_20; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_base_length_20() { return &___base_length_20; } inline void set_base_length_20(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___base_length_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___base_length_20), (void*)value); } inline static int32_t get_offset_of_base_dist_21() { return static_cast(offsetof(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_StaticFields, ___base_dist_21)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_base_dist_21() const { return ___base_dist_21; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_base_dist_21() { return &___base_dist_21; } inline void set_base_dist_21(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___base_dist_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___base_dist_21), (void*)value); } }; // Arrow/HitType struct HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C : public RuntimeObject { public: public: }; struct HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields { public: // System.Int32 Arrow/HitType::None int32_t ___None_0; // System.Int32 Arrow/HitType::TargetInRing int32_t ___TargetInRing_1; // System.Int32 Arrow/HitType::TargetOutRing int32_t ___TargetOutRing_2; // System.Int32 Arrow/HitType::NotTarget int32_t ___NotTarget_3; // System.Int32 Arrow/HitType::Animal int32_t ___Animal_4; public: inline static int32_t get_offset_of_None_0() { return static_cast(offsetof(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields, ___None_0)); } inline int32_t get_None_0() const { return ___None_0; } inline int32_t* get_address_of_None_0() { return &___None_0; } inline void set_None_0(int32_t value) { ___None_0 = value; } inline static int32_t get_offset_of_TargetInRing_1() { return static_cast(offsetof(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields, ___TargetInRing_1)); } inline int32_t get_TargetInRing_1() const { return ___TargetInRing_1; } inline int32_t* get_address_of_TargetInRing_1() { return &___TargetInRing_1; } inline void set_TargetInRing_1(int32_t value) { ___TargetInRing_1 = value; } inline static int32_t get_offset_of_TargetOutRing_2() { return static_cast(offsetof(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields, ___TargetOutRing_2)); } inline int32_t get_TargetOutRing_2() const { return ___TargetOutRing_2; } inline int32_t* get_address_of_TargetOutRing_2() { return &___TargetOutRing_2; } inline void set_TargetOutRing_2(int32_t value) { ___TargetOutRing_2 = value; } inline static int32_t get_offset_of_NotTarget_3() { return static_cast(offsetof(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields, ___NotTarget_3)); } inline int32_t get_NotTarget_3() const { return ___NotTarget_3; } inline int32_t* get_address_of_NotTarget_3() { return &___NotTarget_3; } inline void set_NotTarget_3(int32_t value) { ___NotTarget_3 = value; } inline static int32_t get_offset_of_Animal_4() { return static_cast(offsetof(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields, ___Animal_4)); } inline int32_t get_Animal_4() const { return ___Animal_4; } inline int32_t* get_address_of_Animal_4() { return &___Animal_4; } inline void set_Animal_4(int32_t value) { ___Animal_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList/RevokedCertificatesEnumeration struct RevokedCertificatesEnumeration_tA6F466974286C0FFEE945BB42AE71A168E24141B : public RuntimeObject { public: // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList/RevokedCertificatesEnumeration::en RuntimeObject* ___en_0; public: inline static int32_t get_offset_of_en_0() { return static_cast(offsetof(RevokedCertificatesEnumeration_tA6F466974286C0FFEE945BB42AE71A168E24141B, ___en_0)); } inline RuntimeObject* get_en_0() const { return ___en_0; } inline RuntimeObject** get_address_of_en_0() { return &___en_0; } inline void set_en_0(RuntimeObject* value) { ___en_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___en_0), (void*)value); } }; // BestHTTP.PlatformSupport.TcpClient.General.TcpClient/<>c__DisplayClass55_0 struct U3CU3Ec__DisplayClass55_0_t3E648E58D791612799A7EB0D2D108025673B524E : public RuntimeObject { public: // System.Threading.ManualResetEvent BestHTTP.PlatformSupport.TcpClient.General.TcpClient/<>c__DisplayClass55_0::mre ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___mre_0; public: inline static int32_t get_offset_of_mre_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass55_0_t3E648E58D791612799A7EB0D2D108025673B524E, ___mre_0)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_mre_0() const { return ___mre_0; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_mre_0() { return &___mre_0; } inline void set_mre_0(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___mre_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mre_0), (void*)value); } }; // BestHTTP.PlatformSupport.TcpClient.General.TcpClient/<>c__DisplayClass58_0 struct U3CU3Ec__DisplayClass58_0_t1F06F2FE6B8AEEDB5965CBFD1EF2876C1812DF62 : public RuntimeObject { public: // System.Threading.ManualResetEvent BestHTTP.PlatformSupport.TcpClient.General.TcpClient/<>c__DisplayClass58_0::mre ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___mre_0; public: inline static int32_t get_offset_of_mre_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass58_0_t1F06F2FE6B8AEEDB5965CBFD1EF2876C1812DF62, ___mre_0)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_mre_0() const { return ___mre_0; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_mre_0() { return &___mre_0; } inline void set_mre_0(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___mre_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mre_0), (void*)value); } }; // TestAnimation/d__4 struct U3CPlayEachU3Ed__4_tEA41F4CE240617EEE41797A2D578564349B51E5C : public RuntimeObject { public: // System.Int32 TestAnimation/d__4::<>1__state int32_t ___U3CU3E1__state_0; // System.Object TestAnimation/d__4::<>2__current RuntimeObject * ___U3CU3E2__current_1; // TestAnimation TestAnimation/d__4::<>4__this TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CPlayEachU3Ed__4_tEA41F4CE240617EEE41797A2D578564349B51E5C, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CPlayEachU3Ed__4_tEA41F4CE240617EEE41797A2D578564349B51E5C, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CPlayEachU3Ed__4_tEA41F4CE240617EEE41797A2D578564349B51E5C, ___U3CU3E4__this_2)); } inline TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // BestHTTP.Examples.TestHubExample/Person struct Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 : public RuntimeObject { public: // System.String BestHTTP.Examples.TestHubExample/Person::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.Int64 BestHTTP.Examples.TestHubExample/Person::k__BackingField int64_t ___U3CAgeU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2, ___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_U3CAgeU3Ek__BackingField_1() { return static_cast(offsetof(Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2, ___U3CAgeU3Ek__BackingField_1)); } inline int64_t get_U3CAgeU3Ek__BackingField_1() const { return ___U3CAgeU3Ek__BackingField_1; } inline int64_t* get_address_of_U3CAgeU3Ek__BackingField_1() { return &___U3CAgeU3Ek__BackingField_1; } inline void set_U3CAgeU3Ek__BackingField_1(int64_t value) { ___U3CAgeU3Ek__BackingField_1 = value; } }; // TestVector/d__12 struct U3CAsyncCaptureExtraUIU3Ed__12_t48ED2E77150A61BFBFF1E00DD7D3DB44EB08215F : public RuntimeObject { public: // System.Int32 TestVector/d__12::<>1__state int32_t ___U3CU3E1__state_0; // System.Object TestVector/d__12::<>2__current RuntimeObject * ___U3CU3E2__current_1; // TestVector TestVector/d__12::<>4__this TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAsyncCaptureExtraUIU3Ed__12_t48ED2E77150A61BFBFF1E00DD7D3DB44EB08215F, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CAsyncCaptureExtraUIU3Ed__12_t48ED2E77150A61BFBFF1E00DD7D3DB44EB08215F, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CAsyncCaptureExtraUIU3Ed__12_t48ED2E77150A61BFBFF1E00DD7D3DB44EB08215F, ___U3CU3E4__this_2)); } inline TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // TestVector/d__11 struct U3CAsyncNoticeBluetoothHolderU3Ed__11_tF66E9849C5E249342B2354CC156D86E23DE61579 : public RuntimeObject { public: // System.Int32 TestVector/d__11::<>1__state int32_t ___U3CU3E1__state_0; // System.Object TestVector/d__11::<>2__current RuntimeObject * ___U3CU3E2__current_1; // TestVector TestVector/d__11::<>4__this TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAsyncNoticeBluetoothHolderU3Ed__11_tF66E9849C5E249342B2354CC156D86E23DE61579, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CAsyncNoticeBluetoothHolderU3Ed__11_tF66E9849C5E249342B2354CC156D86E23DE61579, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CAsyncNoticeBluetoothHolderU3Ed__11_tF66E9849C5E249342B2354CC156D86E23DE61579, ___U3CU3E4__this_2)); } inline TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current RuntimeObject * ____current_3; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____set_0)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get__set_0() const { return ____set_0; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A, ____current_3)); } inline RuntimeObject * get__current_3() const { return ____current_3; } inline RuntimeObject ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(RuntimeObject * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * ____current_3; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C, ____set_0)); } inline HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * get__set_0() const { return ____set_0; } inline HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C, ____current_3)); } inline TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * get__current_3() const { return ____current_3; } inline TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0 { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * ____current_3; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0, ____set_0)); } inline HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * get__set_0() const { return ____set_0; } inline HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__current_3() { return static_cast(offsetof(Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0, ____current_3)); } inline TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * get__current_3() const { return ____current_3; } inline TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C, ___list_0)); } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * get_list_0() const { return ___list_0; } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C, ___current_3)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_current_3() const { return ___current_3; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value String_t* ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC, ___value_1)); } inline String_t* get_value_1() const { return ___value_1; } inline String_t** get_address_of_value_1() { return &___value_1; } inline void set_value_1(String_t* value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient struct AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 : public AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mCipherFactory RuntimeObject* ___mCipherFactory_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClientContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mContext RuntimeObject* ___mContext_1; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mSupportedSignatureAlgorithms RuntimeObject* ___mSupportedSignatureAlgorithms_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mNamedCurves Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___mNamedCurves_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mClientECPointFormats ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mClientECPointFormats_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mServerECPointFormats ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mServerECPointFormats_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mSelectedCipherSuite int32_t ___mSelectedCipherSuite_6; // System.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mSelectedCompressionMethod int16_t ___mSelectedCompressionMethod_7; // System.Collections.Generic.List`1 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CHostNamesU3Ek__BackingField_8; public: inline static int32_t get_offset_of_mCipherFactory_0() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mCipherFactory_0)); } inline RuntimeObject* get_mCipherFactory_0() const { return ___mCipherFactory_0; } inline RuntimeObject** get_address_of_mCipherFactory_0() { return &___mCipherFactory_0; } inline void set_mCipherFactory_0(RuntimeObject* value) { ___mCipherFactory_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCipherFactory_0), (void*)value); } inline static int32_t get_offset_of_mContext_1() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mContext_1)); } inline RuntimeObject* get_mContext_1() const { return ___mContext_1; } inline RuntimeObject** get_address_of_mContext_1() { return &___mContext_1; } inline void set_mContext_1(RuntimeObject* value) { ___mContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_1), (void*)value); } inline static int32_t get_offset_of_mSupportedSignatureAlgorithms_2() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mSupportedSignatureAlgorithms_2)); } inline RuntimeObject* get_mSupportedSignatureAlgorithms_2() const { return ___mSupportedSignatureAlgorithms_2; } inline RuntimeObject** get_address_of_mSupportedSignatureAlgorithms_2() { return &___mSupportedSignatureAlgorithms_2; } inline void set_mSupportedSignatureAlgorithms_2(RuntimeObject* value) { ___mSupportedSignatureAlgorithms_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSupportedSignatureAlgorithms_2), (void*)value); } inline static int32_t get_offset_of_mNamedCurves_3() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mNamedCurves_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_mNamedCurves_3() const { return ___mNamedCurves_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_mNamedCurves_3() { return &___mNamedCurves_3; } inline void set_mNamedCurves_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___mNamedCurves_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mNamedCurves_3), (void*)value); } inline static int32_t get_offset_of_mClientECPointFormats_4() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mClientECPointFormats_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mClientECPointFormats_4() const { return ___mClientECPointFormats_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mClientECPointFormats_4() { return &___mClientECPointFormats_4; } inline void set_mClientECPointFormats_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mClientECPointFormats_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientECPointFormats_4), (void*)value); } inline static int32_t get_offset_of_mServerECPointFormats_5() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mServerECPointFormats_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mServerECPointFormats_5() const { return ___mServerECPointFormats_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mServerECPointFormats_5() { return &___mServerECPointFormats_5; } inline void set_mServerECPointFormats_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mServerECPointFormats_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerECPointFormats_5), (void*)value); } inline static int32_t get_offset_of_mSelectedCipherSuite_6() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mSelectedCipherSuite_6)); } inline int32_t get_mSelectedCipherSuite_6() const { return ___mSelectedCipherSuite_6; } inline int32_t* get_address_of_mSelectedCipherSuite_6() { return &___mSelectedCipherSuite_6; } inline void set_mSelectedCipherSuite_6(int32_t value) { ___mSelectedCipherSuite_6 = value; } inline static int32_t get_offset_of_mSelectedCompressionMethod_7() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mSelectedCompressionMethod_7)); } inline int16_t get_mSelectedCompressionMethod_7() const { return ___mSelectedCompressionMethod_7; } inline int16_t* get_address_of_mSelectedCompressionMethod_7() { return &___mSelectedCompressionMethod_7; } inline void set_mSelectedCompressionMethod_7(int16_t value) { ___mSelectedCompressionMethod_7 = value; } inline static int32_t get_offset_of_U3CHostNamesU3Ek__BackingField_8() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___U3CHostNamesU3Ek__BackingField_8)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CHostNamesU3Ek__BackingField_8() const { return ___U3CHostNamesU3Ek__BackingField_8; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CHostNamesU3Ek__BackingField_8() { return &___U3CHostNamesU3Ek__BackingField_8; } inline void set_U3CHostNamesU3Ek__BackingField_8(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CHostNamesU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHostNamesU3Ek__BackingField_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer struct AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 : public AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mCipherFactory RuntimeObject* ___mCipherFactory_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServerContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mContext RuntimeObject* ___mContext_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mClientVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mClientVersion_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mOfferedCipherSuites Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___mOfferedCipherSuites_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mOfferedCompressionMethods ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mOfferedCompressionMethods_4; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mClientExtensions RuntimeObject* ___mClientExtensions_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mEncryptThenMacOffered bool ___mEncryptThenMacOffered_6; // System.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mMaxFragmentLengthOffered int16_t ___mMaxFragmentLengthOffered_7; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mTruncatedHMacOffered bool ___mTruncatedHMacOffered_8; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mSupportedSignatureAlgorithms RuntimeObject* ___mSupportedSignatureAlgorithms_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mEccCipherSuitesOffered bool ___mEccCipherSuitesOffered_10; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mNamedCurves Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___mNamedCurves_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mClientECPointFormats ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mClientECPointFormats_12; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mServerECPointFormats ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mServerECPointFormats_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mServerVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mServerVersion_14; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mSelectedCipherSuite int32_t ___mSelectedCipherSuite_15; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mSelectedCompressionMethod uint8_t ___mSelectedCompressionMethod_16; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mServerExtensions RuntimeObject* ___mServerExtensions_17; public: inline static int32_t get_offset_of_mCipherFactory_0() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mCipherFactory_0)); } inline RuntimeObject* get_mCipherFactory_0() const { return ___mCipherFactory_0; } inline RuntimeObject** get_address_of_mCipherFactory_0() { return &___mCipherFactory_0; } inline void set_mCipherFactory_0(RuntimeObject* value) { ___mCipherFactory_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCipherFactory_0), (void*)value); } inline static int32_t get_offset_of_mContext_1() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mContext_1)); } inline RuntimeObject* get_mContext_1() const { return ___mContext_1; } inline RuntimeObject** get_address_of_mContext_1() { return &___mContext_1; } inline void set_mContext_1(RuntimeObject* value) { ___mContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_1), (void*)value); } inline static int32_t get_offset_of_mClientVersion_2() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mClientVersion_2)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mClientVersion_2() const { return ___mClientVersion_2; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mClientVersion_2() { return &___mClientVersion_2; } inline void set_mClientVersion_2(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mClientVersion_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientVersion_2), (void*)value); } inline static int32_t get_offset_of_mOfferedCipherSuites_3() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mOfferedCipherSuites_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_mOfferedCipherSuites_3() const { return ___mOfferedCipherSuites_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_mOfferedCipherSuites_3() { return &___mOfferedCipherSuites_3; } inline void set_mOfferedCipherSuites_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___mOfferedCipherSuites_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOfferedCipherSuites_3), (void*)value); } inline static int32_t get_offset_of_mOfferedCompressionMethods_4() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mOfferedCompressionMethods_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mOfferedCompressionMethods_4() const { return ___mOfferedCompressionMethods_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mOfferedCompressionMethods_4() { return &___mOfferedCompressionMethods_4; } inline void set_mOfferedCompressionMethods_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mOfferedCompressionMethods_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOfferedCompressionMethods_4), (void*)value); } inline static int32_t get_offset_of_mClientExtensions_5() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mClientExtensions_5)); } inline RuntimeObject* get_mClientExtensions_5() const { return ___mClientExtensions_5; } inline RuntimeObject** get_address_of_mClientExtensions_5() { return &___mClientExtensions_5; } inline void set_mClientExtensions_5(RuntimeObject* value) { ___mClientExtensions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientExtensions_5), (void*)value); } inline static int32_t get_offset_of_mEncryptThenMacOffered_6() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mEncryptThenMacOffered_6)); } inline bool get_mEncryptThenMacOffered_6() const { return ___mEncryptThenMacOffered_6; } inline bool* get_address_of_mEncryptThenMacOffered_6() { return &___mEncryptThenMacOffered_6; } inline void set_mEncryptThenMacOffered_6(bool value) { ___mEncryptThenMacOffered_6 = value; } inline static int32_t get_offset_of_mMaxFragmentLengthOffered_7() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mMaxFragmentLengthOffered_7)); } inline int16_t get_mMaxFragmentLengthOffered_7() const { return ___mMaxFragmentLengthOffered_7; } inline int16_t* get_address_of_mMaxFragmentLengthOffered_7() { return &___mMaxFragmentLengthOffered_7; } inline void set_mMaxFragmentLengthOffered_7(int16_t value) { ___mMaxFragmentLengthOffered_7 = value; } inline static int32_t get_offset_of_mTruncatedHMacOffered_8() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mTruncatedHMacOffered_8)); } inline bool get_mTruncatedHMacOffered_8() const { return ___mTruncatedHMacOffered_8; } inline bool* get_address_of_mTruncatedHMacOffered_8() { return &___mTruncatedHMacOffered_8; } inline void set_mTruncatedHMacOffered_8(bool value) { ___mTruncatedHMacOffered_8 = value; } inline static int32_t get_offset_of_mSupportedSignatureAlgorithms_9() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mSupportedSignatureAlgorithms_9)); } inline RuntimeObject* get_mSupportedSignatureAlgorithms_9() const { return ___mSupportedSignatureAlgorithms_9; } inline RuntimeObject** get_address_of_mSupportedSignatureAlgorithms_9() { return &___mSupportedSignatureAlgorithms_9; } inline void set_mSupportedSignatureAlgorithms_9(RuntimeObject* value) { ___mSupportedSignatureAlgorithms_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSupportedSignatureAlgorithms_9), (void*)value); } inline static int32_t get_offset_of_mEccCipherSuitesOffered_10() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mEccCipherSuitesOffered_10)); } inline bool get_mEccCipherSuitesOffered_10() const { return ___mEccCipherSuitesOffered_10; } inline bool* get_address_of_mEccCipherSuitesOffered_10() { return &___mEccCipherSuitesOffered_10; } inline void set_mEccCipherSuitesOffered_10(bool value) { ___mEccCipherSuitesOffered_10 = value; } inline static int32_t get_offset_of_mNamedCurves_11() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mNamedCurves_11)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_mNamedCurves_11() const { return ___mNamedCurves_11; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_mNamedCurves_11() { return &___mNamedCurves_11; } inline void set_mNamedCurves_11(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___mNamedCurves_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___mNamedCurves_11), (void*)value); } inline static int32_t get_offset_of_mClientECPointFormats_12() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mClientECPointFormats_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mClientECPointFormats_12() const { return ___mClientECPointFormats_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mClientECPointFormats_12() { return &___mClientECPointFormats_12; } inline void set_mClientECPointFormats_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mClientECPointFormats_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientECPointFormats_12), (void*)value); } inline static int32_t get_offset_of_mServerECPointFormats_13() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mServerECPointFormats_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mServerECPointFormats_13() const { return ___mServerECPointFormats_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mServerECPointFormats_13() { return &___mServerECPointFormats_13; } inline void set_mServerECPointFormats_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mServerECPointFormats_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerECPointFormats_13), (void*)value); } inline static int32_t get_offset_of_mServerVersion_14() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mServerVersion_14)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mServerVersion_14() const { return ___mServerVersion_14; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mServerVersion_14() { return &___mServerVersion_14; } inline void set_mServerVersion_14(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mServerVersion_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerVersion_14), (void*)value); } inline static int32_t get_offset_of_mSelectedCipherSuite_15() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mSelectedCipherSuite_15)); } inline int32_t get_mSelectedCipherSuite_15() const { return ___mSelectedCipherSuite_15; } inline int32_t* get_address_of_mSelectedCipherSuite_15() { return &___mSelectedCipherSuite_15; } inline void set_mSelectedCipherSuite_15(int32_t value) { ___mSelectedCipherSuite_15 = value; } inline static int32_t get_offset_of_mSelectedCompressionMethod_16() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mSelectedCompressionMethod_16)); } inline uint8_t get_mSelectedCompressionMethod_16() const { return ___mSelectedCompressionMethod_16; } inline uint8_t* get_address_of_mSelectedCompressionMethod_16() { return &___mSelectedCompressionMethod_16; } inline void set_mSelectedCompressionMethod_16(uint8_t value) { ___mSelectedCompressionMethod_16 = value; } inline static int32_t get_offset_of_mServerExtensions_17() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mServerExtensions_17)); } inline RuntimeObject* get_mServerExtensions_17() const { return ___mServerExtensions_17; } inline RuntimeObject** get_address_of_mServerExtensions_17() { return &___mServerExtensions_17; } inline void set_mServerExtensions_17(RuntimeObject* value) { ___mServerExtensions_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerExtensions_17), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::algorithm DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::parameters Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters_3; public: inline static int32_t get_offset_of_algorithm_2() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___algorithm_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithm_2() const { return ___algorithm_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithm_2() { return &___algorithm_2; } inline void set_algorithm_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_2), (void*)value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9, ___parameters_3)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_parameters_3() const { return ___parameters_3; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeX509 struct AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeX509::attrType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___attrType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Set BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeX509::attrValues Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * ___attrValues_3; public: inline static int32_t get_offset_of_attrType_2() { return static_cast(offsetof(AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA, ___attrType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_attrType_2() const { return ___attrType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_attrType_2() { return &___attrType_2; } inline void set_attrType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___attrType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrType_2), (void*)value); } inline static int32_t get_offset_of_attrValues_3() { return static_cast(offsetof(AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA, ___attrValues_3)); } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * get_attrValues_3() const { return ___attrValues_3; } inline Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 ** get_address_of_attrValues_3() { return &___attrValues_3; } inline void set_attrValues_3(Asn1Set_t9EBB628AB5FBF1FCC866DC7AEA45C59A72698F49 * value) { ___attrValues_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrValues_3), (void*)value); } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // BestHTTP.SignalRCore.CallbackDescriptor struct CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 { public: // System.Type[] BestHTTP.SignalRCore.CallbackDescriptor::ParamTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___ParamTypes_0; // System.Action`1 BestHTTP.SignalRCore.CallbackDescriptor::Callback Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * ___Callback_1; public: inline static int32_t get_offset_of_ParamTypes_0() { return static_cast(offsetof(CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797, ___ParamTypes_0)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_ParamTypes_0() const { return ___ParamTypes_0; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_ParamTypes_0() { return &___ParamTypes_0; } inline void set_ParamTypes_0(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___ParamTypes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ParamTypes_0), (void*)value); } inline static int32_t get_offset_of_Callback_1() { return static_cast(offsetof(CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797, ___Callback_1)); } inline Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * get_Callback_1() const { return ___Callback_1; } inline Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B ** get_address_of_Callback_1() { return &___Callback_1; } inline void set_Callback_1(Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * value) { ___Callback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Callback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.SignalRCore.CallbackDescriptor struct CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797_marshaled_pinvoke { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___ParamTypes_0; Il2CppMethodPointer ___Callback_1; }; // Native definition for COM marshalling of BestHTTP.SignalRCore.CallbackDescriptor struct CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797_marshaled_com { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___ParamTypes_0; Il2CppMethodPointer ___Callback_1; }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // UnityEngine.Color32 struct Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry struct CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry::userCertificate DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___userCertificate_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry::revocationDate Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___revocationDate_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry::crlEntryExtensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___crlEntryExtensions_5; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227, ___seq_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_2() const { return ___seq_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } inline static int32_t get_offset_of_userCertificate_3() { return static_cast(offsetof(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227, ___userCertificate_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_userCertificate_3() const { return ___userCertificate_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_userCertificate_3() { return &___userCertificate_3; } inline void set_userCertificate_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___userCertificate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___userCertificate_3), (void*)value); } inline static int32_t get_offset_of_revocationDate_4() { return static_cast(offsetof(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227, ___revocationDate_4)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_revocationDate_4() const { return ___revocationDate_4; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_revocationDate_4() { return &___revocationDate_4; } inline void set_revocationDate_4(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___revocationDate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___revocationDate_4), (void*)value); } inline static int32_t get_offset_of_crlEntryExtensions_5() { return static_cast(offsetof(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227, ___crlEntryExtensions_5)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_crlEntryExtensions_5() const { return ___crlEntryExtensions_5; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_crlEntryExtensions_5() { return &___crlEntryExtensions_5; } inline void set_crlEntryExtensions_5(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___crlEntryExtensions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlEntryExtensions_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHKeyParameters struct DHKeyParameters_t6691EA3D1F8F4AC3FFD335951291147F81281626 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHKeyParameters::parameters DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * ___parameters_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHKeyParameters::algorithmOid DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithmOid_2; public: inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(DHKeyParameters_t6691EA3D1F8F4AC3FFD335951291147F81281626, ___parameters_1)); } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * get_parameters_1() const { return ___parameters_1; } inline DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } inline static int32_t get_offset_of_algorithmOid_2() { return static_cast(offsetof(DHKeyParameters_t6691EA3D1F8F4AC3FFD335951291147F81281626, ___algorithmOid_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_algorithmOid_2() const { return ___algorithmOid_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_algorithmOid_2() { return &___algorithmOid_2; } inline void set_algorithmOid_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___algorithmOid_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithmOid_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter struct DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter::p DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___p_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter::g DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___g_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter::l DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___l_4; public: inline static int32_t get_offset_of_p_2() { return static_cast(offsetof(DHParameter_t139F790CA854BF8027539E802DB902D7192357A3, ___p_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_p_2() const { return ___p_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_p_2() { return &___p_2; } inline void set_p_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___p_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_2), (void*)value); } inline static int32_t get_offset_of_g_3() { return static_cast(offsetof(DHParameter_t139F790CA854BF8027539E802DB902D7192357A3, ___g_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_g_3() const { return ___g_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_g_3() { return &___g_3; } inline void set_g_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___g_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_3), (void*)value); } inline static int32_t get_offset_of_l_4() { return static_cast(offsetof(DHParameter_t139F790CA854BF8027539E802DB902D7192357A3, ___l_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_l_4() const { return ___l_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_l_4() { return &___l_4; } inline void set_l_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___l_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___l_4), (void*)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.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsCipherFactory struct DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D : public AbstractTlsCipherFactory_tA8785BCE606A193A288216A22E1D0169431076DE { public: public: }; // 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; } }; // UnityEngine.DrivenRectTransformTracker struct DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 { public: union { struct { }; uint8_t DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2__padding[1]; }; public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters struct DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::parameters DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters_1; public: inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81, ___parameters_1)); } inline DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * get_parameters_1() const { return ___parameters_1; } inline DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter struct DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::p DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___p_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::q DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___q_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::g DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___g_4; public: inline static int32_t get_offset_of_p_2() { return static_cast(offsetof(DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20, ___p_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_p_2() const { return ___p_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_p_2() { return &___p_2; } inline void set_p_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___p_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_2), (void*)value); } inline static int32_t get_offset_of_q_3() { return static_cast(offsetof(DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20, ___q_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_q_3() const { return ___q_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_q_3() { return &___q_3; } inline void set_q_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___q_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_3), (void*)value); } inline static int32_t get_offset_of_g_4() { return static_cast(offsetof(DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20, ___g_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_g_4() const { return ___g_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_g_4() { return &___g_4; } inline void set_g_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___g_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::algorithm String_t* ___algorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::parameters ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ___parameters_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::publicKeyParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet_4; public: inline static int32_t get_offset_of_algorithm_2() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___algorithm_2)); } inline String_t* get_algorithm_2() const { return ___algorithm_2; } inline String_t** get_address_of_algorithm_2() { return &___algorithm_2; } inline void set_algorithm_2(String_t* value) { ___algorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithm_2), (void*)value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___parameters_3)); } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * get_parameters_3() const { return ___parameters_3; } inline ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC ** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_3), (void*)value); } inline static int32_t get_offset_of_publicKeyParamSet_4() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141, ___publicKeyParamSet_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_publicKeyParamSet_4() const { return ___publicKeyParamSet_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_publicKeyParamSet_4() { return &___publicKeyParamSet_4; } inline void set_publicKeyParamSet_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___publicKeyParamSet_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKeyParamSet_4), (void*)value); } }; struct ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_StaticFields { public: // System.String[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::algorithms StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___algorithms_1; public: inline static int32_t get_offset_of_algorithms_1() { return static_cast(offsetof(ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141_StaticFields, ___algorithms_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_algorithms_1() const { return ___algorithms_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_algorithms_1() { return &___algorithms_1; } inline void set_algorithms_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___algorithms_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___algorithms_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters struct Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; struct Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::KeySize int32_t ___KeySize_1; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters struct Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; struct Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::KeySize int32_t ___KeySize_1; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters struct ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters::parameters ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ___parameters_1; public: inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC, ___parameters_1)); } inline ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * get_parameters_1() const { return ___parameters_1; } inline ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter struct ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::p DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___p_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::g DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___g_3; public: inline static int32_t get_offset_of_p_2() { return static_cast(offsetof(ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951, ___p_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_p_2() const { return ___p_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_p_2() { return &___p_2; } inline void set_p_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___p_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_2), (void*)value); } inline static int32_t get_offset_of_g_3() { return static_cast(offsetof(ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951, ___g_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_g_3() const { return ___g_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_g_3() { return &___g_3; } inline void set_g_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___g_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_3), (void*)value); } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::tag int32_t ___tag_12; public: inline static int32_t get_offset_of_obj_11() { return static_cast(offsetof(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F, ___obj_11)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_11() const { return ___obj_11; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_11() { return &___obj_11; } inline void set_obj_11(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_11), (void*)value); } inline static int32_t get_offset_of_tag_12() { return static_cast(offsetof(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F, ___tag_12)); } inline int32_t get_tag_12() const { return ___tag_12; } inline int32_t* get_address_of_tag_12() { return &___tag_12; } inline void set_tag_12(int32_t value) { ___tag_12 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters struct Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410Parameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters::parameters Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C * ___parameters_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters::publicKeyParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet_2; public: inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E, ___parameters_1)); } inline Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C * get_parameters_1() const { return ___parameters_1; } inline Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(Gost3410Parameters_t16F1FCE52B5B73AE908619FEFD421962ADEF8C8C * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } inline static int32_t get_offset_of_publicKeyParamSet_2() { return static_cast(offsetof(Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E, ___publicKeyParamSet_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_publicKeyParamSet_2() const { return ___publicKeyParamSet_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_publicKeyParamSet_2() { return &___publicKeyParamSet_2; } inline void set_publicKeyParamSet_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___publicKeyParamSet_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKeyParamSet_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.Gost3410PublicKeyAlgParameters struct Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.Gost3410PublicKeyAlgParameters::publicKeyParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.Gost3410PublicKeyAlgParameters::digestParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___digestParamSet_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.Gost3410PublicKeyAlgParameters::encryptionParamSet DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___encryptionParamSet_4; public: inline static int32_t get_offset_of_publicKeyParamSet_2() { return static_cast(offsetof(Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67, ___publicKeyParamSet_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_publicKeyParamSet_2() const { return ___publicKeyParamSet_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_publicKeyParamSet_2() { return &___publicKeyParamSet_2; } inline void set_publicKeyParamSet_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___publicKeyParamSet_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKeyParamSet_2), (void*)value); } inline static int32_t get_offset_of_digestParamSet_3() { return static_cast(offsetof(Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67, ___digestParamSet_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_digestParamSet_3() const { return ___digestParamSet_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_digestParamSet_3() { return &___digestParamSet_3; } inline void set_digestParamSet_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___digestParamSet_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestParamSet_3), (void*)value); } inline static int32_t get_offset_of_encryptionParamSet_4() { return static_cast(offsetof(Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67, ___encryptionParamSet_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_encryptionParamSet_4() const { return ___encryptionParamSet_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_encryptionParamSet_4() { return &___encryptionParamSet_4; } inline void set_encryptionParamSet_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___encryptionParamSet_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encryptionParamSet_4), (void*)value); } }; // System.Net.IPEndPoint struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E : public EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA { public: // System.Net.IPAddress System.Net.IPEndPoint::m_Address IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___m_Address_0; // System.Int32 System.Net.IPEndPoint::m_Port int32_t ___m_Port_1; public: inline static int32_t get_offset_of_m_Address_0() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E, ___m_Address_0)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_m_Address_0() const { return ___m_Address_0; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_m_Address_0() { return &___m_Address_0; } inline void set_m_Address_0(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___m_Address_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Address_0), (void*)value); } inline static int32_t get_offset_of_m_Port_1() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E, ___m_Port_1)); } inline int32_t get_m_Port_1() const { return ___m_Port_1; } inline int32_t* get_address_of_m_Port_1() { return &___m_Port_1; } inline void set_m_Port_1(int32_t value) { ___m_Port_1 = value; } }; struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields { public: // System.Net.IPEndPoint System.Net.IPEndPoint::Any IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___Any_2; // System.Net.IPEndPoint System.Net.IPEndPoint::IPv6Any IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___IPv6Any_3; public: inline static int32_t get_offset_of_Any_2() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields, ___Any_2)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_Any_2() const { return ___Any_2; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_Any_2() { return &___Any_2; } inline void set_Any_2(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___Any_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_2), (void*)value); } inline static int32_t get_offset_of_IPv6Any_3() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields, ___IPv6Any_3)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_IPv6Any_3() const { return ___IPv6Any_3; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_IPv6Any_3() { return &___IPv6Any_3; } inline void set_IPv6Any_3(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___IPv6Any_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_3), (void*)value); } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // LanguageEnglish struct LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249 : public LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 { public: // System.String LanguageEnglish::text1 String_t* ___text1_181; // System.String LanguageEnglish::text2 String_t* ___text2_182; // System.String LanguageEnglish::text3 String_t* ___text3_183; // System.String LanguageEnglish::text4 String_t* ___text4_184; // System.String LanguageEnglish::text5 String_t* ___text5_185; // System.String LanguageEnglish::text6 String_t* ___text6_186; // System.String LanguageEnglish::text7 String_t* ___text7_187; // System.String LanguageEnglish::text8 String_t* ___text8_188; // System.String LanguageEnglish::text9 String_t* ___text9_189; // System.String LanguageEnglish::text10 String_t* ___text10_190; // System.String LanguageEnglish::text11 String_t* ___text11_191; // System.String LanguageEnglish::text12 String_t* ___text12_192; // System.String LanguageEnglish::text13 String_t* ___text13_193; // System.String LanguageEnglish::text14 String_t* ___text14_194; // System.String LanguageEnglish::text15 String_t* ___text15_195; // System.String LanguageEnglish::text16 String_t* ___text16_196; // System.String LanguageEnglish::text17 String_t* ___text17_197; // System.String LanguageEnglish::text18 String_t* ___text18_198; // System.String LanguageEnglish::text19 String_t* ___text19_199; // System.String LanguageEnglish::text20 String_t* ___text20_200; // System.String LanguageEnglish::text21 String_t* ___text21_201; // System.String LanguageEnglish::text22 String_t* ___text22_202; // System.String LanguageEnglish::text23 String_t* ___text23_203; // System.String LanguageEnglish::text24 String_t* ___text24_204; // System.String LanguageEnglish::text25 String_t* ___text25_205; // System.String LanguageEnglish::text26 String_t* ___text26_206; // System.String LanguageEnglish::text27 String_t* ___text27_207; // System.String LanguageEnglish::text28 String_t* ___text28_208; // System.String LanguageEnglish::text29 String_t* ___text29_209; // System.String LanguageEnglish::text30 String_t* ___text30_210; // System.String LanguageEnglish::text31 String_t* ___text31_211; // System.String LanguageEnglish::text32 String_t* ___text32_212; // System.String LanguageEnglish::text33 String_t* ___text33_213; // System.String LanguageEnglish::text34 String_t* ___text34_214; // System.String LanguageEnglish::text35 String_t* ___text35_215; // System.String LanguageEnglish::text36 String_t* ___text36_216; // System.String LanguageEnglish::text37 String_t* ___text37_217; // System.String LanguageEnglish::text38 String_t* ___text38_218; // System.String LanguageEnglish::text39 String_t* ___text39_219; // System.String LanguageEnglish::text40 String_t* ___text40_220; // System.String LanguageEnglish::text41 String_t* ___text41_221; // System.String LanguageEnglish::text42 String_t* ___text42_222; // System.String LanguageEnglish::text43 String_t* ___text43_223; // System.String LanguageEnglish::text44 String_t* ___text44_224; // System.String LanguageEnglish::text45 String_t* ___text45_225; // System.String LanguageEnglish::text46 String_t* ___text46_226; // System.String LanguageEnglish::text47 String_t* ___text47_227; // System.String LanguageEnglish::text48 String_t* ___text48_228; // System.String LanguageEnglish::text49 String_t* ___text49_229; // System.String LanguageEnglish::text50 String_t* ___text50_230; // System.String LanguageEnglish::text51 String_t* ___text51_231; // System.String LanguageEnglish::text61 String_t* ___text61_232; // System.String LanguageEnglish::text62 String_t* ___text62_233; // System.String LanguageEnglish::text63 String_t* ___text63_234; // System.String LanguageEnglish::text64 String_t* ___text64_235; // System.String LanguageEnglish::text65 String_t* ___text65_236; // System.String LanguageEnglish::text66 String_t* ___text66_237; // System.String LanguageEnglish::text67 String_t* ___text67_238; // System.String LanguageEnglish::text68 String_t* ___text68_239; // System.String LanguageEnglish::text69 String_t* ___text69_240; // System.String LanguageEnglish::text70 String_t* ___text70_241; // System.String LanguageEnglish::text71 String_t* ___text71_242; // System.String LanguageEnglish::text72 String_t* ___text72_243; // System.String LanguageEnglish::text73 String_t* ___text73_244; // System.String LanguageEnglish::text74 String_t* ___text74_245; // System.String LanguageEnglish::text87 String_t* ___text87_246; // System.String LanguageEnglish::text88 String_t* ___text88_247; // System.String LanguageEnglish::text89 String_t* ___text89_248; // System.String LanguageEnglish::text90 String_t* ___text90_249; // System.String LanguageEnglish::text91 String_t* ___text91_250; // System.String LanguageEnglish::text92 String_t* ___text92_251; // System.String LanguageEnglish::text93 String_t* ___text93_252; // System.String LanguageEnglish::text94 String_t* ___text94_253; // System.String LanguageEnglish::text95 String_t* ___text95_254; // System.String LanguageEnglish::text96 String_t* ___text96_255; // System.String LanguageEnglish::text97 String_t* ___text97_256; // System.String LanguageEnglish::text98 String_t* ___text98_257; // System.String LanguageEnglish::text99 String_t* ___text99_258; // System.String LanguageEnglish::text100 String_t* ___text100_259; // System.String LanguageEnglish::text101 String_t* ___text101_260; // System.String LanguageEnglish::text102 String_t* ___text102_261; // System.String LanguageEnglish::text103 String_t* ___text103_262; // System.String LanguageEnglish::text104 String_t* ___text104_263; // System.String LanguageEnglish::text105 String_t* ___text105_264; // System.String LanguageEnglish::text106 String_t* ___text106_265; // System.String LanguageEnglish::text107 String_t* ___text107_266; // System.String LanguageEnglish::text108 String_t* ___text108_267; // System.String LanguageEnglish::text109 String_t* ___text109_268; // System.String LanguageEnglish::text110 String_t* ___text110_269; // System.String LanguageEnglish::text111 String_t* ___text111_270; // System.String LanguageEnglish::text112 String_t* ___text112_271; // System.String LanguageEnglish::text113 String_t* ___text113_272; // System.String LanguageEnglish::text114 String_t* ___text114_273; // System.String LanguageEnglish::text115 String_t* ___text115_274; // System.String LanguageEnglish::text117 String_t* ___text117_275; // System.String LanguageEnglish::text118 String_t* ___text118_276; // System.String LanguageEnglish::text119 String_t* ___text119_277; // System.String LanguageEnglish::text500 String_t* ___text500_278; // System.String LanguageEnglish::text501 String_t* ___text501_279; // System.String LanguageEnglish::text502 String_t* ___text502_280; // System.String LanguageEnglish::text503 String_t* ___text503_281; // System.String LanguageEnglish::text504 String_t* ___text504_282; // System.String LanguageEnglish::text122 String_t* ___text122_283; // System.String LanguageEnglish::text123 String_t* ___text123_284; // System.String LanguageEnglish::text124 String_t* ___text124_285; // System.String LanguageEnglish::text125 String_t* ___text125_286; // System.String LanguageEnglish::text126 String_t* ___text126_287; // System.String LanguageEnglish::text133 String_t* ___text133_288; // System.String LanguageEnglish::text127 String_t* ___text127_289; // System.String LanguageEnglish::text128 String_t* ___text128_290; // System.String LanguageEnglish::text129 String_t* ___text129_291; // System.String LanguageEnglish::text132 String_t* ___text132_292; // System.String LanguageEnglish::text130 String_t* ___text130_293; // System.String LanguageEnglish::text131 String_t* ___text131_294; // System.String LanguageEnglish::text401 String_t* ___text401_295; // System.String LanguageEnglish::text134 String_t* ___text134_296; // System.String LanguageEnglish::text135 String_t* ___text135_297; // System.String LanguageEnglish::text136 String_t* ___text136_298; // System.String LanguageEnglish::text137 String_t* ___text137_299; // System.String LanguageEnglish::text302 String_t* ___text302_300; // System.String LanguageEnglish::text303 String_t* ___text303_301; // System.String LanguageEnglish::text304 String_t* ___text304_302; // System.String LanguageEnglish::text305 String_t* ___text305_303; // System.String LanguageEnglish::text306 String_t* ___text306_304; // System.String LanguageEnglish::text307 String_t* ___text307_305; // System.String LanguageEnglish::text308 String_t* ___text308_306; // System.String LanguageEnglish::text309 String_t* ___text309_307; // System.String LanguageEnglish::text310 String_t* ___text310_308; // System.String LanguageEnglish::text311 String_t* ___text311_309; // System.String LanguageEnglish::text312 String_t* ___text312_310; // System.String LanguageEnglish::text313 String_t* ___text313_311; // System.String LanguageEnglish::text314 String_t* ___text314_312; // System.String LanguageEnglish::text315 String_t* ___text315_313; // System.String LanguageEnglish::text318 String_t* ___text318_314; // System.String LanguageEnglish::text301 String_t* ___text301_315; // System.String LanguageEnglish::text316 String_t* ___text316_316; // System.String LanguageEnglish::text317 String_t* ___text317_317; // System.String LanguageEnglish::text300 String_t* ___text300_318; // System.String LanguageEnglish::text400 String_t* ___text400_319; // System.String LanguageEnglish::text76 String_t* ___text76_320; // System.String LanguageEnglish::text77 String_t* ___text77_321; // System.String LanguageEnglish::text78 String_t* ___text78_322; // System.String LanguageEnglish::text79 String_t* ___text79_323; // System.String LanguageEnglish::text80 String_t* ___text80_324; // System.String LanguageEnglish::text81 String_t* ___text81_325; // System.String LanguageEnglish::text82 String_t* ___text82_326; // System.String LanguageEnglish::text83 String_t* ___text83_327; // System.String LanguageEnglish::text84 String_t* ___text84_328; // System.String LanguageEnglish::text85 String_t* ___text85_329; // System.String LanguageEnglish::text86 String_t* ___text86_330; // System.String LanguageEnglish::text116 String_t* ___text116_331; // System.String LanguageEnglish::text120 String_t* ___text120_332; // System.String LanguageEnglish::text121 String_t* ___text121_333; // System.String LanguageEnglish::text200 String_t* ___text200_334; // System.String LanguageEnglish::text201 String_t* ___text201_335; // System.String LanguageEnglish::text202 String_t* ___text202_336; // System.String LanguageEnglish::text203 String_t* ___text203_337; // System.String LanguageEnglish::text204 String_t* ___text204_338; // System.String LanguageEnglish::text205 String_t* ___text205_339; // System.String LanguageEnglish::text1000 String_t* ___text1000_340; // System.String LanguageEnglish::text1001 String_t* ___text1001_341; // System.String LanguageEnglish::text2000 String_t* ___text2000_342; // System.String LanguageEnglish::text2001 String_t* ___text2001_343; // System.String LanguageEnglish::text2002 String_t* ___text2002_344; // System.String LanguageEnglish::text2003 String_t* ___text2003_345; // System.String LanguageEnglish::text101000 String_t* ___text101000_346; // System.String LanguageEnglish::text101001 String_t* ___text101001_347; // System.String LanguageEnglish::text111000 String_t* ___text111000_348; // System.String LanguageEnglish::text111001 String_t* ___text111001_349; // System.String LanguageEnglish::text200000 String_t* ___text200000_350; // System.String LanguageEnglish::text201000 String_t* ___text201000_351; // System.String LanguageEnglish::text201001 String_t* ___text201001_352; // System.String LanguageEnglish::text201002 String_t* ___text201002_353; // System.String LanguageEnglish::text211000 String_t* ___text211000_354; // System.String LanguageEnglish::text211001 String_t* ___text211001_355; // System.String LanguageEnglish::text211002 String_t* ___text211002_356; // System.String LanguageEnglish::text1234560 String_t* ___text1234560_357; // System.String LanguageEnglish::text1234561 String_t* ___text1234561_358; // System.String LanguageEnglish::text1234562 String_t* ___text1234562_359; // System.String LanguageEnglish::text1234563 String_t* ___text1234563_360; public: inline static int32_t get_offset_of_text1_181() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text1_181)); } inline String_t* get_text1_181() const { return ___text1_181; } inline String_t** get_address_of_text1_181() { return &___text1_181; } inline void set_text1_181(String_t* value) { ___text1_181 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1_181), (void*)value); } inline static int32_t get_offset_of_text2_182() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text2_182)); } inline String_t* get_text2_182() const { return ___text2_182; } inline String_t** get_address_of_text2_182() { return &___text2_182; } inline void set_text2_182(String_t* value) { ___text2_182 = value; Il2CppCodeGenWriteBarrier((void**)(&___text2_182), (void*)value); } inline static int32_t get_offset_of_text3_183() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text3_183)); } inline String_t* get_text3_183() const { return ___text3_183; } inline String_t** get_address_of_text3_183() { return &___text3_183; } inline void set_text3_183(String_t* value) { ___text3_183 = value; Il2CppCodeGenWriteBarrier((void**)(&___text3_183), (void*)value); } inline static int32_t get_offset_of_text4_184() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text4_184)); } inline String_t* get_text4_184() const { return ___text4_184; } inline String_t** get_address_of_text4_184() { return &___text4_184; } inline void set_text4_184(String_t* value) { ___text4_184 = value; Il2CppCodeGenWriteBarrier((void**)(&___text4_184), (void*)value); } inline static int32_t get_offset_of_text5_185() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text5_185)); } inline String_t* get_text5_185() const { return ___text5_185; } inline String_t** get_address_of_text5_185() { return &___text5_185; } inline void set_text5_185(String_t* value) { ___text5_185 = value; Il2CppCodeGenWriteBarrier((void**)(&___text5_185), (void*)value); } inline static int32_t get_offset_of_text6_186() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text6_186)); } inline String_t* get_text6_186() const { return ___text6_186; } inline String_t** get_address_of_text6_186() { return &___text6_186; } inline void set_text6_186(String_t* value) { ___text6_186 = value; Il2CppCodeGenWriteBarrier((void**)(&___text6_186), (void*)value); } inline static int32_t get_offset_of_text7_187() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text7_187)); } inline String_t* get_text7_187() const { return ___text7_187; } inline String_t** get_address_of_text7_187() { return &___text7_187; } inline void set_text7_187(String_t* value) { ___text7_187 = value; Il2CppCodeGenWriteBarrier((void**)(&___text7_187), (void*)value); } inline static int32_t get_offset_of_text8_188() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text8_188)); } inline String_t* get_text8_188() const { return ___text8_188; } inline String_t** get_address_of_text8_188() { return &___text8_188; } inline void set_text8_188(String_t* value) { ___text8_188 = value; Il2CppCodeGenWriteBarrier((void**)(&___text8_188), (void*)value); } inline static int32_t get_offset_of_text9_189() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text9_189)); } inline String_t* get_text9_189() const { return ___text9_189; } inline String_t** get_address_of_text9_189() { return &___text9_189; } inline void set_text9_189(String_t* value) { ___text9_189 = value; Il2CppCodeGenWriteBarrier((void**)(&___text9_189), (void*)value); } inline static int32_t get_offset_of_text10_190() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text10_190)); } inline String_t* get_text10_190() const { return ___text10_190; } inline String_t** get_address_of_text10_190() { return &___text10_190; } inline void set_text10_190(String_t* value) { ___text10_190 = value; Il2CppCodeGenWriteBarrier((void**)(&___text10_190), (void*)value); } inline static int32_t get_offset_of_text11_191() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text11_191)); } inline String_t* get_text11_191() const { return ___text11_191; } inline String_t** get_address_of_text11_191() { return &___text11_191; } inline void set_text11_191(String_t* value) { ___text11_191 = value; Il2CppCodeGenWriteBarrier((void**)(&___text11_191), (void*)value); } inline static int32_t get_offset_of_text12_192() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text12_192)); } inline String_t* get_text12_192() const { return ___text12_192; } inline String_t** get_address_of_text12_192() { return &___text12_192; } inline void set_text12_192(String_t* value) { ___text12_192 = value; Il2CppCodeGenWriteBarrier((void**)(&___text12_192), (void*)value); } inline static int32_t get_offset_of_text13_193() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text13_193)); } inline String_t* get_text13_193() const { return ___text13_193; } inline String_t** get_address_of_text13_193() { return &___text13_193; } inline void set_text13_193(String_t* value) { ___text13_193 = value; Il2CppCodeGenWriteBarrier((void**)(&___text13_193), (void*)value); } inline static int32_t get_offset_of_text14_194() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text14_194)); } inline String_t* get_text14_194() const { return ___text14_194; } inline String_t** get_address_of_text14_194() { return &___text14_194; } inline void set_text14_194(String_t* value) { ___text14_194 = value; Il2CppCodeGenWriteBarrier((void**)(&___text14_194), (void*)value); } inline static int32_t get_offset_of_text15_195() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text15_195)); } inline String_t* get_text15_195() const { return ___text15_195; } inline String_t** get_address_of_text15_195() { return &___text15_195; } inline void set_text15_195(String_t* value) { ___text15_195 = value; Il2CppCodeGenWriteBarrier((void**)(&___text15_195), (void*)value); } inline static int32_t get_offset_of_text16_196() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text16_196)); } inline String_t* get_text16_196() const { return ___text16_196; } inline String_t** get_address_of_text16_196() { return &___text16_196; } inline void set_text16_196(String_t* value) { ___text16_196 = value; Il2CppCodeGenWriteBarrier((void**)(&___text16_196), (void*)value); } inline static int32_t get_offset_of_text17_197() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text17_197)); } inline String_t* get_text17_197() const { return ___text17_197; } inline String_t** get_address_of_text17_197() { return &___text17_197; } inline void set_text17_197(String_t* value) { ___text17_197 = value; Il2CppCodeGenWriteBarrier((void**)(&___text17_197), (void*)value); } inline static int32_t get_offset_of_text18_198() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text18_198)); } inline String_t* get_text18_198() const { return ___text18_198; } inline String_t** get_address_of_text18_198() { return &___text18_198; } inline void set_text18_198(String_t* value) { ___text18_198 = value; Il2CppCodeGenWriteBarrier((void**)(&___text18_198), (void*)value); } inline static int32_t get_offset_of_text19_199() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text19_199)); } inline String_t* get_text19_199() const { return ___text19_199; } inline String_t** get_address_of_text19_199() { return &___text19_199; } inline void set_text19_199(String_t* value) { ___text19_199 = value; Il2CppCodeGenWriteBarrier((void**)(&___text19_199), (void*)value); } inline static int32_t get_offset_of_text20_200() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text20_200)); } inline String_t* get_text20_200() const { return ___text20_200; } inline String_t** get_address_of_text20_200() { return &___text20_200; } inline void set_text20_200(String_t* value) { ___text20_200 = value; Il2CppCodeGenWriteBarrier((void**)(&___text20_200), (void*)value); } inline static int32_t get_offset_of_text21_201() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text21_201)); } inline String_t* get_text21_201() const { return ___text21_201; } inline String_t** get_address_of_text21_201() { return &___text21_201; } inline void set_text21_201(String_t* value) { ___text21_201 = value; Il2CppCodeGenWriteBarrier((void**)(&___text21_201), (void*)value); } inline static int32_t get_offset_of_text22_202() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text22_202)); } inline String_t* get_text22_202() const { return ___text22_202; } inline String_t** get_address_of_text22_202() { return &___text22_202; } inline void set_text22_202(String_t* value) { ___text22_202 = value; Il2CppCodeGenWriteBarrier((void**)(&___text22_202), (void*)value); } inline static int32_t get_offset_of_text23_203() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text23_203)); } inline String_t* get_text23_203() const { return ___text23_203; } inline String_t** get_address_of_text23_203() { return &___text23_203; } inline void set_text23_203(String_t* value) { ___text23_203 = value; Il2CppCodeGenWriteBarrier((void**)(&___text23_203), (void*)value); } inline static int32_t get_offset_of_text24_204() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text24_204)); } inline String_t* get_text24_204() const { return ___text24_204; } inline String_t** get_address_of_text24_204() { return &___text24_204; } inline void set_text24_204(String_t* value) { ___text24_204 = value; Il2CppCodeGenWriteBarrier((void**)(&___text24_204), (void*)value); } inline static int32_t get_offset_of_text25_205() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text25_205)); } inline String_t* get_text25_205() const { return ___text25_205; } inline String_t** get_address_of_text25_205() { return &___text25_205; } inline void set_text25_205(String_t* value) { ___text25_205 = value; Il2CppCodeGenWriteBarrier((void**)(&___text25_205), (void*)value); } inline static int32_t get_offset_of_text26_206() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text26_206)); } inline String_t* get_text26_206() const { return ___text26_206; } inline String_t** get_address_of_text26_206() { return &___text26_206; } inline void set_text26_206(String_t* value) { ___text26_206 = value; Il2CppCodeGenWriteBarrier((void**)(&___text26_206), (void*)value); } inline static int32_t get_offset_of_text27_207() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text27_207)); } inline String_t* get_text27_207() const { return ___text27_207; } inline String_t** get_address_of_text27_207() { return &___text27_207; } inline void set_text27_207(String_t* value) { ___text27_207 = value; Il2CppCodeGenWriteBarrier((void**)(&___text27_207), (void*)value); } inline static int32_t get_offset_of_text28_208() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text28_208)); } inline String_t* get_text28_208() const { return ___text28_208; } inline String_t** get_address_of_text28_208() { return &___text28_208; } inline void set_text28_208(String_t* value) { ___text28_208 = value; Il2CppCodeGenWriteBarrier((void**)(&___text28_208), (void*)value); } inline static int32_t get_offset_of_text29_209() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text29_209)); } inline String_t* get_text29_209() const { return ___text29_209; } inline String_t** get_address_of_text29_209() { return &___text29_209; } inline void set_text29_209(String_t* value) { ___text29_209 = value; Il2CppCodeGenWriteBarrier((void**)(&___text29_209), (void*)value); } inline static int32_t get_offset_of_text30_210() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text30_210)); } inline String_t* get_text30_210() const { return ___text30_210; } inline String_t** get_address_of_text30_210() { return &___text30_210; } inline void set_text30_210(String_t* value) { ___text30_210 = value; Il2CppCodeGenWriteBarrier((void**)(&___text30_210), (void*)value); } inline static int32_t get_offset_of_text31_211() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text31_211)); } inline String_t* get_text31_211() const { return ___text31_211; } inline String_t** get_address_of_text31_211() { return &___text31_211; } inline void set_text31_211(String_t* value) { ___text31_211 = value; Il2CppCodeGenWriteBarrier((void**)(&___text31_211), (void*)value); } inline static int32_t get_offset_of_text32_212() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text32_212)); } inline String_t* get_text32_212() const { return ___text32_212; } inline String_t** get_address_of_text32_212() { return &___text32_212; } inline void set_text32_212(String_t* value) { ___text32_212 = value; Il2CppCodeGenWriteBarrier((void**)(&___text32_212), (void*)value); } inline static int32_t get_offset_of_text33_213() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text33_213)); } inline String_t* get_text33_213() const { return ___text33_213; } inline String_t** get_address_of_text33_213() { return &___text33_213; } inline void set_text33_213(String_t* value) { ___text33_213 = value; Il2CppCodeGenWriteBarrier((void**)(&___text33_213), (void*)value); } inline static int32_t get_offset_of_text34_214() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text34_214)); } inline String_t* get_text34_214() const { return ___text34_214; } inline String_t** get_address_of_text34_214() { return &___text34_214; } inline void set_text34_214(String_t* value) { ___text34_214 = value; Il2CppCodeGenWriteBarrier((void**)(&___text34_214), (void*)value); } inline static int32_t get_offset_of_text35_215() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text35_215)); } inline String_t* get_text35_215() const { return ___text35_215; } inline String_t** get_address_of_text35_215() { return &___text35_215; } inline void set_text35_215(String_t* value) { ___text35_215 = value; Il2CppCodeGenWriteBarrier((void**)(&___text35_215), (void*)value); } inline static int32_t get_offset_of_text36_216() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text36_216)); } inline String_t* get_text36_216() const { return ___text36_216; } inline String_t** get_address_of_text36_216() { return &___text36_216; } inline void set_text36_216(String_t* value) { ___text36_216 = value; Il2CppCodeGenWriteBarrier((void**)(&___text36_216), (void*)value); } inline static int32_t get_offset_of_text37_217() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text37_217)); } inline String_t* get_text37_217() const { return ___text37_217; } inline String_t** get_address_of_text37_217() { return &___text37_217; } inline void set_text37_217(String_t* value) { ___text37_217 = value; Il2CppCodeGenWriteBarrier((void**)(&___text37_217), (void*)value); } inline static int32_t get_offset_of_text38_218() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text38_218)); } inline String_t* get_text38_218() const { return ___text38_218; } inline String_t** get_address_of_text38_218() { return &___text38_218; } inline void set_text38_218(String_t* value) { ___text38_218 = value; Il2CppCodeGenWriteBarrier((void**)(&___text38_218), (void*)value); } inline static int32_t get_offset_of_text39_219() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text39_219)); } inline String_t* get_text39_219() const { return ___text39_219; } inline String_t** get_address_of_text39_219() { return &___text39_219; } inline void set_text39_219(String_t* value) { ___text39_219 = value; Il2CppCodeGenWriteBarrier((void**)(&___text39_219), (void*)value); } inline static int32_t get_offset_of_text40_220() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text40_220)); } inline String_t* get_text40_220() const { return ___text40_220; } inline String_t** get_address_of_text40_220() { return &___text40_220; } inline void set_text40_220(String_t* value) { ___text40_220 = value; Il2CppCodeGenWriteBarrier((void**)(&___text40_220), (void*)value); } inline static int32_t get_offset_of_text41_221() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text41_221)); } inline String_t* get_text41_221() const { return ___text41_221; } inline String_t** get_address_of_text41_221() { return &___text41_221; } inline void set_text41_221(String_t* value) { ___text41_221 = value; Il2CppCodeGenWriteBarrier((void**)(&___text41_221), (void*)value); } inline static int32_t get_offset_of_text42_222() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text42_222)); } inline String_t* get_text42_222() const { return ___text42_222; } inline String_t** get_address_of_text42_222() { return &___text42_222; } inline void set_text42_222(String_t* value) { ___text42_222 = value; Il2CppCodeGenWriteBarrier((void**)(&___text42_222), (void*)value); } inline static int32_t get_offset_of_text43_223() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text43_223)); } inline String_t* get_text43_223() const { return ___text43_223; } inline String_t** get_address_of_text43_223() { return &___text43_223; } inline void set_text43_223(String_t* value) { ___text43_223 = value; Il2CppCodeGenWriteBarrier((void**)(&___text43_223), (void*)value); } inline static int32_t get_offset_of_text44_224() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text44_224)); } inline String_t* get_text44_224() const { return ___text44_224; } inline String_t** get_address_of_text44_224() { return &___text44_224; } inline void set_text44_224(String_t* value) { ___text44_224 = value; Il2CppCodeGenWriteBarrier((void**)(&___text44_224), (void*)value); } inline static int32_t get_offset_of_text45_225() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text45_225)); } inline String_t* get_text45_225() const { return ___text45_225; } inline String_t** get_address_of_text45_225() { return &___text45_225; } inline void set_text45_225(String_t* value) { ___text45_225 = value; Il2CppCodeGenWriteBarrier((void**)(&___text45_225), (void*)value); } inline static int32_t get_offset_of_text46_226() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text46_226)); } inline String_t* get_text46_226() const { return ___text46_226; } inline String_t** get_address_of_text46_226() { return &___text46_226; } inline void set_text46_226(String_t* value) { ___text46_226 = value; Il2CppCodeGenWriteBarrier((void**)(&___text46_226), (void*)value); } inline static int32_t get_offset_of_text47_227() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text47_227)); } inline String_t* get_text47_227() const { return ___text47_227; } inline String_t** get_address_of_text47_227() { return &___text47_227; } inline void set_text47_227(String_t* value) { ___text47_227 = value; Il2CppCodeGenWriteBarrier((void**)(&___text47_227), (void*)value); } inline static int32_t get_offset_of_text48_228() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text48_228)); } inline String_t* get_text48_228() const { return ___text48_228; } inline String_t** get_address_of_text48_228() { return &___text48_228; } inline void set_text48_228(String_t* value) { ___text48_228 = value; Il2CppCodeGenWriteBarrier((void**)(&___text48_228), (void*)value); } inline static int32_t get_offset_of_text49_229() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text49_229)); } inline String_t* get_text49_229() const { return ___text49_229; } inline String_t** get_address_of_text49_229() { return &___text49_229; } inline void set_text49_229(String_t* value) { ___text49_229 = value; Il2CppCodeGenWriteBarrier((void**)(&___text49_229), (void*)value); } inline static int32_t get_offset_of_text50_230() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text50_230)); } inline String_t* get_text50_230() const { return ___text50_230; } inline String_t** get_address_of_text50_230() { return &___text50_230; } inline void set_text50_230(String_t* value) { ___text50_230 = value; Il2CppCodeGenWriteBarrier((void**)(&___text50_230), (void*)value); } inline static int32_t get_offset_of_text51_231() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text51_231)); } inline String_t* get_text51_231() const { return ___text51_231; } inline String_t** get_address_of_text51_231() { return &___text51_231; } inline void set_text51_231(String_t* value) { ___text51_231 = value; Il2CppCodeGenWriteBarrier((void**)(&___text51_231), (void*)value); } inline static int32_t get_offset_of_text61_232() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text61_232)); } inline String_t* get_text61_232() const { return ___text61_232; } inline String_t** get_address_of_text61_232() { return &___text61_232; } inline void set_text61_232(String_t* value) { ___text61_232 = value; Il2CppCodeGenWriteBarrier((void**)(&___text61_232), (void*)value); } inline static int32_t get_offset_of_text62_233() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text62_233)); } inline String_t* get_text62_233() const { return ___text62_233; } inline String_t** get_address_of_text62_233() { return &___text62_233; } inline void set_text62_233(String_t* value) { ___text62_233 = value; Il2CppCodeGenWriteBarrier((void**)(&___text62_233), (void*)value); } inline static int32_t get_offset_of_text63_234() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text63_234)); } inline String_t* get_text63_234() const { return ___text63_234; } inline String_t** get_address_of_text63_234() { return &___text63_234; } inline void set_text63_234(String_t* value) { ___text63_234 = value; Il2CppCodeGenWriteBarrier((void**)(&___text63_234), (void*)value); } inline static int32_t get_offset_of_text64_235() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text64_235)); } inline String_t* get_text64_235() const { return ___text64_235; } inline String_t** get_address_of_text64_235() { return &___text64_235; } inline void set_text64_235(String_t* value) { ___text64_235 = value; Il2CppCodeGenWriteBarrier((void**)(&___text64_235), (void*)value); } inline static int32_t get_offset_of_text65_236() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text65_236)); } inline String_t* get_text65_236() const { return ___text65_236; } inline String_t** get_address_of_text65_236() { return &___text65_236; } inline void set_text65_236(String_t* value) { ___text65_236 = value; Il2CppCodeGenWriteBarrier((void**)(&___text65_236), (void*)value); } inline static int32_t get_offset_of_text66_237() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text66_237)); } inline String_t* get_text66_237() const { return ___text66_237; } inline String_t** get_address_of_text66_237() { return &___text66_237; } inline void set_text66_237(String_t* value) { ___text66_237 = value; Il2CppCodeGenWriteBarrier((void**)(&___text66_237), (void*)value); } inline static int32_t get_offset_of_text67_238() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text67_238)); } inline String_t* get_text67_238() const { return ___text67_238; } inline String_t** get_address_of_text67_238() { return &___text67_238; } inline void set_text67_238(String_t* value) { ___text67_238 = value; Il2CppCodeGenWriteBarrier((void**)(&___text67_238), (void*)value); } inline static int32_t get_offset_of_text68_239() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text68_239)); } inline String_t* get_text68_239() const { return ___text68_239; } inline String_t** get_address_of_text68_239() { return &___text68_239; } inline void set_text68_239(String_t* value) { ___text68_239 = value; Il2CppCodeGenWriteBarrier((void**)(&___text68_239), (void*)value); } inline static int32_t get_offset_of_text69_240() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text69_240)); } inline String_t* get_text69_240() const { return ___text69_240; } inline String_t** get_address_of_text69_240() { return &___text69_240; } inline void set_text69_240(String_t* value) { ___text69_240 = value; Il2CppCodeGenWriteBarrier((void**)(&___text69_240), (void*)value); } inline static int32_t get_offset_of_text70_241() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text70_241)); } inline String_t* get_text70_241() const { return ___text70_241; } inline String_t** get_address_of_text70_241() { return &___text70_241; } inline void set_text70_241(String_t* value) { ___text70_241 = value; Il2CppCodeGenWriteBarrier((void**)(&___text70_241), (void*)value); } inline static int32_t get_offset_of_text71_242() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text71_242)); } inline String_t* get_text71_242() const { return ___text71_242; } inline String_t** get_address_of_text71_242() { return &___text71_242; } inline void set_text71_242(String_t* value) { ___text71_242 = value; Il2CppCodeGenWriteBarrier((void**)(&___text71_242), (void*)value); } inline static int32_t get_offset_of_text72_243() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text72_243)); } inline String_t* get_text72_243() const { return ___text72_243; } inline String_t** get_address_of_text72_243() { return &___text72_243; } inline void set_text72_243(String_t* value) { ___text72_243 = value; Il2CppCodeGenWriteBarrier((void**)(&___text72_243), (void*)value); } inline static int32_t get_offset_of_text73_244() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text73_244)); } inline String_t* get_text73_244() const { return ___text73_244; } inline String_t** get_address_of_text73_244() { return &___text73_244; } inline void set_text73_244(String_t* value) { ___text73_244 = value; Il2CppCodeGenWriteBarrier((void**)(&___text73_244), (void*)value); } inline static int32_t get_offset_of_text74_245() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text74_245)); } inline String_t* get_text74_245() const { return ___text74_245; } inline String_t** get_address_of_text74_245() { return &___text74_245; } inline void set_text74_245(String_t* value) { ___text74_245 = value; Il2CppCodeGenWriteBarrier((void**)(&___text74_245), (void*)value); } inline static int32_t get_offset_of_text87_246() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text87_246)); } inline String_t* get_text87_246() const { return ___text87_246; } inline String_t** get_address_of_text87_246() { return &___text87_246; } inline void set_text87_246(String_t* value) { ___text87_246 = value; Il2CppCodeGenWriteBarrier((void**)(&___text87_246), (void*)value); } inline static int32_t get_offset_of_text88_247() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text88_247)); } inline String_t* get_text88_247() const { return ___text88_247; } inline String_t** get_address_of_text88_247() { return &___text88_247; } inline void set_text88_247(String_t* value) { ___text88_247 = value; Il2CppCodeGenWriteBarrier((void**)(&___text88_247), (void*)value); } inline static int32_t get_offset_of_text89_248() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text89_248)); } inline String_t* get_text89_248() const { return ___text89_248; } inline String_t** get_address_of_text89_248() { return &___text89_248; } inline void set_text89_248(String_t* value) { ___text89_248 = value; Il2CppCodeGenWriteBarrier((void**)(&___text89_248), (void*)value); } inline static int32_t get_offset_of_text90_249() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text90_249)); } inline String_t* get_text90_249() const { return ___text90_249; } inline String_t** get_address_of_text90_249() { return &___text90_249; } inline void set_text90_249(String_t* value) { ___text90_249 = value; Il2CppCodeGenWriteBarrier((void**)(&___text90_249), (void*)value); } inline static int32_t get_offset_of_text91_250() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text91_250)); } inline String_t* get_text91_250() const { return ___text91_250; } inline String_t** get_address_of_text91_250() { return &___text91_250; } inline void set_text91_250(String_t* value) { ___text91_250 = value; Il2CppCodeGenWriteBarrier((void**)(&___text91_250), (void*)value); } inline static int32_t get_offset_of_text92_251() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text92_251)); } inline String_t* get_text92_251() const { return ___text92_251; } inline String_t** get_address_of_text92_251() { return &___text92_251; } inline void set_text92_251(String_t* value) { ___text92_251 = value; Il2CppCodeGenWriteBarrier((void**)(&___text92_251), (void*)value); } inline static int32_t get_offset_of_text93_252() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text93_252)); } inline String_t* get_text93_252() const { return ___text93_252; } inline String_t** get_address_of_text93_252() { return &___text93_252; } inline void set_text93_252(String_t* value) { ___text93_252 = value; Il2CppCodeGenWriteBarrier((void**)(&___text93_252), (void*)value); } inline static int32_t get_offset_of_text94_253() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text94_253)); } inline String_t* get_text94_253() const { return ___text94_253; } inline String_t** get_address_of_text94_253() { return &___text94_253; } inline void set_text94_253(String_t* value) { ___text94_253 = value; Il2CppCodeGenWriteBarrier((void**)(&___text94_253), (void*)value); } inline static int32_t get_offset_of_text95_254() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text95_254)); } inline String_t* get_text95_254() const { return ___text95_254; } inline String_t** get_address_of_text95_254() { return &___text95_254; } inline void set_text95_254(String_t* value) { ___text95_254 = value; Il2CppCodeGenWriteBarrier((void**)(&___text95_254), (void*)value); } inline static int32_t get_offset_of_text96_255() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text96_255)); } inline String_t* get_text96_255() const { return ___text96_255; } inline String_t** get_address_of_text96_255() { return &___text96_255; } inline void set_text96_255(String_t* value) { ___text96_255 = value; Il2CppCodeGenWriteBarrier((void**)(&___text96_255), (void*)value); } inline static int32_t get_offset_of_text97_256() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text97_256)); } inline String_t* get_text97_256() const { return ___text97_256; } inline String_t** get_address_of_text97_256() { return &___text97_256; } inline void set_text97_256(String_t* value) { ___text97_256 = value; Il2CppCodeGenWriteBarrier((void**)(&___text97_256), (void*)value); } inline static int32_t get_offset_of_text98_257() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text98_257)); } inline String_t* get_text98_257() const { return ___text98_257; } inline String_t** get_address_of_text98_257() { return &___text98_257; } inline void set_text98_257(String_t* value) { ___text98_257 = value; Il2CppCodeGenWriteBarrier((void**)(&___text98_257), (void*)value); } inline static int32_t get_offset_of_text99_258() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text99_258)); } inline String_t* get_text99_258() const { return ___text99_258; } inline String_t** get_address_of_text99_258() { return &___text99_258; } inline void set_text99_258(String_t* value) { ___text99_258 = value; Il2CppCodeGenWriteBarrier((void**)(&___text99_258), (void*)value); } inline static int32_t get_offset_of_text100_259() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text100_259)); } inline String_t* get_text100_259() const { return ___text100_259; } inline String_t** get_address_of_text100_259() { return &___text100_259; } inline void set_text100_259(String_t* value) { ___text100_259 = value; Il2CppCodeGenWriteBarrier((void**)(&___text100_259), (void*)value); } inline static int32_t get_offset_of_text101_260() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text101_260)); } inline String_t* get_text101_260() const { return ___text101_260; } inline String_t** get_address_of_text101_260() { return &___text101_260; } inline void set_text101_260(String_t* value) { ___text101_260 = value; Il2CppCodeGenWriteBarrier((void**)(&___text101_260), (void*)value); } inline static int32_t get_offset_of_text102_261() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text102_261)); } inline String_t* get_text102_261() const { return ___text102_261; } inline String_t** get_address_of_text102_261() { return &___text102_261; } inline void set_text102_261(String_t* value) { ___text102_261 = value; Il2CppCodeGenWriteBarrier((void**)(&___text102_261), (void*)value); } inline static int32_t get_offset_of_text103_262() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text103_262)); } inline String_t* get_text103_262() const { return ___text103_262; } inline String_t** get_address_of_text103_262() { return &___text103_262; } inline void set_text103_262(String_t* value) { ___text103_262 = value; Il2CppCodeGenWriteBarrier((void**)(&___text103_262), (void*)value); } inline static int32_t get_offset_of_text104_263() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text104_263)); } inline String_t* get_text104_263() const { return ___text104_263; } inline String_t** get_address_of_text104_263() { return &___text104_263; } inline void set_text104_263(String_t* value) { ___text104_263 = value; Il2CppCodeGenWriteBarrier((void**)(&___text104_263), (void*)value); } inline static int32_t get_offset_of_text105_264() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text105_264)); } inline String_t* get_text105_264() const { return ___text105_264; } inline String_t** get_address_of_text105_264() { return &___text105_264; } inline void set_text105_264(String_t* value) { ___text105_264 = value; Il2CppCodeGenWriteBarrier((void**)(&___text105_264), (void*)value); } inline static int32_t get_offset_of_text106_265() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text106_265)); } inline String_t* get_text106_265() const { return ___text106_265; } inline String_t** get_address_of_text106_265() { return &___text106_265; } inline void set_text106_265(String_t* value) { ___text106_265 = value; Il2CppCodeGenWriteBarrier((void**)(&___text106_265), (void*)value); } inline static int32_t get_offset_of_text107_266() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text107_266)); } inline String_t* get_text107_266() const { return ___text107_266; } inline String_t** get_address_of_text107_266() { return &___text107_266; } inline void set_text107_266(String_t* value) { ___text107_266 = value; Il2CppCodeGenWriteBarrier((void**)(&___text107_266), (void*)value); } inline static int32_t get_offset_of_text108_267() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text108_267)); } inline String_t* get_text108_267() const { return ___text108_267; } inline String_t** get_address_of_text108_267() { return &___text108_267; } inline void set_text108_267(String_t* value) { ___text108_267 = value; Il2CppCodeGenWriteBarrier((void**)(&___text108_267), (void*)value); } inline static int32_t get_offset_of_text109_268() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text109_268)); } inline String_t* get_text109_268() const { return ___text109_268; } inline String_t** get_address_of_text109_268() { return &___text109_268; } inline void set_text109_268(String_t* value) { ___text109_268 = value; Il2CppCodeGenWriteBarrier((void**)(&___text109_268), (void*)value); } inline static int32_t get_offset_of_text110_269() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text110_269)); } inline String_t* get_text110_269() const { return ___text110_269; } inline String_t** get_address_of_text110_269() { return &___text110_269; } inline void set_text110_269(String_t* value) { ___text110_269 = value; Il2CppCodeGenWriteBarrier((void**)(&___text110_269), (void*)value); } inline static int32_t get_offset_of_text111_270() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text111_270)); } inline String_t* get_text111_270() const { return ___text111_270; } inline String_t** get_address_of_text111_270() { return &___text111_270; } inline void set_text111_270(String_t* value) { ___text111_270 = value; Il2CppCodeGenWriteBarrier((void**)(&___text111_270), (void*)value); } inline static int32_t get_offset_of_text112_271() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text112_271)); } inline String_t* get_text112_271() const { return ___text112_271; } inline String_t** get_address_of_text112_271() { return &___text112_271; } inline void set_text112_271(String_t* value) { ___text112_271 = value; Il2CppCodeGenWriteBarrier((void**)(&___text112_271), (void*)value); } inline static int32_t get_offset_of_text113_272() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text113_272)); } inline String_t* get_text113_272() const { return ___text113_272; } inline String_t** get_address_of_text113_272() { return &___text113_272; } inline void set_text113_272(String_t* value) { ___text113_272 = value; Il2CppCodeGenWriteBarrier((void**)(&___text113_272), (void*)value); } inline static int32_t get_offset_of_text114_273() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text114_273)); } inline String_t* get_text114_273() const { return ___text114_273; } inline String_t** get_address_of_text114_273() { return &___text114_273; } inline void set_text114_273(String_t* value) { ___text114_273 = value; Il2CppCodeGenWriteBarrier((void**)(&___text114_273), (void*)value); } inline static int32_t get_offset_of_text115_274() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text115_274)); } inline String_t* get_text115_274() const { return ___text115_274; } inline String_t** get_address_of_text115_274() { return &___text115_274; } inline void set_text115_274(String_t* value) { ___text115_274 = value; Il2CppCodeGenWriteBarrier((void**)(&___text115_274), (void*)value); } inline static int32_t get_offset_of_text117_275() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text117_275)); } inline String_t* get_text117_275() const { return ___text117_275; } inline String_t** get_address_of_text117_275() { return &___text117_275; } inline void set_text117_275(String_t* value) { ___text117_275 = value; Il2CppCodeGenWriteBarrier((void**)(&___text117_275), (void*)value); } inline static int32_t get_offset_of_text118_276() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text118_276)); } inline String_t* get_text118_276() const { return ___text118_276; } inline String_t** get_address_of_text118_276() { return &___text118_276; } inline void set_text118_276(String_t* value) { ___text118_276 = value; Il2CppCodeGenWriteBarrier((void**)(&___text118_276), (void*)value); } inline static int32_t get_offset_of_text119_277() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text119_277)); } inline String_t* get_text119_277() const { return ___text119_277; } inline String_t** get_address_of_text119_277() { return &___text119_277; } inline void set_text119_277(String_t* value) { ___text119_277 = value; Il2CppCodeGenWriteBarrier((void**)(&___text119_277), (void*)value); } inline static int32_t get_offset_of_text500_278() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text500_278)); } inline String_t* get_text500_278() const { return ___text500_278; } inline String_t** get_address_of_text500_278() { return &___text500_278; } inline void set_text500_278(String_t* value) { ___text500_278 = value; Il2CppCodeGenWriteBarrier((void**)(&___text500_278), (void*)value); } inline static int32_t get_offset_of_text501_279() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text501_279)); } inline String_t* get_text501_279() const { return ___text501_279; } inline String_t** get_address_of_text501_279() { return &___text501_279; } inline void set_text501_279(String_t* value) { ___text501_279 = value; Il2CppCodeGenWriteBarrier((void**)(&___text501_279), (void*)value); } inline static int32_t get_offset_of_text502_280() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text502_280)); } inline String_t* get_text502_280() const { return ___text502_280; } inline String_t** get_address_of_text502_280() { return &___text502_280; } inline void set_text502_280(String_t* value) { ___text502_280 = value; Il2CppCodeGenWriteBarrier((void**)(&___text502_280), (void*)value); } inline static int32_t get_offset_of_text503_281() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text503_281)); } inline String_t* get_text503_281() const { return ___text503_281; } inline String_t** get_address_of_text503_281() { return &___text503_281; } inline void set_text503_281(String_t* value) { ___text503_281 = value; Il2CppCodeGenWriteBarrier((void**)(&___text503_281), (void*)value); } inline static int32_t get_offset_of_text504_282() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text504_282)); } inline String_t* get_text504_282() const { return ___text504_282; } inline String_t** get_address_of_text504_282() { return &___text504_282; } inline void set_text504_282(String_t* value) { ___text504_282 = value; Il2CppCodeGenWriteBarrier((void**)(&___text504_282), (void*)value); } inline static int32_t get_offset_of_text122_283() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text122_283)); } inline String_t* get_text122_283() const { return ___text122_283; } inline String_t** get_address_of_text122_283() { return &___text122_283; } inline void set_text122_283(String_t* value) { ___text122_283 = value; Il2CppCodeGenWriteBarrier((void**)(&___text122_283), (void*)value); } inline static int32_t get_offset_of_text123_284() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text123_284)); } inline String_t* get_text123_284() const { return ___text123_284; } inline String_t** get_address_of_text123_284() { return &___text123_284; } inline void set_text123_284(String_t* value) { ___text123_284 = value; Il2CppCodeGenWriteBarrier((void**)(&___text123_284), (void*)value); } inline static int32_t get_offset_of_text124_285() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text124_285)); } inline String_t* get_text124_285() const { return ___text124_285; } inline String_t** get_address_of_text124_285() { return &___text124_285; } inline void set_text124_285(String_t* value) { ___text124_285 = value; Il2CppCodeGenWriteBarrier((void**)(&___text124_285), (void*)value); } inline static int32_t get_offset_of_text125_286() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text125_286)); } inline String_t* get_text125_286() const { return ___text125_286; } inline String_t** get_address_of_text125_286() { return &___text125_286; } inline void set_text125_286(String_t* value) { ___text125_286 = value; Il2CppCodeGenWriteBarrier((void**)(&___text125_286), (void*)value); } inline static int32_t get_offset_of_text126_287() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text126_287)); } inline String_t* get_text126_287() const { return ___text126_287; } inline String_t** get_address_of_text126_287() { return &___text126_287; } inline void set_text126_287(String_t* value) { ___text126_287 = value; Il2CppCodeGenWriteBarrier((void**)(&___text126_287), (void*)value); } inline static int32_t get_offset_of_text133_288() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text133_288)); } inline String_t* get_text133_288() const { return ___text133_288; } inline String_t** get_address_of_text133_288() { return &___text133_288; } inline void set_text133_288(String_t* value) { ___text133_288 = value; Il2CppCodeGenWriteBarrier((void**)(&___text133_288), (void*)value); } inline static int32_t get_offset_of_text127_289() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text127_289)); } inline String_t* get_text127_289() const { return ___text127_289; } inline String_t** get_address_of_text127_289() { return &___text127_289; } inline void set_text127_289(String_t* value) { ___text127_289 = value; Il2CppCodeGenWriteBarrier((void**)(&___text127_289), (void*)value); } inline static int32_t get_offset_of_text128_290() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text128_290)); } inline String_t* get_text128_290() const { return ___text128_290; } inline String_t** get_address_of_text128_290() { return &___text128_290; } inline void set_text128_290(String_t* value) { ___text128_290 = value; Il2CppCodeGenWriteBarrier((void**)(&___text128_290), (void*)value); } inline static int32_t get_offset_of_text129_291() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text129_291)); } inline String_t* get_text129_291() const { return ___text129_291; } inline String_t** get_address_of_text129_291() { return &___text129_291; } inline void set_text129_291(String_t* value) { ___text129_291 = value; Il2CppCodeGenWriteBarrier((void**)(&___text129_291), (void*)value); } inline static int32_t get_offset_of_text132_292() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text132_292)); } inline String_t* get_text132_292() const { return ___text132_292; } inline String_t** get_address_of_text132_292() { return &___text132_292; } inline void set_text132_292(String_t* value) { ___text132_292 = value; Il2CppCodeGenWriteBarrier((void**)(&___text132_292), (void*)value); } inline static int32_t get_offset_of_text130_293() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text130_293)); } inline String_t* get_text130_293() const { return ___text130_293; } inline String_t** get_address_of_text130_293() { return &___text130_293; } inline void set_text130_293(String_t* value) { ___text130_293 = value; Il2CppCodeGenWriteBarrier((void**)(&___text130_293), (void*)value); } inline static int32_t get_offset_of_text131_294() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text131_294)); } inline String_t* get_text131_294() const { return ___text131_294; } inline String_t** get_address_of_text131_294() { return &___text131_294; } inline void set_text131_294(String_t* value) { ___text131_294 = value; Il2CppCodeGenWriteBarrier((void**)(&___text131_294), (void*)value); } inline static int32_t get_offset_of_text401_295() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text401_295)); } inline String_t* get_text401_295() const { return ___text401_295; } inline String_t** get_address_of_text401_295() { return &___text401_295; } inline void set_text401_295(String_t* value) { ___text401_295 = value; Il2CppCodeGenWriteBarrier((void**)(&___text401_295), (void*)value); } inline static int32_t get_offset_of_text134_296() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text134_296)); } inline String_t* get_text134_296() const { return ___text134_296; } inline String_t** get_address_of_text134_296() { return &___text134_296; } inline void set_text134_296(String_t* value) { ___text134_296 = value; Il2CppCodeGenWriteBarrier((void**)(&___text134_296), (void*)value); } inline static int32_t get_offset_of_text135_297() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text135_297)); } inline String_t* get_text135_297() const { return ___text135_297; } inline String_t** get_address_of_text135_297() { return &___text135_297; } inline void set_text135_297(String_t* value) { ___text135_297 = value; Il2CppCodeGenWriteBarrier((void**)(&___text135_297), (void*)value); } inline static int32_t get_offset_of_text136_298() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text136_298)); } inline String_t* get_text136_298() const { return ___text136_298; } inline String_t** get_address_of_text136_298() { return &___text136_298; } inline void set_text136_298(String_t* value) { ___text136_298 = value; Il2CppCodeGenWriteBarrier((void**)(&___text136_298), (void*)value); } inline static int32_t get_offset_of_text137_299() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text137_299)); } inline String_t* get_text137_299() const { return ___text137_299; } inline String_t** get_address_of_text137_299() { return &___text137_299; } inline void set_text137_299(String_t* value) { ___text137_299 = value; Il2CppCodeGenWriteBarrier((void**)(&___text137_299), (void*)value); } inline static int32_t get_offset_of_text302_300() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text302_300)); } inline String_t* get_text302_300() const { return ___text302_300; } inline String_t** get_address_of_text302_300() { return &___text302_300; } inline void set_text302_300(String_t* value) { ___text302_300 = value; Il2CppCodeGenWriteBarrier((void**)(&___text302_300), (void*)value); } inline static int32_t get_offset_of_text303_301() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text303_301)); } inline String_t* get_text303_301() const { return ___text303_301; } inline String_t** get_address_of_text303_301() { return &___text303_301; } inline void set_text303_301(String_t* value) { ___text303_301 = value; Il2CppCodeGenWriteBarrier((void**)(&___text303_301), (void*)value); } inline static int32_t get_offset_of_text304_302() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text304_302)); } inline String_t* get_text304_302() const { return ___text304_302; } inline String_t** get_address_of_text304_302() { return &___text304_302; } inline void set_text304_302(String_t* value) { ___text304_302 = value; Il2CppCodeGenWriteBarrier((void**)(&___text304_302), (void*)value); } inline static int32_t get_offset_of_text305_303() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text305_303)); } inline String_t* get_text305_303() const { return ___text305_303; } inline String_t** get_address_of_text305_303() { return &___text305_303; } inline void set_text305_303(String_t* value) { ___text305_303 = value; Il2CppCodeGenWriteBarrier((void**)(&___text305_303), (void*)value); } inline static int32_t get_offset_of_text306_304() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text306_304)); } inline String_t* get_text306_304() const { return ___text306_304; } inline String_t** get_address_of_text306_304() { return &___text306_304; } inline void set_text306_304(String_t* value) { ___text306_304 = value; Il2CppCodeGenWriteBarrier((void**)(&___text306_304), (void*)value); } inline static int32_t get_offset_of_text307_305() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text307_305)); } inline String_t* get_text307_305() const { return ___text307_305; } inline String_t** get_address_of_text307_305() { return &___text307_305; } inline void set_text307_305(String_t* value) { ___text307_305 = value; Il2CppCodeGenWriteBarrier((void**)(&___text307_305), (void*)value); } inline static int32_t get_offset_of_text308_306() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text308_306)); } inline String_t* get_text308_306() const { return ___text308_306; } inline String_t** get_address_of_text308_306() { return &___text308_306; } inline void set_text308_306(String_t* value) { ___text308_306 = value; Il2CppCodeGenWriteBarrier((void**)(&___text308_306), (void*)value); } inline static int32_t get_offset_of_text309_307() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text309_307)); } inline String_t* get_text309_307() const { return ___text309_307; } inline String_t** get_address_of_text309_307() { return &___text309_307; } inline void set_text309_307(String_t* value) { ___text309_307 = value; Il2CppCodeGenWriteBarrier((void**)(&___text309_307), (void*)value); } inline static int32_t get_offset_of_text310_308() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text310_308)); } inline String_t* get_text310_308() const { return ___text310_308; } inline String_t** get_address_of_text310_308() { return &___text310_308; } inline void set_text310_308(String_t* value) { ___text310_308 = value; Il2CppCodeGenWriteBarrier((void**)(&___text310_308), (void*)value); } inline static int32_t get_offset_of_text311_309() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text311_309)); } inline String_t* get_text311_309() const { return ___text311_309; } inline String_t** get_address_of_text311_309() { return &___text311_309; } inline void set_text311_309(String_t* value) { ___text311_309 = value; Il2CppCodeGenWriteBarrier((void**)(&___text311_309), (void*)value); } inline static int32_t get_offset_of_text312_310() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text312_310)); } inline String_t* get_text312_310() const { return ___text312_310; } inline String_t** get_address_of_text312_310() { return &___text312_310; } inline void set_text312_310(String_t* value) { ___text312_310 = value; Il2CppCodeGenWriteBarrier((void**)(&___text312_310), (void*)value); } inline static int32_t get_offset_of_text313_311() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text313_311)); } inline String_t* get_text313_311() const { return ___text313_311; } inline String_t** get_address_of_text313_311() { return &___text313_311; } inline void set_text313_311(String_t* value) { ___text313_311 = value; Il2CppCodeGenWriteBarrier((void**)(&___text313_311), (void*)value); } inline static int32_t get_offset_of_text314_312() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text314_312)); } inline String_t* get_text314_312() const { return ___text314_312; } inline String_t** get_address_of_text314_312() { return &___text314_312; } inline void set_text314_312(String_t* value) { ___text314_312 = value; Il2CppCodeGenWriteBarrier((void**)(&___text314_312), (void*)value); } inline static int32_t get_offset_of_text315_313() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text315_313)); } inline String_t* get_text315_313() const { return ___text315_313; } inline String_t** get_address_of_text315_313() { return &___text315_313; } inline void set_text315_313(String_t* value) { ___text315_313 = value; Il2CppCodeGenWriteBarrier((void**)(&___text315_313), (void*)value); } inline static int32_t get_offset_of_text318_314() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text318_314)); } inline String_t* get_text318_314() const { return ___text318_314; } inline String_t** get_address_of_text318_314() { return &___text318_314; } inline void set_text318_314(String_t* value) { ___text318_314 = value; Il2CppCodeGenWriteBarrier((void**)(&___text318_314), (void*)value); } inline static int32_t get_offset_of_text301_315() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text301_315)); } inline String_t* get_text301_315() const { return ___text301_315; } inline String_t** get_address_of_text301_315() { return &___text301_315; } inline void set_text301_315(String_t* value) { ___text301_315 = value; Il2CppCodeGenWriteBarrier((void**)(&___text301_315), (void*)value); } inline static int32_t get_offset_of_text316_316() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text316_316)); } inline String_t* get_text316_316() const { return ___text316_316; } inline String_t** get_address_of_text316_316() { return &___text316_316; } inline void set_text316_316(String_t* value) { ___text316_316 = value; Il2CppCodeGenWriteBarrier((void**)(&___text316_316), (void*)value); } inline static int32_t get_offset_of_text317_317() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text317_317)); } inline String_t* get_text317_317() const { return ___text317_317; } inline String_t** get_address_of_text317_317() { return &___text317_317; } inline void set_text317_317(String_t* value) { ___text317_317 = value; Il2CppCodeGenWriteBarrier((void**)(&___text317_317), (void*)value); } inline static int32_t get_offset_of_text300_318() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text300_318)); } inline String_t* get_text300_318() const { return ___text300_318; } inline String_t** get_address_of_text300_318() { return &___text300_318; } inline void set_text300_318(String_t* value) { ___text300_318 = value; Il2CppCodeGenWriteBarrier((void**)(&___text300_318), (void*)value); } inline static int32_t get_offset_of_text400_319() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text400_319)); } inline String_t* get_text400_319() const { return ___text400_319; } inline String_t** get_address_of_text400_319() { return &___text400_319; } inline void set_text400_319(String_t* value) { ___text400_319 = value; Il2CppCodeGenWriteBarrier((void**)(&___text400_319), (void*)value); } inline static int32_t get_offset_of_text76_320() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text76_320)); } inline String_t* get_text76_320() const { return ___text76_320; } inline String_t** get_address_of_text76_320() { return &___text76_320; } inline void set_text76_320(String_t* value) { ___text76_320 = value; Il2CppCodeGenWriteBarrier((void**)(&___text76_320), (void*)value); } inline static int32_t get_offset_of_text77_321() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text77_321)); } inline String_t* get_text77_321() const { return ___text77_321; } inline String_t** get_address_of_text77_321() { return &___text77_321; } inline void set_text77_321(String_t* value) { ___text77_321 = value; Il2CppCodeGenWriteBarrier((void**)(&___text77_321), (void*)value); } inline static int32_t get_offset_of_text78_322() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text78_322)); } inline String_t* get_text78_322() const { return ___text78_322; } inline String_t** get_address_of_text78_322() { return &___text78_322; } inline void set_text78_322(String_t* value) { ___text78_322 = value; Il2CppCodeGenWriteBarrier((void**)(&___text78_322), (void*)value); } inline static int32_t get_offset_of_text79_323() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text79_323)); } inline String_t* get_text79_323() const { return ___text79_323; } inline String_t** get_address_of_text79_323() { return &___text79_323; } inline void set_text79_323(String_t* value) { ___text79_323 = value; Il2CppCodeGenWriteBarrier((void**)(&___text79_323), (void*)value); } inline static int32_t get_offset_of_text80_324() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text80_324)); } inline String_t* get_text80_324() const { return ___text80_324; } inline String_t** get_address_of_text80_324() { return &___text80_324; } inline void set_text80_324(String_t* value) { ___text80_324 = value; Il2CppCodeGenWriteBarrier((void**)(&___text80_324), (void*)value); } inline static int32_t get_offset_of_text81_325() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text81_325)); } inline String_t* get_text81_325() const { return ___text81_325; } inline String_t** get_address_of_text81_325() { return &___text81_325; } inline void set_text81_325(String_t* value) { ___text81_325 = value; Il2CppCodeGenWriteBarrier((void**)(&___text81_325), (void*)value); } inline static int32_t get_offset_of_text82_326() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text82_326)); } inline String_t* get_text82_326() const { return ___text82_326; } inline String_t** get_address_of_text82_326() { return &___text82_326; } inline void set_text82_326(String_t* value) { ___text82_326 = value; Il2CppCodeGenWriteBarrier((void**)(&___text82_326), (void*)value); } inline static int32_t get_offset_of_text83_327() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text83_327)); } inline String_t* get_text83_327() const { return ___text83_327; } inline String_t** get_address_of_text83_327() { return &___text83_327; } inline void set_text83_327(String_t* value) { ___text83_327 = value; Il2CppCodeGenWriteBarrier((void**)(&___text83_327), (void*)value); } inline static int32_t get_offset_of_text84_328() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text84_328)); } inline String_t* get_text84_328() const { return ___text84_328; } inline String_t** get_address_of_text84_328() { return &___text84_328; } inline void set_text84_328(String_t* value) { ___text84_328 = value; Il2CppCodeGenWriteBarrier((void**)(&___text84_328), (void*)value); } inline static int32_t get_offset_of_text85_329() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text85_329)); } inline String_t* get_text85_329() const { return ___text85_329; } inline String_t** get_address_of_text85_329() { return &___text85_329; } inline void set_text85_329(String_t* value) { ___text85_329 = value; Il2CppCodeGenWriteBarrier((void**)(&___text85_329), (void*)value); } inline static int32_t get_offset_of_text86_330() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text86_330)); } inline String_t* get_text86_330() const { return ___text86_330; } inline String_t** get_address_of_text86_330() { return &___text86_330; } inline void set_text86_330(String_t* value) { ___text86_330 = value; Il2CppCodeGenWriteBarrier((void**)(&___text86_330), (void*)value); } inline static int32_t get_offset_of_text116_331() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text116_331)); } inline String_t* get_text116_331() const { return ___text116_331; } inline String_t** get_address_of_text116_331() { return &___text116_331; } inline void set_text116_331(String_t* value) { ___text116_331 = value; Il2CppCodeGenWriteBarrier((void**)(&___text116_331), (void*)value); } inline static int32_t get_offset_of_text120_332() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text120_332)); } inline String_t* get_text120_332() const { return ___text120_332; } inline String_t** get_address_of_text120_332() { return &___text120_332; } inline void set_text120_332(String_t* value) { ___text120_332 = value; Il2CppCodeGenWriteBarrier((void**)(&___text120_332), (void*)value); } inline static int32_t get_offset_of_text121_333() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text121_333)); } inline String_t* get_text121_333() const { return ___text121_333; } inline String_t** get_address_of_text121_333() { return &___text121_333; } inline void set_text121_333(String_t* value) { ___text121_333 = value; Il2CppCodeGenWriteBarrier((void**)(&___text121_333), (void*)value); } inline static int32_t get_offset_of_text200_334() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text200_334)); } inline String_t* get_text200_334() const { return ___text200_334; } inline String_t** get_address_of_text200_334() { return &___text200_334; } inline void set_text200_334(String_t* value) { ___text200_334 = value; Il2CppCodeGenWriteBarrier((void**)(&___text200_334), (void*)value); } inline static int32_t get_offset_of_text201_335() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text201_335)); } inline String_t* get_text201_335() const { return ___text201_335; } inline String_t** get_address_of_text201_335() { return &___text201_335; } inline void set_text201_335(String_t* value) { ___text201_335 = value; Il2CppCodeGenWriteBarrier((void**)(&___text201_335), (void*)value); } inline static int32_t get_offset_of_text202_336() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text202_336)); } inline String_t* get_text202_336() const { return ___text202_336; } inline String_t** get_address_of_text202_336() { return &___text202_336; } inline void set_text202_336(String_t* value) { ___text202_336 = value; Il2CppCodeGenWriteBarrier((void**)(&___text202_336), (void*)value); } inline static int32_t get_offset_of_text203_337() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text203_337)); } inline String_t* get_text203_337() const { return ___text203_337; } inline String_t** get_address_of_text203_337() { return &___text203_337; } inline void set_text203_337(String_t* value) { ___text203_337 = value; Il2CppCodeGenWriteBarrier((void**)(&___text203_337), (void*)value); } inline static int32_t get_offset_of_text204_338() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text204_338)); } inline String_t* get_text204_338() const { return ___text204_338; } inline String_t** get_address_of_text204_338() { return &___text204_338; } inline void set_text204_338(String_t* value) { ___text204_338 = value; Il2CppCodeGenWriteBarrier((void**)(&___text204_338), (void*)value); } inline static int32_t get_offset_of_text205_339() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text205_339)); } inline String_t* get_text205_339() const { return ___text205_339; } inline String_t** get_address_of_text205_339() { return &___text205_339; } inline void set_text205_339(String_t* value) { ___text205_339 = value; Il2CppCodeGenWriteBarrier((void**)(&___text205_339), (void*)value); } inline static int32_t get_offset_of_text1000_340() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text1000_340)); } inline String_t* get_text1000_340() const { return ___text1000_340; } inline String_t** get_address_of_text1000_340() { return &___text1000_340; } inline void set_text1000_340(String_t* value) { ___text1000_340 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1000_340), (void*)value); } inline static int32_t get_offset_of_text1001_341() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text1001_341)); } inline String_t* get_text1001_341() const { return ___text1001_341; } inline String_t** get_address_of_text1001_341() { return &___text1001_341; } inline void set_text1001_341(String_t* value) { ___text1001_341 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1001_341), (void*)value); } inline static int32_t get_offset_of_text2000_342() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text2000_342)); } inline String_t* get_text2000_342() const { return ___text2000_342; } inline String_t** get_address_of_text2000_342() { return &___text2000_342; } inline void set_text2000_342(String_t* value) { ___text2000_342 = value; Il2CppCodeGenWriteBarrier((void**)(&___text2000_342), (void*)value); } inline static int32_t get_offset_of_text2001_343() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text2001_343)); } inline String_t* get_text2001_343() const { return ___text2001_343; } inline String_t** get_address_of_text2001_343() { return &___text2001_343; } inline void set_text2001_343(String_t* value) { ___text2001_343 = value; Il2CppCodeGenWriteBarrier((void**)(&___text2001_343), (void*)value); } inline static int32_t get_offset_of_text2002_344() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text2002_344)); } inline String_t* get_text2002_344() const { return ___text2002_344; } inline String_t** get_address_of_text2002_344() { return &___text2002_344; } inline void set_text2002_344(String_t* value) { ___text2002_344 = value; Il2CppCodeGenWriteBarrier((void**)(&___text2002_344), (void*)value); } inline static int32_t get_offset_of_text2003_345() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text2003_345)); } inline String_t* get_text2003_345() const { return ___text2003_345; } inline String_t** get_address_of_text2003_345() { return &___text2003_345; } inline void set_text2003_345(String_t* value) { ___text2003_345 = value; Il2CppCodeGenWriteBarrier((void**)(&___text2003_345), (void*)value); } inline static int32_t get_offset_of_text101000_346() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text101000_346)); } inline String_t* get_text101000_346() const { return ___text101000_346; } inline String_t** get_address_of_text101000_346() { return &___text101000_346; } inline void set_text101000_346(String_t* value) { ___text101000_346 = value; Il2CppCodeGenWriteBarrier((void**)(&___text101000_346), (void*)value); } inline static int32_t get_offset_of_text101001_347() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text101001_347)); } inline String_t* get_text101001_347() const { return ___text101001_347; } inline String_t** get_address_of_text101001_347() { return &___text101001_347; } inline void set_text101001_347(String_t* value) { ___text101001_347 = value; Il2CppCodeGenWriteBarrier((void**)(&___text101001_347), (void*)value); } inline static int32_t get_offset_of_text111000_348() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text111000_348)); } inline String_t* get_text111000_348() const { return ___text111000_348; } inline String_t** get_address_of_text111000_348() { return &___text111000_348; } inline void set_text111000_348(String_t* value) { ___text111000_348 = value; Il2CppCodeGenWriteBarrier((void**)(&___text111000_348), (void*)value); } inline static int32_t get_offset_of_text111001_349() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text111001_349)); } inline String_t* get_text111001_349() const { return ___text111001_349; } inline String_t** get_address_of_text111001_349() { return &___text111001_349; } inline void set_text111001_349(String_t* value) { ___text111001_349 = value; Il2CppCodeGenWriteBarrier((void**)(&___text111001_349), (void*)value); } inline static int32_t get_offset_of_text200000_350() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text200000_350)); } inline String_t* get_text200000_350() const { return ___text200000_350; } inline String_t** get_address_of_text200000_350() { return &___text200000_350; } inline void set_text200000_350(String_t* value) { ___text200000_350 = value; Il2CppCodeGenWriteBarrier((void**)(&___text200000_350), (void*)value); } inline static int32_t get_offset_of_text201000_351() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text201000_351)); } inline String_t* get_text201000_351() const { return ___text201000_351; } inline String_t** get_address_of_text201000_351() { return &___text201000_351; } inline void set_text201000_351(String_t* value) { ___text201000_351 = value; Il2CppCodeGenWriteBarrier((void**)(&___text201000_351), (void*)value); } inline static int32_t get_offset_of_text201001_352() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text201001_352)); } inline String_t* get_text201001_352() const { return ___text201001_352; } inline String_t** get_address_of_text201001_352() { return &___text201001_352; } inline void set_text201001_352(String_t* value) { ___text201001_352 = value; Il2CppCodeGenWriteBarrier((void**)(&___text201001_352), (void*)value); } inline static int32_t get_offset_of_text201002_353() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text201002_353)); } inline String_t* get_text201002_353() const { return ___text201002_353; } inline String_t** get_address_of_text201002_353() { return &___text201002_353; } inline void set_text201002_353(String_t* value) { ___text201002_353 = value; Il2CppCodeGenWriteBarrier((void**)(&___text201002_353), (void*)value); } inline static int32_t get_offset_of_text211000_354() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text211000_354)); } inline String_t* get_text211000_354() const { return ___text211000_354; } inline String_t** get_address_of_text211000_354() { return &___text211000_354; } inline void set_text211000_354(String_t* value) { ___text211000_354 = value; Il2CppCodeGenWriteBarrier((void**)(&___text211000_354), (void*)value); } inline static int32_t get_offset_of_text211001_355() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text211001_355)); } inline String_t* get_text211001_355() const { return ___text211001_355; } inline String_t** get_address_of_text211001_355() { return &___text211001_355; } inline void set_text211001_355(String_t* value) { ___text211001_355 = value; Il2CppCodeGenWriteBarrier((void**)(&___text211001_355), (void*)value); } inline static int32_t get_offset_of_text211002_356() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text211002_356)); } inline String_t* get_text211002_356() const { return ___text211002_356; } inline String_t** get_address_of_text211002_356() { return &___text211002_356; } inline void set_text211002_356(String_t* value) { ___text211002_356 = value; Il2CppCodeGenWriteBarrier((void**)(&___text211002_356), (void*)value); } inline static int32_t get_offset_of_text1234560_357() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text1234560_357)); } inline String_t* get_text1234560_357() const { return ___text1234560_357; } inline String_t** get_address_of_text1234560_357() { return &___text1234560_357; } inline void set_text1234560_357(String_t* value) { ___text1234560_357 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1234560_357), (void*)value); } inline static int32_t get_offset_of_text1234561_358() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text1234561_358)); } inline String_t* get_text1234561_358() const { return ___text1234561_358; } inline String_t** get_address_of_text1234561_358() { return &___text1234561_358; } inline void set_text1234561_358(String_t* value) { ___text1234561_358 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1234561_358), (void*)value); } inline static int32_t get_offset_of_text1234562_359() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text1234562_359)); } inline String_t* get_text1234562_359() const { return ___text1234562_359; } inline String_t** get_address_of_text1234562_359() { return &___text1234562_359; } inline void set_text1234562_359(String_t* value) { ___text1234562_359 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1234562_359), (void*)value); } inline static int32_t get_offset_of_text1234563_360() { return static_cast(offsetof(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249, ___text1234563_360)); } inline String_t* get_text1234563_360() const { return ___text1234563_360; } inline String_t** get_address_of_text1234563_360() { return &___text1234563_360; } inline void set_text1234563_360(String_t* value) { ___text1234563_360 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1234563_360), (void*)value); } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters struct RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::modulus BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___modulus_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::exponent BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___exponent_3; public: inline static int32_t get_offset_of_modulus_2() { return static_cast(offsetof(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801, ___modulus_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_modulus_2() const { return ___modulus_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_modulus_2() { return &___modulus_2; } inline void set_modulus_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___modulus_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___modulus_2), (void*)value); } inline static int32_t get_offset_of_exponent_3() { return static_cast(offsetof(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801, ___exponent_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_exponent_3() const { return ___exponent_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_exponent_3() { return &___exponent_3; } inline void set_exponent_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___exponent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___exponent_3), (void*)value); } }; struct RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::SmallPrimesProduct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___SmallPrimesProduct_1; public: inline static int32_t get_offset_of_SmallPrimesProduct_1() { return static_cast(offsetof(RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_StaticFields, ___SmallPrimesProduct_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_SmallPrimesProduct_1() const { return ___SmallPrimesProduct_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_SmallPrimesProduct_1() { return &___SmallPrimesProduct_1; } inline void set_SmallPrimesProduct_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___SmallPrimesProduct_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___SmallPrimesProduct_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure struct RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure::modulus BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___modulus_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure::publicExponent BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___publicExponent_3; public: inline static int32_t get_offset_of_modulus_2() { return static_cast(offsetof(RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37, ___modulus_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_modulus_2() const { return ___modulus_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_modulus_2() { return &___modulus_2; } inline void set_modulus_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___modulus_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___modulus_2), (void*)value); } inline static int32_t get_offset_of_publicExponent_3() { return static_cast(offsetof(RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37, ___publicExponent_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_publicExponent_3() const { return ___publicExponent_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_publicExponent_3() { return &___publicExponent_3; } inline void set_publicExponent_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___publicExponent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicExponent_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 : public Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::generator RuntimeObject* ___generator_5; public: inline static int32_t get_offset_of_generator_5() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28, ___generator_5)); } inline RuntimeObject* get_generator_5() const { return ___generator_5; } inline RuntimeObject** get_address_of_generator_5() { return &___generator_5; } inline void set_generator_5(RuntimeObject* value) { ___generator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___generator_5), (void*)value); } }; struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::counter int64_t ___counter_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::master SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___master_4; // System.Double BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::DoubleScale double ___DoubleScale_6; public: inline static int32_t get_offset_of_counter_3() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___counter_3)); } inline int64_t get_counter_3() const { return ___counter_3; } inline int64_t* get_address_of_counter_3() { return &___counter_3; } inline void set_counter_3(int64_t value) { ___counter_3 = value; } inline static int32_t get_offset_of_master_4() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___master_4)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_master_4() const { return ___master_4; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_master_4() { return &___master_4; } inline void set_master_4(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___master_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___master_4), (void*)value); } inline static int32_t get_offset_of_DoubleScale_6() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___DoubleScale_6)); } inline double get_DoubleScale_6() const { return ___DoubleScale_6; } inline double* get_address_of_DoubleScale_6() { return &___DoubleScale_6; } inline void set_DoubleScale_6(double value) { ___DoubleScale_6 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H1 uint32_t ___H1_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H2 uint32_t ___H2_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H3 uint32_t ___H3_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H4 uint32_t ___H4_8; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H5 uint32_t ___H5_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::X UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::xOff int32_t ___xOff_11; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H1_5)); } inline uint32_t get_H1_5() const { return ___H1_5; } inline uint32_t* get_address_of_H1_5() { return &___H1_5; } inline void set_H1_5(uint32_t value) { ___H1_5 = value; } inline static int32_t get_offset_of_H2_6() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H2_6)); } inline uint32_t get_H2_6() const { return ___H2_6; } inline uint32_t* get_address_of_H2_6() { return &___H2_6; } inline void set_H2_6(uint32_t value) { ___H2_6 = value; } inline static int32_t get_offset_of_H3_7() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H3_7)); } inline uint32_t get_H3_7() const { return ___H3_7; } inline uint32_t* get_address_of_H3_7() { return &___H3_7; } inline void set_H3_7(uint32_t value) { ___H3_7 = value; } inline static int32_t get_offset_of_H4_8() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H4_8)); } inline uint32_t get_H4_8() const { return ___H4_8; } inline uint32_t* get_address_of_H4_8() { return &___H4_8; } inline void set_H4_8(uint32_t value) { ___H4_8 = value; } inline static int32_t get_offset_of_H5_9() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H5_9)); } inline uint32_t get_H5_9() const { return ___H5_9; } inline uint32_t* get_address_of_H5_9() { return &___H5_9; } inline void set_H5_9(uint32_t value) { ___H5_9 = value; } inline static int32_t get_offset_of_X_10() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___X_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_X_10() const { return ___X_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_X_10() { return &___X_10; } inline void set_X_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___X_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_10), (void*)value); } inline static int32_t get_offset_of_xOff_11() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___xOff_11)); } inline int32_t get_xOff_11() const { return ___xOff_11; } inline int32_t* get_address_of_xOff_11() { return &___xOff_11; } inline void set_xOff_11(int32_t value) { ___xOff_11 = 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; } }; // UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_HighlightedSprite_0)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedSprite_0), (void*)value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_PressedSprite_1)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressedSprite_1), (void*)value); } inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_SelectedSprite_2)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_SelectedSprite_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value); } inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_DisabledSprite_3)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_pinvoke { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_com { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // 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.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes struct SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes::attributes RuntimeObject* ___attributes_2; public: inline static int32_t get_offset_of_attributes_2() { return static_cast(offsetof(SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959, ___attributes_2)); } inline RuntimeObject* get_attributes_2() const { return ___attributes_2; } inline RuntimeObject** get_address_of_attributes_2() { return &___attributes_2; } inline void set_attributes_2(RuntimeObject* value) { ___attributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier struct SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::keyIdentifier ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyIdentifier_2; public: inline static int32_t get_offset_of_keyIdentifier_2() { return static_cast(offsetof(SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62, ___keyIdentifier_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_keyIdentifier_2() const { return ___keyIdentifier_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_keyIdentifier_2() { return &___keyIdentifier_2; } inline void set_keyIdentifier_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___keyIdentifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyIdentifier_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::algID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::keyData DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___keyData_3; public: inline static int32_t get_offset_of_algID_2() { return static_cast(offsetof(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB, ___algID_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algID_2() const { return ___algID_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algID_2() { return &___algID_2; } inline void set_algID_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algID_2), (void*)value); } inline static int32_t get_offset_of_keyData_3() { return static_cast(offsetof(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB, ___keyData_3)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_keyData_3() const { return ___keyData_3; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_keyData_3() { return &___keyData_3; } inline void set_keyData_3(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___keyData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyData_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target struct Target_t4896FAB6B1821E26E8A2210204819086BB914727 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target::targetName GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___targetName_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target::targetGroup GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___targetGroup_3; public: inline static int32_t get_offset_of_targetName_2() { return static_cast(offsetof(Target_t4896FAB6B1821E26E8A2210204819086BB914727, ___targetName_2)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_targetName_2() const { return ___targetName_2; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_targetName_2() { return &___targetName_2; } inline void set_targetName_2(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___targetName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetName_2), (void*)value); } inline static int32_t get_offset_of_targetGroup_3() { return static_cast(offsetof(Target_t4896FAB6B1821E26E8A2210204819086BB914727, ___targetGroup_3)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_targetGroup_3() const { return ___targetGroup_3; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_targetGroup_3() { return &___targetGroup_3; } inline void set_targetGroup_3(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___targetGroup_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetGroup_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation struct TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation::targets Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___targets_2; public: inline static int32_t get_offset_of_targets_2() { return static_cast(offsetof(TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6, ___targets_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_targets_2() const { return ___targets_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_targets_2() { return &___targets_2; } inline void set_targets_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___targets_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___targets_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets struct Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets::targets Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___targets_2; public: inline static int32_t get_offset_of_targets_2() { return static_cast(offsetof(Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E, ___targets_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_targets_2() const { return ___targets_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_targets_2() { return &___targets_2; } inline void set_targets_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___targets_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___targets_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList struct TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::signature AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signature_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::issuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::thisUpdate Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___thisUpdate_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::nextUpdate Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___nextUpdate_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::revokedCertificates Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___revokedCertificates_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::crlExtensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___crlExtensions_9; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___seq_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_2() const { return ___seq_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___version_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_3() const { return ___version_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_3() { return &___version_3; } inline void set_version_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_3), (void*)value); } inline static int32_t get_offset_of_signature_4() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___signature_4)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_signature_4() const { return ___signature_4; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_signature_4() { return &___signature_4; } inline void set_signature_4(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___signature_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_4), (void*)value); } inline static int32_t get_offset_of_issuer_5() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___issuer_5)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_issuer_5() const { return ___issuer_5; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_issuer_5() { return &___issuer_5; } inline void set_issuer_5(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___issuer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_5), (void*)value); } inline static int32_t get_offset_of_thisUpdate_6() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___thisUpdate_6)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_thisUpdate_6() const { return ___thisUpdate_6; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_thisUpdate_6() { return &___thisUpdate_6; } inline void set_thisUpdate_6(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___thisUpdate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___thisUpdate_6), (void*)value); } inline static int32_t get_offset_of_nextUpdate_7() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___nextUpdate_7)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_nextUpdate_7() const { return ___nextUpdate_7; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_nextUpdate_7() { return &___nextUpdate_7; } inline void set_nextUpdate_7(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___nextUpdate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextUpdate_7), (void*)value); } inline static int32_t get_offset_of_revokedCertificates_8() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___revokedCertificates_8)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_revokedCertificates_8() const { return ___revokedCertificates_8; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_revokedCertificates_8() { return &___revokedCertificates_8; } inline void set_revokedCertificates_8(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___revokedCertificates_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___revokedCertificates_8), (void*)value); } inline static int32_t get_offset_of_crlExtensions_9() { return static_cast(offsetof(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0, ___crlExtensions_9)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_crlExtensions_9() const { return ___crlExtensions_9; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_crlExtensions_9() { return &___crlExtensions_9; } inline void set_crlExtensions_9(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___crlExtensions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlExtensions_9), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure struct TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::signature AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___signature_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::issuer X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___issuer_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::startDate Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___startDate_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::endDate Time_tD684B1785E755395701D46F89A97609911CD6DDE * ___endDate_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::subject X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___subject_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::subjectPublicKeyInfo SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___subjectPublicKeyInfo_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::issuerUniqueID DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___issuerUniqueID_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::subjectUniqueID DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___subjectUniqueID_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::extensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___extensions_13; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___seq_2)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_2() const { return ___seq_2; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___version_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_3() const { return ___version_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_3() { return &___version_3; } inline void set_version_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_3), (void*)value); } inline static int32_t get_offset_of_serialNumber_4() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___serialNumber_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serialNumber_4() const { return ___serialNumber_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serialNumber_4() { return &___serialNumber_4; } inline void set_serialNumber_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serialNumber_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_4), (void*)value); } inline static int32_t get_offset_of_signature_5() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___signature_5)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_signature_5() const { return ___signature_5; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_signature_5() { return &___signature_5; } inline void set_signature_5(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___signature_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_5), (void*)value); } inline static int32_t get_offset_of_issuer_6() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___issuer_6)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_issuer_6() const { return ___issuer_6; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_issuer_6() { return &___issuer_6; } inline void set_issuer_6(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___issuer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_6), (void*)value); } inline static int32_t get_offset_of_startDate_7() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___startDate_7)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_startDate_7() const { return ___startDate_7; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_startDate_7() { return &___startDate_7; } inline void set_startDate_7(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___startDate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___startDate_7), (void*)value); } inline static int32_t get_offset_of_endDate_8() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___endDate_8)); } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE * get_endDate_8() const { return ___endDate_8; } inline Time_tD684B1785E755395701D46F89A97609911CD6DDE ** get_address_of_endDate_8() { return &___endDate_8; } inline void set_endDate_8(Time_tD684B1785E755395701D46F89A97609911CD6DDE * value) { ___endDate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___endDate_8), (void*)value); } inline static int32_t get_offset_of_subject_9() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___subject_9)); } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * get_subject_9() const { return ___subject_9; } inline X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 ** get_address_of_subject_9() { return &___subject_9; } inline void set_subject_9(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * value) { ___subject_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_9), (void*)value); } inline static int32_t get_offset_of_subjectPublicKeyInfo_10() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___subjectPublicKeyInfo_10)); } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * get_subjectPublicKeyInfo_10() const { return ___subjectPublicKeyInfo_10; } inline SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB ** get_address_of_subjectPublicKeyInfo_10() { return &___subjectPublicKeyInfo_10; } inline void set_subjectPublicKeyInfo_10(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * value) { ___subjectPublicKeyInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectPublicKeyInfo_10), (void*)value); } inline static int32_t get_offset_of_issuerUniqueID_11() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___issuerUniqueID_11)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_issuerUniqueID_11() const { return ___issuerUniqueID_11; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_issuerUniqueID_11() { return &___issuerUniqueID_11; } inline void set_issuerUniqueID_11(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___issuerUniqueID_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerUniqueID_11), (void*)value); } inline static int32_t get_offset_of_subjectUniqueID_12() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___subjectUniqueID_12)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_subjectUniqueID_12() const { return ___subjectUniqueID_12; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_subjectUniqueID_12() { return &___subjectUniqueID_12; } inline void set_subjectUniqueID_12(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___subjectUniqueID_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectUniqueID_12), (void*)value); } inline static int32_t get_offset_of_extensions_13() { return static_cast(offsetof(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3, ___extensions_13)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_extensions_13() const { return ___extensions_13; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_extensions_13() { return &___extensions_13; } inline void set_extensions_13(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___extensions_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_13), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest struct TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::requestorName GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___requestorName_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::requestList Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___requestList_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::requestExtensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___requestExtensions_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::versionSet bool ___versionSet_7; public: inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C, ___version_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_3() const { return ___version_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_3() { return &___version_3; } inline void set_version_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_3), (void*)value); } inline static int32_t get_offset_of_requestorName_4() { return static_cast(offsetof(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C, ___requestorName_4)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_requestorName_4() const { return ___requestorName_4; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_requestorName_4() { return &___requestorName_4; } inline void set_requestorName_4(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___requestorName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestorName_4), (void*)value); } inline static int32_t get_offset_of_requestList_5() { return static_cast(offsetof(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C, ___requestList_5)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_requestList_5() const { return ___requestList_5; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_requestList_5() { return &___requestList_5; } inline void set_requestList_5(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___requestList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestList_5), (void*)value); } inline static int32_t get_offset_of_requestExtensions_6() { return static_cast(offsetof(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C, ___requestExtensions_6)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_requestExtensions_6() const { return ___requestExtensions_6; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_requestExtensions_6() { return &___requestExtensions_6; } inline void set_requestExtensions_6(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___requestExtensions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestExtensions_6), (void*)value); } inline static int32_t get_offset_of_versionSet_7() { return static_cast(offsetof(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C, ___versionSet_7)); } inline bool get_versionSet_7() const { return ___versionSet_7; } inline bool* get_address_of_versionSet_7() { return &___versionSet_7; } inline void set_versionSet_7(bool value) { ___versionSet_7 = value; } }; struct TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::V1 DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___V1_2; public: inline static int32_t get_offset_of_V1_2() { return static_cast(offsetof(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_StaticFields, ___V1_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_V1_2() const { return ___V1_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_V1_2() { return &___V1_2; } inline void set_V1_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___V1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___V1_2), (void*)value); } }; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.Threading.InternalThread System.Threading.Thread::internal_thread InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___internal_thread_6; // System.Object System.Threading.Thread::m_ThreadStartArg RuntimeObject * ___m_ThreadStartArg_7; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_8; // System.Security.Principal.IPrincipal System.Threading.Thread::principal RuntimeObject* ___principal_9; // System.Int32 System.Threading.Thread::principal_version int32_t ___principal_version_10; // System.MulticastDelegate System.Threading.Thread::m_Delegate MulticastDelegate_t * ___m_Delegate_12; // System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ExecutionContext_13; // System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope bool ___m_ExecutionContextBelongsToOuterScope_14; public: inline static int32_t get_offset_of_internal_thread_6() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___internal_thread_6)); } inline InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * get_internal_thread_6() const { return ___internal_thread_6; } inline InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB ** get_address_of_internal_thread_6() { return &___internal_thread_6; } inline void set_internal_thread_6(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * value) { ___internal_thread_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___internal_thread_6), (void*)value); } inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ThreadStartArg_7)); } inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; } inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; } inline void set_m_ThreadStartArg_7(RuntimeObject * value) { ___m_ThreadStartArg_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ThreadStartArg_7), (void*)value); } inline static int32_t get_offset_of_pending_exception_8() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___pending_exception_8)); } inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; } inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; } inline void set_pending_exception_8(RuntimeObject * value) { ___pending_exception_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___pending_exception_8), (void*)value); } inline static int32_t get_offset_of_principal_9() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___principal_9)); } inline RuntimeObject* get_principal_9() const { return ___principal_9; } inline RuntimeObject** get_address_of_principal_9() { return &___principal_9; } inline void set_principal_9(RuntimeObject* value) { ___principal_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___principal_9), (void*)value); } inline static int32_t get_offset_of_principal_version_10() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___principal_version_10)); } inline int32_t get_principal_version_10() const { return ___principal_version_10; } inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; } inline void set_principal_version_10(int32_t value) { ___principal_version_10 = value; } inline static int32_t get_offset_of_m_Delegate_12() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_Delegate_12)); } inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; } inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; } inline void set_m_Delegate_12(MulticastDelegate_t * value) { ___m_Delegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Delegate_12), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ExecutionContext_13)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; } inline void set_m_ExecutionContext_13(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_ExecutionContext_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutionContext_13), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ExecutionContextBelongsToOuterScope_14)); } inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; } inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; } inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value) { ___m_ExecutionContextBelongsToOuterScope_14 = value; } }; struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields { public: // System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ___s_LocalDataStoreMgr_0; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentCulture AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * ___s_asyncLocalCurrentCulture_4; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentUICulture AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * ___s_asyncLocalCurrentUICulture_5; public: inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_LocalDataStoreMgr_0)); } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; } inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * value) { ___s_LocalDataStoreMgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStoreMgr_0), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_asyncLocalCurrentCulture_4)); } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; } inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * value) { ___s_asyncLocalCurrentCulture_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentCulture_4), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_asyncLocalCurrentUICulture_5)); } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; } inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * value) { ___s_asyncLocalCurrentUICulture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value); } }; struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields { public: // System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ___s_LocalDataStore_1; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_CurrentCulture_2; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_CurrentUICulture_3; // System.Threading.Thread System.Threading.Thread::current_thread Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___current_thread_11; public: inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___s_LocalDataStore_1)); } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; } inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * value) { ___s_LocalDataStore_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStore_1), (void*)value); } inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___m_CurrentCulture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; } inline void set_m_CurrentCulture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_CurrentCulture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentCulture_2), (void*)value); } inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___m_CurrentUICulture_3)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; } inline void set_m_CurrentUICulture_3(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_CurrentUICulture_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentUICulture_3), (void*)value); } inline static int32_t get_offset_of_current_thread_11() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___current_thread_11)); } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * get_current_thread_11() const { return ___current_thread_11; } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 ** get_address_of_current_thread_11() { return &___current_thread_11; } inline void set_current_thread_11(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * value) { ___current_thread_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time struct Time_tD684B1785E755395701D46F89A97609911CD6DDE : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time::time Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ___time_2; public: inline static int32_t get_offset_of_time_2() { return static_cast(offsetof(Time_tD684B1785E755395701D46F89A97609911CD6DDE, ___time_2)); } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * get_time_2() const { return ___time_2; } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC ** get_address_of_time_2() { return &___time_2; } inline void set_time_2(Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * value) { ___time_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___time_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange struct TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076 : public AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange::mTlsSigner RuntimeObject* ___mTlsSigner_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpGroupVerifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange::mGroupVerifier RuntimeObject* ___mGroupVerifier_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange::mIdentity ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mIdentity_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange::mPassword ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mPassword_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange::mServerPublicKey AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___mServerPublicKey_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange::mSrpGroup Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___mSrpGroup_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange::mSrpClient Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C * ___mSrpClient_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange::mSrpServer Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 * ___mSrpServer_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange::mSrpPeerCredentials BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___mSrpPeerCredentials_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange::mSrpVerifier BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___mSrpVerifier_12; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange::mSrpSalt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mSrpSalt_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSignerCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange::mServerCredentials RuntimeObject* ___mServerCredentials_14; public: inline static int32_t get_offset_of_mTlsSigner_3() { return static_cast(offsetof(TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076, ___mTlsSigner_3)); } inline RuntimeObject* get_mTlsSigner_3() const { return ___mTlsSigner_3; } inline RuntimeObject** get_address_of_mTlsSigner_3() { return &___mTlsSigner_3; } inline void set_mTlsSigner_3(RuntimeObject* value) { ___mTlsSigner_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mTlsSigner_3), (void*)value); } inline static int32_t get_offset_of_mGroupVerifier_4() { return static_cast(offsetof(TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076, ___mGroupVerifier_4)); } inline RuntimeObject* get_mGroupVerifier_4() const { return ___mGroupVerifier_4; } inline RuntimeObject** get_address_of_mGroupVerifier_4() { return &___mGroupVerifier_4; } inline void set_mGroupVerifier_4(RuntimeObject* value) { ___mGroupVerifier_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mGroupVerifier_4), (void*)value); } inline static int32_t get_offset_of_mIdentity_5() { return static_cast(offsetof(TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076, ___mIdentity_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mIdentity_5() const { return ___mIdentity_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mIdentity_5() { return &___mIdentity_5; } inline void set_mIdentity_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mIdentity_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mIdentity_5), (void*)value); } inline static int32_t get_offset_of_mPassword_6() { return static_cast(offsetof(TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076, ___mPassword_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mPassword_6() const { return ___mPassword_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mPassword_6() { return &___mPassword_6; } inline void set_mPassword_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mPassword_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPassword_6), (void*)value); } inline static int32_t get_offset_of_mServerPublicKey_7() { return static_cast(offsetof(TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076, ___mServerPublicKey_7)); } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * get_mServerPublicKey_7() const { return ___mServerPublicKey_7; } inline AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A ** get_address_of_mServerPublicKey_7() { return &___mServerPublicKey_7; } inline void set_mServerPublicKey_7(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * value) { ___mServerPublicKey_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerPublicKey_7), (void*)value); } inline static int32_t get_offset_of_mSrpGroup_8() { return static_cast(offsetof(TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076, ___mSrpGroup_8)); } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * get_mSrpGroup_8() const { return ___mSrpGroup_8; } inline Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 ** get_address_of_mSrpGroup_8() { return &___mSrpGroup_8; } inline void set_mSrpGroup_8(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * value) { ___mSrpGroup_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSrpGroup_8), (void*)value); } inline static int32_t get_offset_of_mSrpClient_9() { return static_cast(offsetof(TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076, ___mSrpClient_9)); } inline Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C * get_mSrpClient_9() const { return ___mSrpClient_9; } inline Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C ** get_address_of_mSrpClient_9() { return &___mSrpClient_9; } inline void set_mSrpClient_9(Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C * value) { ___mSrpClient_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSrpClient_9), (void*)value); } inline static int32_t get_offset_of_mSrpServer_10() { return static_cast(offsetof(TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076, ___mSrpServer_10)); } inline Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 * get_mSrpServer_10() const { return ___mSrpServer_10; } inline Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 ** get_address_of_mSrpServer_10() { return &___mSrpServer_10; } inline void set_mSrpServer_10(Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 * value) { ___mSrpServer_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSrpServer_10), (void*)value); } inline static int32_t get_offset_of_mSrpPeerCredentials_11() { return static_cast(offsetof(TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076, ___mSrpPeerCredentials_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_mSrpPeerCredentials_11() const { return ___mSrpPeerCredentials_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_mSrpPeerCredentials_11() { return &___mSrpPeerCredentials_11; } inline void set_mSrpPeerCredentials_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___mSrpPeerCredentials_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSrpPeerCredentials_11), (void*)value); } inline static int32_t get_offset_of_mSrpVerifier_12() { return static_cast(offsetof(TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076, ___mSrpVerifier_12)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_mSrpVerifier_12() const { return ___mSrpVerifier_12; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_mSrpVerifier_12() { return &___mSrpVerifier_12; } inline void set_mSrpVerifier_12(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___mSrpVerifier_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSrpVerifier_12), (void*)value); } inline static int32_t get_offset_of_mSrpSalt_13() { return static_cast(offsetof(TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076, ___mSrpSalt_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mSrpSalt_13() const { return ___mSrpSalt_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mSrpSalt_13() { return &___mSrpSalt_13; } inline void set_mSrpSalt_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mSrpSalt_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSrpSalt_13), (void*)value); } inline static int32_t get_offset_of_mServerCredentials_14() { return static_cast(offsetof(TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076, ___mServerCredentials_14)); } inline RuntimeObject* get_mServerCredentials_14() const { return ___mServerCredentials_14; } inline RuntimeObject** get_address_of_mServerCredentials_14() { return &___mServerCredentials_14; } inline void set_mServerCredentials_14(RuntimeObject* value) { ___mServerCredentials_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerCredentials_14), (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.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 : public UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB { public: // System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4, ___m_InvokeArray_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)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: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters struct X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; struct X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters::KeySize int32_t ___KeySize_1; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters struct X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; struct X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B_StaticFields { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters::KeySize int32_t ___KeySize_1; public: inline static int32_t get_offset_of_KeySize_1() { return static_cast(offsetof(X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B_StaticFields, ___KeySize_1)); } inline int32_t get_KeySize_1() const { return ___KeySize_1; } inline int32_t* get_address_of_KeySize_1() { return &___KeySize_1; } inline void set_KeySize_1(int32_t value) { ___KeySize_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::extensions RuntimeObject* ___extensions_34; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ordering RuntimeObject* ___ordering_35; public: inline static int32_t get_offset_of_extensions_34() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F, ___extensions_34)); } inline RuntimeObject* get_extensions_34() const { return ___extensions_34; } inline RuntimeObject** get_address_of_extensions_34() { return &___extensions_34; } inline void set_extensions_34(RuntimeObject* value) { ___extensions_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_34), (void*)value); } inline static int32_t get_offset_of_ordering_35() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F, ___ordering_35)); } inline RuntimeObject* get_ordering_35() const { return ___ordering_35; } inline RuntimeObject** get_address_of_ordering_35() { return &___ordering_35; } inline void set_ordering_35(RuntimeObject* value) { ___ordering_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_35), (void*)value); } }; struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectDirectoryAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectDirectoryAttributes_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectKeyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectKeyIdentifier_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::KeyUsage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyUsage_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PrivateKeyUsagePeriod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrivateKeyUsagePeriod_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectAlternativeName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectAlternativeName_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::IssuerAlternativeName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IssuerAlternativeName_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::BasicConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BasicConstraints_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CrlNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlNumber_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ReasonCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ReasonCode_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InstructionCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InstructionCode_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InvalidityDate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InvalidityDate_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::DeltaCrlIndicator DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DeltaCrlIndicator_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::IssuingDistributionPoint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IssuingDistributionPoint_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CertificateIssuer DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificateIssuer_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::NameConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameConstraints_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CrlDistributionPoints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlDistributionPoints_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CertificatePolicies DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificatePolicies_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PolicyMappings DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PolicyMappings_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuthorityKeyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthorityKeyIdentifier_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PolicyConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PolicyConstraints_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ExtendedKeyUsage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ExtendedKeyUsage_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::FreshestCrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___FreshestCrl_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InhibitAnyPolicy DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InhibitAnyPolicy_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuthorityInfoAccess DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthorityInfoAccess_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectInfoAccess DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectInfoAccess_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::LogoType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___LogoType_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::BiometricInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BiometricInfo_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::QCStatements DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___QCStatements_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuditIdentity DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuditIdentity_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::NoRevAvail DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NoRevAvail_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::TargetInformation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TargetInformation_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ExpiredCertsOnCrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ExpiredCertsOnCrl_33; public: inline static int32_t get_offset_of_SubjectDirectoryAttributes_2() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectDirectoryAttributes_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectDirectoryAttributes_2() const { return ___SubjectDirectoryAttributes_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectDirectoryAttributes_2() { return &___SubjectDirectoryAttributes_2; } inline void set_SubjectDirectoryAttributes_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectDirectoryAttributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectDirectoryAttributes_2), (void*)value); } inline static int32_t get_offset_of_SubjectKeyIdentifier_3() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectKeyIdentifier_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectKeyIdentifier_3() const { return ___SubjectKeyIdentifier_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectKeyIdentifier_3() { return &___SubjectKeyIdentifier_3; } inline void set_SubjectKeyIdentifier_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectKeyIdentifier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectKeyIdentifier_3), (void*)value); } inline static int32_t get_offset_of_KeyUsage_4() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___KeyUsage_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyUsage_4() const { return ___KeyUsage_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyUsage_4() { return &___KeyUsage_4; } inline void set_KeyUsage_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyUsage_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyUsage_4), (void*)value); } inline static int32_t get_offset_of_PrivateKeyUsagePeriod_5() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PrivateKeyUsagePeriod_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrivateKeyUsagePeriod_5() const { return ___PrivateKeyUsagePeriod_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrivateKeyUsagePeriod_5() { return &___PrivateKeyUsagePeriod_5; } inline void set_PrivateKeyUsagePeriod_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrivateKeyUsagePeriod_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrivateKeyUsagePeriod_5), (void*)value); } inline static int32_t get_offset_of_SubjectAlternativeName_6() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectAlternativeName_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectAlternativeName_6() const { return ___SubjectAlternativeName_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectAlternativeName_6() { return &___SubjectAlternativeName_6; } inline void set_SubjectAlternativeName_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectAlternativeName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectAlternativeName_6), (void*)value); } inline static int32_t get_offset_of_IssuerAlternativeName_7() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___IssuerAlternativeName_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IssuerAlternativeName_7() const { return ___IssuerAlternativeName_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IssuerAlternativeName_7() { return &___IssuerAlternativeName_7; } inline void set_IssuerAlternativeName_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IssuerAlternativeName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IssuerAlternativeName_7), (void*)value); } inline static int32_t get_offset_of_BasicConstraints_8() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___BasicConstraints_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BasicConstraints_8() const { return ___BasicConstraints_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BasicConstraints_8() { return &___BasicConstraints_8; } inline void set_BasicConstraints_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BasicConstraints_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___BasicConstraints_8), (void*)value); } inline static int32_t get_offset_of_CrlNumber_9() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CrlNumber_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlNumber_9() const { return ___CrlNumber_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlNumber_9() { return &___CrlNumber_9; } inline void set_CrlNumber_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlNumber_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlNumber_9), (void*)value); } inline static int32_t get_offset_of_ReasonCode_10() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ReasonCode_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ReasonCode_10() const { return ___ReasonCode_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ReasonCode_10() { return &___ReasonCode_10; } inline void set_ReasonCode_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ReasonCode_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReasonCode_10), (void*)value); } inline static int32_t get_offset_of_InstructionCode_11() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InstructionCode_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InstructionCode_11() const { return ___InstructionCode_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InstructionCode_11() { return &___InstructionCode_11; } inline void set_InstructionCode_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InstructionCode_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___InstructionCode_11), (void*)value); } inline static int32_t get_offset_of_InvalidityDate_12() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InvalidityDate_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InvalidityDate_12() const { return ___InvalidityDate_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InvalidityDate_12() { return &___InvalidityDate_12; } inline void set_InvalidityDate_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InvalidityDate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidityDate_12), (void*)value); } inline static int32_t get_offset_of_DeltaCrlIndicator_13() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___DeltaCrlIndicator_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DeltaCrlIndicator_13() const { return ___DeltaCrlIndicator_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DeltaCrlIndicator_13() { return &___DeltaCrlIndicator_13; } inline void set_DeltaCrlIndicator_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DeltaCrlIndicator_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___DeltaCrlIndicator_13), (void*)value); } inline static int32_t get_offset_of_IssuingDistributionPoint_14() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___IssuingDistributionPoint_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IssuingDistributionPoint_14() const { return ___IssuingDistributionPoint_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IssuingDistributionPoint_14() { return &___IssuingDistributionPoint_14; } inline void set_IssuingDistributionPoint_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IssuingDistributionPoint_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IssuingDistributionPoint_14), (void*)value); } inline static int32_t get_offset_of_CertificateIssuer_15() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CertificateIssuer_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificateIssuer_15() const { return ___CertificateIssuer_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificateIssuer_15() { return &___CertificateIssuer_15; } inline void set_CertificateIssuer_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificateIssuer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificateIssuer_15), (void*)value); } inline static int32_t get_offset_of_NameConstraints_16() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___NameConstraints_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameConstraints_16() const { return ___NameConstraints_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameConstraints_16() { return &___NameConstraints_16; } inline void set_NameConstraints_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameConstraints_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameConstraints_16), (void*)value); } inline static int32_t get_offset_of_CrlDistributionPoints_17() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CrlDistributionPoints_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlDistributionPoints_17() const { return ___CrlDistributionPoints_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlDistributionPoints_17() { return &___CrlDistributionPoints_17; } inline void set_CrlDistributionPoints_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlDistributionPoints_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlDistributionPoints_17), (void*)value); } inline static int32_t get_offset_of_CertificatePolicies_18() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CertificatePolicies_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificatePolicies_18() const { return ___CertificatePolicies_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificatePolicies_18() { return &___CertificatePolicies_18; } inline void set_CertificatePolicies_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificatePolicies_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificatePolicies_18), (void*)value); } inline static int32_t get_offset_of_PolicyMappings_19() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PolicyMappings_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PolicyMappings_19() const { return ___PolicyMappings_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PolicyMappings_19() { return &___PolicyMappings_19; } inline void set_PolicyMappings_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PolicyMappings_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___PolicyMappings_19), (void*)value); } inline static int32_t get_offset_of_AuthorityKeyIdentifier_20() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuthorityKeyIdentifier_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthorityKeyIdentifier_20() const { return ___AuthorityKeyIdentifier_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthorityKeyIdentifier_20() { return &___AuthorityKeyIdentifier_20; } inline void set_AuthorityKeyIdentifier_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthorityKeyIdentifier_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthorityKeyIdentifier_20), (void*)value); } inline static int32_t get_offset_of_PolicyConstraints_21() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PolicyConstraints_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PolicyConstraints_21() const { return ___PolicyConstraints_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PolicyConstraints_21() { return &___PolicyConstraints_21; } inline void set_PolicyConstraints_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PolicyConstraints_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PolicyConstraints_21), (void*)value); } inline static int32_t get_offset_of_ExtendedKeyUsage_22() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ExtendedKeyUsage_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ExtendedKeyUsage_22() const { return ___ExtendedKeyUsage_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ExtendedKeyUsage_22() { return &___ExtendedKeyUsage_22; } inline void set_ExtendedKeyUsage_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ExtendedKeyUsage_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExtendedKeyUsage_22), (void*)value); } inline static int32_t get_offset_of_FreshestCrl_23() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___FreshestCrl_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_FreshestCrl_23() const { return ___FreshestCrl_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_FreshestCrl_23() { return &___FreshestCrl_23; } inline void set_FreshestCrl_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___FreshestCrl_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreshestCrl_23), (void*)value); } inline static int32_t get_offset_of_InhibitAnyPolicy_24() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InhibitAnyPolicy_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InhibitAnyPolicy_24() const { return ___InhibitAnyPolicy_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InhibitAnyPolicy_24() { return &___InhibitAnyPolicy_24; } inline void set_InhibitAnyPolicy_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InhibitAnyPolicy_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___InhibitAnyPolicy_24), (void*)value); } inline static int32_t get_offset_of_AuthorityInfoAccess_25() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuthorityInfoAccess_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthorityInfoAccess_25() const { return ___AuthorityInfoAccess_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthorityInfoAccess_25() { return &___AuthorityInfoAccess_25; } inline void set_AuthorityInfoAccess_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthorityInfoAccess_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthorityInfoAccess_25), (void*)value); } inline static int32_t get_offset_of_SubjectInfoAccess_26() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectInfoAccess_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectInfoAccess_26() const { return ___SubjectInfoAccess_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectInfoAccess_26() { return &___SubjectInfoAccess_26; } inline void set_SubjectInfoAccess_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectInfoAccess_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectInfoAccess_26), (void*)value); } inline static int32_t get_offset_of_LogoType_27() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___LogoType_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_LogoType_27() const { return ___LogoType_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_LogoType_27() { return &___LogoType_27; } inline void set_LogoType_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___LogoType_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___LogoType_27), (void*)value); } inline static int32_t get_offset_of_BiometricInfo_28() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___BiometricInfo_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BiometricInfo_28() const { return ___BiometricInfo_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BiometricInfo_28() { return &___BiometricInfo_28; } inline void set_BiometricInfo_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BiometricInfo_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___BiometricInfo_28), (void*)value); } inline static int32_t get_offset_of_QCStatements_29() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___QCStatements_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_QCStatements_29() const { return ___QCStatements_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_QCStatements_29() { return &___QCStatements_29; } inline void set_QCStatements_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___QCStatements_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___QCStatements_29), (void*)value); } inline static int32_t get_offset_of_AuditIdentity_30() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuditIdentity_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuditIdentity_30() const { return ___AuditIdentity_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuditIdentity_30() { return &___AuditIdentity_30; } inline void set_AuditIdentity_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuditIdentity_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuditIdentity_30), (void*)value); } inline static int32_t get_offset_of_NoRevAvail_31() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___NoRevAvail_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NoRevAvail_31() const { return ___NoRevAvail_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NoRevAvail_31() { return &___NoRevAvail_31; } inline void set_NoRevAvail_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NoRevAvail_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___NoRevAvail_31), (void*)value); } inline static int32_t get_offset_of_TargetInformation_32() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___TargetInformation_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TargetInformation_32() const { return ___TargetInformation_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TargetInformation_32() { return &___TargetInformation_32; } inline void set_TargetInformation_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TargetInformation_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___TargetInformation_32), (void*)value); } inline static int32_t get_offset_of_ExpiredCertsOnCrl_33() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ExpiredCertsOnCrl_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ExpiredCertsOnCrl_33() const { return ___ExpiredCertsOnCrl_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ExpiredCertsOnCrl_33() { return &___ExpiredCertsOnCrl_33; } inline void set_ExpiredCertsOnCrl_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ExpiredCertsOnCrl_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpiredCertsOnCrl_33), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ordering RuntimeObject* ___ordering_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::converter X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * ___converter_43; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::values RuntimeObject* ___values_44; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::added RuntimeObject* ___added_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_46; public: inline static int32_t get_offset_of_ordering_42() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___ordering_42)); } inline RuntimeObject* get_ordering_42() const { return ___ordering_42; } inline RuntimeObject** get_address_of_ordering_42() { return &___ordering_42; } inline void set_ordering_42(RuntimeObject* value) { ___ordering_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_42), (void*)value); } inline static int32_t get_offset_of_converter_43() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___converter_43)); } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * get_converter_43() const { return ___converter_43; } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 ** get_address_of_converter_43() { return &___converter_43; } inline void set_converter_43(X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * value) { ___converter_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_43), (void*)value); } inline static int32_t get_offset_of_values_44() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___values_44)); } inline RuntimeObject* get_values_44() const { return ___values_44; } inline RuntimeObject** get_address_of_values_44() { return &___values_44; } inline void set_values_44(RuntimeObject* value) { ___values_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_44), (void*)value); } inline static int32_t get_offset_of_added_45() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___added_45)); } inline RuntimeObject* get_added_45() const { return ___added_45; } inline RuntimeObject** get_address_of_added_45() { return &___added_45; } inline void set_added_45(RuntimeObject* value) { ___added_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___added_45), (void*)value); } inline static int32_t get_offset_of_seq_46() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___seq_46)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_46() const { return ___seq_46; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_46() { return &___seq_46; } inline void set_seq_46(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_46), (void*)value); } }; struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::C DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::O DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___O_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OU DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OU_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::T DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___T_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CN DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CN_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Street DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Street_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::SerialNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SerialNumber_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::L DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___L_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ST DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ST_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Surname DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Surname_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GivenName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GivenName_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Initials DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Initials_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Generation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Generation_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UniqueIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UniqueIdentifier_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::BusinessCategory DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BusinessCategory_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalCode_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DnQualifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DnQualifier_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Pseudonym DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pseudonym_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DateOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DateOfBirth_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PlaceOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PlaceOfBirth_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Gender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Gender_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfCitizenship DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfCitizenship_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfResidence DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfResidence_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::NameAtBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameAtBirth_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalAddress_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DmdName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DmdName_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::TelephoneNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TelephoneNumber_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OrganizationIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OrganizationIdentifier_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Name DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Name_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::EmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EmailAddress_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredName_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredAddress_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::E DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___E_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DC_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UID_36; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::defaultReverse BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___defaultReverse_37; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultSymbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultSymbols_38; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC2253Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC2253Symbols_39; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC1779Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC1779Symbols_40; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultLookup Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultLookup_41; public: inline static int32_t get_offset_of_C_2() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___C_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C_2() const { return ___C_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C_2() { return &___C_2; } inline void set_C_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_2), (void*)value); } inline static int32_t get_offset_of_O_3() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___O_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_O_3() const { return ___O_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_O_3() { return &___O_3; } inline void set_O_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___O_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___O_3), (void*)value); } inline static int32_t get_offset_of_OU_4() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OU_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OU_4() const { return ___OU_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OU_4() { return &___OU_4; } inline void set_OU_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OU_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OU_4), (void*)value); } inline static int32_t get_offset_of_T_5() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___T_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_T_5() const { return ___T_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_T_5() { return &___T_5; } inline void set_T_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___T_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___T_5), (void*)value); } inline static int32_t get_offset_of_CN_6() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CN_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CN_6() const { return ___CN_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CN_6() { return &___CN_6; } inline void set_CN_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CN_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___CN_6), (void*)value); } inline static int32_t get_offset_of_Street_7() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Street_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Street_7() const { return ___Street_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Street_7() { return &___Street_7; } inline void set_Street_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Street_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Street_7), (void*)value); } inline static int32_t get_offset_of_SerialNumber_8() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___SerialNumber_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SerialNumber_8() const { return ___SerialNumber_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SerialNumber_8() { return &___SerialNumber_8; } inline void set_SerialNumber_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SerialNumber_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SerialNumber_8), (void*)value); } inline static int32_t get_offset_of_L_9() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___L_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_L_9() const { return ___L_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_L_9() { return &___L_9; } inline void set_L_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___L_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_9), (void*)value); } inline static int32_t get_offset_of_ST_10() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___ST_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ST_10() const { return ___ST_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ST_10() { return &___ST_10; } inline void set_ST_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ST_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ST_10), (void*)value); } inline static int32_t get_offset_of_Surname_11() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Surname_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Surname_11() const { return ___Surname_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Surname_11() { return &___Surname_11; } inline void set_Surname_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Surname_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Surname_11), (void*)value); } inline static int32_t get_offset_of_GivenName_12() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___GivenName_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GivenName_12() const { return ___GivenName_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GivenName_12() { return &___GivenName_12; } inline void set_GivenName_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GivenName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GivenName_12), (void*)value); } inline static int32_t get_offset_of_Initials_13() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Initials_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Initials_13() const { return ___Initials_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Initials_13() { return &___Initials_13; } inline void set_Initials_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Initials_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Initials_13), (void*)value); } inline static int32_t get_offset_of_Generation_14() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Generation_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Generation_14() const { return ___Generation_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Generation_14() { return &___Generation_14; } inline void set_Generation_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Generation_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Generation_14), (void*)value); } inline static int32_t get_offset_of_UniqueIdentifier_15() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UniqueIdentifier_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UniqueIdentifier_15() const { return ___UniqueIdentifier_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UniqueIdentifier_15() { return &___UniqueIdentifier_15; } inline void set_UniqueIdentifier_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UniqueIdentifier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___UniqueIdentifier_15), (void*)value); } inline static int32_t get_offset_of_BusinessCategory_16() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___BusinessCategory_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BusinessCategory_16() const { return ___BusinessCategory_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BusinessCategory_16() { return &___BusinessCategory_16; } inline void set_BusinessCategory_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BusinessCategory_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___BusinessCategory_16), (void*)value); } inline static int32_t get_offset_of_PostalCode_17() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalCode_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalCode_17() const { return ___PostalCode_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalCode_17() { return &___PostalCode_17; } inline void set_PostalCode_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalCode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalCode_17), (void*)value); } inline static int32_t get_offset_of_DnQualifier_18() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DnQualifier_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DnQualifier_18() const { return ___DnQualifier_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DnQualifier_18() { return &___DnQualifier_18; } inline void set_DnQualifier_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DnQualifier_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___DnQualifier_18), (void*)value); } inline static int32_t get_offset_of_Pseudonym_19() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Pseudonym_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pseudonym_19() const { return ___Pseudonym_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pseudonym_19() { return &___Pseudonym_19; } inline void set_Pseudonym_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pseudonym_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pseudonym_19), (void*)value); } inline static int32_t get_offset_of_DateOfBirth_20() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DateOfBirth_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DateOfBirth_20() const { return ___DateOfBirth_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DateOfBirth_20() { return &___DateOfBirth_20; } inline void set_DateOfBirth_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DateOfBirth_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateOfBirth_20), (void*)value); } inline static int32_t get_offset_of_PlaceOfBirth_21() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PlaceOfBirth_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PlaceOfBirth_21() const { return ___PlaceOfBirth_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PlaceOfBirth_21() { return &___PlaceOfBirth_21; } inline void set_PlaceOfBirth_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PlaceOfBirth_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PlaceOfBirth_21), (void*)value); } inline static int32_t get_offset_of_Gender_22() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Gender_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Gender_22() const { return ___Gender_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Gender_22() { return &___Gender_22; } inline void set_Gender_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Gender_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___Gender_22), (void*)value); } inline static int32_t get_offset_of_CountryOfCitizenship_23() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfCitizenship_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfCitizenship_23() const { return ___CountryOfCitizenship_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfCitizenship_23() { return &___CountryOfCitizenship_23; } inline void set_CountryOfCitizenship_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfCitizenship_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfCitizenship_23), (void*)value); } inline static int32_t get_offset_of_CountryOfResidence_24() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfResidence_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfResidence_24() const { return ___CountryOfResidence_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfResidence_24() { return &___CountryOfResidence_24; } inline void set_CountryOfResidence_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfResidence_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfResidence_24), (void*)value); } inline static int32_t get_offset_of_NameAtBirth_25() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___NameAtBirth_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameAtBirth_25() const { return ___NameAtBirth_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameAtBirth_25() { return &___NameAtBirth_25; } inline void set_NameAtBirth_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameAtBirth_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameAtBirth_25), (void*)value); } inline static int32_t get_offset_of_PostalAddress_26() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalAddress_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalAddress_26() const { return ___PostalAddress_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalAddress_26() { return &___PostalAddress_26; } inline void set_PostalAddress_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalAddress_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalAddress_26), (void*)value); } inline static int32_t get_offset_of_DmdName_27() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DmdName_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DmdName_27() const { return ___DmdName_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DmdName_27() { return &___DmdName_27; } inline void set_DmdName_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DmdName_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___DmdName_27), (void*)value); } inline static int32_t get_offset_of_TelephoneNumber_28() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___TelephoneNumber_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TelephoneNumber_28() const { return ___TelephoneNumber_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TelephoneNumber_28() { return &___TelephoneNumber_28; } inline void set_TelephoneNumber_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TelephoneNumber_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___TelephoneNumber_28), (void*)value); } inline static int32_t get_offset_of_OrganizationIdentifier_29() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OrganizationIdentifier_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OrganizationIdentifier_29() const { return ___OrganizationIdentifier_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OrganizationIdentifier_29() { return &___OrganizationIdentifier_29; } inline void set_OrganizationIdentifier_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OrganizationIdentifier_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___OrganizationIdentifier_29), (void*)value); } inline static int32_t get_offset_of_Name_30() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Name_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Name_30() const { return ___Name_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Name_30() { return &___Name_30; } inline void set_Name_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Name_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_30), (void*)value); } inline static int32_t get_offset_of_EmailAddress_31() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___EmailAddress_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EmailAddress_31() const { return ___EmailAddress_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EmailAddress_31() { return &___EmailAddress_31; } inline void set_EmailAddress_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EmailAddress_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmailAddress_31), (void*)value); } inline static int32_t get_offset_of_UnstructuredName_32() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredName_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredName_32() const { return ___UnstructuredName_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredName_32() { return &___UnstructuredName_32; } inline void set_UnstructuredName_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredName_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredName_32), (void*)value); } inline static int32_t get_offset_of_UnstructuredAddress_33() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredAddress_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredAddress_33() const { return ___UnstructuredAddress_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredAddress_33() { return &___UnstructuredAddress_33; } inline void set_UnstructuredAddress_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredAddress_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredAddress_33), (void*)value); } inline static int32_t get_offset_of_E_34() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___E_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_E_34() const { return ___E_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_E_34() { return &___E_34; } inline void set_E_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___E_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___E_34), (void*)value); } inline static int32_t get_offset_of_DC_35() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DC_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DC_35() const { return ___DC_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DC_35() { return &___DC_35; } inline void set_DC_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DC_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___DC_35), (void*)value); } inline static int32_t get_offset_of_UID_36() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UID_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UID_36() const { return ___UID_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UID_36() { return &___UID_36; } inline void set_UID_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UID_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___UID_36), (void*)value); } inline static int32_t get_offset_of_defaultReverse_37() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___defaultReverse_37)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_defaultReverse_37() const { return ___defaultReverse_37; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_defaultReverse_37() { return &___defaultReverse_37; } inline void set_defaultReverse_37(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___defaultReverse_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultReverse_37), (void*)value); } inline static int32_t get_offset_of_DefaultSymbols_38() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultSymbols_38)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultSymbols_38() const { return ___DefaultSymbols_38; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultSymbols_38() { return &___DefaultSymbols_38; } inline void set_DefaultSymbols_38(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultSymbols_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultSymbols_38), (void*)value); } inline static int32_t get_offset_of_RFC2253Symbols_39() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC2253Symbols_39)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC2253Symbols_39() const { return ___RFC2253Symbols_39; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC2253Symbols_39() { return &___RFC2253Symbols_39; } inline void set_RFC2253Symbols_39(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC2253Symbols_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC2253Symbols_39), (void*)value); } inline static int32_t get_offset_of_RFC1779Symbols_40() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC1779Symbols_40)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC1779Symbols_40() const { return ___RFC1779Symbols_40; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC1779Symbols_40() { return &___RFC1779Symbols_40; } inline void set_RFC1779Symbols_40(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC1779Symbols_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC1779Symbols_40), (void*)value); } inline static int32_t get_offset_of_DefaultLookup_41() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultLookup_41)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultLookup_41() const { return ___DefaultLookup_41; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultLookup_41() { return &___DefaultLookup_41; } inline void set_DefaultLookup_41(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultLookup_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultLookup_41), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962Parameters struct X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962Parameters::_params Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * ____params_2; public: inline static int32_t get_offset_of__params_2() { return static_cast(offsetof(X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4, ____params_2)); } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * get__params_2() const { return ____params_2; } inline Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC ** get_address_of__params_2() { return &____params_2; } inline void set__params_2(Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * value) { ____params_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____params_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters struct X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9FieldID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::fieldID X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * ___fieldID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::g X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * ___g_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::n BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::h BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_7; public: inline static int32_t get_offset_of_fieldID_2() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___fieldID_2)); } inline X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * get_fieldID_2() const { return ___fieldID_2; } inline X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 ** get_address_of_fieldID_2() { return &___fieldID_2; } inline void set_fieldID_2(X9FieldID_t6AAAA2F90A3B1164D2EBB05480596886F92242B8 * value) { ___fieldID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___fieldID_2), (void*)value); } inline static int32_t get_offset_of_curve_3() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___curve_3)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_curve_3() const { return ___curve_3; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_curve_3() { return &___curve_3; } inline void set_curve_3(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___curve_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___curve_3), (void*)value); } inline static int32_t get_offset_of_g_4() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___g_4)); } inline X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * get_g_4() const { return ___g_4; } inline X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 ** get_address_of_g_4() { return &___g_4; } inline void set_g_4(X9ECPoint_t06D47967D73B459616A01610E0E5D88AB08BDF71 * value) { ___g_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_4), (void*)value); } inline static int32_t get_offset_of_n_5() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___n_5)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_n_5() const { return ___n_5; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_n_5() { return &___n_5; } inline void set_n_5(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___n_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_5), (void*)value); } inline static int32_t get_offset_of_h_6() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___h_6)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_h_6() const { return ___h_6; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_h_6() { return &___h_6; } inline void set_h_6(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___h_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___h_6), (void*)value); } inline static int32_t get_offset_of_seed_7() { return static_cast(offsetof(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639, ___seed_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_7() const { return ___seed_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_7() { return &___seed_7; } inline void set_seed_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_7), (void*)value); } }; // /__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: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP160r1Holder struct BrainpoolP160r1Holder_t1C122F50D33CD4F48E28F6C36BD95AC584B2C0C5 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct BrainpoolP160r1Holder_t1C122F50D33CD4F48E28F6C36BD95AC584B2C0C5_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP160r1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(BrainpoolP160r1Holder_t1C122F50D33CD4F48E28F6C36BD95AC584B2C0C5_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP160t1Holder struct BrainpoolP160t1Holder_tFD68A5D9C6EB7615752EC0098DA76BB2B12F2AC3 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct BrainpoolP160t1Holder_tFD68A5D9C6EB7615752EC0098DA76BB2B12F2AC3_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP160t1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(BrainpoolP160t1Holder_tFD68A5D9C6EB7615752EC0098DA76BB2B12F2AC3_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP192r1Holder struct BrainpoolP192r1Holder_t78133E13E1D725D7B2563DDE59583A7FB4F82534 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct BrainpoolP192r1Holder_t78133E13E1D725D7B2563DDE59583A7FB4F82534_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP192r1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(BrainpoolP192r1Holder_t78133E13E1D725D7B2563DDE59583A7FB4F82534_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP192t1Holder struct BrainpoolP192t1Holder_t009D0944634E95FB22383B26799343E5EE4298A5 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct BrainpoolP192t1Holder_t009D0944634E95FB22383B26799343E5EE4298A5_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP192t1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(BrainpoolP192t1Holder_t009D0944634E95FB22383B26799343E5EE4298A5_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP224r1Holder struct BrainpoolP224r1Holder_t31A392D1CD110DF9D5AF53813533DAABA34DE870 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct BrainpoolP224r1Holder_t31A392D1CD110DF9D5AF53813533DAABA34DE870_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP224r1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(BrainpoolP224r1Holder_t31A392D1CD110DF9D5AF53813533DAABA34DE870_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP224t1Holder struct BrainpoolP224t1Holder_t8679D6C7B3FDCEE876E31226D4AED6E3BFECBCFE : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct BrainpoolP224t1Holder_t8679D6C7B3FDCEE876E31226D4AED6E3BFECBCFE_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP224t1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(BrainpoolP224t1Holder_t8679D6C7B3FDCEE876E31226D4AED6E3BFECBCFE_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP256r1Holder struct BrainpoolP256r1Holder_t1182D6FBF1998AE03CEC52B6C639989246E63310 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct BrainpoolP256r1Holder_t1182D6FBF1998AE03CEC52B6C639989246E63310_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP256r1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(BrainpoolP256r1Holder_t1182D6FBF1998AE03CEC52B6C639989246E63310_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP256t1Holder struct BrainpoolP256t1Holder_tEE058517EECC335CE57124C08D9727D514576AAF : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct BrainpoolP256t1Holder_tEE058517EECC335CE57124C08D9727D514576AAF_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP256t1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(BrainpoolP256t1Holder_tEE058517EECC335CE57124C08D9727D514576AAF_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP320r1Holder struct BrainpoolP320r1Holder_tAEEF421694BE8E15CF3145DD8370434F674AD51B : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct BrainpoolP320r1Holder_tAEEF421694BE8E15CF3145DD8370434F674AD51B_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP320r1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(BrainpoolP320r1Holder_tAEEF421694BE8E15CF3145DD8370434F674AD51B_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP320t1Holder struct BrainpoolP320t1Holder_t1DBF39B6E811359359211A193A349D7D1E41FF17 : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct BrainpoolP320t1Holder_t1DBF39B6E811359359211A193A349D7D1E41FF17_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP320t1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(BrainpoolP320t1Holder_t1DBF39B6E811359359211A193A349D7D1E41FF17_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP384r1Holder struct BrainpoolP384r1Holder_tE5CA70E13D28738BAD34B1EC592E76850CF751CC : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct BrainpoolP384r1Holder_tE5CA70E13D28738BAD34B1EC592E76850CF751CC_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP384r1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(BrainpoolP384r1Holder_tE5CA70E13D28738BAD34B1EC592E76850CF751CC_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP384t1Holder struct BrainpoolP384t1Holder_t014F39787DB89DB126672AF9CC2183594E71129A : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct BrainpoolP384t1Holder_t014F39787DB89DB126672AF9CC2183594E71129A_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP384t1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(BrainpoolP384t1Holder_t014F39787DB89DB126672AF9CC2183594E71129A_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP512r1Holder struct BrainpoolP512r1Holder_tD42F4CC389A3B1980A7E70C0AEAE5DC47AB6EBDA : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct BrainpoolP512r1Holder_tD42F4CC389A3B1980A7E70C0AEAE5DC47AB6EBDA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP512r1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(BrainpoolP512r1Holder_tD42F4CC389A3B1980A7E70C0AEAE5DC47AB6EBDA_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP512t1Holder struct BrainpoolP512t1Holder_tB7156F83D1F276D8F290962F696429ECCE9E3E0B : public X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC { public: public: }; struct BrainpoolP512t1Holder_tB7156F83D1F276D8F290962F696429ECCE9E3E0B_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves/BrainpoolP512t1Holder::Instance X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(BrainpoolP512t1Holder_tB7156F83D1F276D8F290962F696429ECCE9E3E0B_StaticFields, ___Instance_1)); } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * get_Instance_1() const { return ___Instance_1; } inline X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)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; } }; // System.Net.Sockets.AddressFamily struct AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33 { public: // System.Int32 System.Net.Sockets.AddressFamily::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33, ___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.Asn1Null struct Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // 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.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::seq RuntimeObject* ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8, ___seq_2)); } inline RuntimeObject* get_seq_2() const { return ___seq_2; } inline RuntimeObject** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(RuntimeObject* value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseInputStream struct BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseInputStream::closed bool ___closed_5; public: inline static int32_t get_offset_of_closed_5() { return static_cast(offsetof(BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2, ___closed_5)); } inline bool get_closed_5() const { return ___closed_5; } inline bool* get_address_of_closed_5() { return &___closed_5; } inline void set_closed_5(bool value) { ___closed_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream struct BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream::closed bool ___closed_5; public: inline static int32_t get_offset_of_closed_5() { return static_cast(offsetof(BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D, ___closed_5)); } inline bool get_closed_5() const { return ___closed_5; } inline bool* get_address_of_closed_5() { return &___closed_5; } inline void set_closed_5(bool value) { ___closed_5 = 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; } }; // UnityEngine.Bounds struct Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37, ___m_Center_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Center_0() const { return ___m_Center_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37, ___m_Extents_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Extents_1 = value; } }; // UnityEngine.UI.ColorBlock struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectedColor_3; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_DisabledColor_4; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_5; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_6; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_NormalColor_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_HighlightedColor_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_PressedColor_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_SelectedColor_3() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_SelectedColor_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectedColor_3() const { return ___m_SelectedColor_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectedColor_3() { return &___m_SelectedColor_3; } inline void set_m_SelectedColor_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectedColor_3 = value; } inline static int32_t get_offset_of_m_DisabledColor_4() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_DisabledColor_4)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_DisabledColor_4() const { return ___m_DisabledColor_4; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_DisabledColor_4() { return &___m_DisabledColor_4; } inline void set_m_DisabledColor_4(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_DisabledColor_4 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_5() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_ColorMultiplier_5)); } inline float get_m_ColorMultiplier_5() const { return ___m_ColorMultiplier_5; } inline float* get_address_of_m_ColorMultiplier_5() { return &___m_ColorMultiplier_5; } inline void set_m_ColorMultiplier_5(float value) { ___m_ColorMultiplier_5 = value; } inline static int32_t get_offset_of_m_FadeDuration_6() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_FadeDuration_6)); } inline float get_m_FadeDuration_6() const { return ___m_FadeDuration_6; } inline float* get_address_of_m_FadeDuration_6() { return &___m_FadeDuration_6; } inline void set_m_FadeDuration_6(float value) { ___m_FadeDuration_6 = value; } }; struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields { public: // UnityEngine.UI.ColorBlock UnityEngine.UI.ColorBlock::defaultColorBlock ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___defaultColorBlock_7; public: inline static int32_t get_offset_of_defaultColorBlock_7() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields, ___defaultColorBlock_7)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_defaultColorBlock_7() const { return ___defaultColorBlock_7; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_defaultColorBlock_7() { return &___defaultColorBlock_7; } inline void set_defaultColorBlock_7(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___defaultColorBlock_7 = value; } }; // BestHTTP.SignalRCore.ConnectionStates struct ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0 { public: // System.Int32 BestHTTP.SignalRCore.ConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7, ___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; } }; // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters struct DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 : public DHKeyParameters_t6691EA3D1F8F4AC3FFD335951291147F81281626 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters::y BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y_3; public: inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862, ___y_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_y_3() const { return ___y_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_y_3() { return &___y_3; } inline void set_y_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_3), (void*)value); } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // 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.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: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime struct DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerUtcTime::time String_t* ___time_2; public: inline static int32_t get_offset_of_time_2() { return static_cast(offsetof(DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15, ___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.Crypto.Parameters.DsaPublicKeyParameters struct DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 : public DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::y BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y_2; public: inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9, ___y_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_y_2() const { return ___y_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_y_2() { return &___y_2; } inline void set_y_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___y_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters struct ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB : public ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::q ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___q_5; public: inline static int32_t get_offset_of_q_5() { return static_cast(offsetof(ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB, ___q_5)); } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * get_q_5() const { return ___q_5; } inline ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA ** get_address_of_q_5() { return &___q_5; } inline void set_q_5(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * value) { ___q_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters struct ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 : public ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters::y BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y_2; public: inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826, ___y_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_y_2() const { return ___y_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_y_2() { return &___y_2; } inline void set_y_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___y_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_2), (void*)value); } }; // 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; }; // 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; } }; // UnityEngine.GUIStyleState struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 : public RuntimeObject { public: // System.IntPtr UnityEngine.GUIStyleState::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.GUIStyle UnityEngine.GUIStyleState::m_SourceStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_SourceStyle_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_SourceStyle_1() { return static_cast(offsetof(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9, ___m_SourceStyle_1)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; } inline void set_m_SourceStyle_1(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_SourceStyle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SourceStyle_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.GUIStyleState struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke { intptr_t ___m_Ptr_0; GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_pinvoke* ___m_SourceStyle_1; }; // Native definition for COM marshalling of UnityEngine.GUIStyleState struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com { intptr_t ___m_Ptr_0; GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_com* ___m_SourceStyle_1; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410PublicKeyParameters struct Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0 : public Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410PublicKeyParameters::y BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y_3; public: inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0, ___y_3)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_y_3() const { return ___y_3; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_y_3() { return &___y_3; } inline void set_y_3(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_3), (void*)value); } }; // BestHTTP.Forms.HTTPFormUsage struct HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E { public: // System.Int32 BestHTTP.Forms.HTTPFormUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E, ___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.HTTPMethods struct HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195 { public: // System.Byte BestHTTP.HTTPMethods::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195, ___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; } }; // BestHTTP.HTTPRequestStates struct HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F { public: // System.Int32 BestHTTP.HTTPRequestStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F, ___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; } }; // LanguageEnum struct LanguageEnum_t336A03AA64921355C9F28D0BF7DB4A0943828E95 { public: // System.Int32 LanguageEnum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LanguageEnum_t336A03AA64921355C9F28D0BF7DB4A0943828E95, ___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.SceneManagement.LoadSceneMode struct LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC { public: // System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // BestHTTP.SignalRCore.Messages.MessageTypes struct MessageTypes_t3FA36B4CAA5AA4624EDB50FA028FBBAED9DB832C { public: // System.Int32 BestHTTP.SignalRCore.Messages.MessageTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageTypes_t3FA36B4CAA5AA4624EDB50FA028FBBAED9DB832C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Sockets.NetworkStream struct NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::m_StreamSocket Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___m_StreamSocket_5; // System.Boolean System.Net.Sockets.NetworkStream::m_Readable bool ___m_Readable_6; // System.Boolean System.Net.Sockets.NetworkStream::m_Writeable bool ___m_Writeable_7; // System.Boolean System.Net.Sockets.NetworkStream::m_OwnsSocket bool ___m_OwnsSocket_8; // System.Int32 System.Net.Sockets.NetworkStream::m_CloseTimeout int32_t ___m_CloseTimeout_9; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.NetworkStream::m_CleanedUp bool ___m_CleanedUp_10; // System.Int32 System.Net.Sockets.NetworkStream::m_CurrentReadTimeout int32_t ___m_CurrentReadTimeout_11; // System.Int32 System.Net.Sockets.NetworkStream::m_CurrentWriteTimeout int32_t ___m_CurrentWriteTimeout_12; public: inline static int32_t get_offset_of_m_StreamSocket_5() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_StreamSocket_5)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_m_StreamSocket_5() const { return ___m_StreamSocket_5; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_m_StreamSocket_5() { return &___m_StreamSocket_5; } inline void set_m_StreamSocket_5(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___m_StreamSocket_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StreamSocket_5), (void*)value); } inline static int32_t get_offset_of_m_Readable_6() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_Readable_6)); } inline bool get_m_Readable_6() const { return ___m_Readable_6; } inline bool* get_address_of_m_Readable_6() { return &___m_Readable_6; } inline void set_m_Readable_6(bool value) { ___m_Readable_6 = value; } inline static int32_t get_offset_of_m_Writeable_7() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_Writeable_7)); } inline bool get_m_Writeable_7() const { return ___m_Writeable_7; } inline bool* get_address_of_m_Writeable_7() { return &___m_Writeable_7; } inline void set_m_Writeable_7(bool value) { ___m_Writeable_7 = value; } inline static int32_t get_offset_of_m_OwnsSocket_8() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_OwnsSocket_8)); } inline bool get_m_OwnsSocket_8() const { return ___m_OwnsSocket_8; } inline bool* get_address_of_m_OwnsSocket_8() { return &___m_OwnsSocket_8; } inline void set_m_OwnsSocket_8(bool value) { ___m_OwnsSocket_8 = value; } inline static int32_t get_offset_of_m_CloseTimeout_9() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CloseTimeout_9)); } inline int32_t get_m_CloseTimeout_9() const { return ___m_CloseTimeout_9; } inline int32_t* get_address_of_m_CloseTimeout_9() { return &___m_CloseTimeout_9; } inline void set_m_CloseTimeout_9(int32_t value) { ___m_CloseTimeout_9 = value; } inline static int32_t get_offset_of_m_CleanedUp_10() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CleanedUp_10)); } inline bool get_m_CleanedUp_10() const { return ___m_CleanedUp_10; } inline bool* get_address_of_m_CleanedUp_10() { return &___m_CleanedUp_10; } inline void set_m_CleanedUp_10(bool value) { ___m_CleanedUp_10 = value; } inline static int32_t get_offset_of_m_CurrentReadTimeout_11() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CurrentReadTimeout_11)); } inline int32_t get_m_CurrentReadTimeout_11() const { return ___m_CurrentReadTimeout_11; } inline int32_t* get_address_of_m_CurrentReadTimeout_11() { return &___m_CurrentReadTimeout_11; } inline void set_m_CurrentReadTimeout_11(int32_t value) { ___m_CurrentReadTimeout_11 = value; } inline static int32_t get_offset_of_m_CurrentWriteTimeout_12() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CurrentWriteTimeout_12)); } inline int32_t get_m_CurrentWriteTimeout_12() const { return ___m_CurrentWriteTimeout_12; } inline int32_t* get_address_of_m_CurrentWriteTimeout_12() { return &___m_CurrentWriteTimeout_12; } inline void set_m_CurrentWriteTimeout_12(int32_t value) { ___m_CurrentWriteTimeout_12 = value; } }; // PlatformSupport.Collections.Specialized.NotifyCollectionChangedAction struct NotifyCollectionChangedAction_tD3635D5076B302D01588EB6007134D2B94C83ECF { public: // System.Int32 PlatformSupport.Collections.Specialized.NotifyCollectionChangedAction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NotifyCollectionChangedAction_tD3635D5076B302D01588EB6007134D2B94C83ECF, ___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; }; // PKMatchType struct PKMatchType_t70226E0488006DF20B2A9EB3F2692119A95A8240 { public: // System.Int32 PKMatchType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PKMatchType_t70226E0488006DF20B2A9EB3F2692119A95A8240, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Sockets.ProtocolType struct ProtocolType_t07C7AB65B583B132A2D99BC06BB2A909BDDCE156 { public: // System.Int32 System.Net.Sockets.ProtocolType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProtocolType_t07C7AB65B583B132A2D99BC06BB2A909BDDCE156, ___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.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 : public RuntimeObject { public: // System.IntPtr UnityEngine.RectOffset::m_Ptr intptr_t ___m_Ptr_0; // System.Object UnityEngine.RectOffset::m_SourceStyle RuntimeObject * ___m_SourceStyle_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_SourceStyle_1() { return static_cast(offsetof(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70, ___m_SourceStyle_1)); } inline RuntimeObject * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; } inline RuntimeObject ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; } inline void set_m_SourceStyle_1(RuntimeObject * value) { ___m_SourceStyle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SourceStyle_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; // Native definition for COM marshalling of UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; // 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; } }; // System.Net.Sockets.SelectMode struct SelectMode_t7D3ECD1A1B4A1E90B7F847C52E4E8580E2112189 { public: // System.Int32 System.Net.Sockets.SelectMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SelectMode_t7D3ECD1A1B4A1E90B7F847C52E4E8580E2112189, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Sockets.SocketOptionLevel struct SocketOptionLevel_t327BD9E938613DD6C851CAD83E98A28D1B4A1480 { public: // System.Int32 System.Net.Sockets.SocketOptionLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketOptionLevel_t327BD9E938613DD6C851CAD83E98A28D1B4A1480, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Sockets.SocketOptionName struct SocketOptionName_t8EB415D7F363805FA71B40CC79CD46561C4884A2 { public: // System.Int32 System.Net.Sockets.SocketOptionName::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketOptionName_t8EB415D7F363805FA71B40CC79CD46561C4884A2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Sockets.SocketType struct SocketType_t234FBD298C115F92305ABC40D2E592FC535DFF94 { public: // System.Int32 System.Net.Sockets.SocketType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketType_t234FBD298C115F92305ABC40D2E592FC535DFF94, ___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.Vehicles.Car.SpeedType struct SpeedType_t6C8AAEE07858A3DAAD147D760FA050E229A6F24E { public: // System.Int32 UnityStandardAssets.Vehicles.Car.SpeedType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpeedType_t6C8AAEE07858A3DAAD147D760FA050E229A6F24E, ___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.Crypto.Tls.SrpTlsClient struct SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B : public AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpGroupVerifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::mGroupVerifier RuntimeObject* ___mGroupVerifier_9; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::mIdentity ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mIdentity_10; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::mPassword ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mPassword_11; public: inline static int32_t get_offset_of_mGroupVerifier_9() { return static_cast(offsetof(SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B, ___mGroupVerifier_9)); } inline RuntimeObject* get_mGroupVerifier_9() const { return ___mGroupVerifier_9; } inline RuntimeObject** get_address_of_mGroupVerifier_9() { return &___mGroupVerifier_9; } inline void set_mGroupVerifier_9(RuntimeObject* value) { ___mGroupVerifier_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___mGroupVerifier_9), (void*)value); } inline static int32_t get_offset_of_mIdentity_10() { return static_cast(offsetof(SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B, ___mIdentity_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mIdentity_10() const { return ___mIdentity_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mIdentity_10() { return &___mIdentity_10; } inline void set_mIdentity_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mIdentity_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___mIdentity_10), (void*)value); } inline static int32_t get_offset_of_mPassword_11() { return static_cast(offsetof(SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B, ___mPassword_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mPassword_11() const { return ___mPassword_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mPassword_11() { return &___mPassword_11; } inline void set_mPassword_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mPassword_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPassword_11), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer struct SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95 : public AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpIdentityManager BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::mSrpIdentityManager RuntimeObject* ___mSrpIdentityManager_18; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::mSrpIdentity ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mSrpIdentity_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::mLoginParameters TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 * ___mLoginParameters_20; public: inline static int32_t get_offset_of_mSrpIdentityManager_18() { return static_cast(offsetof(SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95, ___mSrpIdentityManager_18)); } inline RuntimeObject* get_mSrpIdentityManager_18() const { return ___mSrpIdentityManager_18; } inline RuntimeObject** get_address_of_mSrpIdentityManager_18() { return &___mSrpIdentityManager_18; } inline void set_mSrpIdentityManager_18(RuntimeObject* value) { ___mSrpIdentityManager_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSrpIdentityManager_18), (void*)value); } inline static int32_t get_offset_of_mSrpIdentity_19() { return static_cast(offsetof(SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95, ___mSrpIdentity_19)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mSrpIdentity_19() const { return ___mSrpIdentity_19; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mSrpIdentity_19() { return &___mSrpIdentity_19; } inline void set_mSrpIdentity_19(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mSrpIdentity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSrpIdentity_19), (void*)value); } inline static int32_t get_offset_of_mLoginParameters_20() { return static_cast(offsetof(SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95, ___mLoginParameters_20)); } inline TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 * get_mLoginParameters_20() const { return ___mLoginParameters_20; } inline TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 ** get_address_of_mLoginParameters_20() { return &___mLoginParameters_20; } inline void set_mLoginParameters_20(TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 * value) { ___mLoginParameters_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___mLoginParameters_20), (void*)value); } }; // BestHTTP.ServerSentEvents.States struct States_t1DDFB5D15E0FADAC47E81AA2B2CE0474A9ECB3D0 { public: // System.Int32 BestHTTP.ServerSentEvents.States::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(States_t1DDFB5D15E0FADAC47E81AA2B2CE0474A9ECB3D0, ___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.Statistics.StatisticsQueryFlags struct StatisticsQueryFlags_t8EF7A9AB730E49AA63F68D1BFC39227FC1636999 { public: // System.Byte BestHTTP.Statistics.StatisticsQueryFlags::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StatisticsQueryFlags_t8EF7A9AB730E49AA63F68D1BFC39227FC1636999, ___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; } }; // BestHTTP.StreamList struct StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream[] BestHTTP.StreamList::Streams StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* ___Streams_5; // System.Int32 BestHTTP.StreamList::CurrentIdx int32_t ___CurrentIdx_6; public: inline static int32_t get_offset_of_Streams_5() { return static_cast(offsetof(StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5, ___Streams_5)); } inline StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* get_Streams_5() const { return ___Streams_5; } inline StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079** get_address_of_Streams_5() { return &___Streams_5; } inline void set_Streams_5(StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* value) { ___Streams_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Streams_5), (void*)value); } inline static int32_t get_offset_of_CurrentIdx_6() { return static_cast(offsetof(StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5, ___CurrentIdx_6)); } inline int32_t get_CurrentIdx_6() const { return ___CurrentIdx_6; } inline int32_t* get_address_of_CurrentIdx_6() { return &___CurrentIdx_6; } inline void set_CurrentIdx_6(int32_t value) { ___CurrentIdx_6 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Extension.SubjectKeyIdentifierStructure struct SubjectKeyIdentifierStructure_tD60B5C731725370EC7C6127497106D3FCF79051E : public SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 { public: public: }; // 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; } }; // UnityEngine.TextAnchor struct TextAnchor_tA4C88E77C2D7312F43412275B01E1341A7CB2232 { public: // System.Int32 UnityEngine.TextAnchor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextAnchor_tA4C88E77C2D7312F43412275B01E1341A7CB2232, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // UnityEngine.TouchScreenKeyboardType struct TouchScreenKeyboardType_tBD90DFB07923EC19E5EA59FAF26292AC2799A932 { public: // System.Int32 UnityEngine.TouchScreenKeyboardType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchScreenKeyboardType_tBD90DFB07923EC19E5EA59FAF26292AC2799A932, ___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.TrackedReference struct TrackedReference_t17AA313389C655DCF279F96A2D85332B29596514 : public RuntimeObject { public: // System.IntPtr UnityEngine.TrackedReference::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(TrackedReference_t17AA313389C655DCF279F96A2D85332B29596514, ___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; } }; // Native definition for P/Invoke marshalling of UnityEngine.TrackedReference struct TrackedReference_t17AA313389C655DCF279F96A2D85332B29596514_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.TrackedReference struct TrackedReference_t17AA313389C655DCF279F96A2D85332B29596514_marshaled_com { intptr_t ___m_Ptr_0; }; // BestHTTP.SignalRCore.TransportTypes struct TransportTypes_t64453FD26634509FEE0E9380AF71E4C67F727DB6 { public: // System.Int32 BestHTTP.SignalRCore.TransportTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportTypes_t64453FD26634509FEE0E9380AF71E4C67F727DB6, ___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.SocketIO.Transports.TransportTypes struct TransportTypes_t6538E21C6EB7D8950C5D481D463BF395EA27A023 { public: // System.Int32 BestHTTP.SocketIO.Transports.TransportTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportTypes_t6538E21C6EB7D8950C5D481D463BF395EA27A023, ___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.UIVertex struct UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A { public: // UnityEngine.Vector3 UnityEngine.UIVertex::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_0; // UnityEngine.Vector3 UnityEngine.UIVertex::normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___normal_1; // UnityEngine.Vector4 UnityEngine.UIVertex::tangent Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___tangent_2; // UnityEngine.Color32 UnityEngine.UIVertex::color Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___color_3; // UnityEngine.Vector4 UnityEngine.UIVertex::uv0 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv0_4; // UnityEngine.Vector4 UnityEngine.UIVertex::uv1 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv1_5; // UnityEngine.Vector4 UnityEngine.UIVertex::uv2 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv2_6; // UnityEngine.Vector4 UnityEngine.UIVertex::uv3 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv3_7; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___position_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_0() const { return ___position_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_0 = value; } inline static int32_t get_offset_of_normal_1() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_normal_1() const { return ___normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_normal_1() { return &___normal_1; } inline void set_normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___normal_1 = value; } inline static int32_t get_offset_of_tangent_2() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___tangent_2)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_tangent_2() const { return ___tangent_2; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_tangent_2() { return &___tangent_2; } inline void set_tangent_2(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___tangent_2 = value; } inline static int32_t get_offset_of_color_3() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___color_3)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_color_3() const { return ___color_3; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_color_3() { return &___color_3; } inline void set_color_3(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___color_3 = value; } inline static int32_t get_offset_of_uv0_4() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv0_4)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv0_4() const { return ___uv0_4; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv0_4() { return &___uv0_4; } inline void set_uv0_4(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv0_4 = value; } inline static int32_t get_offset_of_uv1_5() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv1_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv1_5() const { return ___uv1_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv1_5() { return &___uv1_5; } inline void set_uv1_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv1_5 = value; } inline static int32_t get_offset_of_uv2_6() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv2_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv2_6() const { return ___uv2_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv2_6() { return &___uv2_6; } inline void set_uv2_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv2_6 = value; } inline static int32_t get_offset_of_uv3_7() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv3_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv3_7() const { return ___uv3_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv3_7() { return &___uv3_7; } inline void set_uv3_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv3_7 = value; } }; struct UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields { public: // UnityEngine.Color32 UnityEngine.UIVertex::s_DefaultColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___s_DefaultColor_8; // UnityEngine.Vector4 UnityEngine.UIVertex::s_DefaultTangent Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___s_DefaultTangent_9; // UnityEngine.UIVertex UnityEngine.UIVertex::simpleVert UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A ___simpleVert_10; public: inline static int32_t get_offset_of_s_DefaultColor_8() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields, ___s_DefaultColor_8)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_s_DefaultColor_8() const { return ___s_DefaultColor_8; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_s_DefaultColor_8() { return &___s_DefaultColor_8; } inline void set_s_DefaultColor_8(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___s_DefaultColor_8 = value; } inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields, ___s_DefaultTangent_9)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_s_DefaultTangent_9() const { return ___s_DefaultTangent_9; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_s_DefaultTangent_9() { return &___s_DefaultTangent_9; } inline void set_s_DefaultTangent_9(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___s_DefaultTangent_9 = value; } inline static int32_t get_offset_of_simpleVert_10() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields, ___simpleVert_10)); } inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A get_simpleVert_10() const { return ___simpleVert_10; } inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A * get_address_of_simpleVert_10() { return &___simpleVert_10; } inline void set_simpleVert_10(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A value) { ___simpleVert_10 = value; } }; // System.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; } }; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Positions List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___m_Positions_0; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Colors List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 * ___m_Colors_1; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Uv0S List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * ___m_Uv0S_2; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Uv1S List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * ___m_Uv1S_3; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Uv2S List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * ___m_Uv2S_4; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Uv3S List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * ___m_Uv3S_5; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Normals List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___m_Normals_6; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Tangents List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * ___m_Tangents_7; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Indices List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___m_Indices_8; // System.Boolean UnityEngine.UI.VertexHelper::m_ListsInitalized bool ___m_ListsInitalized_11; public: inline static int32_t get_offset_of_m_Positions_0() { return static_cast(offsetof(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55, ___m_Positions_0)); } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * get_m_Positions_0() const { return ___m_Positions_0; } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 ** get_address_of_m_Positions_0() { return &___m_Positions_0; } inline void set_m_Positions_0(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * value) { ___m_Positions_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Positions_0), (void*)value); } inline static int32_t get_offset_of_m_Colors_1() { return static_cast(offsetof(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55, ___m_Colors_1)); } inline List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 * get_m_Colors_1() const { return ___m_Colors_1; } inline List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 ** get_address_of_m_Colors_1() { return &___m_Colors_1; } inline void set_m_Colors_1(List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 * value) { ___m_Colors_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Colors_1), (void*)value); } inline static int32_t get_offset_of_m_Uv0S_2() { return static_cast(offsetof(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55, ___m_Uv0S_2)); } inline List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * get_m_Uv0S_2() const { return ___m_Uv0S_2; } inline List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A ** get_address_of_m_Uv0S_2() { return &___m_Uv0S_2; } inline void set_m_Uv0S_2(List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * value) { ___m_Uv0S_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Uv0S_2), (void*)value); } inline static int32_t get_offset_of_m_Uv1S_3() { return static_cast(offsetof(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55, ___m_Uv1S_3)); } inline List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * get_m_Uv1S_3() const { return ___m_Uv1S_3; } inline List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A ** get_address_of_m_Uv1S_3() { return &___m_Uv1S_3; } inline void set_m_Uv1S_3(List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * value) { ___m_Uv1S_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Uv1S_3), (void*)value); } inline static int32_t get_offset_of_m_Uv2S_4() { return static_cast(offsetof(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55, ___m_Uv2S_4)); } inline List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * get_m_Uv2S_4() const { return ___m_Uv2S_4; } inline List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A ** get_address_of_m_Uv2S_4() { return &___m_Uv2S_4; } inline void set_m_Uv2S_4(List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * value) { ___m_Uv2S_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Uv2S_4), (void*)value); } inline static int32_t get_offset_of_m_Uv3S_5() { return static_cast(offsetof(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55, ___m_Uv3S_5)); } inline List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * get_m_Uv3S_5() const { return ___m_Uv3S_5; } inline List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A ** get_address_of_m_Uv3S_5() { return &___m_Uv3S_5; } inline void set_m_Uv3S_5(List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * value) { ___m_Uv3S_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Uv3S_5), (void*)value); } inline static int32_t get_offset_of_m_Normals_6() { return static_cast(offsetof(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55, ___m_Normals_6)); } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * get_m_Normals_6() const { return ___m_Normals_6; } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 ** get_address_of_m_Normals_6() { return &___m_Normals_6; } inline void set_m_Normals_6(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * value) { ___m_Normals_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Normals_6), (void*)value); } inline static int32_t get_offset_of_m_Tangents_7() { return static_cast(offsetof(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55, ___m_Tangents_7)); } inline List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * get_m_Tangents_7() const { return ___m_Tangents_7; } inline List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A ** get_address_of_m_Tangents_7() { return &___m_Tangents_7; } inline void set_m_Tangents_7(List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * value) { ___m_Tangents_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Tangents_7), (void*)value); } inline static int32_t get_offset_of_m_Indices_8() { return static_cast(offsetof(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55, ___m_Indices_8)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_m_Indices_8() const { return ___m_Indices_8; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_m_Indices_8() { return &___m_Indices_8; } inline void set_m_Indices_8(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___m_Indices_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Indices_8), (void*)value); } inline static int32_t get_offset_of_m_ListsInitalized_11() { return static_cast(offsetof(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55, ___m_ListsInitalized_11)); } inline bool get_m_ListsInitalized_11() const { return ___m_ListsInitalized_11; } inline bool* get_address_of_m_ListsInitalized_11() { return &___m_ListsInitalized_11; } inline void set_m_ListsInitalized_11(bool value) { ___m_ListsInitalized_11 = value; } }; struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55_StaticFields { public: // UnityEngine.Vector4 UnityEngine.UI.VertexHelper::s_DefaultTangent Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___s_DefaultTangent_9; // UnityEngine.Vector3 UnityEngine.UI.VertexHelper::s_DefaultNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___s_DefaultNormal_10; public: inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast(offsetof(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55_StaticFields, ___s_DefaultTangent_9)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_s_DefaultTangent_9() const { return ___s_DefaultTangent_9; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_s_DefaultTangent_9() { return &___s_DefaultTangent_9; } inline void set_s_DefaultTangent_9(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___s_DefaultTangent_9 = value; } inline static int32_t get_offset_of_s_DefaultNormal_10() { return static_cast(offsetof(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55_StaticFields, ___s_DefaultNormal_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_s_DefaultNormal_10() const { return ___s_DefaultNormal_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_s_DefaultNormal_10() { return &___s_DefaultNormal_10; } inline void set_s_DefaultNormal_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___s_DefaultNormal_10 = value; } }; // UnityStandardAssets.CrossPlatformInput.VirtualInput struct VirtualInput_t33A955464CA1C49B600AC2DD27F3E27A94DDE69F : public RuntimeObject { public: // UnityEngine.Vector3 UnityStandardAssets.CrossPlatformInput.VirtualInput::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CvirtualMousePositionU3Ek__BackingField_0; // System.Collections.Generic.Dictionary`2 UnityStandardAssets.CrossPlatformInput.VirtualInput::m_VirtualAxes Dictionary_2_tC4A6D857F0007417D8E990658D531B6D091D3666 * ___m_VirtualAxes_1; // System.Collections.Generic.Dictionary`2 UnityStandardAssets.CrossPlatformInput.VirtualInput::m_VirtualButtons Dictionary_2_t39C73AC12187888098523CB04765880D3C038E7C * ___m_VirtualButtons_2; // System.Collections.Generic.List`1 UnityStandardAssets.CrossPlatformInput.VirtualInput::m_AlwaysUseVirtual List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___m_AlwaysUseVirtual_3; public: inline static int32_t get_offset_of_U3CvirtualMousePositionU3Ek__BackingField_0() { return static_cast(offsetof(VirtualInput_t33A955464CA1C49B600AC2DD27F3E27A94DDE69F, ___U3CvirtualMousePositionU3Ek__BackingField_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_U3CvirtualMousePositionU3Ek__BackingField_0() const { return ___U3CvirtualMousePositionU3Ek__BackingField_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_U3CvirtualMousePositionU3Ek__BackingField_0() { return &___U3CvirtualMousePositionU3Ek__BackingField_0; } inline void set_U3CvirtualMousePositionU3Ek__BackingField_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___U3CvirtualMousePositionU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_VirtualAxes_1() { return static_cast(offsetof(VirtualInput_t33A955464CA1C49B600AC2DD27F3E27A94DDE69F, ___m_VirtualAxes_1)); } inline Dictionary_2_tC4A6D857F0007417D8E990658D531B6D091D3666 * get_m_VirtualAxes_1() const { return ___m_VirtualAxes_1; } inline Dictionary_2_tC4A6D857F0007417D8E990658D531B6D091D3666 ** get_address_of_m_VirtualAxes_1() { return &___m_VirtualAxes_1; } inline void set_m_VirtualAxes_1(Dictionary_2_tC4A6D857F0007417D8E990658D531B6D091D3666 * value) { ___m_VirtualAxes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_VirtualAxes_1), (void*)value); } inline static int32_t get_offset_of_m_VirtualButtons_2() { return static_cast(offsetof(VirtualInput_t33A955464CA1C49B600AC2DD27F3E27A94DDE69F, ___m_VirtualButtons_2)); } inline Dictionary_2_t39C73AC12187888098523CB04765880D3C038E7C * get_m_VirtualButtons_2() const { return ___m_VirtualButtons_2; } inline Dictionary_2_t39C73AC12187888098523CB04765880D3C038E7C ** get_address_of_m_VirtualButtons_2() { return &___m_VirtualButtons_2; } inline void set_m_VirtualButtons_2(Dictionary_2_t39C73AC12187888098523CB04765880D3C038E7C * value) { ___m_VirtualButtons_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_VirtualButtons_2), (void*)value); } inline static int32_t get_offset_of_m_AlwaysUseVirtual_3() { return static_cast(offsetof(VirtualInput_t33A955464CA1C49B600AC2DD27F3E27A94DDE69F, ___m_AlwaysUseVirtual_3)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_m_AlwaysUseVirtual_3() const { return ___m_AlwaysUseVirtual_3; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_m_AlwaysUseVirtual_3() { return &___m_AlwaysUseVirtual_3; } inline void set_m_AlwaysUseVirtual_3(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___m_AlwaysUseVirtual_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AlwaysUseVirtual_3), (void*)value); } }; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.Threading.WaitHandle::waitHandle intptr_t ___waitHandle_3; // Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * ___safeWaitHandle_4; // System.Boolean System.Threading.WaitHandle::hasThreadAffinity bool ___hasThreadAffinity_5; public: inline static int32_t get_offset_of_waitHandle_3() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___waitHandle_3)); } inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; } inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; } inline void set_waitHandle_3(intptr_t value) { ___waitHandle_3 = value; } inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___safeWaitHandle_4)); } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; } inline void set_safeWaitHandle_4(SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * value) { ___safeWaitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value); } inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___hasThreadAffinity_5)); } inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; } inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; } inline void set_hasThreadAffinity_5(bool value) { ___hasThreadAffinity_5 = value; } }; struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_10; public: inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields, ___InvalidHandle_10)); } inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; } inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; } inline void set_InvalidHandle_10(intptr_t value) { ___InvalidHandle_10 = value; } }; // Native definition for P/Invoke marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Native definition for COM marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // UnityStandardAssets.Water.WaterQuality struct WaterQuality_t3B9F63968AA7DB56C4029A5B84078198F9DAF3E3 { public: // System.Int32 UnityStandardAssets.Water.WaterQuality::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WaterQuality_t3B9F63968AA7DB56C4029A5B84078198F9DAF3E3, ___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.WrapMode struct WrapMode_t0DF566E32B136795606714DB9A11A3DC170F5468 { public: // System.Int32 UnityEngine.WrapMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WrapMode_t0DF566E32B136795606714DB9A11A3DC170F5468, ___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.Cameras.AbstractTargetFollower/UpdateType struct UpdateType_t2F5DA5F97CCB40A26CFF5A22A048F3411C046016 { public: // System.Int32 UnityStandardAssets.Cameras.AbstractTargetFollower/UpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateType_t2F5DA5F97CCB40A26CFF5A22A048F3411C046016, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F : public UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 { public: public: }; // CommonConfig/ServerType struct ServerType_t62D2D428D5BEB4AA51A25A18FA755682C0756E71 { public: // System.Int32 CommonConfig/ServerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ServerType_t62D2D428D5BEB4AA51A25A18FA755682C0756E71, ___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; } }; // UnityEngine.UI.InputField/CharacterValidation struct CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41 { public: // System.Int32 UnityEngine.UI.InputField/CharacterValidation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/ContentType struct ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1 { public: // System.Int32 UnityEngine.UI.InputField/ContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/InputType struct InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2 { public: // System.Int32 UnityEngine.UI.InputField/InputType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/LineType struct LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE { public: // System.Int32 UnityEngine.UI.InputField/LineType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Navigation/Mode struct Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F, ___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; } }; // Reporter/ReportView struct ReportView_t24F78040636CB97DBB968A6C9D0C6384AED9DDCE { public: // System.Int32 Reporter/ReportView::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReportView_t24F78040636CB97DBB968A6C9D0C6384AED9DDCE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Selectable/Transition struct Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Slider/Direction struct Direction_tFC329DCFF9844C052301C90100CA0F5FA9C65961 { public: // System.Int32 UnityEngine.UI.Slider/Direction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Direction_tFC329DCFF9844C052301C90100CA0F5FA9C65961, ___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.SunShafts/ShaftsScreenBlendMode struct ShaftsScreenBlendMode_tCF5C48273C6AC4213465B69B3F040CAEFC98B668 { public: // System.Int32 UnityStandardAssets.ImageEffects.SunShafts/ShaftsScreenBlendMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ShaftsScreenBlendMode_tCF5C48273C6AC4213465B69B3F040CAEFC98B668, ___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.SunShafts/SunShaftsResolution struct SunShaftsResolution_t6C3971C37DC56772080D6690AD5AEE2DE775C549 { public: // System.Int32 UnityStandardAssets.ImageEffects.SunShafts/SunShaftsResolution::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SunShaftsResolution_t6C3971C37DC56772080D6690AD5AEE2DE775C549, ___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.X509.Target/Choice struct Choice_t3873B50BE216CDCB5851976218831AD564DB9E82 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target/Choice::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Choice_t3873B50BE216CDCB5851976218831AD564DB9E82, ___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.PlatformSupport.TcpClient.General.TcpClient/Properties struct Properties_t26ACDB7582B9F0C0550CD9AB880EFEB0ED5D5650 { public: // System.UInt32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient/Properties::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Properties_t26ACDB7582B9F0C0550CD9AB880EFEB0ED5D5650, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // 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; } }; // UnityEngine.AnimationState struct AnimationState_tDB7088046A65ABCEC66B45147693CA0AD803A3AD : public TrackedReference_t17AA313389C655DCF279F96A2D85332B29596514 { public: public: }; // CommonConfig struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3 : public RuntimeObject { public: public: }; struct CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields { public: // System.String[] CommonConfig::AppNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___AppNames_0; // System.Int32[] CommonConfig::AppLanguages Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___AppLanguages_1; // System.Int32[] CommonConfig::ServerIndexes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ServerIndexes_2; // System.Boolean CommonConfig::iosTaoKe bool ___iosTaoKe_3; // System.Boolean CommonConfig::ReleaseVersion2 bool ___ReleaseVersion2_4; // System.Boolean CommonConfig::SpecialVersion1 bool ___SpecialVersion1_5; // System.Boolean CommonConfig::needToExamine bool ___needToExamine_6; // System.Boolean CommonConfig::isReleaseVersion bool ___isReleaseVersion_7; // System.Int32 CommonConfig::devicePlan int32_t ___devicePlan_8; // System.Int32 CommonConfig::ringsPrecision int32_t ___ringsPrecision_9; // System.Int32 CommonConfig::arrowSpeedPrecision int32_t ___arrowSpeedPrecision_10; // System.Single CommonConfig::arrowWeight float ___arrowWeight_11; // CommonConfig/ServerType CommonConfig::serverType int32_t ___serverType_12; // System.String CommonConfig::businessServerWsURL String_t* ___businessServerWsURL_13; // System.String CommonConfig::gamePKServerWsURL String_t* ___gamePKServerWsURL_14; public: inline static int32_t get_offset_of_AppNames_0() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___AppNames_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_AppNames_0() const { return ___AppNames_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_AppNames_0() { return &___AppNames_0; } inline void set_AppNames_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___AppNames_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___AppNames_0), (void*)value); } inline static int32_t get_offset_of_AppLanguages_1() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___AppLanguages_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_AppLanguages_1() const { return ___AppLanguages_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_AppLanguages_1() { return &___AppLanguages_1; } inline void set_AppLanguages_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___AppLanguages_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___AppLanguages_1), (void*)value); } inline static int32_t get_offset_of_ServerIndexes_2() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ServerIndexes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ServerIndexes_2() const { return ___ServerIndexes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ServerIndexes_2() { return &___ServerIndexes_2; } inline void set_ServerIndexes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ServerIndexes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ServerIndexes_2), (void*)value); } inline static int32_t get_offset_of_iosTaoKe_3() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___iosTaoKe_3)); } inline bool get_iosTaoKe_3() const { return ___iosTaoKe_3; } inline bool* get_address_of_iosTaoKe_3() { return &___iosTaoKe_3; } inline void set_iosTaoKe_3(bool value) { ___iosTaoKe_3 = value; } inline static int32_t get_offset_of_ReleaseVersion2_4() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ReleaseVersion2_4)); } inline bool get_ReleaseVersion2_4() const { return ___ReleaseVersion2_4; } inline bool* get_address_of_ReleaseVersion2_4() { return &___ReleaseVersion2_4; } inline void set_ReleaseVersion2_4(bool value) { ___ReleaseVersion2_4 = value; } inline static int32_t get_offset_of_SpecialVersion1_5() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___SpecialVersion1_5)); } inline bool get_SpecialVersion1_5() const { return ___SpecialVersion1_5; } inline bool* get_address_of_SpecialVersion1_5() { return &___SpecialVersion1_5; } inline void set_SpecialVersion1_5(bool value) { ___SpecialVersion1_5 = value; } inline static int32_t get_offset_of_needToExamine_6() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___needToExamine_6)); } inline bool get_needToExamine_6() const { return ___needToExamine_6; } inline bool* get_address_of_needToExamine_6() { return &___needToExamine_6; } inline void set_needToExamine_6(bool value) { ___needToExamine_6 = value; } inline static int32_t get_offset_of_isReleaseVersion_7() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___isReleaseVersion_7)); } inline bool get_isReleaseVersion_7() const { return ___isReleaseVersion_7; } inline bool* get_address_of_isReleaseVersion_7() { return &___isReleaseVersion_7; } inline void set_isReleaseVersion_7(bool value) { ___isReleaseVersion_7 = value; } inline static int32_t get_offset_of_devicePlan_8() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___devicePlan_8)); } inline int32_t get_devicePlan_8() const { return ___devicePlan_8; } inline int32_t* get_address_of_devicePlan_8() { return &___devicePlan_8; } inline void set_devicePlan_8(int32_t value) { ___devicePlan_8 = value; } inline static int32_t get_offset_of_ringsPrecision_9() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___ringsPrecision_9)); } inline int32_t get_ringsPrecision_9() const { return ___ringsPrecision_9; } inline int32_t* get_address_of_ringsPrecision_9() { return &___ringsPrecision_9; } inline void set_ringsPrecision_9(int32_t value) { ___ringsPrecision_9 = value; } inline static int32_t get_offset_of_arrowSpeedPrecision_10() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowSpeedPrecision_10)); } inline int32_t get_arrowSpeedPrecision_10() const { return ___arrowSpeedPrecision_10; } inline int32_t* get_address_of_arrowSpeedPrecision_10() { return &___arrowSpeedPrecision_10; } inline void set_arrowSpeedPrecision_10(int32_t value) { ___arrowSpeedPrecision_10 = value; } inline static int32_t get_offset_of_arrowWeight_11() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___arrowWeight_11)); } inline float get_arrowWeight_11() const { return ___arrowWeight_11; } inline float* get_address_of_arrowWeight_11() { return &___arrowWeight_11; } inline void set_arrowWeight_11(float value) { ___arrowWeight_11 = value; } inline static int32_t get_offset_of_serverType_12() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___serverType_12)); } inline int32_t get_serverType_12() const { return ___serverType_12; } inline int32_t* get_address_of_serverType_12() { return &___serverType_12; } inline void set_serverType_12(int32_t value) { ___serverType_12 = value; } inline static int32_t get_offset_of_businessServerWsURL_13() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___businessServerWsURL_13)); } inline String_t* get_businessServerWsURL_13() const { return ___businessServerWsURL_13; } inline String_t** get_address_of_businessServerWsURL_13() { return &___businessServerWsURL_13; } inline void set_businessServerWsURL_13(String_t* value) { ___businessServerWsURL_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___businessServerWsURL_13), (void*)value); } inline static int32_t get_offset_of_gamePKServerWsURL_14() { return static_cast(offsetof(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields, ___gamePKServerWsURL_14)); } inline String_t* get_gamePKServerWsURL_14() const { return ___gamePKServerWsURL_14; } inline String_t** get_address_of_gamePKServerWsURL_14() { return &___gamePKServerWsURL_14; } inline void set_gamePKServerWsURL_14(String_t* value) { ___gamePKServerWsURL_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___gamePKServerWsURL_14), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { public: public: }; // 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.DerNull struct DerNull_t020168AF07318033108544C00C803CD7AEB97239 : public Asn1Null_t5D40C5C3674510061A0C219CEB9849A5EF6492BC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::zeroBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___zeroBytes_3; public: inline static int32_t get_offset_of_zeroBytes_3() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239, ___zeroBytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_zeroBytes_3() const { return ___zeroBytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_zeroBytes_3() { return &___zeroBytes_3; } inline void set_zeroBytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___zeroBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___zeroBytes_3), (void*)value); } }; struct DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerNull::Instance DerNull_t020168AF07318033108544C00C803CD7AEB97239 * ___Instance_2; public: inline static int32_t get_offset_of_Instance_2() { return static_cast(offsetof(DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields, ___Instance_2)); } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 * get_Instance_2() const { return ___Instance_2; } inline DerNull_t020168AF07318033108544C00C803CD7AEB97239 ** get_address_of_Instance_2() { return &___Instance_2; } inline void set_Instance_2(DerNull_t020168AF07318033108544C00C803CD7AEB97239 * value) { ___Instance_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 : public Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 : public Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 { public: public: }; struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::Empty DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields, ___Empty_3)); } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * get_Empty_3() const { return ___Empty_3; } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C : public WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 { 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.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 : public RuntimeObject { public: // System.IntPtr UnityEngine.GUIStyle::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Normal GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_Normal_1; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Hover GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_Hover_2; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Active GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_Active_3; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Focused GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_Focused_4; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnNormal GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_OnNormal_5; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnHover GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_OnHover_6; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnActive GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_OnActive_7; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnFocused GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_OnFocused_8; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Border RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Border_9; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Padding RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Padding_10; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Margin RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Margin_11; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Overflow RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Overflow_12; // System.String UnityEngine.GUIStyle::m_Name String_t* ___m_Name_13; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Normal_1)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_Normal_1() const { return ___m_Normal_1; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_Normal_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Normal_1), (void*)value); } inline static int32_t get_offset_of_m_Hover_2() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Hover_2)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_Hover_2() const { return ___m_Hover_2; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_Hover_2() { return &___m_Hover_2; } inline void set_m_Hover_2(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_Hover_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Hover_2), (void*)value); } inline static int32_t get_offset_of_m_Active_3() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Active_3)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_Active_3() const { return ___m_Active_3; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_Active_3() { return &___m_Active_3; } inline void set_m_Active_3(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_Active_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Active_3), (void*)value); } inline static int32_t get_offset_of_m_Focused_4() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Focused_4)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_Focused_4() const { return ___m_Focused_4; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_Focused_4() { return &___m_Focused_4; } inline void set_m_Focused_4(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_Focused_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Focused_4), (void*)value); } inline static int32_t get_offset_of_m_OnNormal_5() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_OnNormal_5)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_OnNormal_5() const { return ___m_OnNormal_5; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_OnNormal_5() { return &___m_OnNormal_5; } inline void set_m_OnNormal_5(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_OnNormal_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnNormal_5), (void*)value); } inline static int32_t get_offset_of_m_OnHover_6() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_OnHover_6)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_OnHover_6() const { return ___m_OnHover_6; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_OnHover_6() { return &___m_OnHover_6; } inline void set_m_OnHover_6(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_OnHover_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnHover_6), (void*)value); } inline static int32_t get_offset_of_m_OnActive_7() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_OnActive_7)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_OnActive_7() const { return ___m_OnActive_7; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_OnActive_7() { return &___m_OnActive_7; } inline void set_m_OnActive_7(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_OnActive_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnActive_7), (void*)value); } inline static int32_t get_offset_of_m_OnFocused_8() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_OnFocused_8)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_OnFocused_8() const { return ___m_OnFocused_8; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_OnFocused_8() { return &___m_OnFocused_8; } inline void set_m_OnFocused_8(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_OnFocused_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnFocused_8), (void*)value); } inline static int32_t get_offset_of_m_Border_9() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Border_9)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Border_9() const { return ___m_Border_9; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Border_9() { return &___m_Border_9; } inline void set_m_Border_9(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Border_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Border_9), (void*)value); } inline static int32_t get_offset_of_m_Padding_10() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Padding_10)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Padding_10() const { return ___m_Padding_10; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Padding_10() { return &___m_Padding_10; } inline void set_m_Padding_10(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Padding_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Padding_10), (void*)value); } inline static int32_t get_offset_of_m_Margin_11() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Margin_11)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Margin_11() const { return ___m_Margin_11; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Margin_11() { return &___m_Margin_11; } inline void set_m_Margin_11(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Margin_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Margin_11), (void*)value); } inline static int32_t get_offset_of_m_Overflow_12() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Overflow_12)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Overflow_12() const { return ___m_Overflow_12; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Overflow_12() { return &___m_Overflow_12; } inline void set_m_Overflow_12(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Overflow_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Overflow_12), (void*)value); } inline static int32_t get_offset_of_m_Name_13() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Name_13)); } inline String_t* get_m_Name_13() const { return ___m_Name_13; } inline String_t** get_address_of_m_Name_13() { return &___m_Name_13; } inline void set_m_Name_13(String_t* value) { ___m_Name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_13), (void*)value); } }; struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_StaticFields { public: // System.Boolean UnityEngine.GUIStyle::showKeyboardFocus bool ___showKeyboardFocus_14; // UnityEngine.GUIStyle UnityEngine.GUIStyle::s_None GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___s_None_15; public: inline static int32_t get_offset_of_showKeyboardFocus_14() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_StaticFields, ___showKeyboardFocus_14)); } inline bool get_showKeyboardFocus_14() const { return ___showKeyboardFocus_14; } inline bool* get_address_of_showKeyboardFocus_14() { return &___showKeyboardFocus_14; } inline void set_showKeyboardFocus_14(bool value) { ___showKeyboardFocus_14 = value; } inline static int32_t get_offset_of_s_None_15() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_StaticFields, ___s_None_15)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_s_None_15() const { return ___s_None_15; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_s_None_15() { return &___s_None_15; } inline void set_s_None_15(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___s_None_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_None_15), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_pinvoke { intptr_t ___m_Ptr_0; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_Normal_1; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_Hover_2; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_Active_3; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_Focused_4; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_OnNormal_5; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_OnHover_6; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_OnActive_7; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_OnFocused_8; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke ___m_Border_9; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke ___m_Padding_10; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke ___m_Margin_11; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke ___m_Overflow_12; char* ___m_Name_13; }; // Native definition for COM marshalling of UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_com { intptr_t ___m_Ptr_0; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_Normal_1; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_Hover_2; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_Active_3; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_Focused_4; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_OnNormal_5; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_OnHover_6; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_OnActive_7; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_OnFocused_8; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com* ___m_Border_9; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com* ___m_Padding_10; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com* ___m_Margin_11; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com* ___m_Overflow_12; Il2CppChar* ___m_Name_13; }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.GeneralSecurityException struct GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA : public Exception_t { public: public: }; // GlobalData struct GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425 : public RuntimeObject { public: public: }; struct GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields { public: // PKMatchType GlobalData::pkMatchType int32_t ___pkMatchType_0; // System.Int32[] GlobalData::localPK_playerRoleIDs Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___localPK_playerRoleIDs_1; // System.String GlobalData::roomKey String_t* ___roomKey_2; // System.Int32 GlobalData::matchGameType int32_t ___matchGameType_3; // System.Int32 GlobalData::playerIndexInRoom int32_t ___playerIndexInRoom_4; // System.Collections.Generic.List`1 GlobalData::matchPlayerInfos List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * ___matchPlayerInfos_5; public: inline static int32_t get_offset_of_pkMatchType_0() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___pkMatchType_0)); } inline int32_t get_pkMatchType_0() const { return ___pkMatchType_0; } inline int32_t* get_address_of_pkMatchType_0() { return &___pkMatchType_0; } inline void set_pkMatchType_0(int32_t value) { ___pkMatchType_0 = value; } inline static int32_t get_offset_of_localPK_playerRoleIDs_1() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___localPK_playerRoleIDs_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_localPK_playerRoleIDs_1() const { return ___localPK_playerRoleIDs_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_localPK_playerRoleIDs_1() { return &___localPK_playerRoleIDs_1; } inline void set_localPK_playerRoleIDs_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___localPK_playerRoleIDs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___localPK_playerRoleIDs_1), (void*)value); } inline static int32_t get_offset_of_roomKey_2() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___roomKey_2)); } inline String_t* get_roomKey_2() const { return ___roomKey_2; } inline String_t** get_address_of_roomKey_2() { return &___roomKey_2; } inline void set_roomKey_2(String_t* value) { ___roomKey_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___roomKey_2), (void*)value); } inline static int32_t get_offset_of_matchGameType_3() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___matchGameType_3)); } inline int32_t get_matchGameType_3() const { return ___matchGameType_3; } inline int32_t* get_address_of_matchGameType_3() { return &___matchGameType_3; } inline void set_matchGameType_3(int32_t value) { ___matchGameType_3 = value; } inline static int32_t get_offset_of_playerIndexInRoom_4() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___playerIndexInRoom_4)); } inline int32_t get_playerIndexInRoom_4() const { return ___playerIndexInRoom_4; } inline int32_t* get_address_of_playerIndexInRoom_4() { return &___playerIndexInRoom_4; } inline void set_playerIndexInRoom_4(int32_t value) { ___playerIndexInRoom_4 = value; } inline static int32_t get_offset_of_matchPlayerInfos_5() { return static_cast(offsetof(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields, ___matchPlayerInfos_5)); } inline List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * get_matchPlayerInfos_5() const { return ___matchPlayerInfos_5; } inline List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 ** get_address_of_matchPlayerInfos_5() { return &___matchPlayerInfos_5; } inline void set_matchPlayerInfos_5(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * value) { ___matchPlayerInfos_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___matchPlayerInfos_5), (void*)value); } }; // BestHTTP.HTTPManager struct HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD : public RuntimeObject { public: public: }; struct HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields { public: // System.Byte BestHTTP.HTTPManager::maxConnectionPerServer uint8_t ___maxConnectionPerServer_0; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CKeepAliveDefaultValueU3Ek__BackingField_1; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsCachingDisabledU3Ek__BackingField_2; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsCookiesEnabledU3Ek__BackingField_4; // System.UInt32 BestHTTP.HTTPManager::k__BackingField uint32_t ___U3CCookieJarSizeU3Ek__BackingField_5; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CEnablePrivateBrowsingU3Ek__BackingField_6; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectTimeoutU3Ek__BackingField_7; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CRequestTimeoutU3Ek__BackingField_8; // System.Func`1 BestHTTP.HTTPManager::k__BackingField Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * ___U3CRootCacheFolderProviderU3Ek__BackingField_9; // BestHTTP.Proxy BestHTTP.HTTPManager::k__BackingField Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___U3CProxyU3Ek__BackingField_10; // BestHTTP.Extensions.HeartbeatManager BestHTTP.HTTPManager::heartbeats HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * ___heartbeats_11; // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::logger RuntimeObject* ___logger_12; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer BestHTTP.HTTPManager::k__BackingField RuntimeObject* ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider BestHTTP.HTTPManager::k__BackingField RuntimeObject* ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; // System.Func`4 BestHTTP.HTTPManager::k__BackingField Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * ___U3CDefaultCertificationValidatorU3Ek__BackingField_16; // System.Boolean BestHTTP.HTTPManager::TryToMinimizeTCPLatency bool ___TryToMinimizeTCPLatency_17; // System.Int32 BestHTTP.HTTPManager::SendBufferSize int32_t ___SendBufferSize_18; // System.Int32 BestHTTP.HTTPManager::ReceiveBufferSize int32_t ___ReceiveBufferSize_19; // BestHTTP.PlatformSupport.FileSystem.IIOService BestHTTP.HTTPManager::IOService RuntimeObject* ___IOService_20; // System.Int32 BestHTTP.HTTPManager::k__BackingField int32_t ___U3CMaxPathLengthU3Ek__BackingField_21; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPManager::Connections Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * ___Connections_22; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::ActiveConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___ActiveConnections_23; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::FreeConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___FreeConnections_24; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::RecycledConnections List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * ___RecycledConnections_25; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::RequestQueue List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * ___RequestQueue_26; // System.Boolean BestHTTP.HTTPManager::IsCallingCallbacks bool ___IsCallingCallbacks_27; // System.Object BestHTTP.HTTPManager::Locker RuntimeObject * ___Locker_28; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CIsQuittingU3Ek__BackingField_29; public: inline static int32_t get_offset_of_maxConnectionPerServer_0() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___maxConnectionPerServer_0)); } inline uint8_t get_maxConnectionPerServer_0() const { return ___maxConnectionPerServer_0; } inline uint8_t* get_address_of_maxConnectionPerServer_0() { return &___maxConnectionPerServer_0; } inline void set_maxConnectionPerServer_0(uint8_t value) { ___maxConnectionPerServer_0 = value; } inline static int32_t get_offset_of_U3CKeepAliveDefaultValueU3Ek__BackingField_1() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CKeepAliveDefaultValueU3Ek__BackingField_1)); } inline bool get_U3CKeepAliveDefaultValueU3Ek__BackingField_1() const { return ___U3CKeepAliveDefaultValueU3Ek__BackingField_1; } inline bool* get_address_of_U3CKeepAliveDefaultValueU3Ek__BackingField_1() { return &___U3CKeepAliveDefaultValueU3Ek__BackingField_1; } inline void set_U3CKeepAliveDefaultValueU3Ek__BackingField_1(bool value) { ___U3CKeepAliveDefaultValueU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsCachingDisabledU3Ek__BackingField_2() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsCachingDisabledU3Ek__BackingField_2)); } inline bool get_U3CIsCachingDisabledU3Ek__BackingField_2() const { return ___U3CIsCachingDisabledU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsCachingDisabledU3Ek__BackingField_2() { return &___U3CIsCachingDisabledU3Ek__BackingField_2; } inline void set_U3CIsCachingDisabledU3Ek__BackingField_2(bool value) { ___U3CIsCachingDisabledU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() const { return ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CMaxConnectionIdleTimeU3Ek__BackingField_3() { return &___U3CMaxConnectionIdleTimeU3Ek__BackingField_3; } inline void set_U3CMaxConnectionIdleTimeU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CMaxConnectionIdleTimeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CIsCookiesEnabledU3Ek__BackingField_4() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsCookiesEnabledU3Ek__BackingField_4)); } inline bool get_U3CIsCookiesEnabledU3Ek__BackingField_4() const { return ___U3CIsCookiesEnabledU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsCookiesEnabledU3Ek__BackingField_4() { return &___U3CIsCookiesEnabledU3Ek__BackingField_4; } inline void set_U3CIsCookiesEnabledU3Ek__BackingField_4(bool value) { ___U3CIsCookiesEnabledU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CCookieJarSizeU3Ek__BackingField_5() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CCookieJarSizeU3Ek__BackingField_5)); } inline uint32_t get_U3CCookieJarSizeU3Ek__BackingField_5() const { return ___U3CCookieJarSizeU3Ek__BackingField_5; } inline uint32_t* get_address_of_U3CCookieJarSizeU3Ek__BackingField_5() { return &___U3CCookieJarSizeU3Ek__BackingField_5; } inline void set_U3CCookieJarSizeU3Ek__BackingField_5(uint32_t value) { ___U3CCookieJarSizeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CEnablePrivateBrowsingU3Ek__BackingField_6() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CEnablePrivateBrowsingU3Ek__BackingField_6)); } inline bool get_U3CEnablePrivateBrowsingU3Ek__BackingField_6() const { return ___U3CEnablePrivateBrowsingU3Ek__BackingField_6; } inline bool* get_address_of_U3CEnablePrivateBrowsingU3Ek__BackingField_6() { return &___U3CEnablePrivateBrowsingU3Ek__BackingField_6; } inline void set_U3CEnablePrivateBrowsingU3Ek__BackingField_6(bool value) { ___U3CEnablePrivateBrowsingU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_7() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CConnectTimeoutU3Ek__BackingField_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectTimeoutU3Ek__BackingField_7() const { return ___U3CConnectTimeoutU3Ek__BackingField_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_7() { return &___U3CConnectTimeoutU3Ek__BackingField_7; } inline void set_U3CConnectTimeoutU3Ek__BackingField_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectTimeoutU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CRequestTimeoutU3Ek__BackingField_8() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CRequestTimeoutU3Ek__BackingField_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CRequestTimeoutU3Ek__BackingField_8() const { return ___U3CRequestTimeoutU3Ek__BackingField_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CRequestTimeoutU3Ek__BackingField_8() { return &___U3CRequestTimeoutU3Ek__BackingField_8; } inline void set_U3CRequestTimeoutU3Ek__BackingField_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CRequestTimeoutU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CRootCacheFolderProviderU3Ek__BackingField_9() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CRootCacheFolderProviderU3Ek__BackingField_9)); } inline Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * get_U3CRootCacheFolderProviderU3Ek__BackingField_9() const { return ___U3CRootCacheFolderProviderU3Ek__BackingField_9; } inline Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 ** get_address_of_U3CRootCacheFolderProviderU3Ek__BackingField_9() { return &___U3CRootCacheFolderProviderU3Ek__BackingField_9; } inline void set_U3CRootCacheFolderProviderU3Ek__BackingField_9(Func_1_t2F3325DADD1F420568A48646BFC825E9F29472B1 * value) { ___U3CRootCacheFolderProviderU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRootCacheFolderProviderU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CProxyU3Ek__BackingField_10() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CProxyU3Ek__BackingField_10)); } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * get_U3CProxyU3Ek__BackingField_10() const { return ___U3CProxyU3Ek__BackingField_10; } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 ** get_address_of_U3CProxyU3Ek__BackingField_10() { return &___U3CProxyU3Ek__BackingField_10; } inline void set_U3CProxyU3Ek__BackingField_10(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * value) { ___U3CProxyU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_heartbeats_11() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___heartbeats_11)); } inline HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * get_heartbeats_11() const { return ___heartbeats_11; } inline HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E ** get_address_of_heartbeats_11() { return &___heartbeats_11; } inline void set_heartbeats_11(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * value) { ___heartbeats_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___heartbeats_11), (void*)value); } inline static int32_t get_offset_of_logger_12() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___logger_12)); } inline RuntimeObject* get_logger_12() const { return ___logger_12; } inline RuntimeObject** get_address_of_logger_12() { return &___logger_12; } inline void set_logger_12(RuntimeObject* value) { ___logger_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___logger_12), (void*)value); } inline static int32_t get_offset_of_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13)); } inline RuntimeObject* get_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() const { return ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; } inline RuntimeObject** get_address_of_U3CDefaultCertificateVerifyerU3Ek__BackingField_13() { return &___U3CDefaultCertificateVerifyerU3Ek__BackingField_13; } inline void set_U3CDefaultCertificateVerifyerU3Ek__BackingField_13(RuntimeObject* value) { ___U3CDefaultCertificateVerifyerU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultCertificateVerifyerU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14)); } inline RuntimeObject* get_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() const { return ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; } inline RuntimeObject** get_address_of_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14() { return &___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14; } inline void set_U3CDefaultClientCredentialsProviderU3Ek__BackingField_14(RuntimeObject* value) { ___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultClientCredentialsProviderU3Ek__BackingField_14), (void*)value); } inline static int32_t get_offset_of_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15)); } inline bool get_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() const { return ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; } inline bool* get_address_of_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15() { return &___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15; } inline void set_U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15(bool value) { ___U3CUseAlternateSSLDefaultValueU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CDefaultCertificationValidatorU3Ek__BackingField_16() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CDefaultCertificationValidatorU3Ek__BackingField_16)); } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * get_U3CDefaultCertificationValidatorU3Ek__BackingField_16() const { return ___U3CDefaultCertificationValidatorU3Ek__BackingField_16; } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 ** get_address_of_U3CDefaultCertificationValidatorU3Ek__BackingField_16() { return &___U3CDefaultCertificationValidatorU3Ek__BackingField_16; } inline void set_U3CDefaultCertificationValidatorU3Ek__BackingField_16(Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * value) { ___U3CDefaultCertificationValidatorU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultCertificationValidatorU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_TryToMinimizeTCPLatency_17() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___TryToMinimizeTCPLatency_17)); } inline bool get_TryToMinimizeTCPLatency_17() const { return ___TryToMinimizeTCPLatency_17; } inline bool* get_address_of_TryToMinimizeTCPLatency_17() { return &___TryToMinimizeTCPLatency_17; } inline void set_TryToMinimizeTCPLatency_17(bool value) { ___TryToMinimizeTCPLatency_17 = value; } inline static int32_t get_offset_of_SendBufferSize_18() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___SendBufferSize_18)); } inline int32_t get_SendBufferSize_18() const { return ___SendBufferSize_18; } inline int32_t* get_address_of_SendBufferSize_18() { return &___SendBufferSize_18; } inline void set_SendBufferSize_18(int32_t value) { ___SendBufferSize_18 = value; } inline static int32_t get_offset_of_ReceiveBufferSize_19() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___ReceiveBufferSize_19)); } inline int32_t get_ReceiveBufferSize_19() const { return ___ReceiveBufferSize_19; } inline int32_t* get_address_of_ReceiveBufferSize_19() { return &___ReceiveBufferSize_19; } inline void set_ReceiveBufferSize_19(int32_t value) { ___ReceiveBufferSize_19 = value; } inline static int32_t get_offset_of_IOService_20() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___IOService_20)); } inline RuntimeObject* get_IOService_20() const { return ___IOService_20; } inline RuntimeObject** get_address_of_IOService_20() { return &___IOService_20; } inline void set_IOService_20(RuntimeObject* value) { ___IOService_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___IOService_20), (void*)value); } inline static int32_t get_offset_of_U3CMaxPathLengthU3Ek__BackingField_21() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CMaxPathLengthU3Ek__BackingField_21)); } inline int32_t get_U3CMaxPathLengthU3Ek__BackingField_21() const { return ___U3CMaxPathLengthU3Ek__BackingField_21; } inline int32_t* get_address_of_U3CMaxPathLengthU3Ek__BackingField_21() { return &___U3CMaxPathLengthU3Ek__BackingField_21; } inline void set_U3CMaxPathLengthU3Ek__BackingField_21(int32_t value) { ___U3CMaxPathLengthU3Ek__BackingField_21 = value; } inline static int32_t get_offset_of_Connections_22() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___Connections_22)); } inline Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * get_Connections_22() const { return ___Connections_22; } inline Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 ** get_address_of_Connections_22() { return &___Connections_22; } inline void set_Connections_22(Dictionary_2_t3CA977FBCA3158664D7AB53A25D36155F805ABB3 * value) { ___Connections_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___Connections_22), (void*)value); } inline static int32_t get_offset_of_ActiveConnections_23() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___ActiveConnections_23)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_ActiveConnections_23() const { return ___ActiveConnections_23; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_ActiveConnections_23() { return &___ActiveConnections_23; } inline void set_ActiveConnections_23(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___ActiveConnections_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___ActiveConnections_23), (void*)value); } inline static int32_t get_offset_of_FreeConnections_24() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___FreeConnections_24)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_FreeConnections_24() const { return ___FreeConnections_24; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_FreeConnections_24() { return &___FreeConnections_24; } inline void set_FreeConnections_24(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___FreeConnections_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreeConnections_24), (void*)value); } inline static int32_t get_offset_of_RecycledConnections_25() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___RecycledConnections_25)); } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * get_RecycledConnections_25() const { return ___RecycledConnections_25; } inline List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 ** get_address_of_RecycledConnections_25() { return &___RecycledConnections_25; } inline void set_RecycledConnections_25(List_1_t0DB1C0A58B442F90F8A61BBD77B8A7B61715B836 * value) { ___RecycledConnections_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RecycledConnections_25), (void*)value); } inline static int32_t get_offset_of_RequestQueue_26() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___RequestQueue_26)); } inline List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * get_RequestQueue_26() const { return ___RequestQueue_26; } inline List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 ** get_address_of_RequestQueue_26() { return &___RequestQueue_26; } inline void set_RequestQueue_26(List_1_t406EC705E72137D2240DC7D4E2B21A200546B181 * value) { ___RequestQueue_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___RequestQueue_26), (void*)value); } inline static int32_t get_offset_of_IsCallingCallbacks_27() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___IsCallingCallbacks_27)); } inline bool get_IsCallingCallbacks_27() const { return ___IsCallingCallbacks_27; } inline bool* get_address_of_IsCallingCallbacks_27() { return &___IsCallingCallbacks_27; } inline void set_IsCallingCallbacks_27(bool value) { ___IsCallingCallbacks_27 = value; } inline static int32_t get_offset_of_Locker_28() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___Locker_28)); } inline RuntimeObject * get_Locker_28() const { return ___Locker_28; } inline RuntimeObject ** get_address_of_Locker_28() { return &___Locker_28; } inline void set_Locker_28(RuntimeObject * value) { ___Locker_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___Locker_28), (void*)value); } inline static int32_t get_offset_of_U3CIsQuittingU3Ek__BackingField_29() { return static_cast(offsetof(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields, ___U3CIsQuittingU3Ek__BackingField_29)); } inline bool get_U3CIsQuittingU3Ek__BackingField_29() const { return ___U3CIsQuittingU3Ek__BackingField_29; } inline bool* get_address_of_U3CIsQuittingU3Ek__BackingField_29() { return &___U3CIsQuittingU3Ek__BackingField_29; } inline void set_U3CIsQuittingU3Ek__BackingField_29(bool value) { ___U3CIsQuittingU3Ek__BackingField_29 = value; } }; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 : public RuntimeObject { public: // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_3; // BestHTTP.HTTPMethods BestHTTP.HTTPRequest::k__BackingField uint8_t ___U3CMethodTypeU3Ek__BackingField_4; // System.Byte[] BestHTTP.HTTPRequest::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CRawDataU3Ek__BackingField_5; // System.IO.Stream BestHTTP.HTTPRequest::k__BackingField Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___U3CUploadStreamU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisposeUploadStreamU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseUploadStreamLengthU3Ek__BackingField_8; // BestHTTP.OnUploadProgressDelegate BestHTTP.HTTPRequest::OnUploadProgress OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * ___OnUploadProgress_9; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::k__BackingField OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___U3CCallbackU3Ek__BackingField_11; // BestHTTP.OnDownloadProgressDelegate BestHTTP.HTTPRequest::OnProgress OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * ___OnProgress_12; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::OnUpgraded OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___OnUpgraded_13; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisableRetryU3Ek__BackingField_14; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsRedirectedU3Ek__BackingField_15; // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CRedirectUriU3Ek__BackingField_16; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CResponseU3Ek__BackingField_17; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CProxyResponseU3Ek__BackingField_18; // System.Exception BestHTTP.HTTPRequest::k__BackingField Exception_t * ___U3CExceptionU3Ek__BackingField_19; // System.Object BestHTTP.HTTPRequest::k__BackingField RuntimeObject * ___U3CTagU3Ek__BackingField_20; // BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::k__BackingField Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___U3CCredentialsU3Ek__BackingField_21; // BestHTTP.Proxy BestHTTP.HTTPRequest::k__BackingField Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___U3CProxyU3Ek__BackingField_22; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxRedirectsU3Ek__BackingField_23; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseAlternateSSLU3Ek__BackingField_24; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsCookiesEnabledU3Ek__BackingField_25; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::customCookies List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___customCookies_26; // BestHTTP.Forms.HTTPFormUsage BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CFormUsageU3Ek__BackingField_27; // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CStateU3Ek__BackingField_28; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CRedirectCountU3Ek__BackingField_29; // System.Func`4 BestHTTP.HTTPRequest::CustomCertificationValidator Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * ___CustomCertificationValidator_30; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectTimeoutU3Ek__BackingField_31; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CTimeoutU3Ek__BackingField_32; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CPriorityU3Ek__BackingField_35; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CCustomTLSServerNameListU3Ek__BackingField_38; // BestHTTP.SupportedProtocols BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CProtocolHandlerU3Ek__BackingField_39; // BestHTTP.OnBeforeRedirectionDelegate BestHTTP.HTTPRequest::onBeforeRedirection OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * ___onBeforeRedirection_40; // BestHTTP.OnBeforeHeaderSendDelegate BestHTTP.HTTPRequest::_onBeforeHeaderSend OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * ____onBeforeHeaderSend_41; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadedU3Ek__BackingField_43; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadLengthU3Ek__BackingField_44; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDownloadProgressChangedU3Ek__BackingField_45; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadedU3Ek__BackingField_46; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadLengthU3Ek__BackingField_47; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUploadProgressChangedU3Ek__BackingField_48; // System.Boolean BestHTTP.HTTPRequest::isKeepAlive bool ___isKeepAlive_49; // System.Boolean BestHTTP.HTTPRequest::disableCache bool ___disableCache_50; // System.Boolean BestHTTP.HTTPRequest::cacheOnly bool ___cacheOnly_51; // System.Int32 BestHTTP.HTTPRequest::streamFragmentSize int32_t ___streamFragmentSize_52; // System.Boolean BestHTTP.HTTPRequest::useStreaming bool ___useStreaming_53; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPRequest::k__BackingField Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___U3CHeadersU3Ek__BackingField_54; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FieldCollector HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FieldCollector_55; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FormImpl HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FormImpl_56; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_3() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUriU3Ek__BackingField_3)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_3() const { return ___U3CUriU3Ek__BackingField_3; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_3() { return &___U3CUriU3Ek__BackingField_3; } inline void set_U3CUriU3Ek__BackingField_3(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CMethodTypeU3Ek__BackingField_4() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMethodTypeU3Ek__BackingField_4)); } inline uint8_t get_U3CMethodTypeU3Ek__BackingField_4() const { return ___U3CMethodTypeU3Ek__BackingField_4; } inline uint8_t* get_address_of_U3CMethodTypeU3Ek__BackingField_4() { return &___U3CMethodTypeU3Ek__BackingField_4; } inline void set_U3CMethodTypeU3Ek__BackingField_4(uint8_t value) { ___U3CMethodTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRawDataU3Ek__BackingField_5() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRawDataU3Ek__BackingField_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CRawDataU3Ek__BackingField_5() const { return ___U3CRawDataU3Ek__BackingField_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CRawDataU3Ek__BackingField_5() { return &___U3CRawDataU3Ek__BackingField_5; } inline void set_U3CRawDataU3Ek__BackingField_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CRawDataU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRawDataU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CUploadStreamU3Ek__BackingField_6() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadStreamU3Ek__BackingField_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_U3CUploadStreamU3Ek__BackingField_6() const { return ___U3CUploadStreamU3Ek__BackingField_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_U3CUploadStreamU3Ek__BackingField_6() { return &___U3CUploadStreamU3Ek__BackingField_6; } inline void set_U3CUploadStreamU3Ek__BackingField_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___U3CUploadStreamU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUploadStreamU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisposeUploadStreamU3Ek__BackingField_7)); } inline bool get_U3CDisposeUploadStreamU3Ek__BackingField_7() const { return ___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline bool* get_address_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return &___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline void set_U3CDisposeUploadStreamU3Ek__BackingField_7(bool value) { ___U3CDisposeUploadStreamU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseUploadStreamLengthU3Ek__BackingField_8)); } inline bool get_U3CUseUploadStreamLengthU3Ek__BackingField_8() const { return ___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline bool* get_address_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return &___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline void set_U3CUseUploadStreamLengthU3Ek__BackingField_8(bool value) { ___U3CUseUploadStreamLengthU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_OnUploadProgress_9() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUploadProgress_9)); } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * get_OnUploadProgress_9() const { return ___OnUploadProgress_9; } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D ** get_address_of_OnUploadProgress_9() { return &___OnUploadProgress_9; } inline void set_OnUploadProgress_9(OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * value) { ___OnUploadProgress_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUploadProgress_9), (void*)value); } inline static int32_t get_offset_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10)); } inline int32_t get_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() const { return ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return &___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline void set_U3CMaxFragmentQueueLengthU3Ek__BackingField_10(int32_t value) { ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CCallbackU3Ek__BackingField_11() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCallbackU3Ek__BackingField_11)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_U3CCallbackU3Ek__BackingField_11() const { return ___U3CCallbackU3Ek__BackingField_11; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_U3CCallbackU3Ek__BackingField_11() { return &___U3CCallbackU3Ek__BackingField_11; } inline void set_U3CCallbackU3Ek__BackingField_11(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___U3CCallbackU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCallbackU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_OnProgress_12() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnProgress_12)); } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * get_OnProgress_12() const { return ___OnProgress_12; } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 ** get_address_of_OnProgress_12() { return &___OnProgress_12; } inline void set_OnProgress_12(OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * value) { ___OnProgress_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnProgress_12), (void*)value); } inline static int32_t get_offset_of_OnUpgraded_13() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUpgraded_13)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_OnUpgraded_13() const { return ___OnUpgraded_13; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_OnUpgraded_13() { return &___OnUpgraded_13; } inline void set_OnUpgraded_13(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___OnUpgraded_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUpgraded_13), (void*)value); } inline static int32_t get_offset_of_U3CDisableRetryU3Ek__BackingField_14() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisableRetryU3Ek__BackingField_14)); } inline bool get_U3CDisableRetryU3Ek__BackingField_14() const { return ___U3CDisableRetryU3Ek__BackingField_14; } inline bool* get_address_of_U3CDisableRetryU3Ek__BackingField_14() { return &___U3CDisableRetryU3Ek__BackingField_14; } inline void set_U3CDisableRetryU3Ek__BackingField_14(bool value) { ___U3CDisableRetryU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CIsRedirectedU3Ek__BackingField_15() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsRedirectedU3Ek__BackingField_15)); } inline bool get_U3CIsRedirectedU3Ek__BackingField_15() const { return ___U3CIsRedirectedU3Ek__BackingField_15; } inline bool* get_address_of_U3CIsRedirectedU3Ek__BackingField_15() { return &___U3CIsRedirectedU3Ek__BackingField_15; } inline void set_U3CIsRedirectedU3Ek__BackingField_15(bool value) { ___U3CIsRedirectedU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CRedirectUriU3Ek__BackingField_16() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectUriU3Ek__BackingField_16)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CRedirectUriU3Ek__BackingField_16() const { return ___U3CRedirectUriU3Ek__BackingField_16; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CRedirectUriU3Ek__BackingField_16() { return &___U3CRedirectUriU3Ek__BackingField_16; } inline void set_U3CRedirectUriU3Ek__BackingField_16(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CRedirectUriU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRedirectUriU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_U3CResponseU3Ek__BackingField_17() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CResponseU3Ek__BackingField_17)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CResponseU3Ek__BackingField_17() const { return ___U3CResponseU3Ek__BackingField_17; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CResponseU3Ek__BackingField_17() { return &___U3CResponseU3Ek__BackingField_17; } inline void set_U3CResponseU3Ek__BackingField_17(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CResponseU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResponseU3Ek__BackingField_17), (void*)value); } inline static int32_t get_offset_of_U3CProxyResponseU3Ek__BackingField_18() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyResponseU3Ek__BackingField_18)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CProxyResponseU3Ek__BackingField_18() const { return ___U3CProxyResponseU3Ek__BackingField_18; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CProxyResponseU3Ek__BackingField_18() { return &___U3CProxyResponseU3Ek__BackingField_18; } inline void set_U3CProxyResponseU3Ek__BackingField_18(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CProxyResponseU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyResponseU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CExceptionU3Ek__BackingField_19() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CExceptionU3Ek__BackingField_19)); } inline Exception_t * get_U3CExceptionU3Ek__BackingField_19() const { return ___U3CExceptionU3Ek__BackingField_19; } inline Exception_t ** get_address_of_U3CExceptionU3Ek__BackingField_19() { return &___U3CExceptionU3Ek__BackingField_19; } inline void set_U3CExceptionU3Ek__BackingField_19(Exception_t * value) { ___U3CExceptionU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExceptionU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CTagU3Ek__BackingField_20() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTagU3Ek__BackingField_20)); } inline RuntimeObject * get_U3CTagU3Ek__BackingField_20() const { return ___U3CTagU3Ek__BackingField_20; } inline RuntimeObject ** get_address_of_U3CTagU3Ek__BackingField_20() { return &___U3CTagU3Ek__BackingField_20; } inline void set_U3CTagU3Ek__BackingField_20(RuntimeObject * value) { ___U3CTagU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTagU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_21() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCredentialsU3Ek__BackingField_21)); } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * get_U3CCredentialsU3Ek__BackingField_21() const { return ___U3CCredentialsU3Ek__BackingField_21; } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 ** get_address_of_U3CCredentialsU3Ek__BackingField_21() { return &___U3CCredentialsU3Ek__BackingField_21; } inline void set_U3CCredentialsU3Ek__BackingField_21(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * value) { ___U3CCredentialsU3Ek__BackingField_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_21), (void*)value); } inline static int32_t get_offset_of_U3CProxyU3Ek__BackingField_22() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyU3Ek__BackingField_22)); } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * get_U3CProxyU3Ek__BackingField_22() const { return ___U3CProxyU3Ek__BackingField_22; } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 ** get_address_of_U3CProxyU3Ek__BackingField_22() { return &___U3CProxyU3Ek__BackingField_22; } inline void set_U3CProxyU3Ek__BackingField_22(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * value) { ___U3CProxyU3Ek__BackingField_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyU3Ek__BackingField_22), (void*)value); } inline static int32_t get_offset_of_U3CMaxRedirectsU3Ek__BackingField_23() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxRedirectsU3Ek__BackingField_23)); } inline int32_t get_U3CMaxRedirectsU3Ek__BackingField_23() const { return ___U3CMaxRedirectsU3Ek__BackingField_23; } inline int32_t* get_address_of_U3CMaxRedirectsU3Ek__BackingField_23() { return &___U3CMaxRedirectsU3Ek__BackingField_23; } inline void set_U3CMaxRedirectsU3Ek__BackingField_23(int32_t value) { ___U3CMaxRedirectsU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseAlternateSSLU3Ek__BackingField_24)); } inline bool get_U3CUseAlternateSSLU3Ek__BackingField_24() const { return ___U3CUseAlternateSSLU3Ek__BackingField_24; } inline bool* get_address_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return &___U3CUseAlternateSSLU3Ek__BackingField_24; } inline void set_U3CUseAlternateSSLU3Ek__BackingField_24(bool value) { ___U3CUseAlternateSSLU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsCookiesEnabledU3Ek__BackingField_25)); } inline bool get_U3CIsCookiesEnabledU3Ek__BackingField_25() const { return ___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline bool* get_address_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return &___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline void set_U3CIsCookiesEnabledU3Ek__BackingField_25(bool value) { ___U3CIsCookiesEnabledU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_customCookies_26() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___customCookies_26)); } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * get_customCookies_26() const { return ___customCookies_26; } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 ** get_address_of_customCookies_26() { return &___customCookies_26; } inline void set_customCookies_26(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * value) { ___customCookies_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCookies_26), (void*)value); } inline static int32_t get_offset_of_U3CFormUsageU3Ek__BackingField_27() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CFormUsageU3Ek__BackingField_27)); } inline int32_t get_U3CFormUsageU3Ek__BackingField_27() const { return ___U3CFormUsageU3Ek__BackingField_27; } inline int32_t* get_address_of_U3CFormUsageU3Ek__BackingField_27() { return &___U3CFormUsageU3Ek__BackingField_27; } inline void set_U3CFormUsageU3Ek__BackingField_27(int32_t value) { ___U3CFormUsageU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_28() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CStateU3Ek__BackingField_28)); } inline int32_t get_U3CStateU3Ek__BackingField_28() const { return ___U3CStateU3Ek__BackingField_28; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_28() { return &___U3CStateU3Ek__BackingField_28; } inline void set_U3CStateU3Ek__BackingField_28(int32_t value) { ___U3CStateU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_29() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectCountU3Ek__BackingField_29)); } inline int32_t get_U3CRedirectCountU3Ek__BackingField_29() const { return ___U3CRedirectCountU3Ek__BackingField_29; } inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_29() { return &___U3CRedirectCountU3Ek__BackingField_29; } inline void set_U3CRedirectCountU3Ek__BackingField_29(int32_t value) { ___U3CRedirectCountU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_CustomCertificationValidator_30() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___CustomCertificationValidator_30)); } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * get_CustomCertificationValidator_30() const { return ___CustomCertificationValidator_30; } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 ** get_address_of_CustomCertificationValidator_30() { return &___CustomCertificationValidator_30; } inline void set_CustomCertificationValidator_30(Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * value) { ___CustomCertificationValidator_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___CustomCertificationValidator_30), (void*)value); } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_31() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CConnectTimeoutU3Ek__BackingField_31)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectTimeoutU3Ek__BackingField_31() const { return ___U3CConnectTimeoutU3Ek__BackingField_31; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_31() { return &___U3CConnectTimeoutU3Ek__BackingField_31; } inline void set_U3CConnectTimeoutU3Ek__BackingField_31(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectTimeoutU3Ek__BackingField_31 = value; } inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_32() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTimeoutU3Ek__BackingField_32)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CTimeoutU3Ek__BackingField_32() const { return ___U3CTimeoutU3Ek__BackingField_32; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CTimeoutU3Ek__BackingField_32() { return &___U3CTimeoutU3Ek__BackingField_32; } inline void set_U3CTimeoutU3Ek__BackingField_32(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CTimeoutU3Ek__BackingField_32 = value; } inline static int32_t get_offset_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableTimoutForStreamingU3Ek__BackingField_33)); } inline bool get_U3CEnableTimoutForStreamingU3Ek__BackingField_33() const { return ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline bool* get_address_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return &___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline void set_U3CEnableTimoutForStreamingU3Ek__BackingField_33(bool value) { ___U3CEnableTimoutForStreamingU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34)); } inline bool get_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() const { return ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline bool* get_address_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return &___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline void set_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34(bool value) { ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CPriorityU3Ek__BackingField_35() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CPriorityU3Ek__BackingField_35)); } inline int32_t get_U3CPriorityU3Ek__BackingField_35() const { return ___U3CPriorityU3Ek__BackingField_35; } inline int32_t* get_address_of_U3CPriorityU3Ek__BackingField_35() { return &___U3CPriorityU3Ek__BackingField_35; } inline void set_U3CPriorityU3Ek__BackingField_35(int32_t value) { ___U3CPriorityU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomCertificateVerifyerU3Ek__BackingField_36)); } inline RuntimeObject* get_U3CCustomCertificateVerifyerU3Ek__BackingField_36() const { return ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline RuntimeObject** get_address_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return &___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline void set_U3CCustomCertificateVerifyerU3Ek__BackingField_36(RuntimeObject* value) { ___U3CCustomCertificateVerifyerU3Ek__BackingField_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomCertificateVerifyerU3Ek__BackingField_36), (void*)value); } inline static int32_t get_offset_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37)); } inline RuntimeObject* get_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() const { return ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline RuntimeObject** get_address_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return &___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline void set_U3CCustomClientCredentialsProviderU3Ek__BackingField_37(RuntimeObject* value) { ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomClientCredentialsProviderU3Ek__BackingField_37), (void*)value); } inline static int32_t get_offset_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomTLSServerNameListU3Ek__BackingField_38)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CCustomTLSServerNameListU3Ek__BackingField_38() const { return ___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return &___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline void set_U3CCustomTLSServerNameListU3Ek__BackingField_38(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CCustomTLSServerNameListU3Ek__BackingField_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomTLSServerNameListU3Ek__BackingField_38), (void*)value); } inline static int32_t get_offset_of_U3CProtocolHandlerU3Ek__BackingField_39() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProtocolHandlerU3Ek__BackingField_39)); } inline int32_t get_U3CProtocolHandlerU3Ek__BackingField_39() const { return ___U3CProtocolHandlerU3Ek__BackingField_39; } inline int32_t* get_address_of_U3CProtocolHandlerU3Ek__BackingField_39() { return &___U3CProtocolHandlerU3Ek__BackingField_39; } inline void set_U3CProtocolHandlerU3Ek__BackingField_39(int32_t value) { ___U3CProtocolHandlerU3Ek__BackingField_39 = value; } inline static int32_t get_offset_of_onBeforeRedirection_40() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___onBeforeRedirection_40)); } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * get_onBeforeRedirection_40() const { return ___onBeforeRedirection_40; } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 ** get_address_of_onBeforeRedirection_40() { return &___onBeforeRedirection_40; } inline void set_onBeforeRedirection_40(OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * value) { ___onBeforeRedirection_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBeforeRedirection_40), (void*)value); } inline static int32_t get_offset_of__onBeforeHeaderSend_41() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ____onBeforeHeaderSend_41)); } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * get__onBeforeHeaderSend_41() const { return ____onBeforeHeaderSend_41; } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F ** get_address_of__onBeforeHeaderSend_41() { return &____onBeforeHeaderSend_41; } inline void set__onBeforeHeaderSend_41(OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * value) { ____onBeforeHeaderSend_41 = value; Il2CppCodeGenWriteBarrier((void**)(&____onBeforeHeaderSend_41), (void*)value); } inline static int32_t get_offset_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42)); } inline bool get_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() const { return ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline bool* get_address_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return &___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline void set_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42(bool value) { ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42 = value; } inline static int32_t get_offset_of_U3CDownloadedU3Ek__BackingField_43() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadedU3Ek__BackingField_43)); } inline int64_t get_U3CDownloadedU3Ek__BackingField_43() const { return ___U3CDownloadedU3Ek__BackingField_43; } inline int64_t* get_address_of_U3CDownloadedU3Ek__BackingField_43() { return &___U3CDownloadedU3Ek__BackingField_43; } inline void set_U3CDownloadedU3Ek__BackingField_43(int64_t value) { ___U3CDownloadedU3Ek__BackingField_43 = value; } inline static int32_t get_offset_of_U3CDownloadLengthU3Ek__BackingField_44() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadLengthU3Ek__BackingField_44)); } inline int64_t get_U3CDownloadLengthU3Ek__BackingField_44() const { return ___U3CDownloadLengthU3Ek__BackingField_44; } inline int64_t* get_address_of_U3CDownloadLengthU3Ek__BackingField_44() { return &___U3CDownloadLengthU3Ek__BackingField_44; } inline void set_U3CDownloadLengthU3Ek__BackingField_44(int64_t value) { ___U3CDownloadLengthU3Ek__BackingField_44 = value; } inline static int32_t get_offset_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadProgressChangedU3Ek__BackingField_45)); } inline bool get_U3CDownloadProgressChangedU3Ek__BackingField_45() const { return ___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline bool* get_address_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return &___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline void set_U3CDownloadProgressChangedU3Ek__BackingField_45(bool value) { ___U3CDownloadProgressChangedU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_U3CUploadedU3Ek__BackingField_46() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadedU3Ek__BackingField_46)); } inline int64_t get_U3CUploadedU3Ek__BackingField_46() const { return ___U3CUploadedU3Ek__BackingField_46; } inline int64_t* get_address_of_U3CUploadedU3Ek__BackingField_46() { return &___U3CUploadedU3Ek__BackingField_46; } inline void set_U3CUploadedU3Ek__BackingField_46(int64_t value) { ___U3CUploadedU3Ek__BackingField_46 = value; } inline static int32_t get_offset_of_U3CUploadLengthU3Ek__BackingField_47() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadLengthU3Ek__BackingField_47)); } inline int64_t get_U3CUploadLengthU3Ek__BackingField_47() const { return ___U3CUploadLengthU3Ek__BackingField_47; } inline int64_t* get_address_of_U3CUploadLengthU3Ek__BackingField_47() { return &___U3CUploadLengthU3Ek__BackingField_47; } inline void set_U3CUploadLengthU3Ek__BackingField_47(int64_t value) { ___U3CUploadLengthU3Ek__BackingField_47 = value; } inline static int32_t get_offset_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadProgressChangedU3Ek__BackingField_48)); } inline bool get_U3CUploadProgressChangedU3Ek__BackingField_48() const { return ___U3CUploadProgressChangedU3Ek__BackingField_48; } inline bool* get_address_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return &___U3CUploadProgressChangedU3Ek__BackingField_48; } inline void set_U3CUploadProgressChangedU3Ek__BackingField_48(bool value) { ___U3CUploadProgressChangedU3Ek__BackingField_48 = value; } inline static int32_t get_offset_of_isKeepAlive_49() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___isKeepAlive_49)); } inline bool get_isKeepAlive_49() const { return ___isKeepAlive_49; } inline bool* get_address_of_isKeepAlive_49() { return &___isKeepAlive_49; } inline void set_isKeepAlive_49(bool value) { ___isKeepAlive_49 = value; } inline static int32_t get_offset_of_disableCache_50() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___disableCache_50)); } inline bool get_disableCache_50() const { return ___disableCache_50; } inline bool* get_address_of_disableCache_50() { return &___disableCache_50; } inline void set_disableCache_50(bool value) { ___disableCache_50 = value; } inline static int32_t get_offset_of_cacheOnly_51() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___cacheOnly_51)); } inline bool get_cacheOnly_51() const { return ___cacheOnly_51; } inline bool* get_address_of_cacheOnly_51() { return &___cacheOnly_51; } inline void set_cacheOnly_51(bool value) { ___cacheOnly_51 = value; } inline static int32_t get_offset_of_streamFragmentSize_52() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___streamFragmentSize_52)); } inline int32_t get_streamFragmentSize_52() const { return ___streamFragmentSize_52; } inline int32_t* get_address_of_streamFragmentSize_52() { return &___streamFragmentSize_52; } inline void set_streamFragmentSize_52(int32_t value) { ___streamFragmentSize_52 = value; } inline static int32_t get_offset_of_useStreaming_53() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___useStreaming_53)); } inline bool get_useStreaming_53() const { return ___useStreaming_53; } inline bool* get_address_of_useStreaming_53() { return &___useStreaming_53; } inline void set_useStreaming_53(bool value) { ___useStreaming_53 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_54() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CHeadersU3Ek__BackingField_54)); } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * get_U3CHeadersU3Ek__BackingField_54() const { return ___U3CHeadersU3Ek__BackingField_54; } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 ** get_address_of_U3CHeadersU3Ek__BackingField_54() { return &___U3CHeadersU3Ek__BackingField_54; } inline void set_U3CHeadersU3Ek__BackingField_54(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * value) { ___U3CHeadersU3Ek__BackingField_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_54), (void*)value); } inline static int32_t get_offset_of_FieldCollector_55() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FieldCollector_55)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FieldCollector_55() const { return ___FieldCollector_55; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FieldCollector_55() { return &___FieldCollector_55; } inline void set_FieldCollector_55(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FieldCollector_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___FieldCollector_55), (void*)value); } inline static int32_t get_offset_of_FormImpl_56() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FormImpl_56)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FormImpl_56() const { return ___FormImpl_56; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FormImpl_56() { return &___FormImpl_56; } inline void set_FormImpl_56(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FormImpl_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___FormImpl_56), (void*)value); } }; struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields { public: // System.Byte[] BestHTTP.HTTPRequest::EOL ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EOL_0; // System.String[] BestHTTP.HTTPRequest::MethodNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___MethodNames_1; // System.Int32 BestHTTP.HTTPRequest::UploadChunkSize int32_t ___UploadChunkSize_2; public: inline static int32_t get_offset_of_EOL_0() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___EOL_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EOL_0() const { return ___EOL_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EOL_0() { return &___EOL_0; } inline void set_EOL_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EOL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EOL_0), (void*)value); } inline static int32_t get_offset_of_MethodNames_1() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___MethodNames_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_MethodNames_1() const { return ___MethodNames_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_MethodNames_1() { return &___MethodNames_1; } inline void set_MethodNames_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___MethodNames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MethodNames_1), (void*)value); } inline static int32_t get_offset_of_UploadChunkSize_2() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___UploadChunkSize_2)); } inline int32_t get_UploadChunkSize_2() const { return ___UploadChunkSize_2; } inline int32_t* get_address_of_UploadChunkSize_2() { return &___UploadChunkSize_2; } inline void set_UploadChunkSize_2(int32_t value) { ___UploadChunkSize_2 = value; } }; // BestHTTP.SignalRCore.HubConnection struct HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 : public RuntimeObject { public: // System.Uri BestHTTP.SignalRCore.HubConnection::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_1; // BestHTTP.SignalRCore.ConnectionStates BestHTTP.SignalRCore.HubConnection::k__BackingField int32_t ___U3CStateU3Ek__BackingField_2; // BestHTTP.SignalRCore.ITransport BestHTTP.SignalRCore.HubConnection::k__BackingField RuntimeObject* ___U3CTransportU3Ek__BackingField_3; // BestHTTP.SignalRCore.IProtocol BestHTTP.SignalRCore.HubConnection::k__BackingField RuntimeObject* ___U3CProtocolU3Ek__BackingField_4; // System.Action`3 BestHTTP.SignalRCore.HubConnection::OnRedirected Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * ___OnRedirected_5; // System.Action`1 BestHTTP.SignalRCore.HubConnection::OnConnected Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * ___OnConnected_6; // System.Action`2 BestHTTP.SignalRCore.HubConnection::OnError Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * ___OnError_7; // System.Action`1 BestHTTP.SignalRCore.HubConnection::OnClosed Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * ___OnClosed_8; // System.Func`3 BestHTTP.SignalRCore.HubConnection::OnMessage Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * ___OnMessage_9; // BestHTTP.SignalRCore.IAuthenticationProvider BestHTTP.SignalRCore.HubConnection::k__BackingField RuntimeObject* ___U3CAuthenticationProviderU3Ek__BackingField_10; // BestHTTP.SignalRCore.Messages.NegotiationResult BestHTTP.SignalRCore.HubConnection::k__BackingField NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * ___U3CNegotiationResultU3Ek__BackingField_11; // BestHTTP.SignalRCore.HubOptions BestHTTP.SignalRCore.HubConnection::k__BackingField HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * ___U3COptionsU3Ek__BackingField_12; // System.Int32 BestHTTP.SignalRCore.HubConnection::k__BackingField int32_t ___U3CRedirectCountU3Ek__BackingField_13; // System.Int64 BestHTTP.SignalRCore.HubConnection::lastInvocationId int64_t ___lastInvocationId_14; // System.Collections.Generic.Dictionary`2> BestHTTP.SignalRCore.HubConnection::invocations Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * ___invocations_15; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalRCore.HubConnection::subscriptions Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * ___subscriptions_16; // System.DateTime BestHTTP.SignalRCore.HubConnection::lastMessageSent DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastMessageSent_17; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_1() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CUriU3Ek__BackingField_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_1() const { return ___U3CUriU3Ek__BackingField_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_1() { return &___U3CUriU3Ek__BackingField_1; } inline void set_U3CUriU3Ek__BackingField_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_2() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CStateU3Ek__BackingField_2)); } inline int32_t get_U3CStateU3Ek__BackingField_2() const { return ___U3CStateU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_2() { return &___U3CStateU3Ek__BackingField_2; } inline void set_U3CStateU3Ek__BackingField_2(int32_t value) { ___U3CStateU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CTransportU3Ek__BackingField_3() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CTransportU3Ek__BackingField_3)); } inline RuntimeObject* get_U3CTransportU3Ek__BackingField_3() const { return ___U3CTransportU3Ek__BackingField_3; } inline RuntimeObject** get_address_of_U3CTransportU3Ek__BackingField_3() { return &___U3CTransportU3Ek__BackingField_3; } inline void set_U3CTransportU3Ek__BackingField_3(RuntimeObject* value) { ___U3CTransportU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransportU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CProtocolU3Ek__BackingField_4() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CProtocolU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CProtocolU3Ek__BackingField_4() const { return ___U3CProtocolU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CProtocolU3Ek__BackingField_4() { return &___U3CProtocolU3Ek__BackingField_4; } inline void set_U3CProtocolU3Ek__BackingField_4(RuntimeObject* value) { ___U3CProtocolU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProtocolU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_OnRedirected_5() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnRedirected_5)); } inline Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * get_OnRedirected_5() const { return ___OnRedirected_5; } inline Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB ** get_address_of_OnRedirected_5() { return &___OnRedirected_5; } inline void set_OnRedirected_5(Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * value) { ___OnRedirected_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnRedirected_5), (void*)value); } inline static int32_t get_offset_of_OnConnected_6() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnConnected_6)); } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * get_OnConnected_6() const { return ___OnConnected_6; } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 ** get_address_of_OnConnected_6() { return &___OnConnected_6; } inline void set_OnConnected_6(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * value) { ___OnConnected_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_6), (void*)value); } inline static int32_t get_offset_of_OnError_7() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnError_7)); } inline Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * get_OnError_7() const { return ___OnError_7; } inline Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 ** get_address_of_OnError_7() { return &___OnError_7; } inline void set_OnError_7(Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * value) { ___OnError_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_7), (void*)value); } inline static int32_t get_offset_of_OnClosed_8() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnClosed_8)); } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * get_OnClosed_8() const { return ___OnClosed_8; } inline Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 ** get_address_of_OnClosed_8() { return &___OnClosed_8; } inline void set_OnClosed_8(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * value) { ___OnClosed_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_8), (void*)value); } inline static int32_t get_offset_of_OnMessage_9() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___OnMessage_9)); } inline Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * get_OnMessage_9() const { return ___OnMessage_9; } inline Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 ** get_address_of_OnMessage_9() { return &___OnMessage_9; } inline void set_OnMessage_9(Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * value) { ___OnMessage_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMessage_9), (void*)value); } inline static int32_t get_offset_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CAuthenticationProviderU3Ek__BackingField_10)); } inline RuntimeObject* get_U3CAuthenticationProviderU3Ek__BackingField_10() const { return ___U3CAuthenticationProviderU3Ek__BackingField_10; } inline RuntimeObject** get_address_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return &___U3CAuthenticationProviderU3Ek__BackingField_10; } inline void set_U3CAuthenticationProviderU3Ek__BackingField_10(RuntimeObject* value) { ___U3CAuthenticationProviderU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAuthenticationProviderU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CNegotiationResultU3Ek__BackingField_11() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CNegotiationResultU3Ek__BackingField_11)); } inline NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * get_U3CNegotiationResultU3Ek__BackingField_11() const { return ___U3CNegotiationResultU3Ek__BackingField_11; } inline NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 ** get_address_of_U3CNegotiationResultU3Ek__BackingField_11() { return &___U3CNegotiationResultU3Ek__BackingField_11; } inline void set_U3CNegotiationResultU3Ek__BackingField_11(NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * value) { ___U3CNegotiationResultU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNegotiationResultU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_U3COptionsU3Ek__BackingField_12() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3COptionsU3Ek__BackingField_12)); } inline HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * get_U3COptionsU3Ek__BackingField_12() const { return ___U3COptionsU3Ek__BackingField_12; } inline HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 ** get_address_of_U3COptionsU3Ek__BackingField_12() { return &___U3COptionsU3Ek__BackingField_12; } inline void set_U3COptionsU3Ek__BackingField_12(HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * value) { ___U3COptionsU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COptionsU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_13() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___U3CRedirectCountU3Ek__BackingField_13)); } inline int32_t get_U3CRedirectCountU3Ek__BackingField_13() const { return ___U3CRedirectCountU3Ek__BackingField_13; } inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_13() { return &___U3CRedirectCountU3Ek__BackingField_13; } inline void set_U3CRedirectCountU3Ek__BackingField_13(int32_t value) { ___U3CRedirectCountU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_lastInvocationId_14() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___lastInvocationId_14)); } inline int64_t get_lastInvocationId_14() const { return ___lastInvocationId_14; } inline int64_t* get_address_of_lastInvocationId_14() { return &___lastInvocationId_14; } inline void set_lastInvocationId_14(int64_t value) { ___lastInvocationId_14 = value; } inline static int32_t get_offset_of_invocations_15() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___invocations_15)); } inline Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * get_invocations_15() const { return ___invocations_15; } inline Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 ** get_address_of_invocations_15() { return &___invocations_15; } inline void set_invocations_15(Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * value) { ___invocations_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___invocations_15), (void*)value); } inline static int32_t get_offset_of_subscriptions_16() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___subscriptions_16)); } inline Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * get_subscriptions_16() const { return ___subscriptions_16; } inline Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B ** get_address_of_subscriptions_16() { return &___subscriptions_16; } inline void set_subscriptions_16(Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * value) { ___subscriptions_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___subscriptions_16), (void*)value); } inline static int32_t get_offset_of_lastMessageSent_17() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6, ___lastMessageSent_17)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastMessageSent_17() const { return ___lastMessageSent_17; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastMessageSent_17() { return &___lastMessageSent_17; } inline void set_lastMessageSent_17(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastMessageSent_17 = value; } }; struct HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_StaticFields { public: // System.Object[] BestHTTP.SignalRCore.HubConnection::EmptyArgs ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___EmptyArgs_0; public: inline static int32_t get_offset_of_EmptyArgs_0() { return static_cast(offsetof(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_StaticFields, ___EmptyArgs_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_EmptyArgs_0() const { return ___EmptyArgs_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_EmptyArgs_0() { return &___EmptyArgs_0; } inline void set_EmptyArgs_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___EmptyArgs_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyArgs_0), (void*)value); } }; // BestHTTP.SignalRCore.HubOptions struct HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 : public RuntimeObject { public: // System.Boolean BestHTTP.SignalRCore.HubOptions::k__BackingField bool ___U3CSkipNegotiationU3Ek__BackingField_0; // BestHTTP.SignalRCore.TransportTypes BestHTTP.SignalRCore.HubOptions::k__BackingField int32_t ___U3CPreferedTransportU3Ek__BackingField_1; // System.TimeSpan BestHTTP.SignalRCore.HubOptions::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingIntervalU3Ek__BackingField_2; // System.Int32 BestHTTP.SignalRCore.HubOptions::k__BackingField int32_t ___U3CMaxRedirectsU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CSkipNegotiationU3Ek__BackingField_0() { return static_cast(offsetof(HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855, ___U3CSkipNegotiationU3Ek__BackingField_0)); } inline bool get_U3CSkipNegotiationU3Ek__BackingField_0() const { return ___U3CSkipNegotiationU3Ek__BackingField_0; } inline bool* get_address_of_U3CSkipNegotiationU3Ek__BackingField_0() { return &___U3CSkipNegotiationU3Ek__BackingField_0; } inline void set_U3CSkipNegotiationU3Ek__BackingField_0(bool value) { ___U3CSkipNegotiationU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CPreferedTransportU3Ek__BackingField_1() { return static_cast(offsetof(HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855, ___U3CPreferedTransportU3Ek__BackingField_1)); } inline int32_t get_U3CPreferedTransportU3Ek__BackingField_1() const { return ___U3CPreferedTransportU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CPreferedTransportU3Ek__BackingField_1() { return &___U3CPreferedTransportU3Ek__BackingField_1; } inline void set_U3CPreferedTransportU3Ek__BackingField_1(int32_t value) { ___U3CPreferedTransportU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CPingIntervalU3Ek__BackingField_2() { return static_cast(offsetof(HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855, ___U3CPingIntervalU3Ek__BackingField_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CPingIntervalU3Ek__BackingField_2() const { return ___U3CPingIntervalU3Ek__BackingField_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CPingIntervalU3Ek__BackingField_2() { return &___U3CPingIntervalU3Ek__BackingField_2; } inline void set_U3CPingIntervalU3Ek__BackingField_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CPingIntervalU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CMaxRedirectsU3Ek__BackingField_3() { return static_cast(offsetof(HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855, ___U3CMaxRedirectsU3Ek__BackingField_3)); } inline int32_t get_U3CMaxRedirectsU3Ek__BackingField_3() const { return ___U3CMaxRedirectsU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CMaxRedirectsU3Ek__BackingField_3() { return &___U3CMaxRedirectsU3Ek__BackingField_3; } inline void set_U3CMaxRedirectsU3Ek__BackingField_3(int32_t value) { ___U3CMaxRedirectsU3Ek__BackingField_3 = value; } }; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE : public RuntimeObject { public: // System.Int64 System.Net.IPAddress::m_Address int64_t ___m_Address_5; // System.String System.Net.IPAddress::m_ToString String_t* ___m_ToString_6; // System.Net.Sockets.AddressFamily System.Net.IPAddress::m_Family int32_t ___m_Family_10; // System.UInt16[] System.Net.IPAddress::m_Numbers UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___m_Numbers_11; // System.Int64 System.Net.IPAddress::m_ScopeId int64_t ___m_ScopeId_12; // System.Int32 System.Net.IPAddress::m_HashCode int32_t ___m_HashCode_13; public: inline static int32_t get_offset_of_m_Address_5() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Address_5)); } inline int64_t get_m_Address_5() const { return ___m_Address_5; } inline int64_t* get_address_of_m_Address_5() { return &___m_Address_5; } inline void set_m_Address_5(int64_t value) { ___m_Address_5 = value; } inline static int32_t get_offset_of_m_ToString_6() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_ToString_6)); } inline String_t* get_m_ToString_6() const { return ___m_ToString_6; } inline String_t** get_address_of_m_ToString_6() { return &___m_ToString_6; } inline void set_m_ToString_6(String_t* value) { ___m_ToString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ToString_6), (void*)value); } inline static int32_t get_offset_of_m_Family_10() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Family_10)); } inline int32_t get_m_Family_10() const { return ___m_Family_10; } inline int32_t* get_address_of_m_Family_10() { return &___m_Family_10; } inline void set_m_Family_10(int32_t value) { ___m_Family_10 = value; } inline static int32_t get_offset_of_m_Numbers_11() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Numbers_11)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_m_Numbers_11() const { return ___m_Numbers_11; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_m_Numbers_11() { return &___m_Numbers_11; } inline void set_m_Numbers_11(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___m_Numbers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Numbers_11), (void*)value); } inline static int32_t get_offset_of_m_ScopeId_12() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_ScopeId_12)); } inline int64_t get_m_ScopeId_12() const { return ___m_ScopeId_12; } inline int64_t* get_address_of_m_ScopeId_12() { return &___m_ScopeId_12; } inline void set_m_ScopeId_12(int64_t value) { ___m_ScopeId_12 = value; } inline static int32_t get_offset_of_m_HashCode_13() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_HashCode_13)); } inline int32_t get_m_HashCode_13() const { return ___m_HashCode_13; } inline int32_t* get_address_of_m_HashCode_13() { return &___m_HashCode_13; } inline void set_m_HashCode_13(int32_t value) { ___m_HashCode_13 = value; } }; struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields { public: // System.Net.IPAddress System.Net.IPAddress::Any IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Any_0; // System.Net.IPAddress System.Net.IPAddress::Loopback IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Loopback_1; // System.Net.IPAddress System.Net.IPAddress::Broadcast IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Broadcast_2; // System.Net.IPAddress System.Net.IPAddress::None IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___None_3; // System.Net.IPAddress System.Net.IPAddress::IPv6Any IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6Any_7; // System.Net.IPAddress System.Net.IPAddress::IPv6Loopback IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6Loopback_8; // System.Net.IPAddress System.Net.IPAddress::IPv6None IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6None_9; public: inline static int32_t get_offset_of_Any_0() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Any_0)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Any_0() const { return ___Any_0; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Any_0() { return &___Any_0; } inline void set_Any_0(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Any_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_0), (void*)value); } inline static int32_t get_offset_of_Loopback_1() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Loopback_1)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Loopback_1() const { return ___Loopback_1; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Loopback_1() { return &___Loopback_1; } inline void set_Loopback_1(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Loopback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Loopback_1), (void*)value); } inline static int32_t get_offset_of_Broadcast_2() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Broadcast_2)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Broadcast_2() const { return ___Broadcast_2; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Broadcast_2() { return &___Broadcast_2; } inline void set_Broadcast_2(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Broadcast_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Broadcast_2), (void*)value); } inline static int32_t get_offset_of_None_3() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___None_3)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_None_3() const { return ___None_3; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_None_3() { return &___None_3; } inline void set_None_3(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___None_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___None_3), (void*)value); } inline static int32_t get_offset_of_IPv6Any_7() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6Any_7)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6Any_7() const { return ___IPv6Any_7; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6Any_7() { return &___IPv6Any_7; } inline void set_IPv6Any_7(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6Any_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_7), (void*)value); } inline static int32_t get_offset_of_IPv6Loopback_8() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6Loopback_8)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6Loopback_8() const { return ___IPv6Loopback_8; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6Loopback_8() { return &___IPv6Loopback_8; } inline void set_IPv6Loopback_8(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6Loopback_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Loopback_8), (void*)value); } inline static int32_t get_offset_of_IPv6None_9() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6None_9)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6None_9() const { return ___IPv6None_9; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6None_9() { return &___IPv6None_9; } inline void set_IPv6None_9(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6None_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6None_9), (void*)value); } }; // LanguageFontSize struct LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 : public RuntimeObject { public: // LanguageEnum LanguageFontSize::language int32_t ___language_0; // System.Int32 LanguageFontSize::fontSize int32_t ___fontSize_1; public: inline static int32_t get_offset_of_language_0() { return static_cast(offsetof(LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029, ___language_0)); } inline int32_t get_language_0() const { return ___language_0; } inline int32_t* get_address_of_language_0() { return &___language_0; } inline void set_language_0(int32_t value) { ___language_0 = value; } inline static int32_t get_offset_of_fontSize_1() { return static_cast(offsetof(LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029, ___fontSize_1)); } inline int32_t get_fontSize_1() const { return ___fontSize_1; } inline int32_t* get_address_of_fontSize_1() { return &___fontSize_1; } inline void set_fontSize_1(int32_t value) { ___fontSize_1 = value; } }; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 { public: // BestHTTP.SignalRCore.Messages.MessageTypes BestHTTP.SignalRCore.Messages.Message::type int32_t ___type_0; // System.String BestHTTP.SignalRCore.Messages.Message::invocationId String_t* ___invocationId_1; // System.Boolean BestHTTP.SignalRCore.Messages.Message::nonblocking bool ___nonblocking_2; // System.String BestHTTP.SignalRCore.Messages.Message::target String_t* ___target_3; // System.Object[] BestHTTP.SignalRCore.Messages.Message::arguments ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; // System.Object BestHTTP.SignalRCore.Messages.Message::item RuntimeObject * ___item_5; // System.Object BestHTTP.SignalRCore.Messages.Message::result RuntimeObject * ___result_6; // System.String BestHTTP.SignalRCore.Messages.Message::error String_t* ___error_7; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_invocationId_1() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___invocationId_1)); } inline String_t* get_invocationId_1() const { return ___invocationId_1; } inline String_t** get_address_of_invocationId_1() { return &___invocationId_1; } inline void set_invocationId_1(String_t* value) { ___invocationId_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___invocationId_1), (void*)value); } inline static int32_t get_offset_of_nonblocking_2() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___nonblocking_2)); } inline bool get_nonblocking_2() const { return ___nonblocking_2; } inline bool* get_address_of_nonblocking_2() { return &___nonblocking_2; } inline void set_nonblocking_2(bool value) { ___nonblocking_2 = value; } inline static int32_t get_offset_of_target_3() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___target_3)); } inline String_t* get_target_3() const { return ___target_3; } inline String_t** get_address_of_target_3() { return &___target_3; } inline void set_target_3(String_t* value) { ___target_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_3), (void*)value); } inline static int32_t get_offset_of_arguments_4() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___arguments_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_arguments_4() const { return ___arguments_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_arguments_4() { return &___arguments_4; } inline void set_arguments_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___arguments_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___arguments_4), (void*)value); } inline static int32_t get_offset_of_item_5() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___item_5)); } inline RuntimeObject * get_item_5() const { return ___item_5; } inline RuntimeObject ** get_address_of_item_5() { return &___item_5; } inline void set_item_5(RuntimeObject * value) { ___item_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_5), (void*)value); } inline static int32_t get_offset_of_result_6() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___result_6)); } inline RuntimeObject * get_result_6() const { return ___result_6; } inline RuntimeObject ** get_address_of_result_6() { return &___result_6; } inline void set_result_6(RuntimeObject * value) { ___result_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___result_6), (void*)value); } inline static int32_t get_offset_of_error_7() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___error_7)); } inline String_t* get_error_7() const { return ___error_7; } inline String_t** get_address_of_error_7() { return &___error_7; } inline void set_error_7(String_t* value) { ___error_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___error_7), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3_marshaled_pinvoke { int32_t ___type_0; char* ___invocationId_1; int32_t ___nonblocking_2; char* ___target_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; Il2CppIUnknown* ___item_5; Il2CppIUnknown* ___result_6; char* ___error_7; }; // Native definition for COM marshalling of BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3_marshaled_com { int32_t ___type_0; Il2CppChar* ___invocationId_1; int32_t ___nonblocking_2; Il2CppChar* ___target_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; Il2CppIUnknown* ___item_5; Il2CppIUnknown* ___result_6; Il2CppChar* ___error_7; }; // UnityEngine.Motion struct Motion_t3EAEF01D52B05F10A21CC9B54A35C8F3F6BA3A67 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: // System.Boolean UnityEngine.Motion::k__BackingField bool ___U3CisAnimatorMotionU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CisAnimatorMotionU3Ek__BackingField_4() { return static_cast(offsetof(Motion_t3EAEF01D52B05F10A21CC9B54A35C8F3F6BA3A67, ___U3CisAnimatorMotionU3Ek__BackingField_4)); } inline bool get_U3CisAnimatorMotionU3Ek__BackingField_4() const { return ___U3CisAnimatorMotionU3Ek__BackingField_4; } inline bool* get_address_of_U3CisAnimatorMotionU3Ek__BackingField_4() { return &___U3CisAnimatorMotionU3Ek__BackingField_4; } inline void set_U3CisAnimatorMotionU3Ek__BackingField_4(bool value) { ___U3CisAnimatorMotionU3Ek__BackingField_4 = value; } }; // 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.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A { public: // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // System.Boolean UnityEngine.UI.Navigation::m_WrapAround bool ___m_WrapAround_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_WrapAround_1() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_WrapAround_1)); } inline bool get_m_WrapAround_1() const { return ___m_WrapAround_1; } inline bool* get_address_of_m_WrapAround_1() { return &___m_WrapAround_1; } inline void set_m_WrapAround_1(bool value) { ___m_WrapAround_1 = value; } inline static int32_t get_offset_of_m_SelectOnUp_2() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnUp_2)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnUp_2() const { return ___m_SelectOnUp_2; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnUp_2() { return &___m_SelectOnUp_2; } inline void set_m_SelectOnUp_2(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnUp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnUp_2), (void*)value); } inline static int32_t get_offset_of_m_SelectOnDown_3() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnDown_3)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnDown_3() const { return ___m_SelectOnDown_3; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnDown_3() { return &___m_SelectOnDown_3; } inline void set_m_SelectOnDown_3(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnDown_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnDown_3), (void*)value); } inline static int32_t get_offset_of_m_SelectOnLeft_4() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnLeft_4)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnLeft_4() const { return ___m_SelectOnLeft_4; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnLeft_4() { return &___m_SelectOnLeft_4; } inline void set_m_SelectOnLeft_4(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnLeft_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnLeft_4), (void*)value); } inline static int32_t get_offset_of_m_SelectOnRight_5() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnRight_5)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnRight_5() const { return ___m_SelectOnRight_5; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnRight_5() { return &___m_SelectOnRight_5; } inline void set_m_SelectOnRight_5(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnRight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnRight_5), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_pinvoke { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_com { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs struct NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // PlatformSupport.Collections.Specialized.NotifyCollectionChangedAction PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs::_action int32_t ____action_1; // System.Collections.IList PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs::_newItems RuntimeObject* ____newItems_2; // System.Collections.IList PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs::_oldItems RuntimeObject* ____oldItems_3; // System.Int32 PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs::_newStartingIndex int32_t ____newStartingIndex_4; // System.Int32 PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs::_oldStartingIndex int32_t ____oldStartingIndex_5; public: inline static int32_t get_offset_of__action_1() { return static_cast(offsetof(NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44, ____action_1)); } inline int32_t get__action_1() const { return ____action_1; } inline int32_t* get_address_of__action_1() { return &____action_1; } inline void set__action_1(int32_t value) { ____action_1 = value; } inline static int32_t get_offset_of__newItems_2() { return static_cast(offsetof(NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44, ____newItems_2)); } inline RuntimeObject* get__newItems_2() const { return ____newItems_2; } inline RuntimeObject** get_address_of__newItems_2() { return &____newItems_2; } inline void set__newItems_2(RuntimeObject* value) { ____newItems_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____newItems_2), (void*)value); } inline static int32_t get_offset_of__oldItems_3() { return static_cast(offsetof(NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44, ____oldItems_3)); } inline RuntimeObject* get__oldItems_3() const { return ____oldItems_3; } inline RuntimeObject** get_address_of__oldItems_3() { return &____oldItems_3; } inline void set__oldItems_3(RuntimeObject* value) { ____oldItems_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____oldItems_3), (void*)value); } inline static int32_t get_offset_of__newStartingIndex_4() { return static_cast(offsetof(NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44, ____newStartingIndex_4)); } inline int32_t get__newStartingIndex_4() const { return ____newStartingIndex_4; } inline int32_t* get_address_of__newStartingIndex_4() { return &____newStartingIndex_4; } inline void set__newStartingIndex_4(int32_t value) { ____newStartingIndex_4 = value; } inline static int32_t get_offset_of__oldStartingIndex_5() { return static_cast(offsetof(NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44, ____oldStartingIndex_5)); } inline int32_t get__oldStartingIndex_5() const { return ____oldStartingIndex_5; } inline int32_t* get_address_of__oldStartingIndex_5() { return &____oldStartingIndex_5; } inline void set__oldStartingIndex_5(int32_t value) { ____oldStartingIndex_5 = value; } }; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.Net.Sockets.Socket struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 : public RuntimeObject { public: // System.Boolean System.Net.Sockets.Socket::is_closed bool ___is_closed_10; // System.Boolean System.Net.Sockets.Socket::is_listening bool ___is_listening_11; // System.Boolean System.Net.Sockets.Socket::useOverlappedIO bool ___useOverlappedIO_12; // System.Int32 System.Net.Sockets.Socket::linger_timeout int32_t ___linger_timeout_13; // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::addressFamily int32_t ___addressFamily_14; // System.Net.Sockets.SocketType System.Net.Sockets.Socket::socketType int32_t ___socketType_15; // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::protocolType int32_t ___protocolType_16; // System.Net.Sockets.SafeSocketHandle System.Net.Sockets.Socket::m_Handle SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___m_Handle_17; // System.Net.EndPoint System.Net.Sockets.Socket::seed_endpoint EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___seed_endpoint_18; // System.Threading.SemaphoreSlim System.Net.Sockets.Socket::ReadSem SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ___ReadSem_19; // System.Threading.SemaphoreSlim System.Net.Sockets.Socket::WriteSem SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ___WriteSem_20; // System.Boolean System.Net.Sockets.Socket::is_blocking bool ___is_blocking_21; // System.Boolean System.Net.Sockets.Socket::is_bound bool ___is_bound_22; // System.Boolean System.Net.Sockets.Socket::is_connected bool ___is_connected_23; // System.Int32 System.Net.Sockets.Socket::m_IntCleanedUp int32_t ___m_IntCleanedUp_24; // System.Boolean System.Net.Sockets.Socket::connect_in_progress bool ___connect_in_progress_25; // System.Int32 System.Net.Sockets.Socket::ID int32_t ___ID_26; public: inline static int32_t get_offset_of_is_closed_10() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_closed_10)); } inline bool get_is_closed_10() const { return ___is_closed_10; } inline bool* get_address_of_is_closed_10() { return &___is_closed_10; } inline void set_is_closed_10(bool value) { ___is_closed_10 = value; } inline static int32_t get_offset_of_is_listening_11() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_listening_11)); } inline bool get_is_listening_11() const { return ___is_listening_11; } inline bool* get_address_of_is_listening_11() { return &___is_listening_11; } inline void set_is_listening_11(bool value) { ___is_listening_11 = value; } inline static int32_t get_offset_of_useOverlappedIO_12() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___useOverlappedIO_12)); } inline bool get_useOverlappedIO_12() const { return ___useOverlappedIO_12; } inline bool* get_address_of_useOverlappedIO_12() { return &___useOverlappedIO_12; } inline void set_useOverlappedIO_12(bool value) { ___useOverlappedIO_12 = value; } inline static int32_t get_offset_of_linger_timeout_13() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___linger_timeout_13)); } inline int32_t get_linger_timeout_13() const { return ___linger_timeout_13; } inline int32_t* get_address_of_linger_timeout_13() { return &___linger_timeout_13; } inline void set_linger_timeout_13(int32_t value) { ___linger_timeout_13 = value; } inline static int32_t get_offset_of_addressFamily_14() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___addressFamily_14)); } inline int32_t get_addressFamily_14() const { return ___addressFamily_14; } inline int32_t* get_address_of_addressFamily_14() { return &___addressFamily_14; } inline void set_addressFamily_14(int32_t value) { ___addressFamily_14 = value; } inline static int32_t get_offset_of_socketType_15() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___socketType_15)); } inline int32_t get_socketType_15() const { return ___socketType_15; } inline int32_t* get_address_of_socketType_15() { return &___socketType_15; } inline void set_socketType_15(int32_t value) { ___socketType_15 = value; } inline static int32_t get_offset_of_protocolType_16() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___protocolType_16)); } inline int32_t get_protocolType_16() const { return ___protocolType_16; } inline int32_t* get_address_of_protocolType_16() { return &___protocolType_16; } inline void set_protocolType_16(int32_t value) { ___protocolType_16 = value; } inline static int32_t get_offset_of_m_Handle_17() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___m_Handle_17)); } inline SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * get_m_Handle_17() const { return ___m_Handle_17; } inline SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 ** get_address_of_m_Handle_17() { return &___m_Handle_17; } inline void set_m_Handle_17(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * value) { ___m_Handle_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Handle_17), (void*)value); } inline static int32_t get_offset_of_seed_endpoint_18() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___seed_endpoint_18)); } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * get_seed_endpoint_18() const { return ___seed_endpoint_18; } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** get_address_of_seed_endpoint_18() { return &___seed_endpoint_18; } inline void set_seed_endpoint_18(EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * value) { ___seed_endpoint_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_endpoint_18), (void*)value); } inline static int32_t get_offset_of_ReadSem_19() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___ReadSem_19)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get_ReadSem_19() const { return ___ReadSem_19; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of_ReadSem_19() { return &___ReadSem_19; } inline void set_ReadSem_19(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ___ReadSem_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReadSem_19), (void*)value); } inline static int32_t get_offset_of_WriteSem_20() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___WriteSem_20)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get_WriteSem_20() const { return ___WriteSem_20; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of_WriteSem_20() { return &___WriteSem_20; } inline void set_WriteSem_20(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ___WriteSem_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___WriteSem_20), (void*)value); } inline static int32_t get_offset_of_is_blocking_21() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_blocking_21)); } inline bool get_is_blocking_21() const { return ___is_blocking_21; } inline bool* get_address_of_is_blocking_21() { return &___is_blocking_21; } inline void set_is_blocking_21(bool value) { ___is_blocking_21 = value; } inline static int32_t get_offset_of_is_bound_22() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_bound_22)); } inline bool get_is_bound_22() const { return ___is_bound_22; } inline bool* get_address_of_is_bound_22() { return &___is_bound_22; } inline void set_is_bound_22(bool value) { ___is_bound_22 = value; } inline static int32_t get_offset_of_is_connected_23() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_connected_23)); } inline bool get_is_connected_23() const { return ___is_connected_23; } inline bool* get_address_of_is_connected_23() { return &___is_connected_23; } inline void set_is_connected_23(bool value) { ___is_connected_23 = value; } inline static int32_t get_offset_of_m_IntCleanedUp_24() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___m_IntCleanedUp_24)); } inline int32_t get_m_IntCleanedUp_24() const { return ___m_IntCleanedUp_24; } inline int32_t* get_address_of_m_IntCleanedUp_24() { return &___m_IntCleanedUp_24; } inline void set_m_IntCleanedUp_24(int32_t value) { ___m_IntCleanedUp_24 = value; } inline static int32_t get_offset_of_connect_in_progress_25() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___connect_in_progress_25)); } inline bool get_connect_in_progress_25() const { return ___connect_in_progress_25; } inline bool* get_address_of_connect_in_progress_25() { return &___connect_in_progress_25; } inline void set_connect_in_progress_25(bool value) { ___connect_in_progress_25 = value; } inline static int32_t get_offset_of_ID_26() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___ID_26)); } inline int32_t get_ID_26() const { return ___ID_26; } inline int32_t* get_address_of_ID_26() { return &___ID_26; } inline void set_ID_26(int32_t value) { ___ID_26 = value; } }; struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields { public: // System.Object System.Net.Sockets.Socket::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_0; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv4 bool ___s_SupportsIPv4_1; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv6 bool ___s_SupportsIPv6_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_OSSupportsIPv6 bool ___s_OSSupportsIPv6_3; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_Initialized bool ___s_Initialized_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_LoggingEnabled bool ___s_LoggingEnabled_5; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_PerfCountersEnabled bool ___s_PerfCountersEnabled_6; // System.AsyncCallback System.Net.Sockets.Socket::AcceptAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___AcceptAsyncCallback_27; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginAcceptCallback_28; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptReceiveCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginAcceptReceiveCallback_29; // System.AsyncCallback System.Net.Sockets.Socket::ConnectAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___ConnectAsyncCallback_30; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginConnectCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginConnectCallback_31; // System.AsyncCallback System.Net.Sockets.Socket::DisconnectAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___DisconnectAsyncCallback_32; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginDisconnectCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginDisconnectCallback_33; // System.AsyncCallback System.Net.Sockets.Socket::ReceiveAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___ReceiveAsyncCallback_34; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginReceiveCallback_35; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveGenericCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginReceiveGenericCallback_36; // System.AsyncCallback System.Net.Sockets.Socket::ReceiveFromAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___ReceiveFromAsyncCallback_37; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveFromCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginReceiveFromCallback_38; // System.AsyncCallback System.Net.Sockets.Socket::SendAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___SendAsyncCallback_39; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginSendGenericCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginSendGenericCallback_40; // System.AsyncCallback System.Net.Sockets.Socket::SendToAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___SendToAsyncCallback_41; public: inline static int32_t get_offset_of_s_InternalSyncObject_0() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_InternalSyncObject_0)); } inline RuntimeObject * get_s_InternalSyncObject_0() const { return ___s_InternalSyncObject_0; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_0() { return &___s_InternalSyncObject_0; } inline void set_s_InternalSyncObject_0(RuntimeObject * value) { ___s_InternalSyncObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_0), (void*)value); } inline static int32_t get_offset_of_s_SupportsIPv4_1() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_SupportsIPv4_1)); } inline bool get_s_SupportsIPv4_1() const { return ___s_SupportsIPv4_1; } inline bool* get_address_of_s_SupportsIPv4_1() { return &___s_SupportsIPv4_1; } inline void set_s_SupportsIPv4_1(bool value) { ___s_SupportsIPv4_1 = value; } inline static int32_t get_offset_of_s_SupportsIPv6_2() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_SupportsIPv6_2)); } inline bool get_s_SupportsIPv6_2() const { return ___s_SupportsIPv6_2; } inline bool* get_address_of_s_SupportsIPv6_2() { return &___s_SupportsIPv6_2; } inline void set_s_SupportsIPv6_2(bool value) { ___s_SupportsIPv6_2 = value; } inline static int32_t get_offset_of_s_OSSupportsIPv6_3() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_OSSupportsIPv6_3)); } inline bool get_s_OSSupportsIPv6_3() const { return ___s_OSSupportsIPv6_3; } inline bool* get_address_of_s_OSSupportsIPv6_3() { return &___s_OSSupportsIPv6_3; } inline void set_s_OSSupportsIPv6_3(bool value) { ___s_OSSupportsIPv6_3 = value; } inline static int32_t get_offset_of_s_Initialized_4() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_Initialized_4)); } inline bool get_s_Initialized_4() const { return ___s_Initialized_4; } inline bool* get_address_of_s_Initialized_4() { return &___s_Initialized_4; } inline void set_s_Initialized_4(bool value) { ___s_Initialized_4 = value; } inline static int32_t get_offset_of_s_LoggingEnabled_5() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_LoggingEnabled_5)); } inline bool get_s_LoggingEnabled_5() const { return ___s_LoggingEnabled_5; } inline bool* get_address_of_s_LoggingEnabled_5() { return &___s_LoggingEnabled_5; } inline void set_s_LoggingEnabled_5(bool value) { ___s_LoggingEnabled_5 = value; } inline static int32_t get_offset_of_s_PerfCountersEnabled_6() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_PerfCountersEnabled_6)); } inline bool get_s_PerfCountersEnabled_6() const { return ___s_PerfCountersEnabled_6; } inline bool* get_address_of_s_PerfCountersEnabled_6() { return &___s_PerfCountersEnabled_6; } inline void set_s_PerfCountersEnabled_6(bool value) { ___s_PerfCountersEnabled_6 = value; } inline static int32_t get_offset_of_AcceptAsyncCallback_27() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___AcceptAsyncCallback_27)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_AcceptAsyncCallback_27() const { return ___AcceptAsyncCallback_27; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_AcceptAsyncCallback_27() { return &___AcceptAsyncCallback_27; } inline void set_AcceptAsyncCallback_27(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___AcceptAsyncCallback_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___AcceptAsyncCallback_27), (void*)value); } inline static int32_t get_offset_of_BeginAcceptCallback_28() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginAcceptCallback_28)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginAcceptCallback_28() const { return ___BeginAcceptCallback_28; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginAcceptCallback_28() { return &___BeginAcceptCallback_28; } inline void set_BeginAcceptCallback_28(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginAcceptCallback_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginAcceptCallback_28), (void*)value); } inline static int32_t get_offset_of_BeginAcceptReceiveCallback_29() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginAcceptReceiveCallback_29)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginAcceptReceiveCallback_29() const { return ___BeginAcceptReceiveCallback_29; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginAcceptReceiveCallback_29() { return &___BeginAcceptReceiveCallback_29; } inline void set_BeginAcceptReceiveCallback_29(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginAcceptReceiveCallback_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginAcceptReceiveCallback_29), (void*)value); } inline static int32_t get_offset_of_ConnectAsyncCallback_30() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___ConnectAsyncCallback_30)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_ConnectAsyncCallback_30() const { return ___ConnectAsyncCallback_30; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_ConnectAsyncCallback_30() { return &___ConnectAsyncCallback_30; } inline void set_ConnectAsyncCallback_30(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___ConnectAsyncCallback_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConnectAsyncCallback_30), (void*)value); } inline static int32_t get_offset_of_BeginConnectCallback_31() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginConnectCallback_31)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginConnectCallback_31() const { return ___BeginConnectCallback_31; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginConnectCallback_31() { return &___BeginConnectCallback_31; } inline void set_BeginConnectCallback_31(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginConnectCallback_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginConnectCallback_31), (void*)value); } inline static int32_t get_offset_of_DisconnectAsyncCallback_32() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___DisconnectAsyncCallback_32)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_DisconnectAsyncCallback_32() const { return ___DisconnectAsyncCallback_32; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_DisconnectAsyncCallback_32() { return &___DisconnectAsyncCallback_32; } inline void set_DisconnectAsyncCallback_32(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___DisconnectAsyncCallback_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___DisconnectAsyncCallback_32), (void*)value); } inline static int32_t get_offset_of_BeginDisconnectCallback_33() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginDisconnectCallback_33)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginDisconnectCallback_33() const { return ___BeginDisconnectCallback_33; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginDisconnectCallback_33() { return &___BeginDisconnectCallback_33; } inline void set_BeginDisconnectCallback_33(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginDisconnectCallback_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginDisconnectCallback_33), (void*)value); } inline static int32_t get_offset_of_ReceiveAsyncCallback_34() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___ReceiveAsyncCallback_34)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_ReceiveAsyncCallback_34() const { return ___ReceiveAsyncCallback_34; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_ReceiveAsyncCallback_34() { return &___ReceiveAsyncCallback_34; } inline void set_ReceiveAsyncCallback_34(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___ReceiveAsyncCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReceiveAsyncCallback_34), (void*)value); } inline static int32_t get_offset_of_BeginReceiveCallback_35() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginReceiveCallback_35)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginReceiveCallback_35() const { return ___BeginReceiveCallback_35; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginReceiveCallback_35() { return &___BeginReceiveCallback_35; } inline void set_BeginReceiveCallback_35(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginReceiveCallback_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveCallback_35), (void*)value); } inline static int32_t get_offset_of_BeginReceiveGenericCallback_36() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginReceiveGenericCallback_36)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginReceiveGenericCallback_36() const { return ___BeginReceiveGenericCallback_36; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginReceiveGenericCallback_36() { return &___BeginReceiveGenericCallback_36; } inline void set_BeginReceiveGenericCallback_36(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginReceiveGenericCallback_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveGenericCallback_36), (void*)value); } inline static int32_t get_offset_of_ReceiveFromAsyncCallback_37() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___ReceiveFromAsyncCallback_37)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_ReceiveFromAsyncCallback_37() const { return ___ReceiveFromAsyncCallback_37; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_ReceiveFromAsyncCallback_37() { return &___ReceiveFromAsyncCallback_37; } inline void set_ReceiveFromAsyncCallback_37(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___ReceiveFromAsyncCallback_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReceiveFromAsyncCallback_37), (void*)value); } inline static int32_t get_offset_of_BeginReceiveFromCallback_38() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginReceiveFromCallback_38)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginReceiveFromCallback_38() const { return ___BeginReceiveFromCallback_38; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginReceiveFromCallback_38() { return &___BeginReceiveFromCallback_38; } inline void set_BeginReceiveFromCallback_38(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginReceiveFromCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveFromCallback_38), (void*)value); } inline static int32_t get_offset_of_SendAsyncCallback_39() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___SendAsyncCallback_39)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_SendAsyncCallback_39() const { return ___SendAsyncCallback_39; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_SendAsyncCallback_39() { return &___SendAsyncCallback_39; } inline void set_SendAsyncCallback_39(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___SendAsyncCallback_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___SendAsyncCallback_39), (void*)value); } inline static int32_t get_offset_of_BeginSendGenericCallback_40() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginSendGenericCallback_40)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginSendGenericCallback_40() const { return ___BeginSendGenericCallback_40; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginSendGenericCallback_40() { return &___BeginSendGenericCallback_40; } inline void set_BeginSendGenericCallback_40(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginSendGenericCallback_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginSendGenericCallback_40), (void*)value); } inline static int32_t get_offset_of_SendToAsyncCallback_41() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___SendToAsyncCallback_41)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_SendToAsyncCallback_41() const { return ___SendToAsyncCallback_41; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_SendToAsyncCallback_41() { return &___SendToAsyncCallback_41; } inline void set_SendToAsyncCallback_41(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___SendToAsyncCallback_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___SendToAsyncCallback_41), (void*)value); } }; // BestHTTP.SocketIO.SocketOptions struct SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 : public RuntimeObject { public: // BestHTTP.SocketIO.Transports.TransportTypes BestHTTP.SocketIO.SocketOptions::k__BackingField int32_t ___U3CConnectWithU3Ek__BackingField_0; // System.Boolean BestHTTP.SocketIO.SocketOptions::k__BackingField bool ___U3CReconnectionU3Ek__BackingField_1; // System.Int32 BestHTTP.SocketIO.SocketOptions::k__BackingField int32_t ___U3CReconnectionAttemptsU3Ek__BackingField_2; // System.TimeSpan BestHTTP.SocketIO.SocketOptions::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CReconnectionDelayU3Ek__BackingField_3; // System.TimeSpan BestHTTP.SocketIO.SocketOptions::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CReconnectionDelayMaxU3Ek__BackingField_4; // System.Single BestHTTP.SocketIO.SocketOptions::randomizationFactor float ___randomizationFactor_5; // System.TimeSpan BestHTTP.SocketIO.SocketOptions::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CTimeoutU3Ek__BackingField_6; // System.Boolean BestHTTP.SocketIO.SocketOptions::k__BackingField bool ___U3CAutoConnectU3Ek__BackingField_7; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 BestHTTP.SocketIO.SocketOptions::additionalQueryParams ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * ___additionalQueryParams_8; // System.Boolean BestHTTP.SocketIO.SocketOptions::k__BackingField bool ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9; // System.String BestHTTP.SocketIO.SocketOptions::BuiltQueryParams String_t* ___BuiltQueryParams_10; public: inline static int32_t get_offset_of_U3CConnectWithU3Ek__BackingField_0() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CConnectWithU3Ek__BackingField_0)); } inline int32_t get_U3CConnectWithU3Ek__BackingField_0() const { return ___U3CConnectWithU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CConnectWithU3Ek__BackingField_0() { return &___U3CConnectWithU3Ek__BackingField_0; } inline void set_U3CConnectWithU3Ek__BackingField_0(int32_t value) { ___U3CConnectWithU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CReconnectionU3Ek__BackingField_1() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CReconnectionU3Ek__BackingField_1)); } inline bool get_U3CReconnectionU3Ek__BackingField_1() const { return ___U3CReconnectionU3Ek__BackingField_1; } inline bool* get_address_of_U3CReconnectionU3Ek__BackingField_1() { return &___U3CReconnectionU3Ek__BackingField_1; } inline void set_U3CReconnectionU3Ek__BackingField_1(bool value) { ___U3CReconnectionU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CReconnectionAttemptsU3Ek__BackingField_2() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CReconnectionAttemptsU3Ek__BackingField_2)); } inline int32_t get_U3CReconnectionAttemptsU3Ek__BackingField_2() const { return ___U3CReconnectionAttemptsU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CReconnectionAttemptsU3Ek__BackingField_2() { return &___U3CReconnectionAttemptsU3Ek__BackingField_2; } inline void set_U3CReconnectionAttemptsU3Ek__BackingField_2(int32_t value) { ___U3CReconnectionAttemptsU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CReconnectionDelayU3Ek__BackingField_3() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CReconnectionDelayU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CReconnectionDelayU3Ek__BackingField_3() const { return ___U3CReconnectionDelayU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CReconnectionDelayU3Ek__BackingField_3() { return &___U3CReconnectionDelayU3Ek__BackingField_3; } inline void set_U3CReconnectionDelayU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CReconnectionDelayU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CReconnectionDelayMaxU3Ek__BackingField_4() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CReconnectionDelayMaxU3Ek__BackingField_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CReconnectionDelayMaxU3Ek__BackingField_4() const { return ___U3CReconnectionDelayMaxU3Ek__BackingField_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CReconnectionDelayMaxU3Ek__BackingField_4() { return &___U3CReconnectionDelayMaxU3Ek__BackingField_4; } inline void set_U3CReconnectionDelayMaxU3Ek__BackingField_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CReconnectionDelayMaxU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_randomizationFactor_5() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___randomizationFactor_5)); } inline float get_randomizationFactor_5() const { return ___randomizationFactor_5; } inline float* get_address_of_randomizationFactor_5() { return &___randomizationFactor_5; } inline void set_randomizationFactor_5(float value) { ___randomizationFactor_5 = value; } inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_6() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CTimeoutU3Ek__BackingField_6)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CTimeoutU3Ek__BackingField_6() const { return ___U3CTimeoutU3Ek__BackingField_6; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CTimeoutU3Ek__BackingField_6() { return &___U3CTimeoutU3Ek__BackingField_6; } inline void set_U3CTimeoutU3Ek__BackingField_6(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CTimeoutU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CAutoConnectU3Ek__BackingField_7() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CAutoConnectU3Ek__BackingField_7)); } inline bool get_U3CAutoConnectU3Ek__BackingField_7() const { return ___U3CAutoConnectU3Ek__BackingField_7; } inline bool* get_address_of_U3CAutoConnectU3Ek__BackingField_7() { return &___U3CAutoConnectU3Ek__BackingField_7; } inline void set_U3CAutoConnectU3Ek__BackingField_7(bool value) { ___U3CAutoConnectU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_additionalQueryParams_8() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___additionalQueryParams_8)); } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * get_additionalQueryParams_8() const { return ___additionalQueryParams_8; } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 ** get_address_of_additionalQueryParams_8() { return &___additionalQueryParams_8; } inline void set_additionalQueryParams_8(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * value) { ___additionalQueryParams_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalQueryParams_8), (void*)value); } inline static int32_t get_offset_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9)); } inline bool get_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9() const { return ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9; } inline bool* get_address_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9() { return &___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9; } inline void set_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9(bool value) { ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_BuiltQueryParams_10() { return static_cast(offsetof(SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403, ___BuiltQueryParams_10)); } inline String_t* get_BuiltQueryParams_10() const { return ___BuiltQueryParams_10; } inline String_t** get_address_of_BuiltQueryParams_10() { return &___BuiltQueryParams_10; } inline void set_BuiltQueryParams_10(String_t* value) { ___BuiltQueryParams_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltQueryParams_10), (void*)value); } }; // UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput struct StandaloneInput_t0A608653795632B5513FD86ED7AD48F0BA002FB3 : public VirtualInput_t33A955464CA1C49B600AC2DD27F3E27A94DDE69F { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SubsequentMessage struct SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 : public DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 { public: public: }; struct SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SubsequentMessage BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SubsequentMessage::encrCert SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 * ___encrCert_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SubsequentMessage BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SubsequentMessage::challengeResp SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 * ___challengeResp_5; public: inline static int32_t get_offset_of_encrCert_4() { return static_cast(offsetof(SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_StaticFields, ___encrCert_4)); } inline SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 * get_encrCert_4() const { return ___encrCert_4; } inline SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 ** get_address_of_encrCert_4() { return &___encrCert_4; } inline void set_encrCert_4(SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 * value) { ___encrCert_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___encrCert_4), (void*)value); } inline static int32_t get_offset_of_challengeResp_5() { return static_cast(offsetof(SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_StaticFields, ___challengeResp_5)); } inline SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 * get_challengeResp_5() const { return ___challengeResp_5; } inline SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 ** get_address_of_challengeResp_5() { return &___challengeResp_5; } inline void set_challengeResp_5(SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 * value) { ___challengeResp_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___challengeResp_5), (void*)value); } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // BestHTTP.PlatformSupport.TcpClient.General.TcpClient struct TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 : public RuntimeObject { public: // System.Net.Sockets.NetworkStream BestHTTP.PlatformSupport.TcpClient.General.TcpClient::stream NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * ___stream_0; // System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::active bool ___active_1; // System.Net.Sockets.Socket BestHTTP.PlatformSupport.TcpClient.General.TcpClient::client Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___client_2; // System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::disposed bool ___disposed_3; // BestHTTP.PlatformSupport.TcpClient.General.TcpClient/Properties BestHTTP.PlatformSupport.TcpClient.General.TcpClient::values uint32_t ___values_4; // System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::recv_timeout int32_t ___recv_timeout_5; // System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::send_timeout int32_t ___send_timeout_6; // System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::recv_buffer_size int32_t ___recv_buffer_size_7; // System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::send_buffer_size int32_t ___send_buffer_size_8; // System.Net.Sockets.LingerOption BestHTTP.PlatformSupport.TcpClient.General.TcpClient::linger_state LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * ___linger_state_9; // System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::no_delay bool ___no_delay_10; // System.TimeSpan BestHTTP.PlatformSupport.TcpClient.General.TcpClient::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectTimeoutU3Ek__BackingField_11; public: inline static int32_t get_offset_of_stream_0() { return static_cast(offsetof(TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075, ___stream_0)); } inline NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * get_stream_0() const { return ___stream_0; } inline NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 ** get_address_of_stream_0() { return &___stream_0; } inline void set_stream_0(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * value) { ___stream_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_0), (void*)value); } inline static int32_t get_offset_of_active_1() { return static_cast(offsetof(TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075, ___active_1)); } inline bool get_active_1() const { return ___active_1; } inline bool* get_address_of_active_1() { return &___active_1; } inline void set_active_1(bool value) { ___active_1 = value; } inline static int32_t get_offset_of_client_2() { return static_cast(offsetof(TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075, ___client_2)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_client_2() const { return ___client_2; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_client_2() { return &___client_2; } inline void set_client_2(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___client_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___client_2), (void*)value); } inline static int32_t get_offset_of_disposed_3() { return static_cast(offsetof(TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } inline static int32_t get_offset_of_values_4() { return static_cast(offsetof(TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075, ___values_4)); } inline uint32_t get_values_4() const { return ___values_4; } inline uint32_t* get_address_of_values_4() { return &___values_4; } inline void set_values_4(uint32_t value) { ___values_4 = value; } inline static int32_t get_offset_of_recv_timeout_5() { return static_cast(offsetof(TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075, ___recv_timeout_5)); } inline int32_t get_recv_timeout_5() const { return ___recv_timeout_5; } inline int32_t* get_address_of_recv_timeout_5() { return &___recv_timeout_5; } inline void set_recv_timeout_5(int32_t value) { ___recv_timeout_5 = value; } inline static int32_t get_offset_of_send_timeout_6() { return static_cast(offsetof(TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075, ___send_timeout_6)); } inline int32_t get_send_timeout_6() const { return ___send_timeout_6; } inline int32_t* get_address_of_send_timeout_6() { return &___send_timeout_6; } inline void set_send_timeout_6(int32_t value) { ___send_timeout_6 = value; } inline static int32_t get_offset_of_recv_buffer_size_7() { return static_cast(offsetof(TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075, ___recv_buffer_size_7)); } inline int32_t get_recv_buffer_size_7() const { return ___recv_buffer_size_7; } inline int32_t* get_address_of_recv_buffer_size_7() { return &___recv_buffer_size_7; } inline void set_recv_buffer_size_7(int32_t value) { ___recv_buffer_size_7 = value; } inline static int32_t get_offset_of_send_buffer_size_8() { return static_cast(offsetof(TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075, ___send_buffer_size_8)); } inline int32_t get_send_buffer_size_8() const { return ___send_buffer_size_8; } inline int32_t* get_address_of_send_buffer_size_8() { return &___send_buffer_size_8; } inline void set_send_buffer_size_8(int32_t value) { ___send_buffer_size_8 = value; } inline static int32_t get_offset_of_linger_state_9() { return static_cast(offsetof(TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075, ___linger_state_9)); } inline LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * get_linger_state_9() const { return ___linger_state_9; } inline LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 ** get_address_of_linger_state_9() { return &___linger_state_9; } inline void set_linger_state_9(LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * value) { ___linger_state_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___linger_state_9), (void*)value); } inline static int32_t get_offset_of_no_delay_10() { return static_cast(offsetof(TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075, ___no_delay_10)); } inline bool get_no_delay_10() const { return ___no_delay_10; } inline bool* get_address_of_no_delay_10() { return &___no_delay_10; } inline void set_no_delay_10(bool value) { ___no_delay_10 = value; } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_11() { return static_cast(offsetof(TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075, ___U3CConnectTimeoutU3Ek__BackingField_11)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectTimeoutU3Ek__BackingField_11() const { return ___U3CConnectTimeoutU3Ek__BackingField_11; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_11() { return &___U3CConnectTimeoutU3Ek__BackingField_11; } inline void set_U3CConnectTimeoutU3Ek__BackingField_11(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectTimeoutU3Ek__BackingField_11 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeInputStream struct TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C : public BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2 { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeInputStream::input Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input_6; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeInputStream::tee Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___tee_7; public: inline static int32_t get_offset_of_input_6() { return static_cast(offsetof(TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C, ___input_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_input_6() const { return ___input_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_input_6() { return &___input_6; } inline void set_input_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___input_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___input_6), (void*)value); } inline static int32_t get_offset_of_tee_7() { return static_cast(offsetof(TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C, ___tee_7)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_tee_7() const { return ___tee_7; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_tee_7() { return &___tee_7; } inline void set_tee_7(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___tee_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___tee_7), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream struct TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream::output Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output_6; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream::tee Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___tee_7; public: inline static int32_t get_offset_of_output_6() { return static_cast(offsetof(TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814, ___output_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_output_6() const { return ___output_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_output_6() { return &___output_6; } inline void set_output_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___output_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___output_6), (void*)value); } inline static int32_t get_offset_of_tee_7() { return static_cast(offsetof(TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814, ___tee_7)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_tee_7() const { return ___tee_7; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_tee_7() { return &___tee_7; } inline void set_tee_7(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___tee_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___tee_7), (void*)value); } }; // UnityEngine.TextAsset struct TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { 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); } }; // System.Action`1 struct Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t71327A2F3C31DF62529F8918E46B7BD749A2D6B9 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t986392A54536D0441914C992D788BD4745B8D886 : public MulticastDelegate_t { public: public: }; // System.Func`3 struct Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 : public MulticastDelegate_t { public: public: }; // BestHTTP.Futures.FutureValueCallback`1> struct FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 : public MulticastDelegate_t { public: public: }; // BestHTTP.Futures.FutureValueCallback`1> struct FutureValueCallback_1_t49D386D8B15034B7B63364F898930F1991D1F1D2 : public MulticastDelegate_t { public: public: }; // BestHTTP.Futures.FutureValueCallback`1 struct FutureValueCallback_1_t3C9029228B65F876E4623B938A9F4979FA11B9CD : public MulticastDelegate_t { public: public: }; // BestHTTP.Futures.FutureValueCallback`1 struct FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F : public MulticastDelegate_t { public: public: }; // BestHTTP.Futures.FutureValueCallback`1 struct FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96 : public MulticastDelegate_t { public: public: }; // BestHTTP.Futures.FutureValueCallback`1 struct FutureValueCallback_1_t2784CA2EA58B563BE5DE193E8F6D566A29997239 : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // UnityEngine.AnimationClip struct AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 : public Motion_t3EAEF01D52B05F10A21CC9B54A35C8F3F6BA3A67 { 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); } }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateException struct CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // System.Runtime.InteropServices.ExternalException struct ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.Futures.FutureErrorCallback struct FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF : public MulticastDelegate_t { 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.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA : public EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C { public: public: }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler struct NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 : public MulticastDelegate_t { public: public: }; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 : public MulticastDelegate_t { public: public: }; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // System.Threading.ThreadStart struct ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 : public MulticastDelegate_t { public: public: }; // System.TimeoutException struct TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 : public MulticastDelegate_t { public: public: }; // UnityEngine.Animation struct Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // UnityEngine.AudioBehaviour struct AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { 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.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields { public: // UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::preWillRenderCanvases WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * ___preWillRenderCanvases_4; // UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::willRenderCanvases WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * ___willRenderCanvases_5; // System.Action`1 UnityEngine.Canvas::k__BackingField Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; // System.Action`2 UnityEngine.Canvas::k__BackingField Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; // System.Action`1 UnityEngine.Canvas::k__BackingField Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___U3CexternEndRenderOverlaysU3Ek__BackingField_8; public: inline static int32_t get_offset_of_preWillRenderCanvases_4() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___preWillRenderCanvases_4)); } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * get_preWillRenderCanvases_4() const { return ___preWillRenderCanvases_4; } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 ** get_address_of_preWillRenderCanvases_4() { return &___preWillRenderCanvases_4; } inline void set_preWillRenderCanvases_4(WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * value) { ___preWillRenderCanvases_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___preWillRenderCanvases_4), (void*)value); } inline static int32_t get_offset_of_willRenderCanvases_5() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___willRenderCanvases_5)); } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * get_willRenderCanvases_5() const { return ___willRenderCanvases_5; } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 ** get_address_of_willRenderCanvases_5() { return &___willRenderCanvases_5; } inline void set_willRenderCanvases_5(WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * value) { ___willRenderCanvases_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___willRenderCanvases_5), (void*)value); } inline static int32_t get_offset_of_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6)); } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * get_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() const { return ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B ** get_address_of_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() { return &___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; } inline void set_U3CexternBeginRenderOverlaysU3Ek__BackingField_6(Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * value) { ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternBeginRenderOverlaysU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7)); } inline Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * get_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() const { return ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; } inline Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 ** get_address_of_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() { return &___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; } inline void set_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7(Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * value) { ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CexternEndRenderOverlaysU3Ek__BackingField_8() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternEndRenderOverlaysU3Ek__BackingField_8)); } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * get_U3CexternEndRenderOverlaysU3Ek__BackingField_8() const { return ___U3CexternEndRenderOverlaysU3Ek__BackingField_8; } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B ** get_address_of_U3CexternEndRenderOverlaysU3Ek__BackingField_8() { return &___U3CexternEndRenderOverlaysU3Ek__BackingField_8; } inline void set_U3CexternEndRenderOverlaysU3Ek__BackingField_8(Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * value) { ___U3CexternEndRenderOverlaysU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternEndRenderOverlaysU3Ek__BackingField_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateParsingException struct CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 : public CertificateException_tB4C9EC1D72D2EB953B1A67314C641CA607912CCB { public: public: }; // 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); } }; // UnityEngine.ParticleSystemRenderer struct ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 : public Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C { public: public: }; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 : public Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 { public: public: }; struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields { public: // UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * ___reapplyDrivenProperties_4; public: inline static int32_t get_offset_of_reapplyDrivenProperties_4() { return static_cast(offsetof(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields, ___reapplyDrivenProperties_4)); } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * get_reapplyDrivenProperties_4() const { return ___reapplyDrivenProperties_4; } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE ** get_address_of_reapplyDrivenProperties_4() { return &___reapplyDrivenProperties_4; } inline void set_reapplyDrivenProperties_4(ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * value) { ___reapplyDrivenProperties_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reapplyDrivenProperties_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.StreamOverflowException struct StreamOverflowException_tB1D84D6C41548EF62AD83DF0D116352227D0AD3B : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsException struct TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // UnityEngine.TrailRenderer struct TrailRenderer_t219A9B1F6C4B984AE4BEEC40F90665D122056A01 : public Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C { public: public: }; // System.ComponentModel.Win32Exception struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 : public ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 { public: // System.Int32 System.ComponentModel.Win32Exception::nativeErrorCode int32_t ___nativeErrorCode_17; public: inline static int32_t get_offset_of_nativeErrorCode_17() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950, ___nativeErrorCode_17)); } inline int32_t get_nativeErrorCode_17() const { return ___nativeErrorCode_17; } inline int32_t* get_address_of_nativeErrorCode_17() { return &___nativeErrorCode_17; } inline void set_nativeErrorCode_17(int32_t value) { ___nativeErrorCode_17 = value; } }; struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields { public: // System.Boolean System.ComponentModel.Win32Exception::s_ErrorMessagesInitialized bool ___s_ErrorMessagesInitialized_18; // System.Collections.Generic.Dictionary`2 System.ComponentModel.Win32Exception::s_ErrorMessage Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * ___s_ErrorMessage_19; public: inline static int32_t get_offset_of_s_ErrorMessagesInitialized_18() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields, ___s_ErrorMessagesInitialized_18)); } inline bool get_s_ErrorMessagesInitialized_18() const { return ___s_ErrorMessagesInitialized_18; } inline bool* get_address_of_s_ErrorMessagesInitialized_18() { return &___s_ErrorMessagesInitialized_18; } inline void set_s_ErrorMessagesInitialized_18(bool value) { ___s_ErrorMessagesInitialized_18 = value; } inline static int32_t get_offset_of_s_ErrorMessage_19() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields, ___s_ErrorMessage_19)); } inline Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * get_s_ErrorMessage_19() const { return ___s_ErrorMessage_19; } inline Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB ** get_address_of_s_ErrorMessage_19() { return &___s_ErrorMessage_19; } inline void set_s_ErrorMessage_19(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * value) { ___s_ErrorMessage_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ErrorMessage_19), (void*)value); } }; // UnityStandardAssets.Cameras.AbstractTargetFollower struct AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform UnityStandardAssets.Cameras.AbstractTargetFollower::m_Target Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_Target_4; // System.Boolean UnityStandardAssets.Cameras.AbstractTargetFollower::m_AutoTargetPlayer bool ___m_AutoTargetPlayer_5; // UnityStandardAssets.Cameras.AbstractTargetFollower/UpdateType UnityStandardAssets.Cameras.AbstractTargetFollower::m_UpdateType int32_t ___m_UpdateType_6; // UnityEngine.Rigidbody UnityStandardAssets.Cameras.AbstractTargetFollower::targetRigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___targetRigidbody_7; public: inline static int32_t get_offset_of_m_Target_4() { return static_cast(offsetof(AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47, ___m_Target_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_Target_4() const { return ___m_Target_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_Target_4() { return &___m_Target_4; } inline void set_m_Target_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_Target_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Target_4), (void*)value); } inline static int32_t get_offset_of_m_AutoTargetPlayer_5() { return static_cast(offsetof(AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47, ___m_AutoTargetPlayer_5)); } inline bool get_m_AutoTargetPlayer_5() const { return ___m_AutoTargetPlayer_5; } inline bool* get_address_of_m_AutoTargetPlayer_5() { return &___m_AutoTargetPlayer_5; } inline void set_m_AutoTargetPlayer_5(bool value) { ___m_AutoTargetPlayer_5 = value; } inline static int32_t get_offset_of_m_UpdateType_6() { return static_cast(offsetof(AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47, ___m_UpdateType_6)); } inline int32_t get_m_UpdateType_6() const { return ___m_UpdateType_6; } inline int32_t* get_address_of_m_UpdateType_6() { return &___m_UpdateType_6; } inline void set_m_UpdateType_6(int32_t value) { ___m_UpdateType_6 = value; } inline static int32_t get_offset_of_targetRigidbody_7() { return static_cast(offsetof(AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47, ___targetRigidbody_7)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_targetRigidbody_7() const { return ___targetRigidbody_7; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_targetRigidbody_7() { return &___targetRigidbody_7; } inline void set_targetRigidbody_7(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___targetRigidbody_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetRigidbody_7), (void*)value); } }; // AnimationPlayer struct AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single AnimationPlayer::speed float ___speed_4; // UnityEngine.Animation AnimationPlayer::animationMain Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * ___animationMain_5; // UnityEngine.AnimationClip[] AnimationPlayer::_animationClips AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* ____animationClips_6; // UnityEngine.WrapMode AnimationPlayer::_wrapMode int32_t ____wrapMode_7; // System.Int32 AnimationPlayer::_index int32_t ____index_8; // System.Boolean AnimationPlayer::_playing bool ____playing_9; // System.Single AnimationPlayer::_playingTime float ____playingTime_10; // System.Single AnimationPlayer::_animationTime float ____animationTime_11; // System.String AnimationPlayer::_animationName String_t* ____animationName_12; // System.Int32 AnimationPlayer::_completeCount int32_t ____completeCount_13; // System.Action`1 AnimationPlayer::completeCallback Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 * ___completeCallback_14; // System.Single AnimationPlayer::animationPauseTime float ___animationPauseTime_15; // System.Boolean AnimationPlayer::_pausing bool ____pausing_16; public: inline static int32_t get_offset_of_speed_4() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ___speed_4)); } inline float get_speed_4() const { return ___speed_4; } inline float* get_address_of_speed_4() { return &___speed_4; } inline void set_speed_4(float value) { ___speed_4 = value; } inline static int32_t get_offset_of_animationMain_5() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ___animationMain_5)); } inline Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * get_animationMain_5() const { return ___animationMain_5; } inline Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 ** get_address_of_animationMain_5() { return &___animationMain_5; } inline void set_animationMain_5(Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * value) { ___animationMain_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationMain_5), (void*)value); } inline static int32_t get_offset_of__animationClips_6() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____animationClips_6)); } inline AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* get__animationClips_6() const { return ____animationClips_6; } inline AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489** get_address_of__animationClips_6() { return &____animationClips_6; } inline void set__animationClips_6(AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* value) { ____animationClips_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____animationClips_6), (void*)value); } inline static int32_t get_offset_of__wrapMode_7() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____wrapMode_7)); } inline int32_t get__wrapMode_7() const { return ____wrapMode_7; } inline int32_t* get_address_of__wrapMode_7() { return &____wrapMode_7; } inline void set__wrapMode_7(int32_t value) { ____wrapMode_7 = value; } inline static int32_t get_offset_of__index_8() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____index_8)); } inline int32_t get__index_8() const { return ____index_8; } inline int32_t* get_address_of__index_8() { return &____index_8; } inline void set__index_8(int32_t value) { ____index_8 = value; } inline static int32_t get_offset_of__playing_9() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____playing_9)); } inline bool get__playing_9() const { return ____playing_9; } inline bool* get_address_of__playing_9() { return &____playing_9; } inline void set__playing_9(bool value) { ____playing_9 = value; } inline static int32_t get_offset_of__playingTime_10() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____playingTime_10)); } inline float get__playingTime_10() const { return ____playingTime_10; } inline float* get_address_of__playingTime_10() { return &____playingTime_10; } inline void set__playingTime_10(float value) { ____playingTime_10 = value; } inline static int32_t get_offset_of__animationTime_11() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____animationTime_11)); } inline float get__animationTime_11() const { return ____animationTime_11; } inline float* get_address_of__animationTime_11() { return &____animationTime_11; } inline void set__animationTime_11(float value) { ____animationTime_11 = value; } inline static int32_t get_offset_of__animationName_12() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____animationName_12)); } inline String_t* get__animationName_12() const { return ____animationName_12; } inline String_t** get_address_of__animationName_12() { return &____animationName_12; } inline void set__animationName_12(String_t* value) { ____animationName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____animationName_12), (void*)value); } inline static int32_t get_offset_of__completeCount_13() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____completeCount_13)); } inline int32_t get__completeCount_13() const { return ____completeCount_13; } inline int32_t* get_address_of__completeCount_13() { return &____completeCount_13; } inline void set__completeCount_13(int32_t value) { ____completeCount_13 = value; } inline static int32_t get_offset_of_completeCallback_14() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ___completeCallback_14)); } inline Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 * get_completeCallback_14() const { return ___completeCallback_14; } inline Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 ** get_address_of_completeCallback_14() { return &___completeCallback_14; } inline void set_completeCallback_14(Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 * value) { ___completeCallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___completeCallback_14), (void*)value); } inline static int32_t get_offset_of_animationPauseTime_15() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ___animationPauseTime_15)); } inline float get_animationPauseTime_15() const { return ___animationPauseTime_15; } inline float* get_address_of_animationPauseTime_15() { return &___animationPauseTime_15; } inline void set_animationPauseTime_15(float value) { ___animationPauseTime_15 = value; } inline static int32_t get_offset_of__pausing_16() { return static_cast(offsetof(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D, ____pausing_16)); } inline bool get__pausing_16() const { return ____pausing_16; } inline bool* get_address_of__pausing_16() { return &____pausing_16; } inline void set__pausing_16(bool value) { ____pausing_16 = value; } }; // ArmBow struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // AnimationPlayer ArmBow::AP_arm AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___AP_arm_4; // AnimationPlayer ArmBow::AP_bow AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___AP_bow_5; // UnityEngine.GameObject ArmBow::arrow GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___arrow_6; // BowCamera ArmBow::_bowCamera BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * ____bowCamera_7; // System.Collections.Generic.HashSet`1 ArmBow::validTargets HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * ___validTargets_8; // System.Int32 ArmBow::shootBackTime int32_t ___shootBackTime_10; // System.Single ArmBow::shootOffsetAngleScale float ___shootOffsetAngleScale_11; // System.Boolean ArmBow::banReady bool ___banReady_12; // System.Boolean ArmBow::banShoot bool ___banShoot_13; // System.Boolean ArmBow::banLogic bool ___banLogic_14; // UnityEngine.Quaternion[] ArmBow::cameraRotations QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* ___cameraRotations_15; // System.Int32 ArmBow::cameraRotationHasRecordCount int32_t ___cameraRotationHasRecordCount_16; // System.Int32 ArmBow::phase int32_t ___phase_17; // System.Int32 ArmBow::arm_ani_index_cur int32_t ___arm_ani_index_cur_18; // System.Int32 ArmBow::bow_ani_index_cur int32_t ___bow_ani_index_cur_19; public: inline static int32_t get_offset_of_AP_arm_4() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___AP_arm_4)); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * get_AP_arm_4() const { return ___AP_arm_4; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** get_address_of_AP_arm_4() { return &___AP_arm_4; } inline void set_AP_arm_4(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { ___AP_arm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___AP_arm_4), (void*)value); } inline static int32_t get_offset_of_AP_bow_5() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___AP_bow_5)); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * get_AP_bow_5() const { return ___AP_bow_5; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** get_address_of_AP_bow_5() { return &___AP_bow_5; } inline void set_AP_bow_5(AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { ___AP_bow_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___AP_bow_5), (void*)value); } inline static int32_t get_offset_of_arrow_6() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___arrow_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_arrow_6() const { return ___arrow_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_arrow_6() { return &___arrow_6; } inline void set_arrow_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___arrow_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrow_6), (void*)value); } inline static int32_t get_offset_of__bowCamera_7() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ____bowCamera_7)); } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * get__bowCamera_7() const { return ____bowCamera_7; } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 ** get_address_of__bowCamera_7() { return &____bowCamera_7; } inline void set__bowCamera_7(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * value) { ____bowCamera_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____bowCamera_7), (void*)value); } inline static int32_t get_offset_of_validTargets_8() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___validTargets_8)); } inline HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * get_validTargets_8() const { return ___validTargets_8; } inline HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 ** get_address_of_validTargets_8() { return &___validTargets_8; } inline void set_validTargets_8(HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * value) { ___validTargets_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___validTargets_8), (void*)value); } inline static int32_t get_offset_of_shootBackTime_10() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___shootBackTime_10)); } inline int32_t get_shootBackTime_10() const { return ___shootBackTime_10; } inline int32_t* get_address_of_shootBackTime_10() { return &___shootBackTime_10; } inline void set_shootBackTime_10(int32_t value) { ___shootBackTime_10 = value; } inline static int32_t get_offset_of_shootOffsetAngleScale_11() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___shootOffsetAngleScale_11)); } inline float get_shootOffsetAngleScale_11() const { return ___shootOffsetAngleScale_11; } inline float* get_address_of_shootOffsetAngleScale_11() { return &___shootOffsetAngleScale_11; } inline void set_shootOffsetAngleScale_11(float value) { ___shootOffsetAngleScale_11 = value; } inline static int32_t get_offset_of_banReady_12() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banReady_12)); } inline bool get_banReady_12() const { return ___banReady_12; } inline bool* get_address_of_banReady_12() { return &___banReady_12; } inline void set_banReady_12(bool value) { ___banReady_12 = value; } inline static int32_t get_offset_of_banShoot_13() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banShoot_13)); } inline bool get_banShoot_13() const { return ___banShoot_13; } inline bool* get_address_of_banShoot_13() { return &___banShoot_13; } inline void set_banShoot_13(bool value) { ___banShoot_13 = value; } inline static int32_t get_offset_of_banLogic_14() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___banLogic_14)); } inline bool get_banLogic_14() const { return ___banLogic_14; } inline bool* get_address_of_banLogic_14() { return &___banLogic_14; } inline void set_banLogic_14(bool value) { ___banLogic_14 = value; } inline static int32_t get_offset_of_cameraRotations_15() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___cameraRotations_15)); } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* get_cameraRotations_15() const { return ___cameraRotations_15; } inline QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6** get_address_of_cameraRotations_15() { return &___cameraRotations_15; } inline void set_cameraRotations_15(QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* value) { ___cameraRotations_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraRotations_15), (void*)value); } inline static int32_t get_offset_of_cameraRotationHasRecordCount_16() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___cameraRotationHasRecordCount_16)); } inline int32_t get_cameraRotationHasRecordCount_16() const { return ___cameraRotationHasRecordCount_16; } inline int32_t* get_address_of_cameraRotationHasRecordCount_16() { return &___cameraRotationHasRecordCount_16; } inline void set_cameraRotationHasRecordCount_16(int32_t value) { ___cameraRotationHasRecordCount_16 = value; } inline static int32_t get_offset_of_phase_17() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___phase_17)); } inline int32_t get_phase_17() const { return ___phase_17; } inline int32_t* get_address_of_phase_17() { return &___phase_17; } inline void set_phase_17(int32_t value) { ___phase_17 = value; } inline static int32_t get_offset_of_arm_ani_index_cur_18() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___arm_ani_index_cur_18)); } inline int32_t get_arm_ani_index_cur_18() const { return ___arm_ani_index_cur_18; } inline int32_t* get_address_of_arm_ani_index_cur_18() { return &___arm_ani_index_cur_18; } inline void set_arm_ani_index_cur_18(int32_t value) { ___arm_ani_index_cur_18 = value; } inline static int32_t get_offset_of_bow_ani_index_cur_19() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4, ___bow_ani_index_cur_19)); } inline int32_t get_bow_ani_index_cur_19() const { return ___bow_ani_index_cur_19; } inline int32_t* get_address_of_bow_ani_index_cur_19() { return &___bow_ani_index_cur_19; } inline void set_bow_ani_index_cur_19(int32_t value) { ___bow_ani_index_cur_19 = value; } }; struct ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_StaticFields { public: // ArmBow ArmBow::_ins ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ____ins_20; public: inline static int32_t get_offset_of__ins_20() { return static_cast(offsetof(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4_StaticFields, ____ins_20)); } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * get__ins_20() const { return ____ins_20; } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 ** get_address_of__ins_20() { return &____ins_20; } inline void set__ins_20(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * value) { ____ins_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_20), (void*)value); } }; // Arrow struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single Arrow::flyTime float ___flyTime_4; // System.Boolean Arrow::isHit bool ___isHit_5; // System.Single Arrow::mySpeed float ___mySpeed_6; // ArmBow Arrow::armBow ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ___armBow_8; // UnityEngine.Vector3 Arrow::shootOutPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___shootOutPosition_9; // UnityEngine.RaycastHit Arrow::absoluteRay RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 ___absoluteRay_10; // System.Single Arrow::offsetAngle float ___offsetAngle_11; // UnityEngine.Vector3 Arrow::finalAngleAfterOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___finalAngleAfterOffset_12; // TargetBody Arrow::rayHitTargetBody TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * ___rayHitTargetBody_13; // System.Boolean Arrow::canPerfectHit bool ___canPerfectHit_14; // System.Boolean Arrow::canUseSideCamera bool ___canUseSideCamera_15; // ArrowCamera Arrow::arrowCameraComp ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * ___arrowCameraComp_16; // System.Action Arrow::onDoNextShoot Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onDoNextShoot_17; // System.Boolean Arrow::hasParabolaAngle bool ___hasParabolaAngle_19; // System.Single Arrow::parabolaAngleInRadian float ___parabolaAngleInRadian_20; // ArrowSync/SyncData Arrow::outputSyncData SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * ___outputSyncData_21; // System.Single Arrow::logicFlyTime float ___logicFlyTime_22; // UnityEngine.Vector3 Arrow::finalPoint Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___finalPoint_23; // System.Int32 Arrow::hitType int32_t ___hitType_24; // UnityEngine.Transform Arrow::raycastHitTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___raycastHitTransform_25; // System.String[] Arrow::hitTargetAnimalInfo StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___hitTargetAnimalInfo_26; // System.Boolean Arrow::hasDoneNextShoot bool ___hasDoneNextShoot_27; // UnityEngine.Vector3 Arrow::rotateV3 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rotateV3_28; public: inline static int32_t get_offset_of_flyTime_4() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___flyTime_4)); } inline float get_flyTime_4() const { return ___flyTime_4; } inline float* get_address_of_flyTime_4() { return &___flyTime_4; } inline void set_flyTime_4(float value) { ___flyTime_4 = value; } inline static int32_t get_offset_of_isHit_5() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___isHit_5)); } inline bool get_isHit_5() const { return ___isHit_5; } inline bool* get_address_of_isHit_5() { return &___isHit_5; } inline void set_isHit_5(bool value) { ___isHit_5 = value; } inline static int32_t get_offset_of_mySpeed_6() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___mySpeed_6)); } inline float get_mySpeed_6() const { return ___mySpeed_6; } inline float* get_address_of_mySpeed_6() { return &___mySpeed_6; } inline void set_mySpeed_6(float value) { ___mySpeed_6 = value; } inline static int32_t get_offset_of_armBow_8() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___armBow_8)); } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * get_armBow_8() const { return ___armBow_8; } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 ** get_address_of_armBow_8() { return &___armBow_8; } inline void set_armBow_8(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * value) { ___armBow_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___armBow_8), (void*)value); } inline static int32_t get_offset_of_shootOutPosition_9() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___shootOutPosition_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_shootOutPosition_9() const { return ___shootOutPosition_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_shootOutPosition_9() { return &___shootOutPosition_9; } inline void set_shootOutPosition_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___shootOutPosition_9 = value; } inline static int32_t get_offset_of_absoluteRay_10() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___absoluteRay_10)); } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 get_absoluteRay_10() const { return ___absoluteRay_10; } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * get_address_of_absoluteRay_10() { return &___absoluteRay_10; } inline void set_absoluteRay_10(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 value) { ___absoluteRay_10 = value; } inline static int32_t get_offset_of_offsetAngle_11() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___offsetAngle_11)); } inline float get_offsetAngle_11() const { return ___offsetAngle_11; } inline float* get_address_of_offsetAngle_11() { return &___offsetAngle_11; } inline void set_offsetAngle_11(float value) { ___offsetAngle_11 = value; } inline static int32_t get_offset_of_finalAngleAfterOffset_12() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___finalAngleAfterOffset_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_finalAngleAfterOffset_12() const { return ___finalAngleAfterOffset_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_finalAngleAfterOffset_12() { return &___finalAngleAfterOffset_12; } inline void set_finalAngleAfterOffset_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___finalAngleAfterOffset_12 = value; } inline static int32_t get_offset_of_rayHitTargetBody_13() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___rayHitTargetBody_13)); } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * get_rayHitTargetBody_13() const { return ___rayHitTargetBody_13; } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D ** get_address_of_rayHitTargetBody_13() { return &___rayHitTargetBody_13; } inline void set_rayHitTargetBody_13(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * value) { ___rayHitTargetBody_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___rayHitTargetBody_13), (void*)value); } inline static int32_t get_offset_of_canPerfectHit_14() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___canPerfectHit_14)); } inline bool get_canPerfectHit_14() const { return ___canPerfectHit_14; } inline bool* get_address_of_canPerfectHit_14() { return &___canPerfectHit_14; } inline void set_canPerfectHit_14(bool value) { ___canPerfectHit_14 = value; } inline static int32_t get_offset_of_canUseSideCamera_15() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___canUseSideCamera_15)); } inline bool get_canUseSideCamera_15() const { return ___canUseSideCamera_15; } inline bool* get_address_of_canUseSideCamera_15() { return &___canUseSideCamera_15; } inline void set_canUseSideCamera_15(bool value) { ___canUseSideCamera_15 = value; } inline static int32_t get_offset_of_arrowCameraComp_16() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___arrowCameraComp_16)); } inline ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * get_arrowCameraComp_16() const { return ___arrowCameraComp_16; } inline ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB ** get_address_of_arrowCameraComp_16() { return &___arrowCameraComp_16; } inline void set_arrowCameraComp_16(ArrowCamera_t793154C45EDFAED3729D4987BA58D315612380FB * value) { ___arrowCameraComp_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowCameraComp_16), (void*)value); } inline static int32_t get_offset_of_onDoNextShoot_17() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___onDoNextShoot_17)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onDoNextShoot_17() const { return ___onDoNextShoot_17; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onDoNextShoot_17() { return &___onDoNextShoot_17; } inline void set_onDoNextShoot_17(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onDoNextShoot_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDoNextShoot_17), (void*)value); } inline static int32_t get_offset_of_hasParabolaAngle_19() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hasParabolaAngle_19)); } inline bool get_hasParabolaAngle_19() const { return ___hasParabolaAngle_19; } inline bool* get_address_of_hasParabolaAngle_19() { return &___hasParabolaAngle_19; } inline void set_hasParabolaAngle_19(bool value) { ___hasParabolaAngle_19 = value; } inline static int32_t get_offset_of_parabolaAngleInRadian_20() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___parabolaAngleInRadian_20)); } inline float get_parabolaAngleInRadian_20() const { return ___parabolaAngleInRadian_20; } inline float* get_address_of_parabolaAngleInRadian_20() { return &___parabolaAngleInRadian_20; } inline void set_parabolaAngleInRadian_20(float value) { ___parabolaAngleInRadian_20 = value; } inline static int32_t get_offset_of_outputSyncData_21() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___outputSyncData_21)); } inline SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * get_outputSyncData_21() const { return ___outputSyncData_21; } inline SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF ** get_address_of_outputSyncData_21() { return &___outputSyncData_21; } inline void set_outputSyncData_21(SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF * value) { ___outputSyncData_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputSyncData_21), (void*)value); } inline static int32_t get_offset_of_logicFlyTime_22() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___logicFlyTime_22)); } inline float get_logicFlyTime_22() const { return ___logicFlyTime_22; } inline float* get_address_of_logicFlyTime_22() { return &___logicFlyTime_22; } inline void set_logicFlyTime_22(float value) { ___logicFlyTime_22 = value; } inline static int32_t get_offset_of_finalPoint_23() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___finalPoint_23)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_finalPoint_23() const { return ___finalPoint_23; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_finalPoint_23() { return &___finalPoint_23; } inline void set_finalPoint_23(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___finalPoint_23 = value; } inline static int32_t get_offset_of_hitType_24() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hitType_24)); } inline int32_t get_hitType_24() const { return ___hitType_24; } inline int32_t* get_address_of_hitType_24() { return &___hitType_24; } inline void set_hitType_24(int32_t value) { ___hitType_24 = value; } inline static int32_t get_offset_of_raycastHitTransform_25() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___raycastHitTransform_25)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_raycastHitTransform_25() const { return ___raycastHitTransform_25; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_raycastHitTransform_25() { return &___raycastHitTransform_25; } inline void set_raycastHitTransform_25(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___raycastHitTransform_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___raycastHitTransform_25), (void*)value); } inline static int32_t get_offset_of_hitTargetAnimalInfo_26() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hitTargetAnimalInfo_26)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_hitTargetAnimalInfo_26() const { return ___hitTargetAnimalInfo_26; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_hitTargetAnimalInfo_26() { return &___hitTargetAnimalInfo_26; } inline void set_hitTargetAnimalInfo_26(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___hitTargetAnimalInfo_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitTargetAnimalInfo_26), (void*)value); } inline static int32_t get_offset_of_hasDoneNextShoot_27() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___hasDoneNextShoot_27)); } inline bool get_hasDoneNextShoot_27() const { return ___hasDoneNextShoot_27; } inline bool* get_address_of_hasDoneNextShoot_27() { return &___hasDoneNextShoot_27; } inline void set_hasDoneNextShoot_27(bool value) { ___hasDoneNextShoot_27 = value; } inline static int32_t get_offset_of_rotateV3_28() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A, ___rotateV3_28)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rotateV3_28() const { return ___rotateV3_28; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rotateV3_28() { return &___rotateV3_28; } inline void set_rotateV3_28(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rotateV3_28 = value; } }; struct Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields { public: // System.Single Arrow::speed float ___speed_7; // System.Collections.Generic.HashSet`1 Arrow::arrowSet HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * ___arrowSet_18; public: inline static int32_t get_offset_of_speed_7() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields, ___speed_7)); } inline float get_speed_7() const { return ___speed_7; } inline float* get_address_of_speed_7() { return &___speed_7; } inline void set_speed_7(float value) { ___speed_7 = value; } inline static int32_t get_offset_of_arrowSet_18() { return static_cast(offsetof(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields, ___arrowSet_18)); } inline HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * get_arrowSet_18() const { return ___arrowSet_18; } inline HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C ** get_address_of_arrowSet_18() { return &___arrowSet_18; } inline void set_arrowSet_18(HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * value) { ___arrowSet_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowSet_18), (void*)value); } }; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.AudioSource AudioMgr::audioSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___audioSource_4; public: inline static int32_t get_offset_of_audioSource_4() { return static_cast(offsetof(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0, ___audioSource_4)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_audioSource_4() const { return ___audioSource_4; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_audioSource_4() { return &___audioSource_4; } inline void set_audioSource_4(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___audioSource_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___audioSource_4), (void*)value); } }; struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields { public: // AudioMgr AudioMgr::ins AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields, ___ins_5)); } inline AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * get_ins_5() const { return ___ins_5; } inline AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } }; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B : public AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A { public: public: }; // BowCamera struct BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Camera BowCamera::_cameraComp Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ____cameraComp_4; // ArmBow BowCamera::_armBow ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ____armBow_5; // UnityEngine.Vector3 BowCamera::localEulerAngles Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___localEulerAngles_6; // JCUnityLib.TouchChecker BowCamera::touchChecker TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * ___touchChecker_7; // System.Single[] BowCamera::limitRangeRotateY SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___limitRangeRotateY_9; // System.Single[] BowCamera::limitRangeRotateX SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___limitRangeRotateX_10; // System.Boolean BowCamera::banLogic bool ___banLogic_11; // System.Boolean BowCamera::needLookAtPoint bool ___needLookAtPoint_13; // System.Single[] BowCamera::_bowRotateConvertRate SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ____bowRotateConvertRate_14; // System.Action BowCamera::onAfterLateUpdate Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onAfterLateUpdate_15; // System.Single BowCamera::cameraFieldOfView float ___cameraFieldOfView_16; // System.Single BowCamera::defaultCameraFieldOfView float ___defaultCameraFieldOfView_17; // System.Boolean BowCamera::banCameraFieldOfView bool ___banCameraFieldOfView_18; // System.Boolean BowCamera::isArrowFollowing bool ___isArrowFollowing_19; // System.Boolean BowCamera::isScaleAimDisplaying bool ___isScaleAimDisplaying_20; // BowCamera/BowCameraFixed BowCamera::bowCameraFixed BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * ___bowCameraFixed_21; public: inline static int32_t get_offset_of__cameraComp_4() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ____cameraComp_4)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get__cameraComp_4() const { return ____cameraComp_4; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of__cameraComp_4() { return &____cameraComp_4; } inline void set__cameraComp_4(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ____cameraComp_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____cameraComp_4), (void*)value); } inline static int32_t get_offset_of__armBow_5() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ____armBow_5)); } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * get__armBow_5() const { return ____armBow_5; } inline ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 ** get_address_of__armBow_5() { return &____armBow_5; } inline void set__armBow_5(ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * value) { ____armBow_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____armBow_5), (void*)value); } inline static int32_t get_offset_of_localEulerAngles_6() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___localEulerAngles_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_localEulerAngles_6() const { return ___localEulerAngles_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_localEulerAngles_6() { return &___localEulerAngles_6; } inline void set_localEulerAngles_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___localEulerAngles_6 = value; } inline static int32_t get_offset_of_touchChecker_7() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___touchChecker_7)); } inline TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * get_touchChecker_7() const { return ___touchChecker_7; } inline TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED ** get_address_of_touchChecker_7() { return &___touchChecker_7; } inline void set_touchChecker_7(TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED * value) { ___touchChecker_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___touchChecker_7), (void*)value); } inline static int32_t get_offset_of_limitRangeRotateY_9() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___limitRangeRotateY_9)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_limitRangeRotateY_9() const { return ___limitRangeRotateY_9; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_limitRangeRotateY_9() { return &___limitRangeRotateY_9; } inline void set_limitRangeRotateY_9(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___limitRangeRotateY_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___limitRangeRotateY_9), (void*)value); } inline static int32_t get_offset_of_limitRangeRotateX_10() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___limitRangeRotateX_10)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_limitRangeRotateX_10() const { return ___limitRangeRotateX_10; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_limitRangeRotateX_10() { return &___limitRangeRotateX_10; } inline void set_limitRangeRotateX_10(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___limitRangeRotateX_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___limitRangeRotateX_10), (void*)value); } inline static int32_t get_offset_of_banLogic_11() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___banLogic_11)); } inline bool get_banLogic_11() const { return ___banLogic_11; } inline bool* get_address_of_banLogic_11() { return &___banLogic_11; } inline void set_banLogic_11(bool value) { ___banLogic_11 = value; } inline static int32_t get_offset_of_needLookAtPoint_13() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___needLookAtPoint_13)); } inline bool get_needLookAtPoint_13() const { return ___needLookAtPoint_13; } inline bool* get_address_of_needLookAtPoint_13() { return &___needLookAtPoint_13; } inline void set_needLookAtPoint_13(bool value) { ___needLookAtPoint_13 = value; } inline static int32_t get_offset_of__bowRotateConvertRate_14() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ____bowRotateConvertRate_14)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get__bowRotateConvertRate_14() const { return ____bowRotateConvertRate_14; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of__bowRotateConvertRate_14() { return &____bowRotateConvertRate_14; } inline void set__bowRotateConvertRate_14(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ____bowRotateConvertRate_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____bowRotateConvertRate_14), (void*)value); } inline static int32_t get_offset_of_onAfterLateUpdate_15() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___onAfterLateUpdate_15)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onAfterLateUpdate_15() const { return ___onAfterLateUpdate_15; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onAfterLateUpdate_15() { return &___onAfterLateUpdate_15; } inline void set_onAfterLateUpdate_15(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onAfterLateUpdate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAfterLateUpdate_15), (void*)value); } inline static int32_t get_offset_of_cameraFieldOfView_16() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___cameraFieldOfView_16)); } inline float get_cameraFieldOfView_16() const { return ___cameraFieldOfView_16; } inline float* get_address_of_cameraFieldOfView_16() { return &___cameraFieldOfView_16; } inline void set_cameraFieldOfView_16(float value) { ___cameraFieldOfView_16 = value; } inline static int32_t get_offset_of_defaultCameraFieldOfView_17() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___defaultCameraFieldOfView_17)); } inline float get_defaultCameraFieldOfView_17() const { return ___defaultCameraFieldOfView_17; } inline float* get_address_of_defaultCameraFieldOfView_17() { return &___defaultCameraFieldOfView_17; } inline void set_defaultCameraFieldOfView_17(float value) { ___defaultCameraFieldOfView_17 = value; } inline static int32_t get_offset_of_banCameraFieldOfView_18() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___banCameraFieldOfView_18)); } inline bool get_banCameraFieldOfView_18() const { return ___banCameraFieldOfView_18; } inline bool* get_address_of_banCameraFieldOfView_18() { return &___banCameraFieldOfView_18; } inline void set_banCameraFieldOfView_18(bool value) { ___banCameraFieldOfView_18 = value; } inline static int32_t get_offset_of_isArrowFollowing_19() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___isArrowFollowing_19)); } inline bool get_isArrowFollowing_19() const { return ___isArrowFollowing_19; } inline bool* get_address_of_isArrowFollowing_19() { return &___isArrowFollowing_19; } inline void set_isArrowFollowing_19(bool value) { ___isArrowFollowing_19 = value; } inline static int32_t get_offset_of_isScaleAimDisplaying_20() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___isScaleAimDisplaying_20)); } inline bool get_isScaleAimDisplaying_20() const { return ___isScaleAimDisplaying_20; } inline bool* get_address_of_isScaleAimDisplaying_20() { return &___isScaleAimDisplaying_20; } inline void set_isScaleAimDisplaying_20(bool value) { ___isScaleAimDisplaying_20 = value; } inline static int32_t get_offset_of_bowCameraFixed_21() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9, ___bowCameraFixed_21)); } inline BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * get_bowCameraFixed_21() const { return ___bowCameraFixed_21; } inline BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 ** get_address_of_bowCameraFixed_21() { return &___bowCameraFixed_21; } inline void set_bowCameraFixed_21(BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3 * value) { ___bowCameraFixed_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___bowCameraFixed_21), (void*)value); } }; struct BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields { public: // System.Boolean BowCamera::_isTouchMode bool ____isTouchMode_8; // BowCamera BowCamera::_ins BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * ____ins_12; public: inline static int32_t get_offset_of__isTouchMode_8() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields, ____isTouchMode_8)); } inline bool get__isTouchMode_8() const { return ____isTouchMode_8; } inline bool* get_address_of__isTouchMode_8() { return &____isTouchMode_8; } inline void set__isTouchMode_8(bool value) { ____isTouchMode_8 = value; } inline static int32_t get_offset_of__ins_12() { return static_cast(offsetof(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_StaticFields, ____ins_12)); } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * get__ins_12() const { return ____ins_12; } inline BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 ** get_address_of__ins_12() { return &____ins_12; } inline void set__ins_12(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * value) { ____ins_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_12), (void*)value); } }; // GameMgr struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // GameMode GameMgr::gameMode GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * ___gameMode_6; // System.Boolean GameMgr::gameOver bool ___gameOver_7; // System.Boolean GameMgr::guideFinish bool ___guideFinish_9; // System.Collections.Generic.HashSet`1 GameMgr::gamePauseLockers HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * ___gamePauseLockers_10; public: inline static int32_t get_offset_of_gameMode_6() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gameMode_6)); } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * get_gameMode_6() const { return ___gameMode_6; } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 ** get_address_of_gameMode_6() { return &___gameMode_6; } inline void set_gameMode_6(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * value) { ___gameMode_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_6), (void*)value); } inline static int32_t get_offset_of_gameOver_7() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gameOver_7)); } inline bool get_gameOver_7() const { return ___gameOver_7; } inline bool* get_address_of_gameOver_7() { return &___gameOver_7; } inline void set_gameOver_7(bool value) { ___gameOver_7 = value; } inline static int32_t get_offset_of_guideFinish_9() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___guideFinish_9)); } inline bool get_guideFinish_9() const { return ___guideFinish_9; } inline bool* get_address_of_guideFinish_9() { return &___guideFinish_9; } inline void set_guideFinish_9(bool value) { ___guideFinish_9 = value; } inline static int32_t get_offset_of_gamePauseLockers_10() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950, ___gamePauseLockers_10)); } inline HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * get_gamePauseLockers_10() const { return ___gamePauseLockers_10; } inline HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 ** get_address_of_gamePauseLockers_10() { return &___gamePauseLockers_10; } inline void set_gamePauseLockers_10(HashSet_1_t658A4F799C39BCEF71EEB383AC1FCCFDC8447673 * value) { ___gamePauseLockers_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___gamePauseLockers_10), (void*)value); } }; struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields { public: // System.Boolean GameMgr::debugInEditor bool ___debugInEditor_4; // System.Int32 GameMgr::gameType int32_t ___gameType_5; // GameMgr GameMgr::ins GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___ins_8; public: inline static int32_t get_offset_of_debugInEditor_4() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___debugInEditor_4)); } inline bool get_debugInEditor_4() const { return ___debugInEditor_4; } inline bool* get_address_of_debugInEditor_4() { return &___debugInEditor_4; } inline void set_debugInEditor_4(bool value) { ___debugInEditor_4 = value; } inline static int32_t get_offset_of_gameType_5() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___gameType_5)); } inline int32_t get_gameType_5() const { return ___gameType_5; } inline int32_t* get_address_of_gameType_5() { return &___gameType_5; } inline void set_gameType_5(int32_t value) { ___gameType_5 = value; } inline static int32_t get_offset_of_ins_8() { return static_cast(offsetof(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields, ___ins_8)); } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * get_ins_8() const { return ___ins_8; } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 ** get_address_of_ins_8() { return &___ins_8; } inline void set_ins_8(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * value) { ___ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_8), (void*)value); } }; // OnlinePKTest struct OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; struct OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_StaticFields { public: // System.Boolean OnlinePKTest::isOpen bool ___isOpen_4; public: inline static int32_t get_offset_of_isOpen_4() { return static_cast(offsetof(OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_StaticFields, ___isOpen_4)); } inline bool get_isOpen_4() const { return ___isOpen_4; } inline bool* get_address_of_isOpen_4() { return &___isOpen_4; } inline void set_isOpen_4(bool value) { ___isOpen_4 = value; } }; // PointSignLastHit struct PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; struct PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889_StaticFields { public: // PointSignLastHit PointSignLastHit::ins PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889 * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889_StaticFields, ___ins_4)); } inline PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889 * get_ins_4() const { return ___ins_4; } inline PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform PopupMgr::popupRoot Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___popupRoot_5; public: inline static int32_t get_offset_of_popupRoot_5() { return static_cast(offsetof(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC, ___popupRoot_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_popupRoot_5() const { return ___popupRoot_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_popupRoot_5() { return &___popupRoot_5; } inline void set_popupRoot_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___popupRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___popupRoot_5), (void*)value); } }; struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC_StaticFields { public: // PopupMgr PopupMgr::_ins PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * ____ins_4; public: inline static int32_t get_offset_of__ins_4() { return static_cast(offsetof(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC_StaticFields, ____ins_4)); } inline PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * get__ins_4() const { return ____ins_4; } inline PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC ** get_address_of__ins_4() { return &____ins_4; } inline void set__ins_4(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * value) { ____ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_4), (void*)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; } }; // Reporter struct Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Collections.Generic.List`1 Reporter::samples List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D * ___samples_4; // System.Collections.Generic.List`1 Reporter::logs List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * ___logs_5; // System.Collections.Generic.List`1 Reporter::collapsedLogs List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * ___collapsedLogs_6; // System.Collections.Generic.List`1 Reporter::currentLog List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * ___currentLog_7; // MultiKeyDictionary`3 Reporter::logsDic MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 * ___logsDic_8; // System.Collections.Generic.Dictionary`2 Reporter::cachedString Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___cachedString_9; // System.Boolean Reporter::show bool ___show_10; // System.Boolean Reporter::collapse bool ___collapse_11; // System.Boolean Reporter::clearOnNewSceneLoaded bool ___clearOnNewSceneLoaded_12; // System.Boolean Reporter::showTime bool ___showTime_13; // System.Boolean Reporter::showScene bool ___showScene_14; // System.Boolean Reporter::showMemory bool ___showMemory_15; // System.Boolean Reporter::showFps bool ___showFps_16; // System.Boolean Reporter::showGraph bool ___showGraph_17; // System.Boolean Reporter::showLog bool ___showLog_18; // System.Boolean Reporter::showWarning bool ___showWarning_19; // System.Boolean Reporter::showError bool ___showError_20; // System.Int32 Reporter::numOfLogs int32_t ___numOfLogs_21; // System.Int32 Reporter::numOfLogsWarning int32_t ___numOfLogsWarning_22; // System.Int32 Reporter::numOfLogsError int32_t ___numOfLogsError_23; // System.Int32 Reporter::numOfCollapsedLogs int32_t ___numOfCollapsedLogs_24; // System.Int32 Reporter::numOfCollapsedLogsWarning int32_t ___numOfCollapsedLogsWarning_25; // System.Int32 Reporter::numOfCollapsedLogsError int32_t ___numOfCollapsedLogsError_26; // System.Boolean Reporter::showClearOnNewSceneLoadedButton bool ___showClearOnNewSceneLoadedButton_27; // System.Boolean Reporter::showTimeButton bool ___showTimeButton_28; // System.Boolean Reporter::showSceneButton bool ___showSceneButton_29; // System.Boolean Reporter::showMemButton bool ___showMemButton_30; // System.Boolean Reporter::showFpsButton bool ___showFpsButton_31; // System.Boolean Reporter::showSearchText bool ___showSearchText_32; // System.Boolean Reporter::showCopyButton bool ___showCopyButton_33; // System.Boolean Reporter::showCopyAllButton bool ___showCopyAllButton_34; // System.Boolean Reporter::showSaveButton bool ___showSaveButton_35; // System.String Reporter::buildDate String_t* ___buildDate_36; // System.String Reporter::logDate String_t* ___logDate_37; // System.Single Reporter::logsMemUsage float ___logsMemUsage_38; // System.Single Reporter::graphMemUsage float ___graphMemUsage_39; // System.Single Reporter::gcTotalMemory float ___gcTotalMemory_40; // System.String Reporter::UserData String_t* ___UserData_41; // System.Single Reporter::fps float ___fps_42; // System.String Reporter::fpsText String_t* ___fpsText_43; // Reporter/ReportView Reporter::currentView int32_t ___currentView_44; // Images Reporter::images Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A * ___images_46; // UnityEngine.GUIContent Reporter::clearContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___clearContent_47; // UnityEngine.GUIContent Reporter::collapseContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___collapseContent_48; // UnityEngine.GUIContent Reporter::clearOnNewSceneContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___clearOnNewSceneContent_49; // UnityEngine.GUIContent Reporter::showTimeContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___showTimeContent_50; // UnityEngine.GUIContent Reporter::showSceneContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___showSceneContent_51; // UnityEngine.GUIContent Reporter::userContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___userContent_52; // UnityEngine.GUIContent Reporter::showMemoryContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___showMemoryContent_53; // UnityEngine.GUIContent Reporter::softwareContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___softwareContent_54; // UnityEngine.GUIContent Reporter::dateContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___dateContent_55; // UnityEngine.GUIContent Reporter::showFpsContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___showFpsContent_56; // UnityEngine.GUIContent Reporter::infoContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___infoContent_57; // UnityEngine.GUIContent Reporter::saveLogsContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___saveLogsContent_58; // UnityEngine.GUIContent Reporter::searchContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___searchContent_59; // UnityEngine.GUIContent Reporter::copyContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___copyContent_60; // UnityEngine.GUIContent Reporter::copyAllContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___copyAllContent_61; // UnityEngine.GUIContent Reporter::closeContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___closeContent_62; // UnityEngine.GUIContent Reporter::buildFromContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___buildFromContent_63; // UnityEngine.GUIContent Reporter::systemInfoContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___systemInfoContent_64; // UnityEngine.GUIContent Reporter::graphicsInfoContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___graphicsInfoContent_65; // UnityEngine.GUIContent Reporter::backContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___backContent_66; // UnityEngine.GUIContent Reporter::logContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___logContent_67; // UnityEngine.GUIContent Reporter::warningContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___warningContent_68; // UnityEngine.GUIContent Reporter::errorContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___errorContent_69; // UnityEngine.GUIStyle Reporter::barStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___barStyle_70; // UnityEngine.GUIStyle Reporter::buttonActiveStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___buttonActiveStyle_71; // UnityEngine.GUIStyle Reporter::nonStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___nonStyle_72; // UnityEngine.GUIStyle Reporter::lowerLeftFontStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___lowerLeftFontStyle_73; // UnityEngine.GUIStyle Reporter::backStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___backStyle_74; // UnityEngine.GUIStyle Reporter::evenLogStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___evenLogStyle_75; // UnityEngine.GUIStyle Reporter::oddLogStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___oddLogStyle_76; // UnityEngine.GUIStyle Reporter::logButtonStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___logButtonStyle_77; // UnityEngine.GUIStyle Reporter::selectedLogStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___selectedLogStyle_78; // UnityEngine.GUIStyle Reporter::selectedLogFontStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___selectedLogFontStyle_79; // UnityEngine.GUIStyle Reporter::stackLabelStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___stackLabelStyle_80; // UnityEngine.GUIStyle Reporter::scrollerStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___scrollerStyle_81; // UnityEngine.GUIStyle Reporter::searchStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___searchStyle_82; // UnityEngine.GUIStyle Reporter::sliderBackStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___sliderBackStyle_83; // UnityEngine.GUIStyle Reporter::sliderThumbStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___sliderThumbStyle_84; // UnityEngine.GUISkin Reporter::toolbarScrollerSkin GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * ___toolbarScrollerSkin_85; // UnityEngine.GUISkin Reporter::logScrollerSkin GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * ___logScrollerSkin_86; // UnityEngine.GUISkin Reporter::graphScrollerSkin GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * ___graphScrollerSkin_87; // UnityEngine.Vector2 Reporter::size Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___size_88; // System.Single Reporter::maxSize float ___maxSize_89; // System.Int32 Reporter::numOfCircleToShow int32_t ___numOfCircleToShow_90; // System.String Reporter::currentScene String_t* ___currentScene_92; // System.String Reporter::filterText String_t* ___filterText_93; // System.String Reporter::deviceModel String_t* ___deviceModel_94; // System.String Reporter::deviceType String_t* ___deviceType_95; // System.String Reporter::deviceName String_t* ___deviceName_96; // System.String Reporter::graphicsMemorySize String_t* ___graphicsMemorySize_97; // System.String Reporter::maxTextureSize String_t* ___maxTextureSize_98; // System.String Reporter::systemMemorySize String_t* ___systemMemorySize_99; // System.Boolean Reporter::Initialized bool ___Initialized_100; // UnityEngine.Rect Reporter::screenRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___screenRect_101; // UnityEngine.Rect Reporter::toolBarRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___toolBarRect_102; // UnityEngine.Rect Reporter::logsRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___logsRect_103; // UnityEngine.Rect Reporter::stackRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___stackRect_104; // UnityEngine.Rect Reporter::graphRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___graphRect_105; // UnityEngine.Rect Reporter::graphMinRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___graphMinRect_106; // UnityEngine.Rect Reporter::graphMaxRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___graphMaxRect_107; // UnityEngine.Rect Reporter::buttomRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___buttomRect_108; // UnityEngine.Vector2 Reporter::stackRectTopLeft Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___stackRectTopLeft_109; // UnityEngine.Rect Reporter::detailRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___detailRect_110; // UnityEngine.Vector2 Reporter::scrollPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPosition_111; // UnityEngine.Vector2 Reporter::scrollPosition2 Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPosition2_112; // UnityEngine.Vector2 Reporter::toolbarScrollPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___toolbarScrollPosition_113; // Reporter/Log Reporter::selectedLog Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * ___selectedLog_114; // System.Single Reporter::toolbarOldDrag float ___toolbarOldDrag_115; // System.Single Reporter::oldDrag float ___oldDrag_116; // System.Single Reporter::oldDrag2 float ___oldDrag2_117; // System.Single Reporter::oldDrag3 float ___oldDrag3_118; // System.Int32 Reporter::startIndex int32_t ___startIndex_119; // UnityEngine.Rect Reporter::countRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___countRect_120; // UnityEngine.Rect Reporter::timeRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___timeRect_121; // UnityEngine.Rect Reporter::timeLabelRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___timeLabelRect_122; // UnityEngine.Rect Reporter::sceneRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___sceneRect_123; // UnityEngine.Rect Reporter::sceneLabelRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___sceneLabelRect_124; // UnityEngine.Rect Reporter::memoryRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___memoryRect_125; // UnityEngine.Rect Reporter::memoryLabelRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___memoryLabelRect_126; // UnityEngine.Rect Reporter::fpsRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___fpsRect_127; // UnityEngine.Rect Reporter::fpsLabelRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___fpsLabelRect_128; // UnityEngine.GUIContent Reporter::tempContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___tempContent_129; // UnityEngine.Vector2 Reporter::infoScrollPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___infoScrollPosition_130; // UnityEngine.Vector2 Reporter::oldInfoDrag Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oldInfoDrag_131; // UnityEngine.Rect Reporter::tempRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___tempRect_132; // System.Single Reporter::graphSize float ___graphSize_133; // System.Int32 Reporter::startFrame int32_t ___startFrame_134; // System.Int32 Reporter::currentFrame int32_t ___currentFrame_135; // UnityEngine.Vector3 Reporter::tempVector1 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___tempVector1_136; // UnityEngine.Vector3 Reporter::tempVector2 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___tempVector2_137; // UnityEngine.Vector2 Reporter::graphScrollerPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___graphScrollerPos_138; // System.Single Reporter::maxFpsValue float ___maxFpsValue_139; // System.Single Reporter::minFpsValue float ___minFpsValue_140; // System.Single Reporter::maxMemoryValue float ___maxMemoryValue_141; // System.Single Reporter::minMemoryValue float ___minMemoryValue_142; // System.Collections.Generic.List`1 Reporter::gestureDetector List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * ___gestureDetector_143; // UnityEngine.Vector2 Reporter::gestureSum Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___gestureSum_144; // System.Single Reporter::gestureLength float ___gestureLength_145; // System.Int32 Reporter::gestureCount int32_t ___gestureCount_146; // System.Single Reporter::lastClickTime float ___lastClickTime_147; // UnityEngine.Vector2 Reporter::startPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___startPos_148; // UnityEngine.Vector2 Reporter::downPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downPos_149; // UnityEngine.Vector2 Reporter::mousePosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___mousePosition_150; // System.Int32 Reporter::frames int32_t ___frames_151; // System.Boolean Reporter::firstTime bool ___firstTime_152; // System.Single Reporter::lastUpdate float ___lastUpdate_153; // System.Collections.Generic.List`1 Reporter::threadedLogs List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * ___threadedLogs_156; public: inline static int32_t get_offset_of_samples_4() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___samples_4)); } inline List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D * get_samples_4() const { return ___samples_4; } inline List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D ** get_address_of_samples_4() { return &___samples_4; } inline void set_samples_4(List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D * value) { ___samples_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___samples_4), (void*)value); } inline static int32_t get_offset_of_logs_5() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logs_5)); } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * get_logs_5() const { return ___logs_5; } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 ** get_address_of_logs_5() { return &___logs_5; } inline void set_logs_5(List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * value) { ___logs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___logs_5), (void*)value); } inline static int32_t get_offset_of_collapsedLogs_6() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___collapsedLogs_6)); } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * get_collapsedLogs_6() const { return ___collapsedLogs_6; } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 ** get_address_of_collapsedLogs_6() { return &___collapsedLogs_6; } inline void set_collapsedLogs_6(List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * value) { ___collapsedLogs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___collapsedLogs_6), (void*)value); } inline static int32_t get_offset_of_currentLog_7() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___currentLog_7)); } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * get_currentLog_7() const { return ___currentLog_7; } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 ** get_address_of_currentLog_7() { return &___currentLog_7; } inline void set_currentLog_7(List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * value) { ___currentLog_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentLog_7), (void*)value); } inline static int32_t get_offset_of_logsDic_8() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logsDic_8)); } inline MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 * get_logsDic_8() const { return ___logsDic_8; } inline MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 ** get_address_of_logsDic_8() { return &___logsDic_8; } inline void set_logsDic_8(MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 * value) { ___logsDic_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___logsDic_8), (void*)value); } inline static int32_t get_offset_of_cachedString_9() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___cachedString_9)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_cachedString_9() const { return ___cachedString_9; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_cachedString_9() { return &___cachedString_9; } inline void set_cachedString_9(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___cachedString_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedString_9), (void*)value); } inline static int32_t get_offset_of_show_10() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___show_10)); } inline bool get_show_10() const { return ___show_10; } inline bool* get_address_of_show_10() { return &___show_10; } inline void set_show_10(bool value) { ___show_10 = value; } inline static int32_t get_offset_of_collapse_11() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___collapse_11)); } inline bool get_collapse_11() const { return ___collapse_11; } inline bool* get_address_of_collapse_11() { return &___collapse_11; } inline void set_collapse_11(bool value) { ___collapse_11 = value; } inline static int32_t get_offset_of_clearOnNewSceneLoaded_12() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___clearOnNewSceneLoaded_12)); } inline bool get_clearOnNewSceneLoaded_12() const { return ___clearOnNewSceneLoaded_12; } inline bool* get_address_of_clearOnNewSceneLoaded_12() { return &___clearOnNewSceneLoaded_12; } inline void set_clearOnNewSceneLoaded_12(bool value) { ___clearOnNewSceneLoaded_12 = value; } inline static int32_t get_offset_of_showTime_13() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showTime_13)); } inline bool get_showTime_13() const { return ___showTime_13; } inline bool* get_address_of_showTime_13() { return &___showTime_13; } inline void set_showTime_13(bool value) { ___showTime_13 = value; } inline static int32_t get_offset_of_showScene_14() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showScene_14)); } inline bool get_showScene_14() const { return ___showScene_14; } inline bool* get_address_of_showScene_14() { return &___showScene_14; } inline void set_showScene_14(bool value) { ___showScene_14 = value; } inline static int32_t get_offset_of_showMemory_15() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showMemory_15)); } inline bool get_showMemory_15() const { return ___showMemory_15; } inline bool* get_address_of_showMemory_15() { return &___showMemory_15; } inline void set_showMemory_15(bool value) { ___showMemory_15 = value; } inline static int32_t get_offset_of_showFps_16() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showFps_16)); } inline bool get_showFps_16() const { return ___showFps_16; } inline bool* get_address_of_showFps_16() { return &___showFps_16; } inline void set_showFps_16(bool value) { ___showFps_16 = value; } inline static int32_t get_offset_of_showGraph_17() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showGraph_17)); } inline bool get_showGraph_17() const { return ___showGraph_17; } inline bool* get_address_of_showGraph_17() { return &___showGraph_17; } inline void set_showGraph_17(bool value) { ___showGraph_17 = value; } inline static int32_t get_offset_of_showLog_18() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showLog_18)); } inline bool get_showLog_18() const { return ___showLog_18; } inline bool* get_address_of_showLog_18() { return &___showLog_18; } inline void set_showLog_18(bool value) { ___showLog_18 = value; } inline static int32_t get_offset_of_showWarning_19() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showWarning_19)); } inline bool get_showWarning_19() const { return ___showWarning_19; } inline bool* get_address_of_showWarning_19() { return &___showWarning_19; } inline void set_showWarning_19(bool value) { ___showWarning_19 = value; } inline static int32_t get_offset_of_showError_20() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showError_20)); } inline bool get_showError_20() const { return ___showError_20; } inline bool* get_address_of_showError_20() { return &___showError_20; } inline void set_showError_20(bool value) { ___showError_20 = value; } inline static int32_t get_offset_of_numOfLogs_21() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___numOfLogs_21)); } inline int32_t get_numOfLogs_21() const { return ___numOfLogs_21; } inline int32_t* get_address_of_numOfLogs_21() { return &___numOfLogs_21; } inline void set_numOfLogs_21(int32_t value) { ___numOfLogs_21 = value; } inline static int32_t get_offset_of_numOfLogsWarning_22() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___numOfLogsWarning_22)); } inline int32_t get_numOfLogsWarning_22() const { return ___numOfLogsWarning_22; } inline int32_t* get_address_of_numOfLogsWarning_22() { return &___numOfLogsWarning_22; } inline void set_numOfLogsWarning_22(int32_t value) { ___numOfLogsWarning_22 = value; } inline static int32_t get_offset_of_numOfLogsError_23() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___numOfLogsError_23)); } inline int32_t get_numOfLogsError_23() const { return ___numOfLogsError_23; } inline int32_t* get_address_of_numOfLogsError_23() { return &___numOfLogsError_23; } inline void set_numOfLogsError_23(int32_t value) { ___numOfLogsError_23 = value; } inline static int32_t get_offset_of_numOfCollapsedLogs_24() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___numOfCollapsedLogs_24)); } inline int32_t get_numOfCollapsedLogs_24() const { return ___numOfCollapsedLogs_24; } inline int32_t* get_address_of_numOfCollapsedLogs_24() { return &___numOfCollapsedLogs_24; } inline void set_numOfCollapsedLogs_24(int32_t value) { ___numOfCollapsedLogs_24 = value; } inline static int32_t get_offset_of_numOfCollapsedLogsWarning_25() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___numOfCollapsedLogsWarning_25)); } inline int32_t get_numOfCollapsedLogsWarning_25() const { return ___numOfCollapsedLogsWarning_25; } inline int32_t* get_address_of_numOfCollapsedLogsWarning_25() { return &___numOfCollapsedLogsWarning_25; } inline void set_numOfCollapsedLogsWarning_25(int32_t value) { ___numOfCollapsedLogsWarning_25 = value; } inline static int32_t get_offset_of_numOfCollapsedLogsError_26() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___numOfCollapsedLogsError_26)); } inline int32_t get_numOfCollapsedLogsError_26() const { return ___numOfCollapsedLogsError_26; } inline int32_t* get_address_of_numOfCollapsedLogsError_26() { return &___numOfCollapsedLogsError_26; } inline void set_numOfCollapsedLogsError_26(int32_t value) { ___numOfCollapsedLogsError_26 = value; } inline static int32_t get_offset_of_showClearOnNewSceneLoadedButton_27() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showClearOnNewSceneLoadedButton_27)); } inline bool get_showClearOnNewSceneLoadedButton_27() const { return ___showClearOnNewSceneLoadedButton_27; } inline bool* get_address_of_showClearOnNewSceneLoadedButton_27() { return &___showClearOnNewSceneLoadedButton_27; } inline void set_showClearOnNewSceneLoadedButton_27(bool value) { ___showClearOnNewSceneLoadedButton_27 = value; } inline static int32_t get_offset_of_showTimeButton_28() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showTimeButton_28)); } inline bool get_showTimeButton_28() const { return ___showTimeButton_28; } inline bool* get_address_of_showTimeButton_28() { return &___showTimeButton_28; } inline void set_showTimeButton_28(bool value) { ___showTimeButton_28 = value; } inline static int32_t get_offset_of_showSceneButton_29() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showSceneButton_29)); } inline bool get_showSceneButton_29() const { return ___showSceneButton_29; } inline bool* get_address_of_showSceneButton_29() { return &___showSceneButton_29; } inline void set_showSceneButton_29(bool value) { ___showSceneButton_29 = value; } inline static int32_t get_offset_of_showMemButton_30() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showMemButton_30)); } inline bool get_showMemButton_30() const { return ___showMemButton_30; } inline bool* get_address_of_showMemButton_30() { return &___showMemButton_30; } inline void set_showMemButton_30(bool value) { ___showMemButton_30 = value; } inline static int32_t get_offset_of_showFpsButton_31() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showFpsButton_31)); } inline bool get_showFpsButton_31() const { return ___showFpsButton_31; } inline bool* get_address_of_showFpsButton_31() { return &___showFpsButton_31; } inline void set_showFpsButton_31(bool value) { ___showFpsButton_31 = value; } inline static int32_t get_offset_of_showSearchText_32() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showSearchText_32)); } inline bool get_showSearchText_32() const { return ___showSearchText_32; } inline bool* get_address_of_showSearchText_32() { return &___showSearchText_32; } inline void set_showSearchText_32(bool value) { ___showSearchText_32 = value; } inline static int32_t get_offset_of_showCopyButton_33() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showCopyButton_33)); } inline bool get_showCopyButton_33() const { return ___showCopyButton_33; } inline bool* get_address_of_showCopyButton_33() { return &___showCopyButton_33; } inline void set_showCopyButton_33(bool value) { ___showCopyButton_33 = value; } inline static int32_t get_offset_of_showCopyAllButton_34() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showCopyAllButton_34)); } inline bool get_showCopyAllButton_34() const { return ___showCopyAllButton_34; } inline bool* get_address_of_showCopyAllButton_34() { return &___showCopyAllButton_34; } inline void set_showCopyAllButton_34(bool value) { ___showCopyAllButton_34 = value; } inline static int32_t get_offset_of_showSaveButton_35() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showSaveButton_35)); } inline bool get_showSaveButton_35() const { return ___showSaveButton_35; } inline bool* get_address_of_showSaveButton_35() { return &___showSaveButton_35; } inline void set_showSaveButton_35(bool value) { ___showSaveButton_35 = value; } inline static int32_t get_offset_of_buildDate_36() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___buildDate_36)); } inline String_t* get_buildDate_36() const { return ___buildDate_36; } inline String_t** get_address_of_buildDate_36() { return &___buildDate_36; } inline void set_buildDate_36(String_t* value) { ___buildDate_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___buildDate_36), (void*)value); } inline static int32_t get_offset_of_logDate_37() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logDate_37)); } inline String_t* get_logDate_37() const { return ___logDate_37; } inline String_t** get_address_of_logDate_37() { return &___logDate_37; } inline void set_logDate_37(String_t* value) { ___logDate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___logDate_37), (void*)value); } inline static int32_t get_offset_of_logsMemUsage_38() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logsMemUsage_38)); } inline float get_logsMemUsage_38() const { return ___logsMemUsage_38; } inline float* get_address_of_logsMemUsage_38() { return &___logsMemUsage_38; } inline void set_logsMemUsage_38(float value) { ___logsMemUsage_38 = value; } inline static int32_t get_offset_of_graphMemUsage_39() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphMemUsage_39)); } inline float get_graphMemUsage_39() const { return ___graphMemUsage_39; } inline float* get_address_of_graphMemUsage_39() { return &___graphMemUsage_39; } inline void set_graphMemUsage_39(float value) { ___graphMemUsage_39 = value; } inline static int32_t get_offset_of_gcTotalMemory_40() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___gcTotalMemory_40)); } inline float get_gcTotalMemory_40() const { return ___gcTotalMemory_40; } inline float* get_address_of_gcTotalMemory_40() { return &___gcTotalMemory_40; } inline void set_gcTotalMemory_40(float value) { ___gcTotalMemory_40 = value; } inline static int32_t get_offset_of_UserData_41() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___UserData_41)); } inline String_t* get_UserData_41() const { return ___UserData_41; } inline String_t** get_address_of_UserData_41() { return &___UserData_41; } inline void set_UserData_41(String_t* value) { ___UserData_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___UserData_41), (void*)value); } inline static int32_t get_offset_of_fps_42() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___fps_42)); } inline float get_fps_42() const { return ___fps_42; } inline float* get_address_of_fps_42() { return &___fps_42; } inline void set_fps_42(float value) { ___fps_42 = value; } inline static int32_t get_offset_of_fpsText_43() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___fpsText_43)); } inline String_t* get_fpsText_43() const { return ___fpsText_43; } inline String_t** get_address_of_fpsText_43() { return &___fpsText_43; } inline void set_fpsText_43(String_t* value) { ___fpsText_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___fpsText_43), (void*)value); } inline static int32_t get_offset_of_currentView_44() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___currentView_44)); } inline int32_t get_currentView_44() const { return ___currentView_44; } inline int32_t* get_address_of_currentView_44() { return &___currentView_44; } inline void set_currentView_44(int32_t value) { ___currentView_44 = value; } inline static int32_t get_offset_of_images_46() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___images_46)); } inline Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A * get_images_46() const { return ___images_46; } inline Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A ** get_address_of_images_46() { return &___images_46; } inline void set_images_46(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A * value) { ___images_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___images_46), (void*)value); } inline static int32_t get_offset_of_clearContent_47() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___clearContent_47)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_clearContent_47() const { return ___clearContent_47; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_clearContent_47() { return &___clearContent_47; } inline void set_clearContent_47(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___clearContent_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___clearContent_47), (void*)value); } inline static int32_t get_offset_of_collapseContent_48() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___collapseContent_48)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_collapseContent_48() const { return ___collapseContent_48; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_collapseContent_48() { return &___collapseContent_48; } inline void set_collapseContent_48(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___collapseContent_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___collapseContent_48), (void*)value); } inline static int32_t get_offset_of_clearOnNewSceneContent_49() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___clearOnNewSceneContent_49)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_clearOnNewSceneContent_49() const { return ___clearOnNewSceneContent_49; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_clearOnNewSceneContent_49() { return &___clearOnNewSceneContent_49; } inline void set_clearOnNewSceneContent_49(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___clearOnNewSceneContent_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___clearOnNewSceneContent_49), (void*)value); } inline static int32_t get_offset_of_showTimeContent_50() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showTimeContent_50)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_showTimeContent_50() const { return ___showTimeContent_50; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_showTimeContent_50() { return &___showTimeContent_50; } inline void set_showTimeContent_50(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___showTimeContent_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___showTimeContent_50), (void*)value); } inline static int32_t get_offset_of_showSceneContent_51() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showSceneContent_51)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_showSceneContent_51() const { return ___showSceneContent_51; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_showSceneContent_51() { return &___showSceneContent_51; } inline void set_showSceneContent_51(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___showSceneContent_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___showSceneContent_51), (void*)value); } inline static int32_t get_offset_of_userContent_52() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___userContent_52)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_userContent_52() const { return ___userContent_52; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_userContent_52() { return &___userContent_52; } inline void set_userContent_52(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___userContent_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___userContent_52), (void*)value); } inline static int32_t get_offset_of_showMemoryContent_53() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showMemoryContent_53)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_showMemoryContent_53() const { return ___showMemoryContent_53; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_showMemoryContent_53() { return &___showMemoryContent_53; } inline void set_showMemoryContent_53(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___showMemoryContent_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___showMemoryContent_53), (void*)value); } inline static int32_t get_offset_of_softwareContent_54() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___softwareContent_54)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_softwareContent_54() const { return ___softwareContent_54; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_softwareContent_54() { return &___softwareContent_54; } inline void set_softwareContent_54(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___softwareContent_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___softwareContent_54), (void*)value); } inline static int32_t get_offset_of_dateContent_55() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___dateContent_55)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_dateContent_55() const { return ___dateContent_55; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_dateContent_55() { return &___dateContent_55; } inline void set_dateContent_55(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___dateContent_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateContent_55), (void*)value); } inline static int32_t get_offset_of_showFpsContent_56() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showFpsContent_56)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_showFpsContent_56() const { return ___showFpsContent_56; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_showFpsContent_56() { return &___showFpsContent_56; } inline void set_showFpsContent_56(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___showFpsContent_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___showFpsContent_56), (void*)value); } inline static int32_t get_offset_of_infoContent_57() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___infoContent_57)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_infoContent_57() const { return ___infoContent_57; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_infoContent_57() { return &___infoContent_57; } inline void set_infoContent_57(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___infoContent_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___infoContent_57), (void*)value); } inline static int32_t get_offset_of_saveLogsContent_58() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___saveLogsContent_58)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_saveLogsContent_58() const { return ___saveLogsContent_58; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_saveLogsContent_58() { return &___saveLogsContent_58; } inline void set_saveLogsContent_58(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___saveLogsContent_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___saveLogsContent_58), (void*)value); } inline static int32_t get_offset_of_searchContent_59() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___searchContent_59)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_searchContent_59() const { return ___searchContent_59; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_searchContent_59() { return &___searchContent_59; } inline void set_searchContent_59(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___searchContent_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___searchContent_59), (void*)value); } inline static int32_t get_offset_of_copyContent_60() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___copyContent_60)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_copyContent_60() const { return ___copyContent_60; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_copyContent_60() { return &___copyContent_60; } inline void set_copyContent_60(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___copyContent_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___copyContent_60), (void*)value); } inline static int32_t get_offset_of_copyAllContent_61() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___copyAllContent_61)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_copyAllContent_61() const { return ___copyAllContent_61; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_copyAllContent_61() { return &___copyAllContent_61; } inline void set_copyAllContent_61(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___copyAllContent_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___copyAllContent_61), (void*)value); } inline static int32_t get_offset_of_closeContent_62() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___closeContent_62)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_closeContent_62() const { return ___closeContent_62; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_closeContent_62() { return &___closeContent_62; } inline void set_closeContent_62(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___closeContent_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___closeContent_62), (void*)value); } inline static int32_t get_offset_of_buildFromContent_63() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___buildFromContent_63)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_buildFromContent_63() const { return ___buildFromContent_63; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_buildFromContent_63() { return &___buildFromContent_63; } inline void set_buildFromContent_63(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___buildFromContent_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___buildFromContent_63), (void*)value); } inline static int32_t get_offset_of_systemInfoContent_64() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___systemInfoContent_64)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_systemInfoContent_64() const { return ___systemInfoContent_64; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_systemInfoContent_64() { return &___systemInfoContent_64; } inline void set_systemInfoContent_64(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___systemInfoContent_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemInfoContent_64), (void*)value); } inline static int32_t get_offset_of_graphicsInfoContent_65() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphicsInfoContent_65)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_graphicsInfoContent_65() const { return ___graphicsInfoContent_65; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_graphicsInfoContent_65() { return &___graphicsInfoContent_65; } inline void set_graphicsInfoContent_65(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___graphicsInfoContent_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___graphicsInfoContent_65), (void*)value); } inline static int32_t get_offset_of_backContent_66() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___backContent_66)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_backContent_66() const { return ___backContent_66; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_backContent_66() { return &___backContent_66; } inline void set_backContent_66(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___backContent_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___backContent_66), (void*)value); } inline static int32_t get_offset_of_logContent_67() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logContent_67)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_logContent_67() const { return ___logContent_67; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_logContent_67() { return &___logContent_67; } inline void set_logContent_67(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___logContent_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___logContent_67), (void*)value); } inline static int32_t get_offset_of_warningContent_68() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___warningContent_68)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_warningContent_68() const { return ___warningContent_68; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_warningContent_68() { return &___warningContent_68; } inline void set_warningContent_68(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___warningContent_68 = value; Il2CppCodeGenWriteBarrier((void**)(&___warningContent_68), (void*)value); } inline static int32_t get_offset_of_errorContent_69() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___errorContent_69)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_errorContent_69() const { return ___errorContent_69; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_errorContent_69() { return &___errorContent_69; } inline void set_errorContent_69(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___errorContent_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___errorContent_69), (void*)value); } inline static int32_t get_offset_of_barStyle_70() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___barStyle_70)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_barStyle_70() const { return ___barStyle_70; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_barStyle_70() { return &___barStyle_70; } inline void set_barStyle_70(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___barStyle_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___barStyle_70), (void*)value); } inline static int32_t get_offset_of_buttonActiveStyle_71() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___buttonActiveStyle_71)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_buttonActiveStyle_71() const { return ___buttonActiveStyle_71; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_buttonActiveStyle_71() { return &___buttonActiveStyle_71; } inline void set_buttonActiveStyle_71(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___buttonActiveStyle_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___buttonActiveStyle_71), (void*)value); } inline static int32_t get_offset_of_nonStyle_72() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___nonStyle_72)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_nonStyle_72() const { return ___nonStyle_72; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_nonStyle_72() { return &___nonStyle_72; } inline void set_nonStyle_72(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___nonStyle_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___nonStyle_72), (void*)value); } inline static int32_t get_offset_of_lowerLeftFontStyle_73() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___lowerLeftFontStyle_73)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_lowerLeftFontStyle_73() const { return ___lowerLeftFontStyle_73; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_lowerLeftFontStyle_73() { return &___lowerLeftFontStyle_73; } inline void set_lowerLeftFontStyle_73(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___lowerLeftFontStyle_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___lowerLeftFontStyle_73), (void*)value); } inline static int32_t get_offset_of_backStyle_74() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___backStyle_74)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_backStyle_74() const { return ___backStyle_74; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_backStyle_74() { return &___backStyle_74; } inline void set_backStyle_74(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___backStyle_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___backStyle_74), (void*)value); } inline static int32_t get_offset_of_evenLogStyle_75() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___evenLogStyle_75)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_evenLogStyle_75() const { return ___evenLogStyle_75; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_evenLogStyle_75() { return &___evenLogStyle_75; } inline void set_evenLogStyle_75(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___evenLogStyle_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___evenLogStyle_75), (void*)value); } inline static int32_t get_offset_of_oddLogStyle_76() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___oddLogStyle_76)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_oddLogStyle_76() const { return ___oddLogStyle_76; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_oddLogStyle_76() { return &___oddLogStyle_76; } inline void set_oddLogStyle_76(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___oddLogStyle_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___oddLogStyle_76), (void*)value); } inline static int32_t get_offset_of_logButtonStyle_77() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logButtonStyle_77)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_logButtonStyle_77() const { return ___logButtonStyle_77; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_logButtonStyle_77() { return &___logButtonStyle_77; } inline void set_logButtonStyle_77(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___logButtonStyle_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___logButtonStyle_77), (void*)value); } inline static int32_t get_offset_of_selectedLogStyle_78() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___selectedLogStyle_78)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_selectedLogStyle_78() const { return ___selectedLogStyle_78; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_selectedLogStyle_78() { return &___selectedLogStyle_78; } inline void set_selectedLogStyle_78(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___selectedLogStyle_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___selectedLogStyle_78), (void*)value); } inline static int32_t get_offset_of_selectedLogFontStyle_79() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___selectedLogFontStyle_79)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_selectedLogFontStyle_79() const { return ___selectedLogFontStyle_79; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_selectedLogFontStyle_79() { return &___selectedLogFontStyle_79; } inline void set_selectedLogFontStyle_79(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___selectedLogFontStyle_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___selectedLogFontStyle_79), (void*)value); } inline static int32_t get_offset_of_stackLabelStyle_80() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___stackLabelStyle_80)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_stackLabelStyle_80() const { return ___stackLabelStyle_80; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_stackLabelStyle_80() { return &___stackLabelStyle_80; } inline void set_stackLabelStyle_80(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___stackLabelStyle_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___stackLabelStyle_80), (void*)value); } inline static int32_t get_offset_of_scrollerStyle_81() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___scrollerStyle_81)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_scrollerStyle_81() const { return ___scrollerStyle_81; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_scrollerStyle_81() { return &___scrollerStyle_81; } inline void set_scrollerStyle_81(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___scrollerStyle_81 = value; Il2CppCodeGenWriteBarrier((void**)(&___scrollerStyle_81), (void*)value); } inline static int32_t get_offset_of_searchStyle_82() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___searchStyle_82)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_searchStyle_82() const { return ___searchStyle_82; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_searchStyle_82() { return &___searchStyle_82; } inline void set_searchStyle_82(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___searchStyle_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___searchStyle_82), (void*)value); } inline static int32_t get_offset_of_sliderBackStyle_83() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___sliderBackStyle_83)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_sliderBackStyle_83() const { return ___sliderBackStyle_83; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_sliderBackStyle_83() { return &___sliderBackStyle_83; } inline void set_sliderBackStyle_83(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___sliderBackStyle_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___sliderBackStyle_83), (void*)value); } inline static int32_t get_offset_of_sliderThumbStyle_84() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___sliderThumbStyle_84)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_sliderThumbStyle_84() const { return ___sliderThumbStyle_84; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_sliderThumbStyle_84() { return &___sliderThumbStyle_84; } inline void set_sliderThumbStyle_84(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___sliderThumbStyle_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___sliderThumbStyle_84), (void*)value); } inline static int32_t get_offset_of_toolbarScrollerSkin_85() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___toolbarScrollerSkin_85)); } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * get_toolbarScrollerSkin_85() const { return ___toolbarScrollerSkin_85; } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 ** get_address_of_toolbarScrollerSkin_85() { return &___toolbarScrollerSkin_85; } inline void set_toolbarScrollerSkin_85(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * value) { ___toolbarScrollerSkin_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___toolbarScrollerSkin_85), (void*)value); } inline static int32_t get_offset_of_logScrollerSkin_86() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logScrollerSkin_86)); } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * get_logScrollerSkin_86() const { return ___logScrollerSkin_86; } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 ** get_address_of_logScrollerSkin_86() { return &___logScrollerSkin_86; } inline void set_logScrollerSkin_86(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * value) { ___logScrollerSkin_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___logScrollerSkin_86), (void*)value); } inline static int32_t get_offset_of_graphScrollerSkin_87() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphScrollerSkin_87)); } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * get_graphScrollerSkin_87() const { return ___graphScrollerSkin_87; } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 ** get_address_of_graphScrollerSkin_87() { return &___graphScrollerSkin_87; } inline void set_graphScrollerSkin_87(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * value) { ___graphScrollerSkin_87 = value; Il2CppCodeGenWriteBarrier((void**)(&___graphScrollerSkin_87), (void*)value); } inline static int32_t get_offset_of_size_88() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___size_88)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_size_88() const { return ___size_88; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_size_88() { return &___size_88; } inline void set_size_88(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___size_88 = value; } inline static int32_t get_offset_of_maxSize_89() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___maxSize_89)); } inline float get_maxSize_89() const { return ___maxSize_89; } inline float* get_address_of_maxSize_89() { return &___maxSize_89; } inline void set_maxSize_89(float value) { ___maxSize_89 = value; } inline static int32_t get_offset_of_numOfCircleToShow_90() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___numOfCircleToShow_90)); } inline int32_t get_numOfCircleToShow_90() const { return ___numOfCircleToShow_90; } inline int32_t* get_address_of_numOfCircleToShow_90() { return &___numOfCircleToShow_90; } inline void set_numOfCircleToShow_90(int32_t value) { ___numOfCircleToShow_90 = value; } inline static int32_t get_offset_of_currentScene_92() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___currentScene_92)); } inline String_t* get_currentScene_92() const { return ___currentScene_92; } inline String_t** get_address_of_currentScene_92() { return &___currentScene_92; } inline void set_currentScene_92(String_t* value) { ___currentScene_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentScene_92), (void*)value); } inline static int32_t get_offset_of_filterText_93() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___filterText_93)); } inline String_t* get_filterText_93() const { return ___filterText_93; } inline String_t** get_address_of_filterText_93() { return &___filterText_93; } inline void set_filterText_93(String_t* value) { ___filterText_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___filterText_93), (void*)value); } inline static int32_t get_offset_of_deviceModel_94() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___deviceModel_94)); } inline String_t* get_deviceModel_94() const { return ___deviceModel_94; } inline String_t** get_address_of_deviceModel_94() { return &___deviceModel_94; } inline void set_deviceModel_94(String_t* value) { ___deviceModel_94 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceModel_94), (void*)value); } inline static int32_t get_offset_of_deviceType_95() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___deviceType_95)); } inline String_t* get_deviceType_95() const { return ___deviceType_95; } inline String_t** get_address_of_deviceType_95() { return &___deviceType_95; } inline void set_deviceType_95(String_t* value) { ___deviceType_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceType_95), (void*)value); } inline static int32_t get_offset_of_deviceName_96() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___deviceName_96)); } inline String_t* get_deviceName_96() const { return ___deviceName_96; } inline String_t** get_address_of_deviceName_96() { return &___deviceName_96; } inline void set_deviceName_96(String_t* value) { ___deviceName_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceName_96), (void*)value); } inline static int32_t get_offset_of_graphicsMemorySize_97() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphicsMemorySize_97)); } inline String_t* get_graphicsMemorySize_97() const { return ___graphicsMemorySize_97; } inline String_t** get_address_of_graphicsMemorySize_97() { return &___graphicsMemorySize_97; } inline void set_graphicsMemorySize_97(String_t* value) { ___graphicsMemorySize_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___graphicsMemorySize_97), (void*)value); } inline static int32_t get_offset_of_maxTextureSize_98() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___maxTextureSize_98)); } inline String_t* get_maxTextureSize_98() const { return ___maxTextureSize_98; } inline String_t** get_address_of_maxTextureSize_98() { return &___maxTextureSize_98; } inline void set_maxTextureSize_98(String_t* value) { ___maxTextureSize_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___maxTextureSize_98), (void*)value); } inline static int32_t get_offset_of_systemMemorySize_99() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___systemMemorySize_99)); } inline String_t* get_systemMemorySize_99() const { return ___systemMemorySize_99; } inline String_t** get_address_of_systemMemorySize_99() { return &___systemMemorySize_99; } inline void set_systemMemorySize_99(String_t* value) { ___systemMemorySize_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemMemorySize_99), (void*)value); } inline static int32_t get_offset_of_Initialized_100() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___Initialized_100)); } inline bool get_Initialized_100() const { return ___Initialized_100; } inline bool* get_address_of_Initialized_100() { return &___Initialized_100; } inline void set_Initialized_100(bool value) { ___Initialized_100 = value; } inline static int32_t get_offset_of_screenRect_101() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___screenRect_101)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_screenRect_101() const { return ___screenRect_101; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_screenRect_101() { return &___screenRect_101; } inline void set_screenRect_101(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___screenRect_101 = value; } inline static int32_t get_offset_of_toolBarRect_102() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___toolBarRect_102)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_toolBarRect_102() const { return ___toolBarRect_102; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_toolBarRect_102() { return &___toolBarRect_102; } inline void set_toolBarRect_102(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___toolBarRect_102 = value; } inline static int32_t get_offset_of_logsRect_103() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logsRect_103)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_logsRect_103() const { return ___logsRect_103; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_logsRect_103() { return &___logsRect_103; } inline void set_logsRect_103(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___logsRect_103 = value; } inline static int32_t get_offset_of_stackRect_104() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___stackRect_104)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_stackRect_104() const { return ___stackRect_104; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_stackRect_104() { return &___stackRect_104; } inline void set_stackRect_104(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___stackRect_104 = value; } inline static int32_t get_offset_of_graphRect_105() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphRect_105)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_graphRect_105() const { return ___graphRect_105; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_graphRect_105() { return &___graphRect_105; } inline void set_graphRect_105(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___graphRect_105 = value; } inline static int32_t get_offset_of_graphMinRect_106() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphMinRect_106)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_graphMinRect_106() const { return ___graphMinRect_106; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_graphMinRect_106() { return &___graphMinRect_106; } inline void set_graphMinRect_106(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___graphMinRect_106 = value; } inline static int32_t get_offset_of_graphMaxRect_107() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphMaxRect_107)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_graphMaxRect_107() const { return ___graphMaxRect_107; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_graphMaxRect_107() { return &___graphMaxRect_107; } inline void set_graphMaxRect_107(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___graphMaxRect_107 = value; } inline static int32_t get_offset_of_buttomRect_108() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___buttomRect_108)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_buttomRect_108() const { return ___buttomRect_108; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_buttomRect_108() { return &___buttomRect_108; } inline void set_buttomRect_108(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___buttomRect_108 = value; } inline static int32_t get_offset_of_stackRectTopLeft_109() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___stackRectTopLeft_109)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_stackRectTopLeft_109() const { return ___stackRectTopLeft_109; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_stackRectTopLeft_109() { return &___stackRectTopLeft_109; } inline void set_stackRectTopLeft_109(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___stackRectTopLeft_109 = value; } inline static int32_t get_offset_of_detailRect_110() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___detailRect_110)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_detailRect_110() const { return ___detailRect_110; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_detailRect_110() { return &___detailRect_110; } inline void set_detailRect_110(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___detailRect_110 = value; } inline static int32_t get_offset_of_scrollPosition_111() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___scrollPosition_111)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPosition_111() const { return ___scrollPosition_111; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPosition_111() { return &___scrollPosition_111; } inline void set_scrollPosition_111(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPosition_111 = value; } inline static int32_t get_offset_of_scrollPosition2_112() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___scrollPosition2_112)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPosition2_112() const { return ___scrollPosition2_112; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPosition2_112() { return &___scrollPosition2_112; } inline void set_scrollPosition2_112(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPosition2_112 = value; } inline static int32_t get_offset_of_toolbarScrollPosition_113() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___toolbarScrollPosition_113)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_toolbarScrollPosition_113() const { return ___toolbarScrollPosition_113; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_toolbarScrollPosition_113() { return &___toolbarScrollPosition_113; } inline void set_toolbarScrollPosition_113(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___toolbarScrollPosition_113 = value; } inline static int32_t get_offset_of_selectedLog_114() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___selectedLog_114)); } inline Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * get_selectedLog_114() const { return ___selectedLog_114; } inline Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 ** get_address_of_selectedLog_114() { return &___selectedLog_114; } inline void set_selectedLog_114(Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * value) { ___selectedLog_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___selectedLog_114), (void*)value); } inline static int32_t get_offset_of_toolbarOldDrag_115() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___toolbarOldDrag_115)); } inline float get_toolbarOldDrag_115() const { return ___toolbarOldDrag_115; } inline float* get_address_of_toolbarOldDrag_115() { return &___toolbarOldDrag_115; } inline void set_toolbarOldDrag_115(float value) { ___toolbarOldDrag_115 = value; } inline static int32_t get_offset_of_oldDrag_116() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___oldDrag_116)); } inline float get_oldDrag_116() const { return ___oldDrag_116; } inline float* get_address_of_oldDrag_116() { return &___oldDrag_116; } inline void set_oldDrag_116(float value) { ___oldDrag_116 = value; } inline static int32_t get_offset_of_oldDrag2_117() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___oldDrag2_117)); } inline float get_oldDrag2_117() const { return ___oldDrag2_117; } inline float* get_address_of_oldDrag2_117() { return &___oldDrag2_117; } inline void set_oldDrag2_117(float value) { ___oldDrag2_117 = value; } inline static int32_t get_offset_of_oldDrag3_118() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___oldDrag3_118)); } inline float get_oldDrag3_118() const { return ___oldDrag3_118; } inline float* get_address_of_oldDrag3_118() { return &___oldDrag3_118; } inline void set_oldDrag3_118(float value) { ___oldDrag3_118 = value; } inline static int32_t get_offset_of_startIndex_119() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___startIndex_119)); } inline int32_t get_startIndex_119() const { return ___startIndex_119; } inline int32_t* get_address_of_startIndex_119() { return &___startIndex_119; } inline void set_startIndex_119(int32_t value) { ___startIndex_119 = value; } inline static int32_t get_offset_of_countRect_120() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___countRect_120)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_countRect_120() const { return ___countRect_120; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_countRect_120() { return &___countRect_120; } inline void set_countRect_120(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___countRect_120 = value; } inline static int32_t get_offset_of_timeRect_121() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___timeRect_121)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_timeRect_121() const { return ___timeRect_121; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_timeRect_121() { return &___timeRect_121; } inline void set_timeRect_121(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___timeRect_121 = value; } inline static int32_t get_offset_of_timeLabelRect_122() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___timeLabelRect_122)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_timeLabelRect_122() const { return ___timeLabelRect_122; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_timeLabelRect_122() { return &___timeLabelRect_122; } inline void set_timeLabelRect_122(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___timeLabelRect_122 = value; } inline static int32_t get_offset_of_sceneRect_123() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___sceneRect_123)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_sceneRect_123() const { return ___sceneRect_123; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_sceneRect_123() { return &___sceneRect_123; } inline void set_sceneRect_123(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___sceneRect_123 = value; } inline static int32_t get_offset_of_sceneLabelRect_124() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___sceneLabelRect_124)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_sceneLabelRect_124() const { return ___sceneLabelRect_124; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_sceneLabelRect_124() { return &___sceneLabelRect_124; } inline void set_sceneLabelRect_124(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___sceneLabelRect_124 = value; } inline static int32_t get_offset_of_memoryRect_125() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___memoryRect_125)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_memoryRect_125() const { return ___memoryRect_125; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_memoryRect_125() { return &___memoryRect_125; } inline void set_memoryRect_125(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___memoryRect_125 = value; } inline static int32_t get_offset_of_memoryLabelRect_126() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___memoryLabelRect_126)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_memoryLabelRect_126() const { return ___memoryLabelRect_126; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_memoryLabelRect_126() { return &___memoryLabelRect_126; } inline void set_memoryLabelRect_126(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___memoryLabelRect_126 = value; } inline static int32_t get_offset_of_fpsRect_127() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___fpsRect_127)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_fpsRect_127() const { return ___fpsRect_127; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_fpsRect_127() { return &___fpsRect_127; } inline void set_fpsRect_127(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___fpsRect_127 = value; } inline static int32_t get_offset_of_fpsLabelRect_128() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___fpsLabelRect_128)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_fpsLabelRect_128() const { return ___fpsLabelRect_128; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_fpsLabelRect_128() { return &___fpsLabelRect_128; } inline void set_fpsLabelRect_128(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___fpsLabelRect_128 = value; } inline static int32_t get_offset_of_tempContent_129() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___tempContent_129)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_tempContent_129() const { return ___tempContent_129; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_tempContent_129() { return &___tempContent_129; } inline void set_tempContent_129(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___tempContent_129 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempContent_129), (void*)value); } inline static int32_t get_offset_of_infoScrollPosition_130() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___infoScrollPosition_130)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_infoScrollPosition_130() const { return ___infoScrollPosition_130; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_infoScrollPosition_130() { return &___infoScrollPosition_130; } inline void set_infoScrollPosition_130(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___infoScrollPosition_130 = value; } inline static int32_t get_offset_of_oldInfoDrag_131() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___oldInfoDrag_131)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oldInfoDrag_131() const { return ___oldInfoDrag_131; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oldInfoDrag_131() { return &___oldInfoDrag_131; } inline void set_oldInfoDrag_131(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oldInfoDrag_131 = value; } inline static int32_t get_offset_of_tempRect_132() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___tempRect_132)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_tempRect_132() const { return ___tempRect_132; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_tempRect_132() { return &___tempRect_132; } inline void set_tempRect_132(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___tempRect_132 = value; } inline static int32_t get_offset_of_graphSize_133() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphSize_133)); } inline float get_graphSize_133() const { return ___graphSize_133; } inline float* get_address_of_graphSize_133() { return &___graphSize_133; } inline void set_graphSize_133(float value) { ___graphSize_133 = value; } inline static int32_t get_offset_of_startFrame_134() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___startFrame_134)); } inline int32_t get_startFrame_134() const { return ___startFrame_134; } inline int32_t* get_address_of_startFrame_134() { return &___startFrame_134; } inline void set_startFrame_134(int32_t value) { ___startFrame_134 = value; } inline static int32_t get_offset_of_currentFrame_135() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___currentFrame_135)); } inline int32_t get_currentFrame_135() const { return ___currentFrame_135; } inline int32_t* get_address_of_currentFrame_135() { return &___currentFrame_135; } inline void set_currentFrame_135(int32_t value) { ___currentFrame_135 = value; } inline static int32_t get_offset_of_tempVector1_136() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___tempVector1_136)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_tempVector1_136() const { return ___tempVector1_136; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_tempVector1_136() { return &___tempVector1_136; } inline void set_tempVector1_136(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___tempVector1_136 = value; } inline static int32_t get_offset_of_tempVector2_137() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___tempVector2_137)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_tempVector2_137() const { return ___tempVector2_137; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_tempVector2_137() { return &___tempVector2_137; } inline void set_tempVector2_137(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___tempVector2_137 = value; } inline static int32_t get_offset_of_graphScrollerPos_138() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphScrollerPos_138)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_graphScrollerPos_138() const { return ___graphScrollerPos_138; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_graphScrollerPos_138() { return &___graphScrollerPos_138; } inline void set_graphScrollerPos_138(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___graphScrollerPos_138 = value; } inline static int32_t get_offset_of_maxFpsValue_139() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___maxFpsValue_139)); } inline float get_maxFpsValue_139() const { return ___maxFpsValue_139; } inline float* get_address_of_maxFpsValue_139() { return &___maxFpsValue_139; } inline void set_maxFpsValue_139(float value) { ___maxFpsValue_139 = value; } inline static int32_t get_offset_of_minFpsValue_140() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___minFpsValue_140)); } inline float get_minFpsValue_140() const { return ___minFpsValue_140; } inline float* get_address_of_minFpsValue_140() { return &___minFpsValue_140; } inline void set_minFpsValue_140(float value) { ___minFpsValue_140 = value; } inline static int32_t get_offset_of_maxMemoryValue_141() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___maxMemoryValue_141)); } inline float get_maxMemoryValue_141() const { return ___maxMemoryValue_141; } inline float* get_address_of_maxMemoryValue_141() { return &___maxMemoryValue_141; } inline void set_maxMemoryValue_141(float value) { ___maxMemoryValue_141 = value; } inline static int32_t get_offset_of_minMemoryValue_142() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___minMemoryValue_142)); } inline float get_minMemoryValue_142() const { return ___minMemoryValue_142; } inline float* get_address_of_minMemoryValue_142() { return &___minMemoryValue_142; } inline void set_minMemoryValue_142(float value) { ___minMemoryValue_142 = value; } inline static int32_t get_offset_of_gestureDetector_143() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___gestureDetector_143)); } inline List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * get_gestureDetector_143() const { return ___gestureDetector_143; } inline List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 ** get_address_of_gestureDetector_143() { return &___gestureDetector_143; } inline void set_gestureDetector_143(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * value) { ___gestureDetector_143 = value; Il2CppCodeGenWriteBarrier((void**)(&___gestureDetector_143), (void*)value); } inline static int32_t get_offset_of_gestureSum_144() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___gestureSum_144)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_gestureSum_144() const { return ___gestureSum_144; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_gestureSum_144() { return &___gestureSum_144; } inline void set_gestureSum_144(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___gestureSum_144 = value; } inline static int32_t get_offset_of_gestureLength_145() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___gestureLength_145)); } inline float get_gestureLength_145() const { return ___gestureLength_145; } inline float* get_address_of_gestureLength_145() { return &___gestureLength_145; } inline void set_gestureLength_145(float value) { ___gestureLength_145 = value; } inline static int32_t get_offset_of_gestureCount_146() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___gestureCount_146)); } inline int32_t get_gestureCount_146() const { return ___gestureCount_146; } inline int32_t* get_address_of_gestureCount_146() { return &___gestureCount_146; } inline void set_gestureCount_146(int32_t value) { ___gestureCount_146 = value; } inline static int32_t get_offset_of_lastClickTime_147() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___lastClickTime_147)); } inline float get_lastClickTime_147() const { return ___lastClickTime_147; } inline float* get_address_of_lastClickTime_147() { return &___lastClickTime_147; } inline void set_lastClickTime_147(float value) { ___lastClickTime_147 = value; } inline static int32_t get_offset_of_startPos_148() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___startPos_148)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_startPos_148() const { return ___startPos_148; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_startPos_148() { return &___startPos_148; } inline void set_startPos_148(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___startPos_148 = value; } inline static int32_t get_offset_of_downPos_149() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___downPos_149)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downPos_149() const { return ___downPos_149; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downPos_149() { return &___downPos_149; } inline void set_downPos_149(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downPos_149 = value; } inline static int32_t get_offset_of_mousePosition_150() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___mousePosition_150)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_mousePosition_150() const { return ___mousePosition_150; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_mousePosition_150() { return &___mousePosition_150; } inline void set_mousePosition_150(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___mousePosition_150 = value; } inline static int32_t get_offset_of_frames_151() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___frames_151)); } inline int32_t get_frames_151() const { return ___frames_151; } inline int32_t* get_address_of_frames_151() { return &___frames_151; } inline void set_frames_151(int32_t value) { ___frames_151 = value; } inline static int32_t get_offset_of_firstTime_152() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___firstTime_152)); } inline bool get_firstTime_152() const { return ___firstTime_152; } inline bool* get_address_of_firstTime_152() { return &___firstTime_152; } inline void set_firstTime_152(bool value) { ___firstTime_152 = value; } inline static int32_t get_offset_of_lastUpdate_153() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___lastUpdate_153)); } inline float get_lastUpdate_153() const { return ___lastUpdate_153; } inline float* get_address_of_lastUpdate_153() { return &___lastUpdate_153; } inline void set_lastUpdate_153(float value) { ___lastUpdate_153 = value; } inline static int32_t get_offset_of_threadedLogs_156() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___threadedLogs_156)); } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * get_threadedLogs_156() const { return ___threadedLogs_156; } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 ** get_address_of_threadedLogs_156() { return &___threadedLogs_156; } inline void set_threadedLogs_156(List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * value) { ___threadedLogs_156 = value; Il2CppCodeGenWriteBarrier((void**)(&___threadedLogs_156), (void*)value); } }; struct Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_StaticFields { public: // System.Boolean Reporter::created bool ___created_45; // System.String[] Reporter::scenes StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___scenes_91; public: inline static int32_t get_offset_of_created_45() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_StaticFields, ___created_45)); } inline bool get_created_45() const { return ___created_45; } inline bool* get_address_of_created_45() { return &___created_45; } inline void set_created_45(bool value) { ___created_45 = value; } inline static int32_t get_offset_of_scenes_91() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_StaticFields, ___scenes_91)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_scenes_91() const { return ___scenes_91; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_scenes_91() { return &___scenes_91; } inline void set_scenes_91(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___scenes_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___scenes_91), (void*)value); } }; // System.Net.Sockets.SocketException struct SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 : public Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 { public: // System.Net.EndPoint System.Net.Sockets.SocketException::m_EndPoint EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___m_EndPoint_20; public: inline static int32_t get_offset_of_m_EndPoint_20() { return static_cast(offsetof(SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88, ___m_EndPoint_20)); } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * get_m_EndPoint_20() const { return ___m_EndPoint_20; } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** get_address_of_m_EndPoint_20() { return &___m_EndPoint_20; } inline void set_m_EndPoint_20(EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * value) { ___m_EndPoint_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EndPoint_20), (void*)value); } }; // JC.SocketIO.SocketIOClient struct SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // BestHTTP.WebSocket.WebSocket JC.SocketIO.SocketIOClient::_ws WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ____ws_4; // System.String JC.SocketIO.SocketIOClient::_uri String_t* ____uri_5; // System.Boolean JC.SocketIO.SocketIOClient::isValid bool ___isValid_6; // System.Boolean JC.SocketIO.SocketIOClient::loaded bool ___loaded_7; public: inline static int32_t get_offset_of__ws_4() { return static_cast(offsetof(SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11, ____ws_4)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get__ws_4() const { return ____ws_4; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of__ws_4() { return &____ws_4; } inline void set__ws_4(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ____ws_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____ws_4), (void*)value); } inline static int32_t get_offset_of__uri_5() { return static_cast(offsetof(SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11, ____uri_5)); } inline String_t* get__uri_5() const { return ____uri_5; } inline String_t** get_address_of__uri_5() { return &____uri_5; } inline void set__uri_5(String_t* value) { ____uri_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____uri_5), (void*)value); } inline static int32_t get_offset_of_isValid_6() { return static_cast(offsetof(SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11, ___isValid_6)); } inline bool get_isValid_6() const { return ___isValid_6; } inline bool* get_address_of_isValid_6() { return &___isValid_6; } inline void set_isValid_6(bool value) { ___isValid_6 = value; } inline static int32_t get_offset_of_loaded_7() { return static_cast(offsetof(SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11, ___loaded_7)); } inline bool get_loaded_7() const { return ___loaded_7; } inline bool* get_address_of_loaded_7() { return &___loaded_7; } inline void set_loaded_7(bool value) { ___loaded_7 = value; } }; // UnityStandardAssets.Water.SpecularLighting struct SpecularLighting_t5B5147AEB29D7AE25BD88AD3437A12672AD99750 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform UnityStandardAssets.Water.SpecularLighting::specularLight Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___specularLight_4; // UnityStandardAssets.Water.WaterBase UnityStandardAssets.Water.SpecularLighting::m_WaterBase WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73 * ___m_WaterBase_5; public: inline static int32_t get_offset_of_specularLight_4() { return static_cast(offsetof(SpecularLighting_t5B5147AEB29D7AE25BD88AD3437A12672AD99750, ___specularLight_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_specularLight_4() const { return ___specularLight_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_specularLight_4() { return &___specularLight_4; } inline void set_specularLight_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___specularLight_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___specularLight_4), (void*)value); } inline static int32_t get_offset_of_m_WaterBase_5() { return static_cast(offsetof(SpecularLighting_t5B5147AEB29D7AE25BD88AD3437A12672AD99750, ___m_WaterBase_5)); } inline WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73 * get_m_WaterBase_5() const { return ___m_WaterBase_5; } inline WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73 ** get_address_of_m_WaterBase_5() { return &___m_WaterBase_5; } inline void set_m_WaterBase_5(WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73 * value) { ___m_WaterBase_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WaterBase_5), (void*)value); } }; // SphereContRot struct SphereContRot_tBD1F87424DA83216295573DC84F83C80E168244B : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // StatesBackDebug struct StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.InputField StatesBackDebug::inputField InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___inputField_4; // System.Int32 StatesBackDebug::val int32_t ___val_5; public: inline static int32_t get_offset_of_inputField_4() { return static_cast(offsetof(StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7, ___inputField_4)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_inputField_4() const { return ___inputField_4; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_inputField_4() { return &___inputField_4; } inline void set_inputField_4(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___inputField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputField_4), (void*)value); } inline static int32_t get_offset_of_val_5() { return static_cast(offsetof(StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7, ___val_5)); } inline int32_t get_val_5() const { return ___val_5; } inline int32_t* get_address_of_val_5() { return &___val_5; } inline void set_val_5(int32_t value) { ___val_5 = value; } }; struct StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7_StaticFields { public: // StatesBackDebug StatesBackDebug::ins StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7 * ___ins_6; public: inline static int32_t get_offset_of_ins_6() { return static_cast(offsetof(StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7_StaticFields, ___ins_6)); } inline StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7 * get_ins_6() const { return ___ins_6; } inline StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7 ** get_address_of_ins_6() { return &___ins_6; } inline void set_ins_6(StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7 * value) { ___ins_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_6), (void*)value); } }; // UnityStandardAssets.Vehicles.Car.Suspension struct Suspension_tCFB221620480B740F7BC07DBFA406F6BA105B883 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject UnityStandardAssets.Vehicles.Car.Suspension::wheel GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___wheel_4; // UnityEngine.Vector3 UnityStandardAssets.Vehicles.Car.Suspension::m_TargetOriginalPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_TargetOriginalPosition_5; // UnityEngine.Vector3 UnityStandardAssets.Vehicles.Car.Suspension::m_Origin Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Origin_6; public: inline static int32_t get_offset_of_wheel_4() { return static_cast(offsetof(Suspension_tCFB221620480B740F7BC07DBFA406F6BA105B883, ___wheel_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_wheel_4() const { return ___wheel_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_wheel_4() { return &___wheel_4; } inline void set_wheel_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___wheel_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___wheel_4), (void*)value); } inline static int32_t get_offset_of_m_TargetOriginalPosition_5() { return static_cast(offsetof(Suspension_tCFB221620480B740F7BC07DBFA406F6BA105B883, ___m_TargetOriginalPosition_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_TargetOriginalPosition_5() const { return ___m_TargetOriginalPosition_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_TargetOriginalPosition_5() { return &___m_TargetOriginalPosition_5; } inline void set_m_TargetOriginalPosition_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_TargetOriginalPosition_5 = value; } inline static int32_t get_offset_of_m_Origin_6() { return static_cast(offsetof(Suspension_tCFB221620480B740F7BC07DBFA406F6BA105B883, ___m_Origin_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Origin_6() const { return ___m_Origin_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Origin_6() { return &___m_Origin_6; } inline void set_m_Origin_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Origin_6 = value; } }; // TargetAnimal struct TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Collections.Generic.List`1 TargetAnimal::_targetAnimalParts List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ____targetAnimalParts_4; public: inline static int32_t get_offset_of__targetAnimalParts_4() { return static_cast(offsetof(TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02, ____targetAnimalParts_4)); } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * get__targetAnimalParts_4() const { return ____targetAnimalParts_4; } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 ** get_address_of__targetAnimalParts_4() { return &____targetAnimalParts_4; } inline void set__targetAnimalParts_4(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * value) { ____targetAnimalParts_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetAnimalParts_4), (void*)value); } }; // TargetBody struct TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject TargetBody::cameraForTargetView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___cameraForTargetView_4; // System.Single TargetBody::distance float ___distance_5; public: inline static int32_t get_offset_of_cameraForTargetView_4() { return static_cast(offsetof(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D, ___cameraForTargetView_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_cameraForTargetView_4() const { return ___cameraForTargetView_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_cameraForTargetView_4() { return &___cameraForTargetView_4; } inline void set_cameraForTargetView_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___cameraForTargetView_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraForTargetView_4), (void*)value); } inline static int32_t get_offset_of_distance_5() { return static_cast(offsetof(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D, ___distance_5)); } inline float get_distance_5() const { return ___distance_5; } inline float* get_address_of_distance_5() { return &___distance_5; } inline void set_distance_5(float value) { ___distance_5 = value; } }; struct TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_StaticFields { public: // TargetBody TargetBody::ins TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * ___ins_6; public: inline static int32_t get_offset_of_ins_6() { return static_cast(offsetof(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_StaticFields, ___ins_6)); } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * get_ins_6() const { return ___ins_6; } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D ** get_address_of_ins_6() { return &___ins_6; } inline void set_ins_6(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * value) { ___ins_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_6), (void*)value); } }; // TargetDistanceLabel struct TargetDistanceLabel_t1FBA7473E5BD6C5FE9C0B24713EED65B07CD4858 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.RectTransform TargetDistanceLabel::canvasRTF RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___canvasRTF_4; // UnityEngine.Transform TargetDistanceLabel::followTarget Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___followTarget_5; // TargetBody TargetDistanceLabel::targetBody TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * ___targetBody_6; // UnityEngine.Vector3 TargetDistanceLabel::centerPoint Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___centerPoint_7; // UnityEngine.UI.Text TargetDistanceLabel::textComp Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___textComp_8; // UnityEngine.Canvas TargetDistanceLabel::parentCanvas Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * ___parentCanvas_9; public: inline static int32_t get_offset_of_canvasRTF_4() { return static_cast(offsetof(TargetDistanceLabel_t1FBA7473E5BD6C5FE9C0B24713EED65B07CD4858, ___canvasRTF_4)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_canvasRTF_4() const { return ___canvasRTF_4; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_canvasRTF_4() { return &___canvasRTF_4; } inline void set_canvasRTF_4(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___canvasRTF_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___canvasRTF_4), (void*)value); } inline static int32_t get_offset_of_followTarget_5() { return static_cast(offsetof(TargetDistanceLabel_t1FBA7473E5BD6C5FE9C0B24713EED65B07CD4858, ___followTarget_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_followTarget_5() const { return ___followTarget_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_followTarget_5() { return &___followTarget_5; } inline void set_followTarget_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___followTarget_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___followTarget_5), (void*)value); } inline static int32_t get_offset_of_targetBody_6() { return static_cast(offsetof(TargetDistanceLabel_t1FBA7473E5BD6C5FE9C0B24713EED65B07CD4858, ___targetBody_6)); } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * get_targetBody_6() const { return ___targetBody_6; } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D ** get_address_of_targetBody_6() { return &___targetBody_6; } inline void set_targetBody_6(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * value) { ___targetBody_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetBody_6), (void*)value); } inline static int32_t get_offset_of_centerPoint_7() { return static_cast(offsetof(TargetDistanceLabel_t1FBA7473E5BD6C5FE9C0B24713EED65B07CD4858, ___centerPoint_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_centerPoint_7() const { return ___centerPoint_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_centerPoint_7() { return &___centerPoint_7; } inline void set_centerPoint_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___centerPoint_7 = value; } inline static int32_t get_offset_of_textComp_8() { return static_cast(offsetof(TargetDistanceLabel_t1FBA7473E5BD6C5FE9C0B24713EED65B07CD4858, ___textComp_8)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_textComp_8() const { return ___textComp_8; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_textComp_8() { return &___textComp_8; } inline void set_textComp_8(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___textComp_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___textComp_8), (void*)value); } inline static int32_t get_offset_of_parentCanvas_9() { return static_cast(offsetof(TargetDistanceLabel_t1FBA7473E5BD6C5FE9C0B24713EED65B07CD4858, ___parentCanvas_9)); } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * get_parentCanvas_9() const { return ___parentCanvas_9; } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA ** get_address_of_parentCanvas_9() { return &___parentCanvas_9; } inline void set_parentCanvas_9(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * value) { ___parentCanvas_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentCanvas_9), (void*)value); } }; // TargetDistanceSlider struct TargetDistanceSlider_tC437D8FEE5BADADBCEFB442E53379B9FA35521B2 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // TargetOutBound struct TargetOutBound_t874CC3EC7A7B88CF5F0899C4C5308545DE016D57 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // TargetView struct TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Button TargetView::button Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___button_4; public: inline static int32_t get_offset_of_button_4() { return static_cast(offsetof(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1, ___button_4)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_button_4() const { return ___button_4; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_button_4() { return &___button_4; } inline void set_button_4(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___button_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___button_4), (void*)value); } }; struct TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_StaticFields { public: // TargetView TargetView::_ins TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * ____ins_5; public: inline static int32_t get_offset_of__ins_5() { return static_cast(offsetof(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_StaticFields, ____ins_5)); } inline TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * get__ins_5() const { return ____ins_5; } inline TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 ** get_address_of__ins_5() { return &____ins_5; } inline void set__ins_5(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * value) { ____ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_5), (void*)value); } }; // TestAnimation struct TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // AnimationPlayer[] TestAnimation::apList AnimationPlayerU5BU5D_t53EFB9C221F3C69105619719E5731B924896C0A6* ___apList_4; // UnityEngine.UI.Text TestAnimation::text Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text_5; // System.Int32 TestAnimation::index int32_t ___index_6; // UnityEngine.Animation TestAnimation::animationMain Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * ___animationMain_7; // UnityEngine.AnimationClip[] TestAnimation::_animationClips AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* ____animationClips_8; public: inline static int32_t get_offset_of_apList_4() { return static_cast(offsetof(TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800, ___apList_4)); } inline AnimationPlayerU5BU5D_t53EFB9C221F3C69105619719E5731B924896C0A6* get_apList_4() const { return ___apList_4; } inline AnimationPlayerU5BU5D_t53EFB9C221F3C69105619719E5731B924896C0A6** get_address_of_apList_4() { return &___apList_4; } inline void set_apList_4(AnimationPlayerU5BU5D_t53EFB9C221F3C69105619719E5731B924896C0A6* value) { ___apList_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___apList_4), (void*)value); } inline static int32_t get_offset_of_text_5() { return static_cast(offsetof(TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800, ___text_5)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text_5() const { return ___text_5; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text_5() { return &___text_5; } inline void set_text_5(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } inline static int32_t get_offset_of_animationMain_7() { return static_cast(offsetof(TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800, ___animationMain_7)); } inline Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * get_animationMain_7() const { return ___animationMain_7; } inline Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 ** get_address_of_animationMain_7() { return &___animationMain_7; } inline void set_animationMain_7(Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * value) { ___animationMain_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationMain_7), (void*)value); } inline static int32_t get_offset_of__animationClips_8() { return static_cast(offsetof(TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800, ____animationClips_8)); } inline AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* get__animationClips_8() const { return ____animationClips_8; } inline AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489** get_address_of__animationClips_8() { return &____animationClips_8; } inline void set__animationClips_8(AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* value) { ____animationClips_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____animationClips_8), (void*)value); } }; // TestBleConnect struct TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; struct TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_StaticFields { public: // TestBleConnect TestBleConnect::ins TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309 * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_StaticFields, ___ins_4)); } inline TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309 * get_ins_4() const { return ___ins_4; } inline TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // BestHTTP.Examples.TestHubExample struct TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Uri BestHTTP.Examples.TestHubExample::URI Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___URI_4; // BestHTTP.SignalRCore.HubConnection BestHTTP.Examples.TestHubExample::hub HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___hub_5; // UnityEngine.Vector2 BestHTTP.Examples.TestHubExample::scrollPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPos_6; // System.String BestHTTP.Examples.TestHubExample::uiText String_t* ___uiText_7; public: inline static int32_t get_offset_of_URI_4() { return static_cast(offsetof(TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29, ___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_hub_5() { return static_cast(offsetof(TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29, ___hub_5)); } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * get_hub_5() const { return ___hub_5; } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 ** get_address_of_hub_5() { return &___hub_5; } inline void set_hub_5(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * value) { ___hub_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___hub_5), (void*)value); } inline static int32_t get_offset_of_scrollPos_6() { return static_cast(offsetof(TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29, ___scrollPos_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPos_6() const { return ___scrollPos_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPos_6() { return &___scrollPos_6; } inline void set_scrollPos_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPos_6 = value; } inline static int32_t get_offset_of_uiText_7() { return static_cast(offsetof(TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29, ___uiText_7)); } inline String_t* get_uiText_7() const { return ___uiText_7; } inline String_t** get_address_of_uiText_7() { return &___uiText_7; } inline void set_uiText_7(String_t* value) { ___uiText_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___uiText_7), (void*)value); } }; // TestReporter struct TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 TestReporter::logTestCount int32_t ___logTestCount_4; // System.Int32 TestReporter::threadLogTestCount int32_t ___threadLogTestCount_5; // System.Boolean TestReporter::logEverySecond bool ___logEverySecond_6; // System.Int32 TestReporter::currentLogTestCount int32_t ___currentLogTestCount_7; // Reporter TestReporter::reporter Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * ___reporter_8; // UnityEngine.GUIStyle TestReporter::style GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___style_9; // UnityEngine.Rect TestReporter::rect1 Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___rect1_10; // UnityEngine.Rect TestReporter::rect2 Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___rect2_11; // UnityEngine.Rect TestReporter::rect3 Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___rect3_12; // UnityEngine.Rect TestReporter::rect4 Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___rect4_13; // UnityEngine.Rect TestReporter::rect5 Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___rect5_14; // UnityEngine.Rect TestReporter::rect6 Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___rect6_15; // System.Threading.Thread TestReporter::thread Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___thread_16; // System.Single TestReporter::elapsed float ___elapsed_17; public: inline static int32_t get_offset_of_logTestCount_4() { return static_cast(offsetof(TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F, ___logTestCount_4)); } inline int32_t get_logTestCount_4() const { return ___logTestCount_4; } inline int32_t* get_address_of_logTestCount_4() { return &___logTestCount_4; } inline void set_logTestCount_4(int32_t value) { ___logTestCount_4 = value; } inline static int32_t get_offset_of_threadLogTestCount_5() { return static_cast(offsetof(TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F, ___threadLogTestCount_5)); } inline int32_t get_threadLogTestCount_5() const { return ___threadLogTestCount_5; } inline int32_t* get_address_of_threadLogTestCount_5() { return &___threadLogTestCount_5; } inline void set_threadLogTestCount_5(int32_t value) { ___threadLogTestCount_5 = value; } inline static int32_t get_offset_of_logEverySecond_6() { return static_cast(offsetof(TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F, ___logEverySecond_6)); } inline bool get_logEverySecond_6() const { return ___logEverySecond_6; } inline bool* get_address_of_logEverySecond_6() { return &___logEverySecond_6; } inline void set_logEverySecond_6(bool value) { ___logEverySecond_6 = value; } inline static int32_t get_offset_of_currentLogTestCount_7() { return static_cast(offsetof(TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F, ___currentLogTestCount_7)); } inline int32_t get_currentLogTestCount_7() const { return ___currentLogTestCount_7; } inline int32_t* get_address_of_currentLogTestCount_7() { return &___currentLogTestCount_7; } inline void set_currentLogTestCount_7(int32_t value) { ___currentLogTestCount_7 = value; } inline static int32_t get_offset_of_reporter_8() { return static_cast(offsetof(TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F, ___reporter_8)); } inline Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * get_reporter_8() const { return ___reporter_8; } inline Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF ** get_address_of_reporter_8() { return &___reporter_8; } inline void set_reporter_8(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * value) { ___reporter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___reporter_8), (void*)value); } inline static int32_t get_offset_of_style_9() { return static_cast(offsetof(TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F, ___style_9)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_style_9() const { return ___style_9; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_style_9() { return &___style_9; } inline void set_style_9(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___style_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___style_9), (void*)value); } inline static int32_t get_offset_of_rect1_10() { return static_cast(offsetof(TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F, ___rect1_10)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_rect1_10() const { return ___rect1_10; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_rect1_10() { return &___rect1_10; } inline void set_rect1_10(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___rect1_10 = value; } inline static int32_t get_offset_of_rect2_11() { return static_cast(offsetof(TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F, ___rect2_11)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_rect2_11() const { return ___rect2_11; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_rect2_11() { return &___rect2_11; } inline void set_rect2_11(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___rect2_11 = value; } inline static int32_t get_offset_of_rect3_12() { return static_cast(offsetof(TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F, ___rect3_12)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_rect3_12() const { return ___rect3_12; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_rect3_12() { return &___rect3_12; } inline void set_rect3_12(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___rect3_12 = value; } inline static int32_t get_offset_of_rect4_13() { return static_cast(offsetof(TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F, ___rect4_13)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_rect4_13() const { return ___rect4_13; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_rect4_13() { return &___rect4_13; } inline void set_rect4_13(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___rect4_13 = value; } inline static int32_t get_offset_of_rect5_14() { return static_cast(offsetof(TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F, ___rect5_14)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_rect5_14() const { return ___rect5_14; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_rect5_14() { return &___rect5_14; } inline void set_rect5_14(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___rect5_14 = value; } inline static int32_t get_offset_of_rect6_15() { return static_cast(offsetof(TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F, ___rect6_15)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_rect6_15() const { return ___rect6_15; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_rect6_15() { return &___rect6_15; } inline void set_rect6_15(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___rect6_15 = value; } inline static int32_t get_offset_of_thread_16() { return static_cast(offsetof(TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F, ___thread_16)); } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * get_thread_16() const { return ___thread_16; } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 ** get_address_of_thread_16() { return &___thread_16; } inline void set_thread_16(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * value) { ___thread_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___thread_16), (void*)value); } inline static int32_t get_offset_of_elapsed_17() { return static_cast(offsetof(TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F, ___elapsed_17)); } inline float get_elapsed_17() const { return ___elapsed_17; } inline float* get_address_of_elapsed_17() { return &___elapsed_17; } inline void set_elapsed_17(float value) { ___elapsed_17 = value; } }; // TestVector struct TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 TestVector::modelCount int32_t ___modelCount_5; // UnityEngine.UI.Button TestVector::btnTap Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnTap_6; // System.Collections.Generic.List`1 TestVector::objectsList List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ___objectsList_7; // System.Boolean TestVector::isDebugging bool ___isDebugging_8; public: inline static int32_t get_offset_of_modelCount_5() { return static_cast(offsetof(TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B, ___modelCount_5)); } inline int32_t get_modelCount_5() const { return ___modelCount_5; } inline int32_t* get_address_of_modelCount_5() { return &___modelCount_5; } inline void set_modelCount_5(int32_t value) { ___modelCount_5 = value; } inline static int32_t get_offset_of_btnTap_6() { return static_cast(offsetof(TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B, ___btnTap_6)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnTap_6() const { return ___btnTap_6; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnTap_6() { return &___btnTap_6; } inline void set_btnTap_6(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnTap_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTap_6), (void*)value); } inline static int32_t get_offset_of_objectsList_7() { return static_cast(offsetof(TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B, ___objectsList_7)); } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * get_objectsList_7() const { return ___objectsList_7; } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 ** get_address_of_objectsList_7() { return &___objectsList_7; } inline void set_objectsList_7(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * value) { ___objectsList_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectsList_7), (void*)value); } inline static int32_t get_offset_of_isDebugging_8() { return static_cast(offsetof(TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B, ___isDebugging_8)); } inline bool get_isDebugging_8() const { return ___isDebugging_8; } inline bool* get_address_of_isDebugging_8() { return &___isDebugging_8; } inline void set_isDebugging_8(bool value) { ___isDebugging_8 = value; } }; struct TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B_StaticFields { public: // TestVector TestVector::ins TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B_StaticFields, ___ins_4)); } inline TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * get_ins_4() const { return ___ins_4; } inline TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // TextAutoLanguage struct TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 TextAutoLanguage::textID int32_t ___textID_4; // UnityEngine.RectTransform TextAutoLanguage::layoutRebuildObject RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___layoutRebuildObject_5; // System.String[] TextAutoLanguage::textFormatArgs StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___textFormatArgs_9; // LanguageFontSize[] TextAutoLanguage::languageFontSizes LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* ___languageFontSizes_10; // System.Int32 TextAutoLanguage::defaultFontSize int32_t ___defaultFontSize_12; public: inline static int32_t get_offset_of_textID_4() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___textID_4)); } inline int32_t get_textID_4() const { return ___textID_4; } inline int32_t* get_address_of_textID_4() { return &___textID_4; } inline void set_textID_4(int32_t value) { ___textID_4 = value; } inline static int32_t get_offset_of_layoutRebuildObject_5() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___layoutRebuildObject_5)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_layoutRebuildObject_5() const { return ___layoutRebuildObject_5; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_layoutRebuildObject_5() { return &___layoutRebuildObject_5; } inline void set_layoutRebuildObject_5(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___layoutRebuildObject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutRebuildObject_5), (void*)value); } inline static int32_t get_offset_of_textFormatArgs_9() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___textFormatArgs_9)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_textFormatArgs_9() const { return ___textFormatArgs_9; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_textFormatArgs_9() { return &___textFormatArgs_9; } inline void set_textFormatArgs_9(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___textFormatArgs_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___textFormatArgs_9), (void*)value); } inline static int32_t get_offset_of_languageFontSizes_10() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___languageFontSizes_10)); } inline LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* get_languageFontSizes_10() const { return ___languageFontSizes_10; } inline LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0** get_address_of_languageFontSizes_10() { return &___languageFontSizes_10; } inline void set_languageFontSizes_10(LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* value) { ___languageFontSizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___languageFontSizes_10), (void*)value); } inline static int32_t get_offset_of_defaultFontSize_12() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___defaultFontSize_12)); } inline int32_t get_defaultFontSize_12() const { return ___defaultFontSize_12; } inline int32_t* get_address_of_defaultFontSize_12() { return &___defaultFontSize_12; } inline void set_defaultFontSize_12(int32_t value) { ___defaultFontSize_12 = value; } }; struct TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields { public: // LanguageEnum TextAutoLanguage::currentLanguageEnum int32_t ___currentLanguageEnum_6; // LanguageDefault TextAutoLanguage::language LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 * ___language_7; // System.Collections.Generic.HashSet`1 TextAutoLanguage::textAutoLanguages HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * ___textAutoLanguages_8; // System.Boolean TextAutoLanguage::inited bool ___inited_11; public: inline static int32_t get_offset_of_currentLanguageEnum_6() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields, ___currentLanguageEnum_6)); } inline int32_t get_currentLanguageEnum_6() const { return ___currentLanguageEnum_6; } inline int32_t* get_address_of_currentLanguageEnum_6() { return &___currentLanguageEnum_6; } inline void set_currentLanguageEnum_6(int32_t value) { ___currentLanguageEnum_6 = value; } inline static int32_t get_offset_of_language_7() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields, ___language_7)); } inline LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 * get_language_7() const { return ___language_7; } inline LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 ** get_address_of_language_7() { return &___language_7; } inline void set_language_7(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 * value) { ___language_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___language_7), (void*)value); } inline static int32_t get_offset_of_textAutoLanguages_8() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields, ___textAutoLanguages_8)); } inline HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * get_textAutoLanguages_8() const { return ___textAutoLanguages_8; } inline HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 ** get_address_of_textAutoLanguages_8() { return &___textAutoLanguages_8; } inline void set_textAutoLanguages_8(HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * value) { ___textAutoLanguages_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___textAutoLanguages_8), (void*)value); } inline static int32_t get_offset_of_inited_11() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields, ___inited_11)); } inline bool get_inited_11() const { return ___inited_11; } inline bool* get_address_of_inited_11() { return &___inited_11; } inline void set_inited_11(bool value) { ___inited_11 = value; } }; // TextAutoLanguage2 struct TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String TextAutoLanguage2::textKey String_t* ___textKey_4; // UnityEngine.RectTransform TextAutoLanguage2::layoutRebuildObject RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___layoutRebuildObject_5; // System.Object[] TextAutoLanguage2::textFormatArgs ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___textFormatArgs_9; // LanguageFontSize[] TextAutoLanguage2::languageFontSizes LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* ___languageFontSizes_10; // System.Int32 TextAutoLanguage2::defaultFontSize int32_t ___defaultFontSize_12; // System.Action`1 TextAutoLanguage2::onApplyToNext Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * ___onApplyToNext_13; public: inline static int32_t get_offset_of_textKey_4() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___textKey_4)); } inline String_t* get_textKey_4() const { return ___textKey_4; } inline String_t** get_address_of_textKey_4() { return &___textKey_4; } inline void set_textKey_4(String_t* value) { ___textKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___textKey_4), (void*)value); } inline static int32_t get_offset_of_layoutRebuildObject_5() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___layoutRebuildObject_5)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_layoutRebuildObject_5() const { return ___layoutRebuildObject_5; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_layoutRebuildObject_5() { return &___layoutRebuildObject_5; } inline void set_layoutRebuildObject_5(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___layoutRebuildObject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutRebuildObject_5), (void*)value); } inline static int32_t get_offset_of_textFormatArgs_9() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___textFormatArgs_9)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_textFormatArgs_9() const { return ___textFormatArgs_9; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_textFormatArgs_9() { return &___textFormatArgs_9; } inline void set_textFormatArgs_9(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___textFormatArgs_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___textFormatArgs_9), (void*)value); } inline static int32_t get_offset_of_languageFontSizes_10() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___languageFontSizes_10)); } inline LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* get_languageFontSizes_10() const { return ___languageFontSizes_10; } inline LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0** get_address_of_languageFontSizes_10() { return &___languageFontSizes_10; } inline void set_languageFontSizes_10(LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* value) { ___languageFontSizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___languageFontSizes_10), (void*)value); } inline static int32_t get_offset_of_defaultFontSize_12() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___defaultFontSize_12)); } inline int32_t get_defaultFontSize_12() const { return ___defaultFontSize_12; } inline int32_t* get_address_of_defaultFontSize_12() { return &___defaultFontSize_12; } inline void set_defaultFontSize_12(int32_t value) { ___defaultFontSize_12 = value; } inline static int32_t get_offset_of_onApplyToNext_13() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___onApplyToNext_13)); } inline Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * get_onApplyToNext_13() const { return ___onApplyToNext_13; } inline Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 ** get_address_of_onApplyToNext_13() { return &___onApplyToNext_13; } inline void set_onApplyToNext_13(Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * value) { ___onApplyToNext_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onApplyToNext_13), (void*)value); } }; struct TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields { public: // LanguageEnum TextAutoLanguage2::currentLanguageEnum int32_t ___currentLanguageEnum_6; // System.Collections.Generic.Dictionary`2 TextAutoLanguage2::languageDictionary Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___languageDictionary_7; // System.Collections.Generic.HashSet`1 TextAutoLanguage2::textAutoLanguages HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * ___textAutoLanguages_8; // System.Boolean TextAutoLanguage2::inited bool ___inited_11; public: inline static int32_t get_offset_of_currentLanguageEnum_6() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields, ___currentLanguageEnum_6)); } inline int32_t get_currentLanguageEnum_6() const { return ___currentLanguageEnum_6; } inline int32_t* get_address_of_currentLanguageEnum_6() { return &___currentLanguageEnum_6; } inline void set_currentLanguageEnum_6(int32_t value) { ___currentLanguageEnum_6 = value; } inline static int32_t get_offset_of_languageDictionary_7() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields, ___languageDictionary_7)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_languageDictionary_7() const { return ___languageDictionary_7; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_languageDictionary_7() { return &___languageDictionary_7; } inline void set_languageDictionary_7(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___languageDictionary_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___languageDictionary_7), (void*)value); } inline static int32_t get_offset_of_textAutoLanguages_8() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields, ___textAutoLanguages_8)); } inline HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * get_textAutoLanguages_8() const { return ___textAutoLanguages_8; } inline HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E ** get_address_of_textAutoLanguages_8() { return &___textAutoLanguages_8; } inline void set_textAutoLanguages_8(HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * value) { ___textAutoLanguages_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___textAutoLanguages_8), (void*)value); } inline static int32_t get_offset_of_inited_11() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields, ___inited_11)); } inline bool get_inited_11() const { return ___inited_11; } inline bool* get_address_of_inited_11() { return &___inited_11; } inline void set_inited_11(bool value) { ___inited_11 = value; } }; // BestHTTP.Examples.TextureDownloadSample struct TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String BestHTTP.Examples.TextureDownloadSample::BaseURL String_t* ___BaseURL_4; // System.String[] BestHTTP.Examples.TextureDownloadSample::Images StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___Images_5; // UnityEngine.Texture2D[] BestHTTP.Examples.TextureDownloadSample::Textures Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* ___Textures_6; // System.Boolean BestHTTP.Examples.TextureDownloadSample::allDownloadedFromLocalCache bool ___allDownloadedFromLocalCache_7; // System.Int32 BestHTTP.Examples.TextureDownloadSample::finishedCount int32_t ___finishedCount_8; // UnityEngine.Vector2 BestHTTP.Examples.TextureDownloadSample::scrollPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPos_9; public: inline static int32_t get_offset_of_BaseURL_4() { return static_cast(offsetof(TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171, ___BaseURL_4)); } inline String_t* get_BaseURL_4() const { return ___BaseURL_4; } inline String_t** get_address_of_BaseURL_4() { return &___BaseURL_4; } inline void set_BaseURL_4(String_t* value) { ___BaseURL_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseURL_4), (void*)value); } inline static int32_t get_offset_of_Images_5() { return static_cast(offsetof(TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171, ___Images_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_Images_5() const { return ___Images_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_Images_5() { return &___Images_5; } inline void set_Images_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___Images_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Images_5), (void*)value); } inline static int32_t get_offset_of_Textures_6() { return static_cast(offsetof(TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171, ___Textures_6)); } inline Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* get_Textures_6() const { return ___Textures_6; } inline Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316** get_address_of_Textures_6() { return &___Textures_6; } inline void set_Textures_6(Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* value) { ___Textures_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Textures_6), (void*)value); } inline static int32_t get_offset_of_allDownloadedFromLocalCache_7() { return static_cast(offsetof(TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171, ___allDownloadedFromLocalCache_7)); } inline bool get_allDownloadedFromLocalCache_7() const { return ___allDownloadedFromLocalCache_7; } inline bool* get_address_of_allDownloadedFromLocalCache_7() { return &___allDownloadedFromLocalCache_7; } inline void set_allDownloadedFromLocalCache_7(bool value) { ___allDownloadedFromLocalCache_7 = value; } inline static int32_t get_offset_of_finishedCount_8() { return static_cast(offsetof(TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171, ___finishedCount_8)); } inline int32_t get_finishedCount_8() const { return ___finishedCount_8; } inline int32_t* get_address_of_finishedCount_8() { return &___finishedCount_8; } inline void set_finishedCount_8(int32_t value) { ___finishedCount_8 = value; } inline static int32_t get_offset_of_scrollPos_9() { return static_cast(offsetof(TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171, ___scrollPos_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPos_9() const { return ___scrollPos_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPos_9() { return &___scrollPos_9; } inline void set_scrollPos_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPos_9 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 : public TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::alertDescription uint8_t ___alertDescription_18; public: inline static int32_t get_offset_of_alertDescription_18() { return static_cast(offsetof(TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946, ___alertDescription_18)); } inline uint8_t get_alertDescription_18() const { return ___alertDescription_18; } inline uint8_t* get_address_of_alertDescription_18() { return &___alertDescription_18; } inline void set_alertDescription_18(uint8_t value) { ___alertDescription_18 = value; } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UnityStandardAssets.Water.WaterBase struct WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Material UnityStandardAssets.Water.WaterBase::sharedMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___sharedMaterial_4; // UnityStandardAssets.Water.WaterQuality UnityStandardAssets.Water.WaterBase::waterQuality int32_t ___waterQuality_5; // System.Boolean UnityStandardAssets.Water.WaterBase::edgeBlend bool ___edgeBlend_6; public: inline static int32_t get_offset_of_sharedMaterial_4() { return static_cast(offsetof(WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73, ___sharedMaterial_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_sharedMaterial_4() const { return ___sharedMaterial_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_sharedMaterial_4() { return &___sharedMaterial_4; } inline void set_sharedMaterial_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___sharedMaterial_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sharedMaterial_4), (void*)value); } inline static int32_t get_offset_of_waterQuality_5() { return static_cast(offsetof(WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73, ___waterQuality_5)); } inline int32_t get_waterQuality_5() const { return ___waterQuality_5; } inline int32_t* get_address_of_waterQuality_5() { return &___waterQuality_5; } inline void set_waterQuality_5(int32_t value) { ___waterQuality_5 = value; } inline static int32_t get_offset_of_edgeBlend_6() { return static_cast(offsetof(WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73, ___edgeBlend_6)); } inline bool get_edgeBlend_6() const { return ___edgeBlend_6; } inline bool* get_address_of_edgeBlend_6() { return &___edgeBlend_6; } inline void set_edgeBlend_6(bool value) { ___edgeBlend_6 = value; } }; // UnityEngine.UI.BaseMeshEffect struct BaseMeshEffect_tC7D44B0AC6406BAC3E4FC4579A43FC135BDB6FDA : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.UI.Graphic UnityEngine.UI.BaseMeshEffect::m_Graphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_Graphic_4; public: inline static int32_t get_offset_of_m_Graphic_4() { return static_cast(offsetof(BaseMeshEffect_tC7D44B0AC6406BAC3E4FC4579A43FC135BDB6FDA, ___m_Graphic_4)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_Graphic_4() const { return ___m_Graphic_4; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_Graphic_4() { return &___m_Graphic_4; } inline void set_m_Graphic_4(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_Graphic_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Graphic_4), (void*)value); } }; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_Material_6; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_Color_7; // System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate bool ___m_SkipLayoutUpdate_8; // System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate bool ___m_SkipMaterialUpdate_9; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_10; // UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_RaycastPadding_11; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_RectTransform_12; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CanvasRenderer_13; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * ___m_Canvas_14; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_15; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_16; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyLayoutCallback_17; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyVertsCallback_18; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyMaterialCallback_19; // UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_CachedMesh_22; // UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___m_CachedUvs_23; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * ___m_ColorTweenRunner_24; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; public: inline static int32_t get_offset_of_m_Material_6() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Material_6)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_Material_6() const { return ___m_Material_6; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_Material_6() { return &___m_Material_6; } inline void set_m_Material_6(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_Material_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Material_6), (void*)value); } inline static int32_t get_offset_of_m_Color_7() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Color_7)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_Color_7() const { return ___m_Color_7; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_Color_7() { return &___m_Color_7; } inline void set_m_Color_7(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_Color_7 = value; } inline static int32_t get_offset_of_m_SkipLayoutUpdate_8() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipLayoutUpdate_8)); } inline bool get_m_SkipLayoutUpdate_8() const { return ___m_SkipLayoutUpdate_8; } inline bool* get_address_of_m_SkipLayoutUpdate_8() { return &___m_SkipLayoutUpdate_8; } inline void set_m_SkipLayoutUpdate_8(bool value) { ___m_SkipLayoutUpdate_8 = value; } inline static int32_t get_offset_of_m_SkipMaterialUpdate_9() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipMaterialUpdate_9)); } inline bool get_m_SkipMaterialUpdate_9() const { return ___m_SkipMaterialUpdate_9; } inline bool* get_address_of_m_SkipMaterialUpdate_9() { return &___m_SkipMaterialUpdate_9; } inline void set_m_SkipMaterialUpdate_9(bool value) { ___m_SkipMaterialUpdate_9 = value; } inline static int32_t get_offset_of_m_RaycastTarget_10() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastTarget_10)); } inline bool get_m_RaycastTarget_10() const { return ___m_RaycastTarget_10; } inline bool* get_address_of_m_RaycastTarget_10() { return &___m_RaycastTarget_10; } inline void set_m_RaycastTarget_10(bool value) { ___m_RaycastTarget_10 = value; } inline static int32_t get_offset_of_m_RaycastPadding_11() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastPadding_11)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_RaycastPadding_11() const { return ___m_RaycastPadding_11; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_RaycastPadding_11() { return &___m_RaycastPadding_11; } inline void set_m_RaycastPadding_11(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_RaycastPadding_11 = value; } inline static int32_t get_offset_of_m_RectTransform_12() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RectTransform_12)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_RectTransform_12() const { return ___m_RectTransform_12; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_RectTransform_12() { return &___m_RectTransform_12; } inline void set_m_RectTransform_12(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_RectTransform_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_12), (void*)value); } inline static int32_t get_offset_of_m_CanvasRenderer_13() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CanvasRenderer_13)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CanvasRenderer_13() const { return ___m_CanvasRenderer_13; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CanvasRenderer_13() { return &___m_CanvasRenderer_13; } inline void set_m_CanvasRenderer_13(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CanvasRenderer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasRenderer_13), (void*)value); } inline static int32_t get_offset_of_m_Canvas_14() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Canvas_14)); } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * get_m_Canvas_14() const { return ___m_Canvas_14; } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA ** get_address_of_m_Canvas_14() { return &___m_Canvas_14; } inline void set_m_Canvas_14(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * value) { ___m_Canvas_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_14), (void*)value); } inline static int32_t get_offset_of_m_VertsDirty_15() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_VertsDirty_15)); } inline bool get_m_VertsDirty_15() const { return ___m_VertsDirty_15; } inline bool* get_address_of_m_VertsDirty_15() { return &___m_VertsDirty_15; } inline void set_m_VertsDirty_15(bool value) { ___m_VertsDirty_15 = value; } inline static int32_t get_offset_of_m_MaterialDirty_16() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_MaterialDirty_16)); } inline bool get_m_MaterialDirty_16() const { return ___m_MaterialDirty_16; } inline bool* get_address_of_m_MaterialDirty_16() { return &___m_MaterialDirty_16; } inline void set_m_MaterialDirty_16(bool value) { ___m_MaterialDirty_16 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_17() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyLayoutCallback_17)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyLayoutCallback_17() const { return ___m_OnDirtyLayoutCallback_17; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyLayoutCallback_17() { return &___m_OnDirtyLayoutCallback_17; } inline void set_m_OnDirtyLayoutCallback_17(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyLayoutCallback_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyLayoutCallback_17), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_18() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyVertsCallback_18)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyVertsCallback_18() const { return ___m_OnDirtyVertsCallback_18; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyVertsCallback_18() { return &___m_OnDirtyVertsCallback_18; } inline void set_m_OnDirtyVertsCallback_18(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyVertsCallback_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyVertsCallback_18), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_19() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyMaterialCallback_19)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyMaterialCallback_19() const { return ___m_OnDirtyMaterialCallback_19; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyMaterialCallback_19() { return &___m_OnDirtyMaterialCallback_19; } inline void set_m_OnDirtyMaterialCallback_19(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyMaterialCallback_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyMaterialCallback_19), (void*)value); } inline static int32_t get_offset_of_m_CachedMesh_22() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedMesh_22)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_CachedMesh_22() const { return ___m_CachedMesh_22; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_CachedMesh_22() { return &___m_CachedMesh_22; } inline void set_m_CachedMesh_22(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_CachedMesh_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedMesh_22), (void*)value); } inline static int32_t get_offset_of_m_CachedUvs_23() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedUvs_23)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_m_CachedUvs_23() const { return ___m_CachedUvs_23; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_m_CachedUvs_23() { return &___m_CachedUvs_23; } inline void set_m_CachedUvs_23(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___m_CachedUvs_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedUvs_23), (void*)value); } inline static int32_t get_offset_of_m_ColorTweenRunner_24() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_ColorTweenRunner_24)); } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * get_m_ColorTweenRunner_24() const { return ___m_ColorTweenRunner_24; } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 ** get_address_of_m_ColorTweenRunner_24() { return &___m_ColorTweenRunner_24; } inline void set_m_ColorTweenRunner_24(TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * value) { ___m_ColorTweenRunner_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ColorTweenRunner_24), (void*)value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_25(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25 = value; } }; struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultUI_4; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___s_WhiteTexture_5; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___s_Mesh_20; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * ___s_VertexHelper_21; public: inline static int32_t get_offset_of_s_DefaultUI_4() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_DefaultUI_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultUI_4() const { return ___s_DefaultUI_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultUI_4() { return &___s_DefaultUI_4; } inline void set_s_DefaultUI_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultUI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultUI_4), (void*)value); } inline static int32_t get_offset_of_s_WhiteTexture_5() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_WhiteTexture_5)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_s_WhiteTexture_5() const { return ___s_WhiteTexture_5; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_s_WhiteTexture_5() { return &___s_WhiteTexture_5; } inline void set_s_WhiteTexture_5(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___s_WhiteTexture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_WhiteTexture_5), (void*)value); } inline static int32_t get_offset_of_s_Mesh_20() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_Mesh_20)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_s_Mesh_20() const { return ___s_Mesh_20; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_s_Mesh_20() { return &___s_Mesh_20; } inline void set_s_Mesh_20(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___s_Mesh_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Mesh_20), (void*)value); } inline static int32_t get_offset_of_s_VertexHelper_21() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_VertexHelper_21)); } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * get_s_VertexHelper_21() const { return ___s_VertexHelper_21; } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 ** get_address_of_s_VertexHelper_21() { return &___s_VertexHelper_21; } inline void set_s_VertexHelper_21(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * value) { ___s_VertexHelper_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertexHelper_21), (void*)value); } }; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // System.Boolean UnityEngine.UI.Selectable::m_EnableCalled bool ___m_EnableCalled_6; // UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A ___m_Navigation_7; // UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition int32_t ___m_Transition_8; // UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___m_Colors_9; // UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E ___m_SpriteState_10; // UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * ___m_AnimationTriggers_11; // System.Boolean UnityEngine.UI.Selectable::m_Interactable bool ___m_Interactable_12; // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_TargetGraphic_13; // System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction bool ___m_GroupsAllowInteraction_14; // System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex int32_t ___m_CurrentIndex_15; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerInsideU3Ek__BackingField_16; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerDownU3Ek__BackingField_17; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3ChasSelectionU3Ek__BackingField_18; // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::m_CanvasGroupCache List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * ___m_CanvasGroupCache_19; public: inline static int32_t get_offset_of_m_EnableCalled_6() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_EnableCalled_6)); } inline bool get_m_EnableCalled_6() const { return ___m_EnableCalled_6; } inline bool* get_address_of_m_EnableCalled_6() { return &___m_EnableCalled_6; } inline void set_m_EnableCalled_6(bool value) { ___m_EnableCalled_6 = value; } inline static int32_t get_offset_of_m_Navigation_7() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Navigation_7)); } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A get_m_Navigation_7() const { return ___m_Navigation_7; } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A * get_address_of_m_Navigation_7() { return &___m_Navigation_7; } inline void set_m_Navigation_7(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A value) { ___m_Navigation_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnUp_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnDown_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnLeft_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnRight_5), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Transition_8() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Transition_8)); } inline int32_t get_m_Transition_8() const { return ___m_Transition_8; } inline int32_t* get_address_of_m_Transition_8() { return &___m_Transition_8; } inline void set_m_Transition_8(int32_t value) { ___m_Transition_8 = value; } inline static int32_t get_offset_of_m_Colors_9() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Colors_9)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_m_Colors_9() const { return ___m_Colors_9; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_m_Colors_9() { return &___m_Colors_9; } inline void set_m_Colors_9(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___m_Colors_9 = value; } inline static int32_t get_offset_of_m_SpriteState_10() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_SpriteState_10)); } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E get_m_SpriteState_10() const { return ___m_SpriteState_10; } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E * get_address_of_m_SpriteState_10() { return &___m_SpriteState_10; } inline void set_m_SpriteState_10(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E value) { ___m_SpriteState_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_HighlightedSprite_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_PressedSprite_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_SelectedSprite_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_DisabledSprite_3), (void*)NULL); #endif } inline static int32_t get_offset_of_m_AnimationTriggers_11() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_AnimationTriggers_11)); } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * get_m_AnimationTriggers_11() const { return ___m_AnimationTriggers_11; } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 ** get_address_of_m_AnimationTriggers_11() { return &___m_AnimationTriggers_11; } inline void set_m_AnimationTriggers_11(AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * value) { ___m_AnimationTriggers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AnimationTriggers_11), (void*)value); } inline static int32_t get_offset_of_m_Interactable_12() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Interactable_12)); } inline bool get_m_Interactable_12() const { return ___m_Interactable_12; } inline bool* get_address_of_m_Interactable_12() { return &___m_Interactable_12; } inline void set_m_Interactable_12(bool value) { ___m_Interactable_12 = value; } inline static int32_t get_offset_of_m_TargetGraphic_13() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_TargetGraphic_13)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_TargetGraphic_13() const { return ___m_TargetGraphic_13; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_TargetGraphic_13() { return &___m_TargetGraphic_13; } inline void set_m_TargetGraphic_13(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_TargetGraphic_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TargetGraphic_13), (void*)value); } inline static int32_t get_offset_of_m_GroupsAllowInteraction_14() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_GroupsAllowInteraction_14)); } inline bool get_m_GroupsAllowInteraction_14() const { return ___m_GroupsAllowInteraction_14; } inline bool* get_address_of_m_GroupsAllowInteraction_14() { return &___m_GroupsAllowInteraction_14; } inline void set_m_GroupsAllowInteraction_14(bool value) { ___m_GroupsAllowInteraction_14 = value; } inline static int32_t get_offset_of_m_CurrentIndex_15() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CurrentIndex_15)); } inline int32_t get_m_CurrentIndex_15() const { return ___m_CurrentIndex_15; } inline int32_t* get_address_of_m_CurrentIndex_15() { return &___m_CurrentIndex_15; } inline void set_m_CurrentIndex_15(int32_t value) { ___m_CurrentIndex_15 = value; } inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_16() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerInsideU3Ek__BackingField_16)); } inline bool get_U3CisPointerInsideU3Ek__BackingField_16() const { return ___U3CisPointerInsideU3Ek__BackingField_16; } inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_16() { return &___U3CisPointerInsideU3Ek__BackingField_16; } inline void set_U3CisPointerInsideU3Ek__BackingField_16(bool value) { ___U3CisPointerInsideU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_17() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerDownU3Ek__BackingField_17)); } inline bool get_U3CisPointerDownU3Ek__BackingField_17() const { return ___U3CisPointerDownU3Ek__BackingField_17; } inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_17() { return &___U3CisPointerDownU3Ek__BackingField_17; } inline void set_U3CisPointerDownU3Ek__BackingField_17(bool value) { ___U3CisPointerDownU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_18() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3ChasSelectionU3Ek__BackingField_18)); } inline bool get_U3ChasSelectionU3Ek__BackingField_18() const { return ___U3ChasSelectionU3Ek__BackingField_18; } inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_18() { return &___U3ChasSelectionU3Ek__BackingField_18; } inline void set_U3ChasSelectionU3Ek__BackingField_18(bool value) { ___U3ChasSelectionU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_m_CanvasGroupCache_19() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CanvasGroupCache_19)); } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * get_m_CanvasGroupCache_19() const { return ___m_CanvasGroupCache_19; } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D ** get_address_of_m_CanvasGroupCache_19() { return &___m_CanvasGroupCache_19; } inline void set_m_CanvasGroupCache_19(List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * value) { ___m_CanvasGroupCache_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasGroupCache_19), (void*)value); } }; struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields { public: // UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* ___s_Selectables_4; // System.Int32 UnityEngine.UI.Selectable::s_SelectableCount int32_t ___s_SelectableCount_5; public: inline static int32_t get_offset_of_s_Selectables_4() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_Selectables_4)); } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* get_s_Selectables_4() const { return ___s_Selectables_4; } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535** get_address_of_s_Selectables_4() { return &___s_Selectables_4; } inline void set_s_Selectables_4(SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* value) { ___s_Selectables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Selectables_4), (void*)value); } inline static int32_t get_offset_of_s_SelectableCount_5() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_SelectableCount_5)); } inline int32_t get_s_SelectableCount_5() const { return ___s_SelectableCount_5; } inline int32_t* get_address_of_s_SelectableCount_5() { return &___s_SelectableCount_5; } inline void set_s_SelectableCount_5(int32_t value) { ___s_SelectableCount_5 = value; } }; // SocketPlayer struct SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 : public SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 { public: // System.Action SocketPlayer::onRoomReadyComplete Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onRoomReadyComplete_9; // System.Action`2 SocketPlayer::onReceivePKGameData Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * ___onReceivePKGameData_10; // System.Boolean SocketPlayer::isGameOver bool ___isGameOver_11; public: inline static int32_t get_offset_of_onRoomReadyComplete_9() { return static_cast(offsetof(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29, ___onRoomReadyComplete_9)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onRoomReadyComplete_9() const { return ___onRoomReadyComplete_9; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onRoomReadyComplete_9() { return &___onRoomReadyComplete_9; } inline void set_onRoomReadyComplete_9(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onRoomReadyComplete_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onRoomReadyComplete_9), (void*)value); } inline static int32_t get_offset_of_onReceivePKGameData_10() { return static_cast(offsetof(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29, ___onReceivePKGameData_10)); } inline Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * get_onReceivePKGameData_10() const { return ___onReceivePKGameData_10; } inline Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 ** get_address_of_onReceivePKGameData_10() { return &___onReceivePKGameData_10; } inline void set_onReceivePKGameData_10(Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * value) { ___onReceivePKGameData_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___onReceivePKGameData_10), (void*)value); } inline static int32_t get_offset_of_isGameOver_11() { return static_cast(offsetof(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29, ___isGameOver_11)); } inline bool get_isGameOver_11() const { return ___isGameOver_11; } inline bool* get_address_of_isGameOver_11() { return &___isGameOver_11; } inline void set_isGameOver_11(bool value) { ___isGameOver_11 = value; } }; struct SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_StaticFields { public: // SocketPlayer SocketPlayer::ins SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * ___ins_8; public: inline static int32_t get_offset_of_ins_8() { return static_cast(offsetof(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_StaticFields, ___ins_8)); } inline SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * get_ins_8() const { return ___ins_8; } inline SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 ** get_address_of_ins_8() { return &___ins_8; } inline void set_ins_8(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * value) { ___ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_8), (void*)value); } }; // UnityStandardAssets.ImageEffects.SunShafts struct SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71 : public PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E { public: // UnityStandardAssets.ImageEffects.SunShafts/SunShaftsResolution UnityStandardAssets.ImageEffects.SunShafts::resolution int32_t ___resolution_7; // UnityStandardAssets.ImageEffects.SunShafts/ShaftsScreenBlendMode UnityStandardAssets.ImageEffects.SunShafts::screenBlendMode int32_t ___screenBlendMode_8; // UnityEngine.Transform UnityStandardAssets.ImageEffects.SunShafts::sunTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___sunTransform_9; // System.Int32 UnityStandardAssets.ImageEffects.SunShafts::radialBlurIterations int32_t ___radialBlurIterations_10; // UnityEngine.Color UnityStandardAssets.ImageEffects.SunShafts::sunColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___sunColor_11; // UnityEngine.Color UnityStandardAssets.ImageEffects.SunShafts::sunThreshold Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___sunThreshold_12; // System.Single UnityStandardAssets.ImageEffects.SunShafts::sunShaftBlurRadius float ___sunShaftBlurRadius_13; // System.Single UnityStandardAssets.ImageEffects.SunShafts::sunShaftIntensity float ___sunShaftIntensity_14; // System.Single UnityStandardAssets.ImageEffects.SunShafts::maxRadius float ___maxRadius_15; // System.Boolean UnityStandardAssets.ImageEffects.SunShafts::useDepthTexture bool ___useDepthTexture_16; // UnityEngine.Shader UnityStandardAssets.ImageEffects.SunShafts::sunShaftsShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___sunShaftsShader_17; // UnityEngine.Material UnityStandardAssets.ImageEffects.SunShafts::sunShaftsMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___sunShaftsMaterial_18; // UnityEngine.Shader UnityStandardAssets.ImageEffects.SunShafts::simpleClearShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___simpleClearShader_19; // UnityEngine.Material UnityStandardAssets.ImageEffects.SunShafts::simpleClearMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___simpleClearMaterial_20; public: inline static int32_t get_offset_of_resolution_7() { return static_cast(offsetof(SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71, ___resolution_7)); } inline int32_t get_resolution_7() const { return ___resolution_7; } inline int32_t* get_address_of_resolution_7() { return &___resolution_7; } inline void set_resolution_7(int32_t value) { ___resolution_7 = value; } inline static int32_t get_offset_of_screenBlendMode_8() { return static_cast(offsetof(SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71, ___screenBlendMode_8)); } inline int32_t get_screenBlendMode_8() const { return ___screenBlendMode_8; } inline int32_t* get_address_of_screenBlendMode_8() { return &___screenBlendMode_8; } inline void set_screenBlendMode_8(int32_t value) { ___screenBlendMode_8 = value; } inline static int32_t get_offset_of_sunTransform_9() { return static_cast(offsetof(SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71, ___sunTransform_9)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_sunTransform_9() const { return ___sunTransform_9; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_sunTransform_9() { return &___sunTransform_9; } inline void set_sunTransform_9(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___sunTransform_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___sunTransform_9), (void*)value); } inline static int32_t get_offset_of_radialBlurIterations_10() { return static_cast(offsetof(SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71, ___radialBlurIterations_10)); } inline int32_t get_radialBlurIterations_10() const { return ___radialBlurIterations_10; } inline int32_t* get_address_of_radialBlurIterations_10() { return &___radialBlurIterations_10; } inline void set_radialBlurIterations_10(int32_t value) { ___radialBlurIterations_10 = value; } inline static int32_t get_offset_of_sunColor_11() { return static_cast(offsetof(SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71, ___sunColor_11)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_sunColor_11() const { return ___sunColor_11; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_sunColor_11() { return &___sunColor_11; } inline void set_sunColor_11(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___sunColor_11 = value; } inline static int32_t get_offset_of_sunThreshold_12() { return static_cast(offsetof(SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71, ___sunThreshold_12)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_sunThreshold_12() const { return ___sunThreshold_12; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_sunThreshold_12() { return &___sunThreshold_12; } inline void set_sunThreshold_12(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___sunThreshold_12 = value; } inline static int32_t get_offset_of_sunShaftBlurRadius_13() { return static_cast(offsetof(SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71, ___sunShaftBlurRadius_13)); } inline float get_sunShaftBlurRadius_13() const { return ___sunShaftBlurRadius_13; } inline float* get_address_of_sunShaftBlurRadius_13() { return &___sunShaftBlurRadius_13; } inline void set_sunShaftBlurRadius_13(float value) { ___sunShaftBlurRadius_13 = value; } inline static int32_t get_offset_of_sunShaftIntensity_14() { return static_cast(offsetof(SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71, ___sunShaftIntensity_14)); } inline float get_sunShaftIntensity_14() const { return ___sunShaftIntensity_14; } inline float* get_address_of_sunShaftIntensity_14() { return &___sunShaftIntensity_14; } inline void set_sunShaftIntensity_14(float value) { ___sunShaftIntensity_14 = value; } inline static int32_t get_offset_of_maxRadius_15() { return static_cast(offsetof(SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71, ___maxRadius_15)); } inline float get_maxRadius_15() const { return ___maxRadius_15; } inline float* get_address_of_maxRadius_15() { return &___maxRadius_15; } inline void set_maxRadius_15(float value) { ___maxRadius_15 = value; } inline static int32_t get_offset_of_useDepthTexture_16() { return static_cast(offsetof(SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71, ___useDepthTexture_16)); } inline bool get_useDepthTexture_16() const { return ___useDepthTexture_16; } inline bool* get_address_of_useDepthTexture_16() { return &___useDepthTexture_16; } inline void set_useDepthTexture_16(bool value) { ___useDepthTexture_16 = value; } inline static int32_t get_offset_of_sunShaftsShader_17() { return static_cast(offsetof(SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71, ___sunShaftsShader_17)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_sunShaftsShader_17() const { return ___sunShaftsShader_17; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_sunShaftsShader_17() { return &___sunShaftsShader_17; } inline void set_sunShaftsShader_17(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___sunShaftsShader_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___sunShaftsShader_17), (void*)value); } inline static int32_t get_offset_of_sunShaftsMaterial_18() { return static_cast(offsetof(SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71, ___sunShaftsMaterial_18)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_sunShaftsMaterial_18() const { return ___sunShaftsMaterial_18; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_sunShaftsMaterial_18() { return &___sunShaftsMaterial_18; } inline void set_sunShaftsMaterial_18(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___sunShaftsMaterial_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___sunShaftsMaterial_18), (void*)value); } inline static int32_t get_offset_of_simpleClearShader_19() { return static_cast(offsetof(SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71, ___simpleClearShader_19)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_simpleClearShader_19() const { return ___simpleClearShader_19; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_simpleClearShader_19() { return &___simpleClearShader_19; } inline void set_simpleClearShader_19(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___simpleClearShader_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___simpleClearShader_19), (void*)value); } inline static int32_t get_offset_of_simpleClearMaterial_20() { return static_cast(offsetof(SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71, ___simpleClearMaterial_20)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_simpleClearMaterial_20() const { return ___simpleClearMaterial_20; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_simpleClearMaterial_20() { return &___simpleClearMaterial_20; } inline void set_simpleClearMaterial_20(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___simpleClearMaterial_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___simpleClearMaterial_20), (void*)value); } }; // UnityStandardAssets.Cameras.TargetFieldOfView struct TargetFieldOfView_t9A8A3F26B5D46B867160A539FB96BFC5923A0538 : public AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 { public: // System.Single UnityStandardAssets.Cameras.TargetFieldOfView::m_FovAdjustTime float ___m_FovAdjustTime_8; // System.Single UnityStandardAssets.Cameras.TargetFieldOfView::m_ZoomAmountMultiplier float ___m_ZoomAmountMultiplier_9; // System.Boolean UnityStandardAssets.Cameras.TargetFieldOfView::m_IncludeEffectsInSize bool ___m_IncludeEffectsInSize_10; // System.Single UnityStandardAssets.Cameras.TargetFieldOfView::m_BoundSize float ___m_BoundSize_11; // System.Single UnityStandardAssets.Cameras.TargetFieldOfView::m_FovAdjustVelocity float ___m_FovAdjustVelocity_12; // UnityEngine.Camera UnityStandardAssets.Cameras.TargetFieldOfView::m_Cam Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___m_Cam_13; // UnityEngine.Transform UnityStandardAssets.Cameras.TargetFieldOfView::m_LastTarget Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_LastTarget_14; public: inline static int32_t get_offset_of_m_FovAdjustTime_8() { return static_cast(offsetof(TargetFieldOfView_t9A8A3F26B5D46B867160A539FB96BFC5923A0538, ___m_FovAdjustTime_8)); } inline float get_m_FovAdjustTime_8() const { return ___m_FovAdjustTime_8; } inline float* get_address_of_m_FovAdjustTime_8() { return &___m_FovAdjustTime_8; } inline void set_m_FovAdjustTime_8(float value) { ___m_FovAdjustTime_8 = value; } inline static int32_t get_offset_of_m_ZoomAmountMultiplier_9() { return static_cast(offsetof(TargetFieldOfView_t9A8A3F26B5D46B867160A539FB96BFC5923A0538, ___m_ZoomAmountMultiplier_9)); } inline float get_m_ZoomAmountMultiplier_9() const { return ___m_ZoomAmountMultiplier_9; } inline float* get_address_of_m_ZoomAmountMultiplier_9() { return &___m_ZoomAmountMultiplier_9; } inline void set_m_ZoomAmountMultiplier_9(float value) { ___m_ZoomAmountMultiplier_9 = value; } inline static int32_t get_offset_of_m_IncludeEffectsInSize_10() { return static_cast(offsetof(TargetFieldOfView_t9A8A3F26B5D46B867160A539FB96BFC5923A0538, ___m_IncludeEffectsInSize_10)); } inline bool get_m_IncludeEffectsInSize_10() const { return ___m_IncludeEffectsInSize_10; } inline bool* get_address_of_m_IncludeEffectsInSize_10() { return &___m_IncludeEffectsInSize_10; } inline void set_m_IncludeEffectsInSize_10(bool value) { ___m_IncludeEffectsInSize_10 = value; } inline static int32_t get_offset_of_m_BoundSize_11() { return static_cast(offsetof(TargetFieldOfView_t9A8A3F26B5D46B867160A539FB96BFC5923A0538, ___m_BoundSize_11)); } inline float get_m_BoundSize_11() const { return ___m_BoundSize_11; } inline float* get_address_of_m_BoundSize_11() { return &___m_BoundSize_11; } inline void set_m_BoundSize_11(float value) { ___m_BoundSize_11 = value; } inline static int32_t get_offset_of_m_FovAdjustVelocity_12() { return static_cast(offsetof(TargetFieldOfView_t9A8A3F26B5D46B867160A539FB96BFC5923A0538, ___m_FovAdjustVelocity_12)); } inline float get_m_FovAdjustVelocity_12() const { return ___m_FovAdjustVelocity_12; } inline float* get_address_of_m_FovAdjustVelocity_12() { return &___m_FovAdjustVelocity_12; } inline void set_m_FovAdjustVelocity_12(float value) { ___m_FovAdjustVelocity_12 = value; } inline static int32_t get_offset_of_m_Cam_13() { return static_cast(offsetof(TargetFieldOfView_t9A8A3F26B5D46B867160A539FB96BFC5923A0538, ___m_Cam_13)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_m_Cam_13() const { return ___m_Cam_13; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_m_Cam_13() { return &___m_Cam_13; } inline void set_m_Cam_13(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___m_Cam_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Cam_13), (void*)value); } inline static int32_t get_offset_of_m_LastTarget_14() { return static_cast(offsetof(TargetFieldOfView_t9A8A3F26B5D46B867160A539FB96BFC5923A0538, ___m_LastTarget_14)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_LastTarget_14() const { return ___m_LastTarget_14; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_LastTarget_14() { return &___m_LastTarget_14; } inline void set_m_LastTarget_14(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_LastTarget_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LastTarget_14), (void*)value); } }; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::m_OnClick ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * ___m_OnClick_20; public: inline static int32_t get_offset_of_m_OnClick_20() { return static_cast(offsetof(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D, ___m_OnClick_20)); } inline ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * get_m_OnClick_20() const { return ___m_OnClick_20; } inline ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F ** get_address_of_m_OnClick_20() { return &___m_OnClick_20; } inline void set_m_OnClick_20(ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * value) { ___m_OnClick_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnClick_20), (void*)value); } }; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.TouchScreenKeyboard UnityEngine.UI.InputField::m_Keyboard TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * ___m_Keyboard_20; // UnityEngine.UI.Text UnityEngine.UI.InputField::m_TextComponent Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___m_TextComponent_22; // UnityEngine.UI.Graphic UnityEngine.UI.InputField::m_Placeholder Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_Placeholder_23; // UnityEngine.UI.InputField/ContentType UnityEngine.UI.InputField::m_ContentType int32_t ___m_ContentType_24; // UnityEngine.UI.InputField/InputType UnityEngine.UI.InputField::m_InputType int32_t ___m_InputType_25; // System.Char UnityEngine.UI.InputField::m_AsteriskChar Il2CppChar ___m_AsteriskChar_26; // UnityEngine.TouchScreenKeyboardType UnityEngine.UI.InputField::m_KeyboardType int32_t ___m_KeyboardType_27; // UnityEngine.UI.InputField/LineType UnityEngine.UI.InputField::m_LineType int32_t ___m_LineType_28; // System.Boolean UnityEngine.UI.InputField::m_HideMobileInput bool ___m_HideMobileInput_29; // UnityEngine.UI.InputField/CharacterValidation UnityEngine.UI.InputField::m_CharacterValidation int32_t ___m_CharacterValidation_30; // System.Int32 UnityEngine.UI.InputField::m_CharacterLimit int32_t ___m_CharacterLimit_31; // UnityEngine.UI.InputField/EndEditEvent UnityEngine.UI.InputField::m_OnEndEdit EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * ___m_OnEndEdit_32; // UnityEngine.UI.InputField/SubmitEvent UnityEngine.UI.InputField::m_OnSubmit SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * ___m_OnSubmit_33; // UnityEngine.UI.InputField/OnChangeEvent UnityEngine.UI.InputField::m_OnValueChanged OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * ___m_OnValueChanged_34; // UnityEngine.UI.InputField/OnValidateInput UnityEngine.UI.InputField::m_OnValidateInput OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * ___m_OnValidateInput_35; // UnityEngine.Color UnityEngine.UI.InputField::m_CaretColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_CaretColor_36; // System.Boolean UnityEngine.UI.InputField::m_CustomCaretColor bool ___m_CustomCaretColor_37; // UnityEngine.Color UnityEngine.UI.InputField::m_SelectionColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectionColor_38; // System.String UnityEngine.UI.InputField::m_Text String_t* ___m_Text_39; // System.Single UnityEngine.UI.InputField::m_CaretBlinkRate float ___m_CaretBlinkRate_40; // System.Int32 UnityEngine.UI.InputField::m_CaretWidth int32_t ___m_CaretWidth_41; // System.Boolean UnityEngine.UI.InputField::m_ReadOnly bool ___m_ReadOnly_42; // System.Boolean UnityEngine.UI.InputField::m_ShouldActivateOnSelect bool ___m_ShouldActivateOnSelect_43; // System.Int32 UnityEngine.UI.InputField::m_CaretPosition int32_t ___m_CaretPosition_44; // System.Int32 UnityEngine.UI.InputField::m_CaretSelectPosition int32_t ___m_CaretSelectPosition_45; // UnityEngine.RectTransform UnityEngine.UI.InputField::caretRectTrans RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___caretRectTrans_46; // UnityEngine.UIVertex[] UnityEngine.UI.InputField::m_CursorVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_CursorVerts_47; // UnityEngine.TextGenerator UnityEngine.UI.InputField::m_InputTextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_InputTextCache_48; // UnityEngine.CanvasRenderer UnityEngine.UI.InputField::m_CachedInputRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CachedInputRenderer_49; // System.Boolean UnityEngine.UI.InputField::m_PreventFontCallback bool ___m_PreventFontCallback_50; // UnityEngine.Mesh UnityEngine.UI.InputField::m_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_Mesh_51; // System.Boolean UnityEngine.UI.InputField::m_AllowInput bool ___m_AllowInput_52; // System.Boolean UnityEngine.UI.InputField::m_ShouldActivateNextUpdate bool ___m_ShouldActivateNextUpdate_53; // System.Boolean UnityEngine.UI.InputField::m_UpdateDrag bool ___m_UpdateDrag_54; // System.Boolean UnityEngine.UI.InputField::m_DragPositionOutOfBounds bool ___m_DragPositionOutOfBounds_55; // System.Boolean UnityEngine.UI.InputField::m_CaretVisible bool ___m_CaretVisible_58; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_BlinkCoroutine Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___m_BlinkCoroutine_59; // System.Single UnityEngine.UI.InputField::m_BlinkStartTime float ___m_BlinkStartTime_60; // System.Int32 UnityEngine.UI.InputField::m_DrawStart int32_t ___m_DrawStart_61; // System.Int32 UnityEngine.UI.InputField::m_DrawEnd int32_t ___m_DrawEnd_62; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_DragCoroutine Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___m_DragCoroutine_63; // System.String UnityEngine.UI.InputField::m_OriginalText String_t* ___m_OriginalText_64; // System.Boolean UnityEngine.UI.InputField::m_WasCanceled bool ___m_WasCanceled_65; // System.Boolean UnityEngine.UI.InputField::m_HasDoneFocusTransition bool ___m_HasDoneFocusTransition_66; // UnityEngine.WaitForSecondsRealtime UnityEngine.UI.InputField::m_WaitForSecondsRealtime WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * ___m_WaitForSecondsRealtime_67; // System.Boolean UnityEngine.UI.InputField::m_TouchKeyboardAllowsInPlaceEditing bool ___m_TouchKeyboardAllowsInPlaceEditing_68; // UnityEngine.Event UnityEngine.UI.InputField::m_ProcessingEvent Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___m_ProcessingEvent_70; public: inline static int32_t get_offset_of_m_Keyboard_20() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Keyboard_20)); } inline TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * get_m_Keyboard_20() const { return ___m_Keyboard_20; } inline TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E ** get_address_of_m_Keyboard_20() { return &___m_Keyboard_20; } inline void set_m_Keyboard_20(TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * value) { ___m_Keyboard_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Keyboard_20), (void*)value); } inline static int32_t get_offset_of_m_TextComponent_22() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_TextComponent_22)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_m_TextComponent_22() const { return ___m_TextComponent_22; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_m_TextComponent_22() { return &___m_TextComponent_22; } inline void set_m_TextComponent_22(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___m_TextComponent_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextComponent_22), (void*)value); } inline static int32_t get_offset_of_m_Placeholder_23() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Placeholder_23)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_Placeholder_23() const { return ___m_Placeholder_23; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_Placeholder_23() { return &___m_Placeholder_23; } inline void set_m_Placeholder_23(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_Placeholder_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Placeholder_23), (void*)value); } inline static int32_t get_offset_of_m_ContentType_24() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ContentType_24)); } inline int32_t get_m_ContentType_24() const { return ___m_ContentType_24; } inline int32_t* get_address_of_m_ContentType_24() { return &___m_ContentType_24; } inline void set_m_ContentType_24(int32_t value) { ___m_ContentType_24 = value; } inline static int32_t get_offset_of_m_InputType_25() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_InputType_25)); } inline int32_t get_m_InputType_25() const { return ___m_InputType_25; } inline int32_t* get_address_of_m_InputType_25() { return &___m_InputType_25; } inline void set_m_InputType_25(int32_t value) { ___m_InputType_25 = value; } inline static int32_t get_offset_of_m_AsteriskChar_26() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_AsteriskChar_26)); } inline Il2CppChar get_m_AsteriskChar_26() const { return ___m_AsteriskChar_26; } inline Il2CppChar* get_address_of_m_AsteriskChar_26() { return &___m_AsteriskChar_26; } inline void set_m_AsteriskChar_26(Il2CppChar value) { ___m_AsteriskChar_26 = value; } inline static int32_t get_offset_of_m_KeyboardType_27() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_KeyboardType_27)); } inline int32_t get_m_KeyboardType_27() const { return ___m_KeyboardType_27; } inline int32_t* get_address_of_m_KeyboardType_27() { return &___m_KeyboardType_27; } inline void set_m_KeyboardType_27(int32_t value) { ___m_KeyboardType_27 = value; } inline static int32_t get_offset_of_m_LineType_28() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_LineType_28)); } inline int32_t get_m_LineType_28() const { return ___m_LineType_28; } inline int32_t* get_address_of_m_LineType_28() { return &___m_LineType_28; } inline void set_m_LineType_28(int32_t value) { ___m_LineType_28 = value; } inline static int32_t get_offset_of_m_HideMobileInput_29() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_HideMobileInput_29)); } inline bool get_m_HideMobileInput_29() const { return ___m_HideMobileInput_29; } inline bool* get_address_of_m_HideMobileInput_29() { return &___m_HideMobileInput_29; } inline void set_m_HideMobileInput_29(bool value) { ___m_HideMobileInput_29 = value; } inline static int32_t get_offset_of_m_CharacterValidation_30() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CharacterValidation_30)); } inline int32_t get_m_CharacterValidation_30() const { return ___m_CharacterValidation_30; } inline int32_t* get_address_of_m_CharacterValidation_30() { return &___m_CharacterValidation_30; } inline void set_m_CharacterValidation_30(int32_t value) { ___m_CharacterValidation_30 = value; } inline static int32_t get_offset_of_m_CharacterLimit_31() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CharacterLimit_31)); } inline int32_t get_m_CharacterLimit_31() const { return ___m_CharacterLimit_31; } inline int32_t* get_address_of_m_CharacterLimit_31() { return &___m_CharacterLimit_31; } inline void set_m_CharacterLimit_31(int32_t value) { ___m_CharacterLimit_31 = value; } inline static int32_t get_offset_of_m_OnEndEdit_32() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnEndEdit_32)); } inline EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * get_m_OnEndEdit_32() const { return ___m_OnEndEdit_32; } inline EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D ** get_address_of_m_OnEndEdit_32() { return &___m_OnEndEdit_32; } inline void set_m_OnEndEdit_32(EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * value) { ___m_OnEndEdit_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnEndEdit_32), (void*)value); } inline static int32_t get_offset_of_m_OnSubmit_33() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnSubmit_33)); } inline SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * get_m_OnSubmit_33() const { return ___m_OnSubmit_33; } inline SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 ** get_address_of_m_OnSubmit_33() { return &___m_OnSubmit_33; } inline void set_m_OnSubmit_33(SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * value) { ___m_OnSubmit_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnSubmit_33), (void*)value); } inline static int32_t get_offset_of_m_OnValueChanged_34() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnValueChanged_34)); } inline OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * get_m_OnValueChanged_34() const { return ___m_OnValueChanged_34; } inline OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 ** get_address_of_m_OnValueChanged_34() { return &___m_OnValueChanged_34; } inline void set_m_OnValueChanged_34(OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * value) { ___m_OnValueChanged_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_34), (void*)value); } inline static int32_t get_offset_of_m_OnValidateInput_35() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnValidateInput_35)); } inline OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * get_m_OnValidateInput_35() const { return ___m_OnValidateInput_35; } inline OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F ** get_address_of_m_OnValidateInput_35() { return &___m_OnValidateInput_35; } inline void set_m_OnValidateInput_35(OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * value) { ___m_OnValidateInput_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValidateInput_35), (void*)value); } inline static int32_t get_offset_of_m_CaretColor_36() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretColor_36)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_CaretColor_36() const { return ___m_CaretColor_36; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_CaretColor_36() { return &___m_CaretColor_36; } inline void set_m_CaretColor_36(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_CaretColor_36 = value; } inline static int32_t get_offset_of_m_CustomCaretColor_37() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CustomCaretColor_37)); } inline bool get_m_CustomCaretColor_37() const { return ___m_CustomCaretColor_37; } inline bool* get_address_of_m_CustomCaretColor_37() { return &___m_CustomCaretColor_37; } inline void set_m_CustomCaretColor_37(bool value) { ___m_CustomCaretColor_37 = value; } inline static int32_t get_offset_of_m_SelectionColor_38() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_SelectionColor_38)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectionColor_38() const { return ___m_SelectionColor_38; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectionColor_38() { return &___m_SelectionColor_38; } inline void set_m_SelectionColor_38(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectionColor_38 = value; } inline static int32_t get_offset_of_m_Text_39() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Text_39)); } inline String_t* get_m_Text_39() const { return ___m_Text_39; } inline String_t** get_address_of_m_Text_39() { return &___m_Text_39; } inline void set_m_Text_39(String_t* value) { ___m_Text_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_39), (void*)value); } inline static int32_t get_offset_of_m_CaretBlinkRate_40() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretBlinkRate_40)); } inline float get_m_CaretBlinkRate_40() const { return ___m_CaretBlinkRate_40; } inline float* get_address_of_m_CaretBlinkRate_40() { return &___m_CaretBlinkRate_40; } inline void set_m_CaretBlinkRate_40(float value) { ___m_CaretBlinkRate_40 = value; } inline static int32_t get_offset_of_m_CaretWidth_41() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretWidth_41)); } inline int32_t get_m_CaretWidth_41() const { return ___m_CaretWidth_41; } inline int32_t* get_address_of_m_CaretWidth_41() { return &___m_CaretWidth_41; } inline void set_m_CaretWidth_41(int32_t value) { ___m_CaretWidth_41 = value; } inline static int32_t get_offset_of_m_ReadOnly_42() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ReadOnly_42)); } inline bool get_m_ReadOnly_42() const { return ___m_ReadOnly_42; } inline bool* get_address_of_m_ReadOnly_42() { return &___m_ReadOnly_42; } inline void set_m_ReadOnly_42(bool value) { ___m_ReadOnly_42 = value; } inline static int32_t get_offset_of_m_ShouldActivateOnSelect_43() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ShouldActivateOnSelect_43)); } inline bool get_m_ShouldActivateOnSelect_43() const { return ___m_ShouldActivateOnSelect_43; } inline bool* get_address_of_m_ShouldActivateOnSelect_43() { return &___m_ShouldActivateOnSelect_43; } inline void set_m_ShouldActivateOnSelect_43(bool value) { ___m_ShouldActivateOnSelect_43 = value; } inline static int32_t get_offset_of_m_CaretPosition_44() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretPosition_44)); } inline int32_t get_m_CaretPosition_44() const { return ___m_CaretPosition_44; } inline int32_t* get_address_of_m_CaretPosition_44() { return &___m_CaretPosition_44; } inline void set_m_CaretPosition_44(int32_t value) { ___m_CaretPosition_44 = value; } inline static int32_t get_offset_of_m_CaretSelectPosition_45() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretSelectPosition_45)); } inline int32_t get_m_CaretSelectPosition_45() const { return ___m_CaretSelectPosition_45; } inline int32_t* get_address_of_m_CaretSelectPosition_45() { return &___m_CaretSelectPosition_45; } inline void set_m_CaretSelectPosition_45(int32_t value) { ___m_CaretSelectPosition_45 = value; } inline static int32_t get_offset_of_caretRectTrans_46() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___caretRectTrans_46)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_caretRectTrans_46() const { return ___caretRectTrans_46; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_caretRectTrans_46() { return &___caretRectTrans_46; } inline void set_caretRectTrans_46(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___caretRectTrans_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___caretRectTrans_46), (void*)value); } inline static int32_t get_offset_of_m_CursorVerts_47() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CursorVerts_47)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_CursorVerts_47() const { return ___m_CursorVerts_47; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_CursorVerts_47() { return &___m_CursorVerts_47; } inline void set_m_CursorVerts_47(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_CursorVerts_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CursorVerts_47), (void*)value); } inline static int32_t get_offset_of_m_InputTextCache_48() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_InputTextCache_48)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_InputTextCache_48() const { return ___m_InputTextCache_48; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_InputTextCache_48() { return &___m_InputTextCache_48; } inline void set_m_InputTextCache_48(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_InputTextCache_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InputTextCache_48), (void*)value); } inline static int32_t get_offset_of_m_CachedInputRenderer_49() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CachedInputRenderer_49)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CachedInputRenderer_49() const { return ___m_CachedInputRenderer_49; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CachedInputRenderer_49() { return &___m_CachedInputRenderer_49; } inline void set_m_CachedInputRenderer_49(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CachedInputRenderer_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedInputRenderer_49), (void*)value); } inline static int32_t get_offset_of_m_PreventFontCallback_50() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_PreventFontCallback_50)); } inline bool get_m_PreventFontCallback_50() const { return ___m_PreventFontCallback_50; } inline bool* get_address_of_m_PreventFontCallback_50() { return &___m_PreventFontCallback_50; } inline void set_m_PreventFontCallback_50(bool value) { ___m_PreventFontCallback_50 = value; } inline static int32_t get_offset_of_m_Mesh_51() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Mesh_51)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_Mesh_51() const { return ___m_Mesh_51; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_Mesh_51() { return &___m_Mesh_51; } inline void set_m_Mesh_51(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_Mesh_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Mesh_51), (void*)value); } inline static int32_t get_offset_of_m_AllowInput_52() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_AllowInput_52)); } inline bool get_m_AllowInput_52() const { return ___m_AllowInput_52; } inline bool* get_address_of_m_AllowInput_52() { return &___m_AllowInput_52; } inline void set_m_AllowInput_52(bool value) { ___m_AllowInput_52 = value; } inline static int32_t get_offset_of_m_ShouldActivateNextUpdate_53() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ShouldActivateNextUpdate_53)); } inline bool get_m_ShouldActivateNextUpdate_53() const { return ___m_ShouldActivateNextUpdate_53; } inline bool* get_address_of_m_ShouldActivateNextUpdate_53() { return &___m_ShouldActivateNextUpdate_53; } inline void set_m_ShouldActivateNextUpdate_53(bool value) { ___m_ShouldActivateNextUpdate_53 = value; } inline static int32_t get_offset_of_m_UpdateDrag_54() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_UpdateDrag_54)); } inline bool get_m_UpdateDrag_54() const { return ___m_UpdateDrag_54; } inline bool* get_address_of_m_UpdateDrag_54() { return &___m_UpdateDrag_54; } inline void set_m_UpdateDrag_54(bool value) { ___m_UpdateDrag_54 = value; } inline static int32_t get_offset_of_m_DragPositionOutOfBounds_55() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DragPositionOutOfBounds_55)); } inline bool get_m_DragPositionOutOfBounds_55() const { return ___m_DragPositionOutOfBounds_55; } inline bool* get_address_of_m_DragPositionOutOfBounds_55() { return &___m_DragPositionOutOfBounds_55; } inline void set_m_DragPositionOutOfBounds_55(bool value) { ___m_DragPositionOutOfBounds_55 = value; } inline static int32_t get_offset_of_m_CaretVisible_58() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretVisible_58)); } inline bool get_m_CaretVisible_58() const { return ___m_CaretVisible_58; } inline bool* get_address_of_m_CaretVisible_58() { return &___m_CaretVisible_58; } inline void set_m_CaretVisible_58(bool value) { ___m_CaretVisible_58 = value; } inline static int32_t get_offset_of_m_BlinkCoroutine_59() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_BlinkCoroutine_59)); } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * get_m_BlinkCoroutine_59() const { return ___m_BlinkCoroutine_59; } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 ** get_address_of_m_BlinkCoroutine_59() { return &___m_BlinkCoroutine_59; } inline void set_m_BlinkCoroutine_59(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * value) { ___m_BlinkCoroutine_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BlinkCoroutine_59), (void*)value); } inline static int32_t get_offset_of_m_BlinkStartTime_60() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_BlinkStartTime_60)); } inline float get_m_BlinkStartTime_60() const { return ___m_BlinkStartTime_60; } inline float* get_address_of_m_BlinkStartTime_60() { return &___m_BlinkStartTime_60; } inline void set_m_BlinkStartTime_60(float value) { ___m_BlinkStartTime_60 = value; } inline static int32_t get_offset_of_m_DrawStart_61() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DrawStart_61)); } inline int32_t get_m_DrawStart_61() const { return ___m_DrawStart_61; } inline int32_t* get_address_of_m_DrawStart_61() { return &___m_DrawStart_61; } inline void set_m_DrawStart_61(int32_t value) { ___m_DrawStart_61 = value; } inline static int32_t get_offset_of_m_DrawEnd_62() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DrawEnd_62)); } inline int32_t get_m_DrawEnd_62() const { return ___m_DrawEnd_62; } inline int32_t* get_address_of_m_DrawEnd_62() { return &___m_DrawEnd_62; } inline void set_m_DrawEnd_62(int32_t value) { ___m_DrawEnd_62 = value; } inline static int32_t get_offset_of_m_DragCoroutine_63() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DragCoroutine_63)); } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * get_m_DragCoroutine_63() const { return ___m_DragCoroutine_63; } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 ** get_address_of_m_DragCoroutine_63() { return &___m_DragCoroutine_63; } inline void set_m_DragCoroutine_63(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * value) { ___m_DragCoroutine_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DragCoroutine_63), (void*)value); } inline static int32_t get_offset_of_m_OriginalText_64() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OriginalText_64)); } inline String_t* get_m_OriginalText_64() const { return ___m_OriginalText_64; } inline String_t** get_address_of_m_OriginalText_64() { return &___m_OriginalText_64; } inline void set_m_OriginalText_64(String_t* value) { ___m_OriginalText_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OriginalText_64), (void*)value); } inline static int32_t get_offset_of_m_WasCanceled_65() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_WasCanceled_65)); } inline bool get_m_WasCanceled_65() const { return ___m_WasCanceled_65; } inline bool* get_address_of_m_WasCanceled_65() { return &___m_WasCanceled_65; } inline void set_m_WasCanceled_65(bool value) { ___m_WasCanceled_65 = value; } inline static int32_t get_offset_of_m_HasDoneFocusTransition_66() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_HasDoneFocusTransition_66)); } inline bool get_m_HasDoneFocusTransition_66() const { return ___m_HasDoneFocusTransition_66; } inline bool* get_address_of_m_HasDoneFocusTransition_66() { return &___m_HasDoneFocusTransition_66; } inline void set_m_HasDoneFocusTransition_66(bool value) { ___m_HasDoneFocusTransition_66 = value; } inline static int32_t get_offset_of_m_WaitForSecondsRealtime_67() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_WaitForSecondsRealtime_67)); } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * get_m_WaitForSecondsRealtime_67() const { return ___m_WaitForSecondsRealtime_67; } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 ** get_address_of_m_WaitForSecondsRealtime_67() { return &___m_WaitForSecondsRealtime_67; } inline void set_m_WaitForSecondsRealtime_67(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * value) { ___m_WaitForSecondsRealtime_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WaitForSecondsRealtime_67), (void*)value); } inline static int32_t get_offset_of_m_TouchKeyboardAllowsInPlaceEditing_68() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_TouchKeyboardAllowsInPlaceEditing_68)); } inline bool get_m_TouchKeyboardAllowsInPlaceEditing_68() const { return ___m_TouchKeyboardAllowsInPlaceEditing_68; } inline bool* get_address_of_m_TouchKeyboardAllowsInPlaceEditing_68() { return &___m_TouchKeyboardAllowsInPlaceEditing_68; } inline void set_m_TouchKeyboardAllowsInPlaceEditing_68(bool value) { ___m_TouchKeyboardAllowsInPlaceEditing_68 = value; } inline static int32_t get_offset_of_m_ProcessingEvent_70() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ProcessingEvent_70)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_m_ProcessingEvent_70() const { return ___m_ProcessingEvent_70; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_m_ProcessingEvent_70() { return &___m_ProcessingEvent_70; } inline void set_m_ProcessingEvent_70(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___m_ProcessingEvent_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ProcessingEvent_70), (void*)value); } }; struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_StaticFields { public: // System.Char[] UnityEngine.UI.InputField::kSeparators CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___kSeparators_21; public: inline static int32_t get_offset_of_kSeparators_21() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_StaticFields, ___kSeparators_21)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_kSeparators_21() const { return ___kSeparators_21; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_kSeparators_21() { return &___kSeparators_21; } inline void set_kSeparators_21(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___kSeparators_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___kSeparators_21), (void*)value); } }; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE : public Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_26; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_MaskMaterial_27; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * ___m_ParentMask_28; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_29; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic bool ___m_IsMaskingGraphic_30; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_31; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * ___m_OnCullStateChanged_32; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_33; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_34; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_Corners_35; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_26() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculateStencil_26)); } inline bool get_m_ShouldRecalculateStencil_26() const { return ___m_ShouldRecalculateStencil_26; } inline bool* get_address_of_m_ShouldRecalculateStencil_26() { return &___m_ShouldRecalculateStencil_26; } inline void set_m_ShouldRecalculateStencil_26(bool value) { ___m_ShouldRecalculateStencil_26 = value; } inline static int32_t get_offset_of_m_MaskMaterial_27() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_MaskMaterial_27)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_MaskMaterial_27() const { return ___m_MaskMaterial_27; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_MaskMaterial_27() { return &___m_MaskMaterial_27; } inline void set_m_MaskMaterial_27(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_MaskMaterial_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MaskMaterial_27), (void*)value); } inline static int32_t get_offset_of_m_ParentMask_28() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ParentMask_28)); } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * get_m_ParentMask_28() const { return ___m_ParentMask_28; } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 ** get_address_of_m_ParentMask_28() { return &___m_ParentMask_28; } inline void set_m_ParentMask_28(RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * value) { ___m_ParentMask_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParentMask_28), (void*)value); } inline static int32_t get_offset_of_m_Maskable_29() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Maskable_29)); } inline bool get_m_Maskable_29() const { return ___m_Maskable_29; } inline bool* get_address_of_m_Maskable_29() { return &___m_Maskable_29; } inline void set_m_Maskable_29(bool value) { ___m_Maskable_29 = value; } inline static int32_t get_offset_of_m_IsMaskingGraphic_30() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IsMaskingGraphic_30)); } inline bool get_m_IsMaskingGraphic_30() const { return ___m_IsMaskingGraphic_30; } inline bool* get_address_of_m_IsMaskingGraphic_30() { return &___m_IsMaskingGraphic_30; } inline void set_m_IsMaskingGraphic_30(bool value) { ___m_IsMaskingGraphic_30 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_31() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IncludeForMasking_31)); } inline bool get_m_IncludeForMasking_31() const { return ___m_IncludeForMasking_31; } inline bool* get_address_of_m_IncludeForMasking_31() { return &___m_IncludeForMasking_31; } inline void set_m_IncludeForMasking_31(bool value) { ___m_IncludeForMasking_31 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_32() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_OnCullStateChanged_32)); } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * get_m_OnCullStateChanged_32() const { return ___m_OnCullStateChanged_32; } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 ** get_address_of_m_OnCullStateChanged_32() { return &___m_OnCullStateChanged_32; } inline void set_m_OnCullStateChanged_32(CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * value) { ___m_OnCullStateChanged_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnCullStateChanged_32), (void*)value); } inline static int32_t get_offset_of_m_ShouldRecalculate_33() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculate_33)); } inline bool get_m_ShouldRecalculate_33() const { return ___m_ShouldRecalculate_33; } inline bool* get_address_of_m_ShouldRecalculate_33() { return &___m_ShouldRecalculate_33; } inline void set_m_ShouldRecalculate_33(bool value) { ___m_ShouldRecalculate_33 = value; } inline static int32_t get_offset_of_m_StencilValue_34() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_StencilValue_34)); } inline int32_t get_m_StencilValue_34() const { return ___m_StencilValue_34; } inline int32_t* get_address_of_m_StencilValue_34() { return &___m_StencilValue_34; } inline void set_m_StencilValue_34(int32_t value) { ___m_StencilValue_34 = value; } inline static int32_t get_offset_of_m_Corners_35() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Corners_35)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_Corners_35() const { return ___m_Corners_35; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_Corners_35() { return &___m_Corners_35; } inline void set_m_Corners_35(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_Corners_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_35), (void*)value); } }; // UnityEngine.UI.Slider struct Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.RectTransform UnityEngine.UI.Slider::m_FillRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_FillRect_20; // UnityEngine.RectTransform UnityEngine.UI.Slider::m_HandleRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_HandleRect_21; // UnityEngine.UI.Slider/Direction UnityEngine.UI.Slider::m_Direction int32_t ___m_Direction_22; // System.Single UnityEngine.UI.Slider::m_MinValue float ___m_MinValue_23; // System.Single UnityEngine.UI.Slider::m_MaxValue float ___m_MaxValue_24; // System.Boolean UnityEngine.UI.Slider::m_WholeNumbers bool ___m_WholeNumbers_25; // System.Single UnityEngine.UI.Slider::m_Value float ___m_Value_26; // UnityEngine.UI.Slider/SliderEvent UnityEngine.UI.Slider::m_OnValueChanged SliderEvent_t312D89AE02E00DD965D68D6F7F813BDF455FD780 * ___m_OnValueChanged_27; // UnityEngine.UI.Image UnityEngine.UI.Slider::m_FillImage Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___m_FillImage_28; // UnityEngine.Transform UnityEngine.UI.Slider::m_FillTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_FillTransform_29; // UnityEngine.RectTransform UnityEngine.UI.Slider::m_FillContainerRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_FillContainerRect_30; // UnityEngine.Transform UnityEngine.UI.Slider::m_HandleTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_HandleTransform_31; // UnityEngine.RectTransform UnityEngine.UI.Slider::m_HandleContainerRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_HandleContainerRect_32; // UnityEngine.Vector2 UnityEngine.UI.Slider::m_Offset Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Offset_33; // UnityEngine.DrivenRectTransformTracker UnityEngine.UI.Slider::m_Tracker DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 ___m_Tracker_34; // System.Boolean UnityEngine.UI.Slider::m_DelayedUpdateVisuals bool ___m_DelayedUpdateVisuals_35; public: inline static int32_t get_offset_of_m_FillRect_20() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_FillRect_20)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_FillRect_20() const { return ___m_FillRect_20; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_FillRect_20() { return &___m_FillRect_20; } inline void set_m_FillRect_20(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_FillRect_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FillRect_20), (void*)value); } inline static int32_t get_offset_of_m_HandleRect_21() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_HandleRect_21)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_HandleRect_21() const { return ___m_HandleRect_21; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_HandleRect_21() { return &___m_HandleRect_21; } inline void set_m_HandleRect_21(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_HandleRect_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HandleRect_21), (void*)value); } inline static int32_t get_offset_of_m_Direction_22() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_Direction_22)); } inline int32_t get_m_Direction_22() const { return ___m_Direction_22; } inline int32_t* get_address_of_m_Direction_22() { return &___m_Direction_22; } inline void set_m_Direction_22(int32_t value) { ___m_Direction_22 = value; } inline static int32_t get_offset_of_m_MinValue_23() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_MinValue_23)); } inline float get_m_MinValue_23() const { return ___m_MinValue_23; } inline float* get_address_of_m_MinValue_23() { return &___m_MinValue_23; } inline void set_m_MinValue_23(float value) { ___m_MinValue_23 = value; } inline static int32_t get_offset_of_m_MaxValue_24() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_MaxValue_24)); } inline float get_m_MaxValue_24() const { return ___m_MaxValue_24; } inline float* get_address_of_m_MaxValue_24() { return &___m_MaxValue_24; } inline void set_m_MaxValue_24(float value) { ___m_MaxValue_24 = value; } inline static int32_t get_offset_of_m_WholeNumbers_25() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_WholeNumbers_25)); } inline bool get_m_WholeNumbers_25() const { return ___m_WholeNumbers_25; } inline bool* get_address_of_m_WholeNumbers_25() { return &___m_WholeNumbers_25; } inline void set_m_WholeNumbers_25(bool value) { ___m_WholeNumbers_25 = value; } inline static int32_t get_offset_of_m_Value_26() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_Value_26)); } inline float get_m_Value_26() const { return ___m_Value_26; } inline float* get_address_of_m_Value_26() { return &___m_Value_26; } inline void set_m_Value_26(float value) { ___m_Value_26 = value; } inline static int32_t get_offset_of_m_OnValueChanged_27() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_OnValueChanged_27)); } inline SliderEvent_t312D89AE02E00DD965D68D6F7F813BDF455FD780 * get_m_OnValueChanged_27() const { return ___m_OnValueChanged_27; } inline SliderEvent_t312D89AE02E00DD965D68D6F7F813BDF455FD780 ** get_address_of_m_OnValueChanged_27() { return &___m_OnValueChanged_27; } inline void set_m_OnValueChanged_27(SliderEvent_t312D89AE02E00DD965D68D6F7F813BDF455FD780 * value) { ___m_OnValueChanged_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_27), (void*)value); } inline static int32_t get_offset_of_m_FillImage_28() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_FillImage_28)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_m_FillImage_28() const { return ___m_FillImage_28; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_m_FillImage_28() { return &___m_FillImage_28; } inline void set_m_FillImage_28(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___m_FillImage_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FillImage_28), (void*)value); } inline static int32_t get_offset_of_m_FillTransform_29() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_FillTransform_29)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_FillTransform_29() const { return ___m_FillTransform_29; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_FillTransform_29() { return &___m_FillTransform_29; } inline void set_m_FillTransform_29(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_FillTransform_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FillTransform_29), (void*)value); } inline static int32_t get_offset_of_m_FillContainerRect_30() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_FillContainerRect_30)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_FillContainerRect_30() const { return ___m_FillContainerRect_30; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_FillContainerRect_30() { return &___m_FillContainerRect_30; } inline void set_m_FillContainerRect_30(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_FillContainerRect_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FillContainerRect_30), (void*)value); } inline static int32_t get_offset_of_m_HandleTransform_31() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_HandleTransform_31)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_HandleTransform_31() const { return ___m_HandleTransform_31; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_HandleTransform_31() { return &___m_HandleTransform_31; } inline void set_m_HandleTransform_31(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_HandleTransform_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HandleTransform_31), (void*)value); } inline static int32_t get_offset_of_m_HandleContainerRect_32() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_HandleContainerRect_32)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_HandleContainerRect_32() const { return ___m_HandleContainerRect_32; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_HandleContainerRect_32() { return &___m_HandleContainerRect_32; } inline void set_m_HandleContainerRect_32(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_HandleContainerRect_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HandleContainerRect_32), (void*)value); } inline static int32_t get_offset_of_m_Offset_33() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_Offset_33)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Offset_33() const { return ___m_Offset_33; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Offset_33() { return &___m_Offset_33; } inline void set_m_Offset_33(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Offset_33 = value; } inline static int32_t get_offset_of_m_Tracker_34() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_Tracker_34)); } inline DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 get_m_Tracker_34() const { return ___m_Tracker_34; } inline DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 * get_address_of_m_Tracker_34() { return &___m_Tracker_34; } inline void set_m_Tracker_34(DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 value) { ___m_Tracker_34 = value; } inline static int32_t get_offset_of_m_DelayedUpdateVisuals_35() { return static_cast(offsetof(Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A, ___m_DelayedUpdateVisuals_35)); } inline bool get_m_DelayedUpdateVisuals_35() const { return ___m_DelayedUpdateVisuals_35; } inline bool* get_address_of_m_DelayedUpdateVisuals_35() { return &___m_DelayedUpdateVisuals_35; } inline void set_m_DelayedUpdateVisuals_35(bool value) { ___m_DelayedUpdateVisuals_35 = value; } }; // TextSpacing struct TextSpacing_tB30EF7E53B0BE8E8A468C3926AB58272D431DE08 : public BaseMeshEffect_tC7D44B0AC6406BAC3E4FC4579A43FC135BDB6FDA { public: // System.Single TextSpacing::_textSpacing float ____textSpacing_5; public: inline static int32_t get_offset_of__textSpacing_5() { return static_cast(offsetof(TextSpacing_tB30EF7E53B0BE8E8A468C3926AB58272D431DE08, ____textSpacing_5)); } inline float get__textSpacing_5() const { return ____textSpacing_5; } inline float* get_address_of__textSpacing_5() { return &____textSpacing_5; } inline void set__textSpacing_5(float value) { ____textSpacing_5 = value; } }; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * ___m_FontData_36; // System.String UnityEngine.UI.Text::m_Text String_t* ___m_Text_37; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCache_38; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCacheForLayout_39; // System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback bool ___m_DisableFontTextureRebuiltCallback_41; // UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_TempVerts_42; public: inline static int32_t get_offset_of_m_FontData_36() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_FontData_36)); } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * get_m_FontData_36() const { return ___m_FontData_36; } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 ** get_address_of_m_FontData_36() { return &___m_FontData_36; } inline void set_m_FontData_36(FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * value) { ___m_FontData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontData_36), (void*)value); } inline static int32_t get_offset_of_m_Text_37() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_Text_37)); } inline String_t* get_m_Text_37() const { return ___m_Text_37; } inline String_t** get_address_of_m_Text_37() { return &___m_Text_37; } inline void set_m_Text_37(String_t* value) { ___m_Text_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_37), (void*)value); } inline static int32_t get_offset_of_m_TextCache_38() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCache_38)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCache_38() const { return ___m_TextCache_38; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCache_38() { return &___m_TextCache_38; } inline void set_m_TextCache_38(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCache_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCache_38), (void*)value); } inline static int32_t get_offset_of_m_TextCacheForLayout_39() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCacheForLayout_39)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCacheForLayout_39() const { return ___m_TextCacheForLayout_39; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCacheForLayout_39() { return &___m_TextCacheForLayout_39; } inline void set_m_TextCacheForLayout_39(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCacheForLayout_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCacheForLayout_39), (void*)value); } inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_41() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_DisableFontTextureRebuiltCallback_41)); } inline bool get_m_DisableFontTextureRebuiltCallback_41() const { return ___m_DisableFontTextureRebuiltCallback_41; } inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_41() { return &___m_DisableFontTextureRebuiltCallback_41; } inline void set_m_DisableFontTextureRebuiltCallback_41(bool value) { ___m_DisableFontTextureRebuiltCallback_41 = value; } inline static int32_t get_offset_of_m_TempVerts_42() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TempVerts_42)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_TempVerts_42() const { return ___m_TempVerts_42; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_TempVerts_42() { return &___m_TempVerts_42; } inline void set_m_TempVerts_42(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_TempVerts_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TempVerts_42), (void*)value); } }; struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Text::s_DefaultText Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultText_40; public: inline static int32_t get_offset_of_s_DefaultText_40() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields, ___s_DefaultText_40)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultText_40() const { return ___s_DefaultText_40; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultText_40() { return &___s_DefaultText_40; } inline void set_s_DefaultText_40(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultText_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultText_40), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // 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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED : public RuntimeArray { public: ALIGN_FIELD (8) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * m_Items[1]; public: inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** 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, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE : public RuntimeArray { public: ALIGN_FIELD (8) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * m_Items[1]; public: inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** 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, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // 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.IO.Stream[] struct StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079 : public RuntimeArray { public: ALIGN_FIELD (8) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * m_Items[1]; public: inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** 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, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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.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.X509.AttributeX509[] struct AttributeX509U5BU5D_t03520AFDA84AE0AE15A98D3F2C5359A1A9C0C953 : public RuntimeArray { public: ALIGN_FIELD (8) AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA * m_Items[1]; public: inline AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA ** 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, AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_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, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_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, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.UInt32[][] struct UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68 : public RuntimeArray { public: ALIGN_FIELD (8) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* m_Items[1]; public: inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** 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, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.UInt32[][][] struct UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844 : public RuntimeArray { public: ALIGN_FIELD (8) UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* m_Items[1]; public: inline UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68** 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, UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Renderer[] struct RendererU5BU5D_tE2D3C4350893C593CA40DE876B9F2F0EBBEC49B7 : public RuntimeArray { public: ALIGN_FIELD (8) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * m_Items[1]; public: inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C ** 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, Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets[] struct TargetsU5BU5D_t16FF8146D99035436AD873959443B7735977E494 : public RuntimeArray { public: ALIGN_FIELD (8) Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * m_Items[1]; public: inline Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E ** 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, Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target[] struct TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E : public RuntimeArray { public: ALIGN_FIELD (8) Target_t4896FAB6B1821E26E8A2210204819086BB914727 * m_Items[1]; public: inline Target_t4896FAB6B1821E26E8A2210204819086BB914727 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Target_t4896FAB6B1821E26E8A2210204819086BB914727 ** 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, Target_t4896FAB6B1821E26E8A2210204819086BB914727 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Target_t4896FAB6B1821E26E8A2210204819086BB914727 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Target_t4896FAB6B1821E26E8A2210204819086BB914727 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Target_t4896FAB6B1821E26E8A2210204819086BB914727 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry[] struct CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77 : public RuntimeArray { public: ALIGN_FIELD (8) CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * m_Items[1]; public: inline CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 ** 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, CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Net.IPAddress[] struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB : public RuntimeArray { public: ALIGN_FIELD (8) IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * m_Items[1]; public: inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** 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, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // AnimationPlayer[] struct AnimationPlayerU5BU5D_t53EFB9C221F3C69105619719E5731B924896C0A6 : public RuntimeArray { public: ALIGN_FIELD (8) AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * m_Items[1]; public: inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** 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, AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.AnimationClip[] struct AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489 : public RuntimeArray { public: ALIGN_FIELD (8) AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * m_Items[1]; public: inline AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 ** 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, AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * 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); } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E m_Items[1]; public: inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { m_Items[index] = value; } }; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6 : public RuntimeArray { public: ALIGN_FIELD (8) Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 m_Items[1]; public: inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * 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, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { m_Items[index] = value; } }; // LanguageFontSize[] struct LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0 : public RuntimeArray { public: ALIGN_FIELD (8) LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 * m_Items[1]; public: inline LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 ** 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, LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // Line[] struct LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C : public RuntimeArray { public: ALIGN_FIELD (8) Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * m_Items[1]; public: inline Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A ** 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, Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316 : public RuntimeArray { public: ALIGN_FIELD (8) Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * m_Items[1]; public: inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** 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, Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Texture[] struct TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150 : public RuntimeArray { public: ALIGN_FIELD (8) Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * m_Items[1]; public: inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE ** 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, Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SignalRCore.CallbackDescriptor[] struct CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85 : public RuntimeArray { public: ALIGN_FIELD (8) CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 m_Items[1]; public: inline CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 * 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, CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___ParamTypes_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Callback_1), (void*)NULL); #endif } inline CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___ParamTypes_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Callback_1), (void*)NULL); #endif } }; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A : public RuntimeArray { public: ALIGN_FIELD (8) UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A m_Items[1]; public: inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A * 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, UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A value) { m_Items[index] = value; } }; // System.Void PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::remove_CollectionChanged(PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObservableDictionary_2_remove_CollectionChanged_m794129C4C465A9322FCD7907569A5F9DD92F9C65_gshared (ObservableDictionary_2_t32F81B352791732EBE31E149A0695F03190ACCE4 * __this, NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * ___value0, const RuntimeMethod* method); // System.Void PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::add_CollectionChanged(PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObservableDictionary_2_add_CollectionChanged_m2597E8EEC40F3CACE63AEC446EC20FC341294BAD_gshared (ObservableDictionary_2_t32F81B352791732EBE31E149A0695F03190ACCE4 * __this, NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * ___value0, const RuntimeMethod* method); // System.Int32 PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObservableDictionary_2_get_Count_m30F85906EB1AD673C0D9F1C892F7B45AC740B3A4_gshared (ObservableDictionary_2_t32F81B352791732EBE31E149A0695F03190ACCE4 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1> PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ObservableDictionary_2_GetEnumerator_m8923C5A21FE6C83DEB4C2405A29C50B278715BCB_gshared (ObservableDictionary_2_t32F81B352791732EBE31E149A0695F03190ACCE4 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_gshared (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, 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 System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m8AB1782B5E748ECE191CCB10889F6585DF354809_gshared (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * __this, CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 ___item0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 List_1_get_Item_m91F8EF1E8032847DEB15ECCC83303DFC6D10347D_gshared_inline (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m77C0A9F7A26F1DD49DB026B37646FC29940DD78D_gshared_inline (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m4C61C79333327BCCF74114C10CEF84358F23B899_gshared (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mAD40E66B9FFE05707D2E3BBBFB148B4C97E2A942_gshared (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Contains(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Contains_m5BC7F193BEE9F94E54713DEEF06BE5F8261EAC91_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponentInChildren_TisRuntimeObject_m2DC5105404F597613BDFC5C8C87CE9931ED3D000_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Component_GetComponentsInChildren_TisRuntimeObject_m254067D66B75073E897E989B5E670C194AFA7621_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __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); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Func`3::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m835B09DAA0CE411E6169309E1123C1AE953BCC79_gshared (Func_3_tED78E0AEA4BB92B98B5E454432C4D8D74C3EB014 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::On(System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_On_TisRuntimeObject_mAD8B5173F36C5ACFE41974D505CA0A01A53DDB78_gshared (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___methodName0, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___callback1, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::On(System.String,System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_On_TisRuntimeObject_TisRuntimeObject_m25FE29325027B5BF2F1B763DCC674D70F01B2873_gshared (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___methodName0, Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___callback1, const RuntimeMethod* method); // BestHTTP.Futures.IFuture`1 BestHTTP.SignalRCore.HubConnection::Invoke(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_Invoke_TisRuntimeObject_m9267BA2AEF652DEF478496580354C6885AEFBCEC_gshared (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void BestHTTP.Futures.FutureValueCallback`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureValueCallback_1__ctor_mB84CF5EB97894B8B8770931E0525C4A43442F3BA_gshared (FutureValueCallback_1_t32E4723A7DFAB696F9F0CCDAD23E267907BCC0A3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // BestHTTP.Futures.IFuture`1 BestHTTP.SignalRCore.HubConnection::Invoke(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_Invoke_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m0EC0FD28269C7B7C890084242C4BF64640E70E7A_gshared (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void BestHTTP.Futures.FutureValueCallback`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureValueCallback_1__ctor_m9DD146385F528455B6A39FB3D88A01A14532BC77_gshared (FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // BestHTTP.Futures.IFuture`1> BestHTTP.SignalRCore.HubConnection::Stream(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_Stream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBBDC683D323B02F843696ABBBB18A792BB32426D_gshared (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::CancelStream(BestHTTP.SignalRCore.StreamItemContainer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_CancelStream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m6232501BEC3E392FF2136BD46C59261D28FB0DEB_gshared (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * ___container0, const RuntimeMethod* method); // BestHTTP.Futures.IFuture`1> BestHTTP.SignalRCore.HubConnection::Stream(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_Stream_TisRuntimeObject_mBB7B85568A5182B3413F6829C28B39E4B1A0A523_gshared (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // T BestHTTP.SignalRCore.StreamItemContainer`1::get_LastAdded() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StreamItemContainer_1_get_LastAdded_mB9099C4B0F112FDC073EBB96744D9E88FF20A83F_gshared_inline (StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.SignalRCore.StreamItemContainer`1::get_Items() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * StreamItemContainer_1_get_Items_m562962FC7613ABD6E2ED96A18E8782DE3B961716_gshared_inline (StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_gshared_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method); // T BestHTTP.SignalRCore.StreamItemContainer`1::get_LastAdded() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * StreamItemContainer_1_get_LastAdded_m28E6EC82EC78F8EA690B6D772415E1127B396A7B_gshared_inline (StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.SignalRCore.StreamItemContainer`1::get_Items() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * StreamItemContainer_1_get_Items_m8EC0027A434C605B60A72B70693440394E77559F_gshared_inline (StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A HashSet_1_GetEnumerator_m6BF4958E6C8FB6D7E43F9275B1C01D9FFDA8FC8C_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mD87CDEF3F60C047F21B9E6A48590E59D9D6621C9_gshared (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m8A225BA705CC2D5BA0A22FF58381EA1FDB37ED20_gshared (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared (String_t* ___path0, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared (String_t* ___value0, 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.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m66CF20877114338DBA82AEDF855E0DF0CD2FE8EC_gshared (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mE3884E9A0B85F35318E1993493702C464FE0C2C6_gshared_inline (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A List_1_get_Item_m4EB9123B02630E1ED76AD6BD89C2A0752288FABF_gshared_inline (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m6DFB72B7C4479EAF50F318D875B4DE3256B7C495_gshared (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * __this, int32_t ___index0, UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A ___value1, const RuntimeMethod* method); // System.Single System.Math::Max(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Max_mEB87839DA28310AE4CB81A94D551874CFC2B1247 (float ___val10, float ___val21, const RuntimeMethod* method); // System.Single System.Math::Min(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Min_mED21323DC72FBF9A825FD4210D4B9D693CE87FCF (float ___val10, float ___val21, const RuntimeMethod* method); // System.Void PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyCollectionChangedEventHandler__ctor_mBD6378EE88C91C2D9A56317FC213D89DA551DE9B (NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::remove_CollectionChanged(PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler) inline void ObservableDictionary_2_remove_CollectionChanged_m058578989141A4A3F86F443F6C5557602E4FBA76 (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * __this, NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * ___value0, const RuntimeMethod* method) { (( void (*) (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 *, NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 *, const RuntimeMethod*))ObservableDictionary_2_remove_CollectionChanged_m794129C4C465A9322FCD7907569A5F9DD92F9C65_gshared)(__this, ___value0, method); } // System.Void PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::add_CollectionChanged(PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventHandler) inline void ObservableDictionary_2_add_CollectionChanged_m9D4C4F7C9A1147D3C99836C56CA23263536C8238 (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * __this, NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * ___value0, const RuntimeMethod* method) { (( void (*) (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 *, NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 *, const RuntimeMethod*))ObservableDictionary_2_add_CollectionChanged_m2597E8EEC40F3CACE63AEC446EC20FC341294BAD_gshared)(__this, ___value0, method); } // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketOptions::set_ConnectWith(BestHTTP.SocketIO.Transports.TransportTypes) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_ConnectWith_mD71CE48065AAC8A21804E0373089B91DBCE4C357_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketOptions::set_Reconnection(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_Reconnection_mD59AB8FAFD04AE1A0F68FDEDB5409561330F0114_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketOptions::set_ReconnectionAttempts(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_ReconnectionAttempts_m736093DF2431567305EECE35183D77E62284D695_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, int32_t ___value0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC (double ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketOptions::set_ReconnectionDelay(System.TimeSpan) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_ReconnectionDelay_m04540DD595241D350CB2D1458FCE2B8EAAB11105_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketOptions::set_ReconnectionDelayMax(System.TimeSpan) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_ReconnectionDelayMax_mE2B0F904A9FC8E3376AF6C9AAE13B00870291689_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketOptions::set_RandomizationFactor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketOptions_set_RandomizationFactor_mB0100CEECF5270A0CF4F34EDB4075D5CEC5B47F1 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, float ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketOptions::set_Timeout(System.TimeSpan) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_Timeout_mC58585C453FC61A1D580460BA9E58E97EED1CC0F_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketOptions::set_AutoConnect(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_AutoConnect_mDE2B2B59AA2E9D5DB579C0AE49B38992695ED984_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.SocketOptions::set_QueryParamsOnlyForHandshake(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_QueryParamsOnlyForHandshake_mCB0A8F0A3F46B420990CB48563F2113225630701_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, bool ___value0, const RuntimeMethod* method); // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 BestHTTP.SocketIO.SocketOptions::get_AdditionalQueryParams() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * SocketOptions_get_AdditionalQueryParams_m6EF327D9E065CD909D3969C7A075CFBEA3971121_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method); // System.Int32 PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::get_Count() inline int32_t ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342 (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 *, const RuntimeMethod*))ObservableDictionary_2_get_Count_m30F85906EB1AD673C0D9F1C892F7B45AC740B3A4_gshared)(__this, method); } // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1> PlatformSupport.Collections.ObjectModel.ObservableDictionary`2::GetEnumerator() inline RuntimeObject* ObservableDictionary_2_GetEnumerator_mF42BB0DD4B3666FE58F480E228BD01D4BB159F8C (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 *, const RuntimeMethod*))ObservableDictionary_2_GetEnumerator_m8923C5A21FE6C83DEB4C2405A29C50B278715BCB_gshared)(__this, method); } // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline String_t* KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_inline (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *, const RuntimeMethod*))KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline String_t* KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_inline (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline)(__this, method); } // System.Void UnityEngine.GameObject::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, String_t* ___name0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * GameObject_AddComponent_TisSocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_m94191E1443B691E75D34BF3872FAD9DD8A411908 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // System.Void JC.SocketIO.SocketIOClient::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_OnDestroy_m1AE10A7DF83CC0B29CE6FB0198E704B0D1AD24B6 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, const RuntimeMethod* method); // System.Void JC.SocketIO.SocketIOClient::connectServer(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_connectServer_mC31294A075EE070E5ACAF4A8E3EEA1C6950234EB (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, String_t* ___uri0, 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.Void SocketPlayer::RequestEnterRoom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer_RequestEnterRoom_mF1F8C6BF8DB33B0B79155F3C0471D5DF80EDBD8C (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, const RuntimeMethod* method); // PopupMgr PopupMgr::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D (const RuntimeMethod* method); // System.String TextAutoLanguage2::GetTextByCNKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E (String_t* ___textKey0, const RuntimeMethod* method); // System.Void PopupMgr::ShowBGTip(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMgr_ShowBGTip_m74440355C0490F1E9D7BF8C3CB99F2B9F3E2730A (PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void UnityEngine.SceneManagement.SceneManager::LoadScene(System.String,UnityEngine.SceneManagement.LoadSceneMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_LoadScene_m6B3C9B5DDE6CDE2A041D05C4F3BE4A3D3D745B70 (String_t* ___sceneName0, int32_t ___mode1, const RuntimeMethod* method); // System.Void JC.SocketIO.SocketIOClient::call(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient_call_m2D1D53874151A6FFF88B6555FD818C1E32F59134 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, String_t* ___func0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, 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.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.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m07EA9777DE2D5D66DA7DF8D49956E61347CA2BDC (List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void MatchPlayerInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchPlayerInfo__ctor_m50D54D4388756FB7D2A453544BA5AB3C6A9B7D5C (MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m751598A29C986329B30686557B303EEDF2BB6A7A (List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * __this, MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 *, MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) inline void Action_2_Invoke_m7D9715F8976E909BE1B3358CC91019917552F406 (Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * __this, String_t* ___arg10, String_t* ___arg21, const RuntimeMethod* method) { (( void (*) (Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 *, String_t*, String_t*, const RuntimeMethod*))Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_gshared)(__this, ___arg10, ___arg21, method); } // System.Void JC.SocketIO.SocketIOClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketIOClient__ctor_m05293CFC3FAC0EBB014434D52FC6CAE84621A401 (SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 * __this, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __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); // UnityEngine.Component UnityEngine.GameObject::GetComponent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * GameObject_GetComponent_mDF0C55D6EE63B6CA0DD45D627AD267004D6EC473 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, Type_t * ___type0, 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); // 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.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.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.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90 (const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method); // System.Void UnityEngine.Transform::Rotate(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_m027A155054DDC4206F679EFB86BE0960D45C33A7 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___eulers0, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844 (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); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters::get_N() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6GroupParameters_get_N_m9153EB69712651CAE44E49662590DD279D4D9BE7_inline (Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters::get_G() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6GroupParameters_get_G_m2FDB6D901F5D02584934026BB2179C2E0781EBA2_inline (Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::CalculateX(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[],System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_CalculateX_mC00025F2D60F6CB69979BEA340F16D59BCA530DA (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___identity3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ModPow(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___e0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::ValidatePublicValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_ValidatePublicValue_mCC2B61D8D514D5CBE5845997CBA602FBA9F34193 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___val1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::CalculateU(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_CalculateU_m2DE52FE5D408C757B947643365599375C6218791 (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___A2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___B3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::CalculateS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Client_CalculateS_mE5C0347A9095C5950EA719F78C3CB650D6D65443 (Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::GeneratePrivateValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_GeneratePrivateValue_m9AF8B8B6AE87522813280BDC2D24EF92A27D5CF2 (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g2, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random3, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::CalculateK(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_CalculateK_m5953856B9EF27F7282604C17AF01FAA9F19A0FFE (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___val0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Mod(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoException__ctor_m171657A510F8E4B07AB34C45B72AAADCFF91EB6E (CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::CalculateM1(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_CalculateM1_mE141DFFB8ADEBECCA1697F35DEAD1E9833326763 (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___A2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___B3, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___S4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::CalculateM2(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_CalculateM2_m98F32EF9193CD8B3C946AFF1F8BAD2441150657A (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___A2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___M13, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___S4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::CalculateKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_CalculateKey_mCBB1D73CABC3BE3674197448F7532E8EE2DADC9B (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___S2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::CalculateS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Server_CalculateS_mCB19A4B2A4036105DBCE51332F0EE4DDF59B890D (Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::Decode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1 (String_t* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sign0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups::FromHex(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6StandardGroups_FromHex_m2703BE187FC32A78909E0816CCF2788AFE67799E (String_t* ___hex0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6GroupParameters__ctor_m0A159C19C80638296C664C5F4603EEFF6ADA88C8 (Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups::FromNG(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * Srp6StandardGroups_FromNG_m323C144E6ED875EC2188BA34589008066B96C2A0 (String_t* ___hexN0, String_t* ___hexG1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::HashPaddedPair(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_HashPaddedPair_m470CA79DD852E61DD3E03E934DD8BDA38BADA996 (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n12, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n23, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_BitLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ShiftLeft(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___n0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.BigIntegers::CreateRandomInRange(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigIntegers_CreateRandomInRange_m97CB7CE0D042CD444A5E00FDF5664C42A4AD6C92 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___min0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___max1, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::HashPaddedTriplet(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_HashPaddedTriplet_mBC5724C2179300ED7C18AA6F1D87B781A471C722 (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n12, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n23, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n34, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::GetPadded(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Srp6Utilities_GetPadded_mA44A2E62B97FF737D1D19C172AD1FEF16C734B2E (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, int32_t ___length1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.BigIntegers::AsUnsignedByteArray(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BigIntegers_AsUnsignedByteArray_m55024B860EEC4A20B8D70FE08A8388130903C24C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, 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.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsCipherFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTlsCipherFactory__ctor_m5D638B780C1C0DA09BC8520DE03094C14FECBE79 (DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsSrpGroupVerifier::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTlsSrpGroupVerifier__ctor_m0D6FEC651EF700C70663FCDD18F39EAC14AAC371 (DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpGroupVerifier,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SrpTlsClient__ctor_m24C1ADAEE21EB9E67E98C547BB3F73DB5F08DA45 (SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B * __this, RuntimeObject* ___cipherFactory0, RuntimeObject* ___groupVerifier1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___identity2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient__ctor_m197F9DC93B926784C5F64748B23950FEF2A1C11C (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, RuntimeObject* ___cipherFactory0, 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.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::GetClientExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsClient_GetClientExtensions_mF53616B79DAD0C1D0003B93C76796C36734452B9 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsExtensionsUtilities::EnsureExtensionsInitialised(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsExtensionsUtilities_EnsureExtensionsInitialised_mA4EB7585E0F22B3517895F3930A3FAABB66F5963 (RuntimeObject* ___extensions0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpUtilities::AddSrpExtension(System.Collections.IDictionary,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsSrpUtilities_AddSrpExtension_m3F7FF9E5B5AA575F296662DC54D0B04C33B45CE7 (RuntimeObject* ___extensions0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___identity1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::HasExpectedEmptyExtensionData(System.Collections.IDictionary,System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsUtilities_HasExpectedEmptyExtensionData_m8696FC157600CFD36C8DD19ADFA6AD12B50828C6 (RuntimeObject* ___extensions0, int32_t ___extensionType1, uint8_t ___alertDescription2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::.ctor(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5 (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * __this, uint8_t ___alertDescription0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::ProcessServerExtensions(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient_ProcessServerExtensions_mA591968A47ABAE9FE3D28CB50FF77B401B172C0B (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, RuntimeObject* ___serverExtensions0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::GetKeyExchangeAlgorithm(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsUtilities_GetKeyExchangeAlgorithm_m417DDEA3285B4EEAFB7E3063573C1780AF489C2E (int32_t ___ciphersuite0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange::.ctor(System.Int32,System.Collections.IList,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpGroupVerifier,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsSrpKeyExchange__ctor_m0E6E10E8EC27A6588F3C1AB0031BCBA0236672A4 (TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076 * __this, int32_t ___keyExchange0, RuntimeObject* ___supportedSignatureAlgorithms1, RuntimeObject* ___groupVerifier2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___identity3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpIdentityManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SrpTlsServer__ctor_m37ECACCCB10DE466CF5772265E1199C3846E3B15 (SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95 * __this, RuntimeObject* ___cipherFactory0, RuntimeObject* ___srpIdentityManager1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsServer__ctor_m31AE20C8EAECA2EAC23DECF802904645B7EE3D17 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, RuntimeObject* ___cipherFactory0, 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.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::ProcessClientExtensions(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsServer_ProcessClientExtensions_mCB13675B6C9A6ACA57E849231984CDB30A82D27B (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, RuntimeObject* ___clientExtensions0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpUtilities::GetSrpExtension(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsSrpUtilities_GetSrpExtension_mF32BFC44A063498D67258BD8DACB1EB88CD7CCB1 (RuntimeObject* ___extensions0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::GetSelectedCipherSuite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AbstractTlsServer_GetSelectedCipherSuite_m841BCF4AF4377B89E0EA6560962AF139BE8DDD67 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpUtilities::IsSrpCipherSuite(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsSrpUtilities_IsSrpCipherSuite_mA27C627B09711B2CE0CB8A7A8923D8AB0DBE76FB (int32_t ___cipherSuite0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpKeyExchange::.ctor(System.Int32,System.Collections.IList,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsSrpKeyExchange__ctor_mCE1EC52EB5A41182314B629DFC665EE9FAFCD8FF (TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076 * __this, int32_t ___keyExchange0, RuntimeObject* ___supportedSignatureAlgorithms1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___identity2, TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 * ___loginParameters3, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::GetKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Fill(System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Arrays_Fill_m841D30B6E9F2CA374C9F6D5C3A690607C6E1BCFF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, uint8_t ___b1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::GenPad(System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ssl3Mac_GenPad_m38733BD2833960C8456889C601D57CC4743FEDB3 (uint8_t ___b0, int32_t ___count1, const RuntimeMethod* method); // System.Single UnityEngine.Input::GetAxis(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Input_GetAxis_m939297DEB2ECF8D8D09AD66EB69979AAD2B62326 (String_t* ___axisName0, const RuntimeMethod* method); // System.Single UnityEngine.Input::GetAxisRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Input_GetAxisRaw_mC07AC23FD8D04A69CDB07C6399C93FFFAEB0FC5B (String_t* ___axisName0, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetButton(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetButton_m95EE8314087068F3AA9CEF3C3F6A246D55C4734C (String_t* ___buttonName0, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetButtonDown(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetButtonDown_m2001112EBCA3D5C7B0344EF62C896667F7E67DDF (String_t* ___buttonName0, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetButtonUp(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetButtonUp_m15AA6B42BD0DDCC7802346E49F30653D750260DD (String_t* ___buttonName0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Input::get_mousePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Input_get_mousePosition_m79528BC2F30C57054641F709C855130AE586AC0E (const RuntimeMethod* method); // System.Void UnityStandardAssets.CrossPlatformInput.VirtualInput::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VirtualInput__ctor_m39FA60B6A3FB2A793B3825E6EE488A0262224DCB (VirtualInput_t33A955464CA1C49B600AC2DD27F3E27A94DDE69F * __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.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.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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetEncoded(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetEncoded_m69FE75E3896F45CCA30E05A89F30919CC5754CA1 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, String_t* ___encoding0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_SignValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::CompareTo(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardDsaEncoding__ctor_m716F949AB01B0C2B56F60860C1165AD77548D34F (StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * Component_GetComponentInChildren_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m00E16B3E961B585CB5C071AF073E99CED52F5EA9 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // System.Int32 UnityEngine.PlayerPrefs::GetInt(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlayerPrefs_GetInt_mDA4476C10FCFF55FC65816E5E519B0EAFCB2AC14 (String_t* ___key0, int32_t ___defaultValue1, const RuntimeMethod* method); // System.Void StatesBackDebug::RenderByVal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StatesBackDebug_RenderByVal_mFE64B14ABE99662D4D67DE1B45812F89829CF2EE (StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7 * __this, const RuntimeMethod* method); // System.String UnityEngine.UI.InputField::get_text() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C (String_t* ___s0, const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::SetInt(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_SetInt_m0C5C977E960B9CA8F9AB73AF4129C3DCABD067B6 (String_t* ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void UnityEngine.UI.InputField::set_text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, String_t* ___value0, const RuntimeMethod* method); // UnityEngine.UI.Graphic UnityEngine.UI.InputField::get_placeholder() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * InputField_get_placeholder_mFA1B993866F8CD89D76AA238D8CFF2D48AC3970B_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void BestHTTP.Decompression.Zlib.StaticTree::.ctor(System.Int16[],System.Int32[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StaticTree__ctor_mD5D3F8151DD0CC5ABA141DAB65C8F7635E182229 (StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___treeCodes0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___extraBits1, int32_t ___extraBase2, int32_t ___elems3, int32_t ___maxLength4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree::.ctor(System.Int16[],System.Int32[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StaticTree__ctor_m58265771A8D2BCD49E259A203BD5B583E85AA4B2 (StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___static_tree0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___extra_bits1, int32_t ___extra_base2, int32_t ___elems3, int32_t ___max_length4, 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); // 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * __this, String_t* ___message0, 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.Byte[] BestHTTP.Extensions.Extensions::GetASCIIBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Extensions_GetASCIIBytes_mD7511286A9AA72F2F58A54857ACA63548127CAE2 (String_t* ___str0, 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 System.IO.Stream::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_m117324084DDAD414761AD29FB17A419840BA6EA0 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::get_Logger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88 (const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mE92951EE4556BA8CC4009BD0D9FB75839B170BC2 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, 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.Void System.IO.IOException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::PipeAll(System.IO.Stream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Streams_PipeAll_m01C117835A14DD611F9FEE6745949E02AF081470 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr1, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::PipeAllLimited(System.IO.Stream,System.Int64,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Streams_PipeAllLimited_m37FC7D4BE678F0F0EF6DCAA92760BD58532A4FF4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, int64_t ___limit1, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::ReadFully(System.IO.Stream,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Streams_ReadFully_mC7CA0814C1B32981B343B42528D1A17060FF8E0A (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___off2, int32_t ___len3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.StreamOverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamOverflowException__ctor_m2E3250F34CEB503DA768998A2420299BE4EC82AD (StreamOverflowException_tB1D84D6C41548EF62AD83DF0D116352227D0AD3B * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor(System.Byte[],System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m0F85B577C8583B6CC3B129FFF739C983DF238474 (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, bool ___writable3, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m0297A5A45E62248BD758586475042968A2DCECE7 (uint8_t ___value0, 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.Byte System.Convert::ToByte(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m89B9D00AB06D6EA6D880E203547497B2E865783F (Il2CppChar ___value0, 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.Text.Encoding System.Text.Encoding::get_ASCII() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173 (const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectDirectoryAttributes__ctor_m9B8DC2351F9A6CDF343FCC2D328A2B92CFBF8A84 (SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, 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); // 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); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143 (const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeX509 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AttributeX509::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA * AttributeX509_GetInstance_m272981F027CB11EFB83AA0CF3BC8F835BCF3F6AF (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes::.ctor(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectDirectoryAttributes__ctor_m84392822CF8BEC904716A626D8B1DD49DCE1B3C9 (SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959 * __this, RuntimeObject* ___attributes0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8 (RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.EnumerableProxy::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumerableProxy__ctor_m3A29836DAA548DB5ADE9DF4D26EE061EF50B34F5 (EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 * __this, RuntimeObject* ___inner0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * SubjectKeyIdentifier_GetInstance_m0836D2757FE265387F79C0C200B3A6E46C8B40BA (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectKeyIdentifier__ctor_m35392D1494C701C7AB1C470C8FA2A788F4306F8C (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * __this, SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___spki0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectKeyIdentifier__ctor_mDFE33102E6B1F0EBAF186F191864E790FD044918 (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___keyID0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension::ConvertValueToObject(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extension) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * X509Extension_ConvertValueToObject_m7A8320756D4F6CCD63814B942091D67E78738486 (X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB * ___ext0, 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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::GetDigest(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SubjectKeyIdentifier_GetDigest_m34314D78D3690498DF85F382AF5AE4C4EBEAC7CF (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___spki0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2 (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectKeyIdentifier__ctor_m8D1BF954F0CB0F5D4D1D5AADF6C3B44F5DE08F00 (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyID0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648 (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::get_PublicKeyData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * SubjectPublicKeyInfo_get_PublicKeyData_mE74361F41A82225A09A9A4B95E37C6F5C337D7A4_inline (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Extension.X509ExtensionUtilities::FromExtensionValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * X509ExtensionUtilities_FromExtensionValue_mB3EF41D2786974D71033FD2A97181A5C5C75CAAD (Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___extensionValue0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.X509.SubjectPublicKeyInfoFactory::CreateSubjectPublicKeyInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * SubjectPublicKeyInfoFactory_CreateSubjectPublicKeyInfo_m05DEB0821C10550E622F69B5E83F1A285F4F857D (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicKey0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.Certificates.CertificateParsingException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateParsingException__ctor_m589FDDF39DC94212A0E6A7A445702928F6C0488B (CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Extension.SubjectKeyIdentifierStructure::FromPublicKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * SubjectKeyIdentifierStructure_FromPublicKey_mB03B50EF406BFB6254DB53547A05173BC2CAD5A5 (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___pubKey0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * SubjectPublicKeyInfo_GetInstance_mEACADACCC4E68515FAC8980FA87BB19716BC4471 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectPublicKeyInfo__ctor_m10D63C219817BF50F9197A036E8D0D132E1EA88A (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // 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); // 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964 (RuntimeObject * ___obj0, 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); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::get_IsPrivate() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AsymmetricKeyParameter_get_IsPrivate_m4A94334067C062D7991228DDB6CBFE57A5D8244B_inline (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ElGamalKeyParameters_get_Parameters_mCE4C3D4C8C4BAA830886D6C000C5A450B69E7C29_inline (ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::get_P() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalParameters_get_P_mA79BF30B25404781643C8BA50B1DAD8C76B67765_inline (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalParameters::get_G() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalParameters_get_G_mDFF45B690EE3358A09CC773AA1F9844FC1743DBF_inline (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Oiw.ElGamalParameter::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElGamalParameter__ctor_mF2C13BCAFD7762E738305E575AB8A9196ED9EDFD (ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608 (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___parameters1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters::get_Y() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalPublicKeyParameters_get_Y_mA905DC4C7160BC625BC2256F5F10E5719FB5117A_inline (ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectPublicKeyInfo__ctor_m423E6B2C03805B136830D047851C8EF2CD2CB978 (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___publicKey1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * DsaKeyParameters_get_Parameters_mC51CFA0D395F4AE1BF0CA32043A7C290408EDEE4_inline (DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::get_P() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_P_mA6C35D7CCBF79E522515CDB351B76961C2CD7A0C_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::get_Q() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_Q_mDDEA980729D10045F0EFFF72E018FBB6AEFEB433_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::get_G() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_G_m01D4CB03D0E50BE67CF67A1D8FA6394C35A106F9_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParameter__ctor_m6DC99DCCBE80EF54F400487821A2CA36AA0405E8 (DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::get_Y() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaPublicKeyParameters_get_Y_m5A3F46235738D1898CF1D43B545956F22EAE7AA2_inline (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHKeyParameters::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * DHKeyParameters_get_Parameters_m8326B9027BC20424443693EE35810E681E9F07C1_inline (DHKeyParameters_t6691EA3D1F8F4AC3FFD335951291147F81281626 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHKeyParameters::get_AlgorithmOid() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DHKeyParameters_get_AlgorithmOid_m8B91E99543755E64EA8D10758B6F1A95211D4940_inline (DHKeyParameters_t6691EA3D1F8F4AC3FFD335951291147F81281626 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::get_P() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DHParameters_get_P_m4F16EAF2B2AE1031176E637AF06F2877B9E1CC87_inline (DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::get_G() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DHParameters_get_G_mE648B11712FAA465A0FB35A53B99A32B71FBD10F_inline (DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHParameters::get_L() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DHParameters_get_L_m0C935690F1CAD67EBB3D87D3891B65B9230B34FA_inline (DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.DHParameter::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DHParameter__ctor_m41A152A0FFBBCDFCD3E04CC01679DE66F3D590E1 (DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, int32_t ___l2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::get_Modulus() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaKeyParameters_get_Modulus_m8C8BDA5DBD2FF688103C0B23BF5C7C320F31C41C_inline (RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters::get_Exponent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaKeyParameters_get_Exponent_m21F569575AA358CF9B770D3C7C4D26DF1AF76A62_inline (RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RsaPublicKeyStructure__ctor_m53CAF8C8659CB790F136FF6E6D01664A235864AD (RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___modulus0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___publicExponent1, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::get_AlgorithmName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ECKeyParameters_get_AlgorithmName_m0E30F5C6A272F2846DCC4892B8F0B87657C4BECA_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::get_PublicKeyParamSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ECKeyParameters_get_PublicKeyParamSet_m085E16FD3F9BD58804A4A818FBA05F9320C9C41B_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method); // System.Exception BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateNotImplementedException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Platform_CreateNotImplementedException_m354FC98BB8605016FF125C0BE509AB24921F6ED2 (String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters::get_Q() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.SubjectPublicKeyInfoFactory::ExtractBytes(System.Byte[],System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectPublicKeyInfoFactory_ExtractBytes_m40EC8B36A2633F9606BACA16745549A547DC4533 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encKey0, int32_t ___offset1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___bI2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.CryptoPro.Gost3410PublicKeyAlgParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gost3410PublicKeyAlgParameters__ctor_m424AA908583F5E5930706A2B551E1185122A4188 (Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___publicKeyParamSet0, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___digestParamSet1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECKeyParameters::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_Curve() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_G() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_N() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::get_H() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDomainParameters_get_H_m63EEBE8D9957F9B7487AC767891F317A488E3014_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ECDomainParameters::GetSeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ECDomainParameters_GetSeed_m464A13BB6E731A7A4FE4B878C36BC4FA8FE4D580 (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X9ECParameters__ctor_mA737D6CBEE1E58B420EECB33C2649E948857F032 (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___h3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962Parameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X962Parameters__ctor_m4DE8ED618D8BB420CC848D7F675C755BDD081EC6 (X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * __this, X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * ___ecParameters0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X962Parameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X962Parameters__ctor_mD3B89752B5D32419E3A3AB6DB54D79358BE4C96B (X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___namedCurve0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectPublicKeyInfo__ctor_mCF35D42388B4DE0226FF173A389D90F16281E32C (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___publicKey1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters::get_PublicKeyParamSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * Gost3410KeyParameters_get_PublicKeyParamSet_m2621754F65DE7FF0C569E875D2B986816E1A8389_inline (Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Gost3410PublicKeyParameters::get_Y() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Gost3410PublicKeyParameters_get_Y_m016885377B84AC2716A0E80A420E07ACEDFF1C85_inline (Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ToByteArrayUnsigned() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BigInteger_ToByteArrayUnsigned_mA50192424BCADACC368E6DC187BF5C8E9DB1DE27 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AlgorithmIdentifier__ctor_mA45787B3AB8C719957BA61423CD3FA852BFB5AE3 (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___algorithm0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X448PublicKeyParameters_GetEncoded_m9793C16BB141131573BC80A5637518FEF62BA8AC (X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X25519PublicKeyParameters_GetEncoded_m08F70074BDCE2A52D6451FF88CB122C0931843EC (X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed448PublicKeyParameters_GetEncoded_m67E9AC353982D794508093A939F4B2FCE6865E5A (Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ed25519PublicKeyParameters_GetEncoded_m4E48B99F7DA2DAE1CD8365EFB701B92C342A7D37 (Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * __this, 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.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.CallbackDescriptor::.ctor(System.Type[],System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackDescriptor__ctor_m6005B06FCCED982BB75D70864DFEB04F0B974454 (CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 * __this, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___paramTypes0, Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * ___callback1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m8AB1782B5E748ECE191CCB10889F6585DF354809 (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * __this, CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B *, CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 , const RuntimeMethod*))List_1_Add_m8AB1782B5E748ECE191CCB10889F6585DF354809_gshared)(__this, ___item0, method); } // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 List_1_get_Item_m91F8EF1E8032847DEB15ECCC83303DFC6D10347D_inline (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * __this, int32_t ___index0, const RuntimeMethod* method) { return (( CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 (*) (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B *, int32_t, const RuntimeMethod*))List_1_get_Item_m91F8EF1E8032847DEB15ECCC83303DFC6D10347D_gshared_inline)(__this, ___index0, method); } // System.Boolean System.Delegate::op_Equality(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_op_Equality_m7E0C89B9C571EA1CDFD6630CF7D49CC929ED6F41 (Delegate_t * ___d10, Delegate_t * ___d21, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m77C0A9F7A26F1DD49DB026B37646FC29940DD78D_inline (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B *, const RuntimeMethod*))List_1_get_Count_m77C0A9F7A26F1DD49DB026B37646FC29940DD78D_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_m4C61C79333327BCCF74114C10CEF84358F23B899 (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m4C61C79333327BCCF74114C10CEF84358F23B899_gshared)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mAD40E66B9FFE05707D2E3BBBFB148B4C97E2A942 (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B *, int32_t, const RuntimeMethod*))List_1__ctor_mAD40E66B9FFE05707D2E3BBBFB148B4C97E2A942_gshared)(__this, ___capacity0, method); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SubsequentMessage::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubsequentMessage__ctor_mD38256B2D6210D586D78018E8246DAE9623E38D9 (SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 * __this, int32_t ___value0, 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.PostEffectsBase::ReportAutoDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, 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); // !!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); // UnityEngine.Vector3 UnityEngine.Vector3::get_one() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_one_m9CDE5C456038B133ED94402673859EC37B1C1CCB (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); // 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 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); // 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); // UnityEngine.Vector4 UnityEngine.Color::op_Implicit(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Color_op_Implicit_mECB4D0C812888ADAEE478E633B2ECF8F8FDB96C5 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___c0, const RuntimeMethod* method); // System.Boolean UnityEngine.Camera::get_allowHDR() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_allowHDR_mD961A362F2C8BBA6FF0B316488FC566D64CB6222 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __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.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.GL::ClearWithSkybox(System.Boolean,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_ClearWithSkybox_m13E436C5D2509D68BB488AF21313BE238E756EB2 (bool ___clearDepth0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera1, 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); // 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.RenderTexture::ReleaseTemporary(UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4 (RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___temp0, const RuntimeMethod* method); // System.Void UnityStandardAssets.ImageEffects.PostEffectsBase::DrawBorder(UnityEngine.RenderTexture,UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostEffectsBase_DrawBorder_m0FA412FECC786A5623F734DBD9D1F7EE016BE7E2 (PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___dest0, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material1, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_mAD0781EB7470594CD4482DD64A0D739E4E539C3C (int32_t ___value0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Vector4::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Vector4_get_zero_m9E807FEBC8B638914DF4A0BA87C0BD95A19F5200 (const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_white() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E (const RuntimeMethod* method); // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * __this, float ___r0, float ___g1, float ___b2, 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.Void BestHTTP.SignalRCore.Messages.SupportedTransport::set_Name(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SupportedTransport_set_Name_mC36A6E0C2A542154BAC95F45C94015CBB33ADDEB_inline (SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.Messages.SupportedTransport::set_SupportedFormats(System.Collections.Generic.List`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SupportedTransport_set_SupportedFormats_m3C1076548BAF77896D2773BDD600B2C06ED61E5B_inline (SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB * __this, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___value0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, 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); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.String System.Single::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010 (float* __this, 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::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F (String_t* ___s0, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.GcmUtilities::AsUints(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* GcmUtilities_AsUints_mDB2924F2F8C8DB95ABA2420FD572057266EF2DBC (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::AreEqual(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_AreEqual_mAFC84F82DE9879266ACF58FFE180EABF869041B8 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___a0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___b1, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_m221C0FB793E427B85399C0A49997D54179CAE546 (int32_t ___capacity0, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.GcmUtilities::OneAsUints() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* GcmUtilities_OneAsUints_mD1624878D5420F8DA72C64E867C19C5DDA231AA2 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables1kGcmExponentiator::EnsureAvailable(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tables1kGcmExponentiator_EnsureAvailable_mC83005925C13D1355BA76494CA38A8E301C03E1D (Tables1kGcmExponentiator_t8BFE71CC6FA1FE576482066AF4F0353788BF8A5D * __this, int32_t ___bit0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.GcmUtilities::Multiply(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GcmUtilities_Multiply_m4CCDC601E6B874E4AE3B5189CE6F65702C8BF221 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.GcmUtilities::AsBytes(System.UInt32[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GcmUtilities_AsBytes_m666F4C6CFB3302B8C54FC11512C02FFB49C4A20E (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___z1, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Clone(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* Arrays_Clone_m72CCCC31315F63BCA247950CD4F6A3433F70DC49 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___data0, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.GcmUtilities::MultiplyP(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GcmUtilities_MultiplyP_m430BB3402D119C11C84392E60F8FBE64984C73B4 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.GcmUtilities::Xor(System.UInt32[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GcmUtilities_Xor_mEBB13D84BC7766BD4466E10A434D35E2277B9BDA (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___y1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.GcmUtilities::MultiplyP8(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GcmUtilities_MultiplyP8_mB114199E06BD1B068FC5E4007297774ADAAF1695 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt32_To_BE(System.UInt32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_UInt32_To_BE_mA32B0DCD9FAFC308C9EEBE1A3427FB9745481005 (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___ns0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Target__ctor_m90D69074CAF0F4A828643B80059BC55273F27222 (Target_t4896FAB6B1821E26E8A2210204819086BB914727 * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagObj0, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * GeneralName_GetInstance_mAA0712B2438660011F2C76A2306337005E5892DC (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagObj0, bool ___explicitly1, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::.ctor(System.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, bool ___explicitly0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::get_parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // ArmBow ArmBow::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864 (const RuntimeMethod* method); // UnityEngine.Vector3 TargetAnimal::get_hunterPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E TargetAnimal_get_hunterPosition_m50503B19B74394C66458B2D794CD29B9FAD8568B (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50 (const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::AngleAxis(System.Single,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398 (float ___angle0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___axis1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point1, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_forward(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_forward_mAE46B156F55F2F90AB495B17F7C20BF59A5D7D4D (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mF1D464BA700E6389AEA8AF2F197270F387D9A41F (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void TargetAnimal::GetTargetAnimalParts(UnityEngine.Transform,System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetAnimal_GetTargetAnimalParts_m6C16F63A08D3B1D90728B27A421EE20E5D60E37A (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transformBase0, List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ___outList1, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, int32_t ___index0, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m5023DFD162EDF7320CE8B2A2CF50C54B50BE1E62 (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 UnityEngine.Transform::get_childCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void TargetBody::SetDistance(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetBody_SetDistance_m7F76F16F5D339F26A72A1A7BCEAFB2970168C8FC (TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * __this, float ___value0, const RuntimeMethod* method); // TargetView TargetView::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * TargetView_get_ins_m46BFFE528F9DBBEB178082B66D0FFB5C9707D137 (const RuntimeMethod* method); // System.Boolean TargetView::IsOpen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TargetView_IsOpen_m15C036D67F207CFA8CF633D972EB84528C3C9632 (TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeSelf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // System.Void PointSignLastHit::Show(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointSignLastHit_Show_mCD67769F30E7FCD6BD25DD8A4BB3AEDFA0F20EB1 (PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, const RuntimeMethod* method); // System.Void Arrow::Hit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Arrow_Hit_mA3F0062DD2EA390E347370BF91B818767178724A (Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * __this, const RuntimeMethod* method); // UnityEngine.AudioSource AudioMgr::GetAudioSource(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * AudioMgr_GetAudioSource_m95F117594154AC0E3082545053633814AC03265F (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___target0, const RuntimeMethod* method); // System.Void AudioMgr::PlayHit(UnityEngine.AudioSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioMgr_PlayHit_m387D2892F993475AC2A6B604F7B0F944863E829F (AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * __this, AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___audioSource0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Contains(!0) inline bool HashSet_1_Contains_m325AC782AD0D5C636033D2AAB573ACF6229790BE (HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * __this, TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 *, TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D *, const RuntimeMethod*))HashSet_1_Contains_m5BC7F193BEE9F94E54713DEEF06BE5F8261EAC91_gshared)(__this, ___item0, method); } // UnityEngine.Transform UnityEngine.Transform::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, String_t* ___n0, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Distance(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // System.Single TargetBody::measureRadius(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TargetBody_measureRadius_mDFF83A629AAF1E4ED3F37A076A99948F1BCC97D5 (TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, 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.Double System.Math::Round(System.Double,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Round_m394EEE2C796B3A1578E65037E0D57B3D6F9B1C70 (double ___value0, int32_t ___digits1, const RuntimeMethod* method); // System.Single GameMgr::RealSizeToGameSize(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GameMgr_RealSizeToGameSize_mEDD6DB1726DBC5F5FC40997AF20B05A004590F91 (float ___realSize0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B (String_t* ___name0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponentInChildren() inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * GameObject_GetComponentInChildren_TisTargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_m3CA30EF3A8865AB6F622B07426DFE835233949DE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentInChildren_TisRuntimeObject_m2DC5105404F597613BDFC5C8C87CE9931ED3D000_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // BowCamera BowCamera::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547 (const RuntimeMethod* method); // UnityEngine.Camera BowCamera::GetRenderCamera() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * BowCamera_GetRenderCamera_mBD9C5D80D56B1D5657F7D75852D5E490F32EC611 (BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Canvas::set_worldCamera(UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_worldCamera_m799BE7D7EFD04E73CA30D6495DF4082CA7DBCAD0 (Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * __this, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Angle(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___from0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___to1, const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, bool ___value0, const RuntimeMethod* method); // UnityEngine.Rect UnityEngine.RectTransform::get_rect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Single TargetBody::GetDistance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TargetBody_GetDistance_mA604DF4CA8F8615FE5376505323F1C7585DF28CB_inline (TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A * Component_GetComponent_TisSlider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A_m62CA79A85A59521387448ECD1E83CF87BD3C9EE7 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.String System.Single::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7 (float* __this, String_t* ___format0, 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 UnityStandardAssets.Cameras.AbstractTargetFollower::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTargetFollower_Start_m7F61268C7065276D04619317D1B609C06C37C398 (AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.Cameras.TargetFieldOfView::MaxBoundsExtent(UnityEngine.Transform,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TargetFieldOfView_MaxBoundsExtent_mD5B03F520F5DDED1529DC43817C7159CEBA6A955 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___obj0, bool ___includeEffects1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Component_GetComponentInChildren_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m4A6F4D4DA173325202560896349A5992857330C7 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // System.Single UnityEngine.Vector3::get_magnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Single UnityEngine.Camera::get_fieldOfView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::SmoothDamp(System.Single,System.Single,System.Single&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_SmoothDamp_m0B29D964FCB8460976BBE6BF56CBFDDC98EB5652 (float ___current0, float ___target1, float* ___currentVelocity2, float ___smoothTime3, const RuntimeMethod* method); // System.Void UnityEngine.Camera::set_fieldOfView(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Cameras.AbstractTargetFollower::SetTarget(UnityEngine.Transform) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AbstractTargetFollower_SetTarget_mCB80D61FD43B809825CF5685694F069163835A80_inline (AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___newTransform0, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() inline RendererU5BU5D_tE2D3C4350893C593CA40DE876B9F2F0EBBEC49B7* Component_GetComponentsInChildren_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mC0EB59EF5FA0F7347ED3144D21E19A94C27A5E36 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( RendererU5BU5D_tE2D3C4350893C593CA40DE876B9F2F0EBBEC49B7* (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m254067D66B75073E897E989B5E670C194AFA7621_gshared)(__this, method); } // UnityEngine.Bounds UnityEngine.Renderer::get_bounds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 Renderer_get_bounds_m296EE301CAC35DE15E295646CAD7911794825097 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Bounds::Encapsulate(UnityEngine.Bounds) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bounds_Encapsulate_mA1D113F56C635E1ACD53FCCB1C6C2560A295533B (Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * __this, Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 ___bounds0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Bounds::get_extents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Bounds_get_extents_mA54D7497D65DCF21CA952FA754B9D1086305FF02 (Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Max(System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Max_mF4D4C83FF7655E1D027E2D445280E72000958E2C (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___values0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Cameras.AbstractTargetFollower::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTargetFollower__ctor_m9383202CC56D1418B9B62CDA9A85A00D4F7EB181 (AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInformation__ctor_mB0E4B7C8A76BB8A4C6ADE1CDE7A215DBD7D9F838 (TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___targets0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * Targets_GetInstance_m9E2268FEB2B679FA0A46F713F17D619D6D8F315F (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m8EB3146F62BFBDDB9A823CCEDA96A894B787E0F7 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Targets__ctor_mA144540EDF12554DE67A1501ACEDBD8C4E57F6D2 (Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * __this, TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E* ___targets0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInformation__ctor_m17F243EBBDAC8E69E787F393132831A910828C8A (TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 * __this, Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * ___targets0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * Component_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m5BE56E8D6055FC8F79D1718EA6993212C2D61651 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // System.Void TextAutoLanguage::SetText(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55 (TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * __this, int32_t ___textID0, const RuntimeMethod* method); // System.Void TargetView::RefreshButton() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetView_RefreshButton_m6B1C5C541D188AD634A1E2B712E810F3664FC6C4 (TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * GameObject_GetComponent_TisTargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_m5BDE818C47F18B79BFF9A496ACA9AC9B945CB545 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Targets__ctor_mAD7DA71D73B459B5BD0BE714997EA25B3CC904E5 (Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___targets0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Target_t4896FAB6B1821E26E8A2210204819086BB914727 * Target_GetInstance_m25E2BE25828398EF907F731AB331554258A6B55D (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * TbsCertificateList_GetInstance_m4E9BA251EB41CA89A04083C2E3DF9917ADFD8C96 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TbsCertificateList__ctor_m8551188F6FEA0BEFE771D62DF052F2444EEBB621 (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Time_tD684B1785E755395701D46F89A97609911CD6DDE * Time_GetInstance_mFD092DB36F04614FCCE9D69D3EC5A37F9CC0047E (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * X509Extensions_GetInstance_mAFB80D6E29432A50186EBE6C981933DBCE01D012 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_IntValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrlEntry__ctor_m228F9A0A5ECAD5110594708716CE2ECAA8732838 (CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList/RevokedCertificatesEnumeration::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RevokedCertificatesEnumeration__ctor_m507A46463B42053E983515E04826229B4150CE7A (RevokedCertificatesEnumeration_tA6F466974286C0FFEE945BB42AE71A168E24141B * __this, RuntimeObject* ___en0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * TbsCertificateStructure_GetInstance_mDEF4996E745E7C794E90280350E18664322DEF0F (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TbsCertificateStructure__ctor_mCFB14456353B5DF8A4810AE2F347A3C35FC3028E (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C * TbsRequest_GetInstance_mF9DDFEE894BE5D1A22A09AC0D132C91CF2EEF05E (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TbsRequest__ctor_m3ADC8C48EB8A56F14DA147D3D3BBD2C5CBD1F790 (TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * X509Extensions_GetInstance_m2A6E55A2B2E3F4B20A06A1E1DFABDCBCB5DEE11B (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline (const RuntimeMethod* method) { return (( Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___addressFamily0, int32_t ___socketType1, int32_t ___protocolType2, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Init(System.Net.Sockets.AddressFamily) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Init_m561CC01618197AFA49170029DB448A4BE7B10AC7 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, int32_t ___family0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromSeconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromSeconds_m4644EABECA69BC6C07AD649C5898A8E53F4FE7B0 (double ___value0, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_ConnectTimeout(System.TimeSpan) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TcpClient_set_ConnectTimeout_m41F287128EA5EA39017FA0F9289000886067DE7C_inline (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Connect(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_m4ABC3FC07D64BB549912D577B611A34398E1B7FE (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, String_t* ___hostname0, int32_t ___port1, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::get_Available() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_Available_mDAEF0D394D1130E69158CBE24A5687C772800E09 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_Connected() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Net.Sockets.Socket BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_Client() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * TcpClient_get_Client_mF042D03BD323C5D43FBF3FECDE90DF606B68C854_inline (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::Poll(System.Int32,System.Net.Sockets.SelectMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_Poll_m82012C326974DCA0B8C57A98E68C3E099D52BF7C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___microSeconds0, int32_t ___mode1, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_ExclusiveAddressUse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_ExclusiveAddressUse_m25C88FD1249506A1383016838D1E48DB11D26EE5 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::set_ExclusiveAddressUse(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_ExclusiveAddressUse_mBC7C7EF17DAFE59D002780B2CAC633E808BFDDCA (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_Client(System.Net.Sockets.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_Client_mBDE9D1CA87C31529A20511D1131D163538950D46 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___value0, const RuntimeMethod* method); // System.Object System.Net.Sockets.Socket::GetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___optionLevel0, int32_t ___optionName1, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m70B560E253C15BFC41B29E92391614D64DDE830A (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___optionLevel0, int32_t ___optionName1, RuntimeObject * ___optionValue2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___optionLevel0, int32_t ___optionName1, int32_t ___optionValue2, const RuntimeMethod* method); // System.TimeSpan BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_ConnectTimeout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TcpClient_get_ConnectTimeout_m49562A2F5AA9F3250DC88A662F7765DBD7854084_inline (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThan(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient/<>c__DisplayClass55_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0__ctor_mD6CA80F209D7E931B646FCF793B5994EA5B09CF7 (U3CU3Ec__DisplayClass55_0_t3E648E58D791612799A7EB0D2D108025673B524E * __this, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_mF80BD5B0955BDA8CD514F48EBFF48698E5D03850 (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * __this, bool ___initialState0, const RuntimeMethod* method); // System.Void System.AsyncCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCallback__ctor_m90AB9820D2F8B0B06E5E51AF3E9086415A122D05 (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.EndPoint,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m6B71DEA09A833155BBF391D25DC81C404FE5B3EF (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___remoteEP0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::EndConnect(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_EndConnect_mC014DB766DCF93646536008F55692BE9143797E6 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Disconnect(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Disconnect_m088E558DFF8B6640DE5D3F041504F15D0C1DB957 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, bool ___reuseSocket0, const RuntimeMethod* method); // System.Void System.TimeoutException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeoutException__ctor_m1A7B4D7C61A8090FA3BAFD65B583587567CDC5C3 (TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Connect(System.Net.EndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Connect_mA047E173F3E1082B396D018585E0B0B2D6E8E5A8 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___remoteEP0, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::CheckDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_CheckDisposed_mD3BF5221F3A21875A982A348D0212B2EB3BC513E (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method); // System.Void System.Net.IPEndPoint::.ctor(System.Net.IPAddress,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321 (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, int32_t ___port1, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Connect(System.Net.IPEndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_m85EDA03D6A30266723D0CBCC18DC83D1BD940F1F (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___remoteEP0, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_LingerState(System.Net.Sockets.LingerOption) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_LingerState_mC434A19A1971DA2D4865B52BB81EA024BDA6986D (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_NoDelay(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_NoDelay_m24B30ED846F17BBC73CB3E98BBF742ABBD94D01B (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_ReceiveBufferSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ReceiveBufferSize_m71776AA46FF5BBCEE3508BA346BD9D1D1B36CAA6 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_ReceiveTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ReceiveTimeout_mC38DB4C314EDE5F29B9D3F9B2C7E2918E04930CD (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_SendBufferSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_SendBufferSize_m9BF8FF71490464C51C8530E4232B64976A3008E7 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_SendTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_SendTimeout_m8A424D84905E4FB5FA2BD35974BC5F92C013C4A1 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient/<>c__DisplayClass58_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass58_0__ctor_m2FC79DD6740E17CF857A0128596884EFBE3E4434 (U3CU3Ec__DisplayClass58_0_t1F06F2FE6B8AEEDB5965CBFD1EF2876C1812DF62 * __this, const RuntimeMethod* method); // System.IAsyncResult System.Net.Dns::BeginGetHostAddresses(System.String,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dns_BeginGetHostAddresses_mF3F4008C496455AEC35B3D2DEDA58406FA8F98A3 (String_t* ___hostNameOrAddress0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___requestCallback1, RuntimeObject * ___state2, const RuntimeMethod* method); // System.Net.IPAddress[] System.Net.Dns::EndGetHostAddresses(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* Dns_EndGetHostAddresses_mEAF1498417D0C8AF5C21A09D02B126DCC474B931 (RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Connect(System.Net.IPAddress[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_m3E6095B771FDA0CCF161CDF3848CC5541AB0157D (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___ipAddresses0, int32_t ___port1, const RuntimeMethod* method); // System.Net.IPAddress[] System.Net.Dns::GetHostAddresses(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* Dns_GetHostAddresses_m8973842AF0FE11D76AC9D4FFE28908F1B974F164 (String_t* ___hostNameOrAddress0, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketException::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * __this, int32_t ___errorCode0, const RuntimeMethod* method); // System.Net.Sockets.AddressFamily System.Net.IPAddress::get_AddressFamily() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::SetOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_SetOptions_m2BA2EEA289BEA2D6BE10AF0E63EF1E43521F0E5C (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m0C098DE4E3F030FD9856E00F34199C28335641D5 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___optionLevel0, int32_t ___optionName1, bool ___optionValue2, 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.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.IPAddress,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m493E49645C9F1C78621633A8A4CAFD3E35EF6973 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, int32_t ___port1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.IPAddress[],System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m8000CE38F7C701D1B4F07B498C222E718BC5074B (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___addresses0, int32_t ___port1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.String,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_mA2E99418FD828F25F66A3D9DBF4BB20D64ADE133 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, String_t* ___host0, int32_t ___port1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream__ctor_mA1CC20301CE577D0D971E02452956141D21E2F48 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, bool ___ownsSocket1, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880 (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::setKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeaEngine_setKey_mCC19D2F39C4BCD2EBB4B59DEF5CDB6C5F61CF00D (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::DataLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::OutputLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::decryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TeaEngine_decryptBlock_mC996608A9AB0B2B034F9E98F1F0AA54D7828AC47 (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inBytes0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::encryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TeaEngine_encryptBlock_m96AB1FC4B07D61D8CA48CB032F984C2FA57E338A (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inBytes0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::BE_To_UInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt32_To_BE(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseInputStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputStream__ctor_m53BB379680B2299625C9A5927B0B54EFD03DF1D5 (BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::Dispose(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseInputStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputStream_Close_mDB813DF101E2258F2A8856B929EC68F053E6FF61 (BaseInputStream_tB56303BA48A64EA3DE264D9883FC620E1E2AD6A2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseOutputStream__ctor_m7802B08CCF6C19EE509CD8CD10D98142DC57C993 (BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseOutputStream_Close_m6AD1E0DDAC9F4CD3194D77A2B6D275A6A4053BE0 (BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D * __this, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::ToUpperInvariant(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158 (String_t* ___s0, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::DefineCurve(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60 (String_t* ___name0, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid1, X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___holder2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::GetOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * TeleTrusTNamedCurves_GetOid_m040CC90987BF5474C1C4E8BB43605DA007C6944F (String_t* ___name0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::GetByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * TeleTrusTNamedCurves_GetByOid_mA10C15ED55C965DBF6786E2D9C575564ED610895 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder::get_Parameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * X9ECParametersHolder_get_Parameters_mB00729430BDF213E3441EB5FB1562DCD11D65D6A (X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * __this, const RuntimeMethod* method); // System.String System.Int16::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m8CF4F76507EFEA86FE5984D7572DC66E44C20022 (int16_t* __this, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, String_t* ___identifier0, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_mF82889F37004581AC1CF4143BDB0E95BD0EC82CE (Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Collections.IEnumerator TestAnimation::PlayEach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestAnimation_PlayEach_m7A971F6DF4C34BEE8F7741FE4A8FFB71A41370CA (TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800 * __this, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719 (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, RuntimeObject* ___routine0, const RuntimeMethod* method); // System.Void TestAnimation/d__4::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPlayEachU3Ed__4__ctor_m7164B50A58C9A3FF542E8ECB4CD162917D52635E (U3CPlayEachU3Ed__4_tEA41F4CE240617EEE41797A2D578564349B51E5C * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * Component_GetComponent_TisAnimation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8_m14F3D755E1A9100FFDBB60373F6F3E81C16A2B33 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Int32 UnityEngine.Animation::GetClipCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Animation_GetClipCount_m7F02B7ADF7FC64A7BC1A9D35F9B95739D3682E08 (Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator UnityEngine.Animation::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Animation_GetEnumerator_m7F0049CCE49D9F5963AFB5552CDEAD51793891F7 (Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * __this, const RuntimeMethod* method); // System.String UnityEngine.AnimationState::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AnimationState_get_name_m0967781DD92AB4E35E17DD45136E46BAB3C57E9E (AnimationState_tDB7088046A65ABCEC66B45147693CA0AD803A3AD * __this, const RuntimeMethod* method); // UnityEngine.AnimationClip UnityEngine.Animation::GetClip(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * Animation_GetClip_m8D59FF4F59C2363DC4D3E087562A0DA606E161D5 (Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * __this, String_t* ___name0, const RuntimeMethod* method); // UnityEngine.AnimationClip[] TestAnimation::get_animationClips() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* TestAnimation_get_animationClips_mC9A44B7C79E879DBFD84992A76EE98DEADC1EBFF (TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_Now_mCAC695993D6E2C57B900C83BEF3F8B18BC4EBC2C (const RuntimeMethod* method); // System.String System.DateTime::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m242888E500DFD8CD675BDC455BC696AF47813954 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubOptions__ctor_m76D75A1D320643F28D6187889CDD532F65541A69 (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubOptions::set_SkipNegotiation(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HubOptions_set_SkipNegotiation_m15534B31829AAD35679D2A87987E2235E10842A5_inline (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.Encoders.LitJsonEncoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LitJsonEncoder__ctor_m2FC4F68BD8F4B18ACF90464DD0C56B286DCA3B52 (LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.JsonProtocol::.ctor(BestHTTP.SignalRCore.IEncoder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProtocol__ctor_m3704CA0FF00FEDBA16CE9315BF0BFE2B9A38C436 (JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4 * __this, RuntimeObject* ___encoder0, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::.ctor(System.Uri,BestHTTP.SignalRCore.IProtocol,BestHTTP.SignalRCore.HubOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection__ctor_m82216E480ACCEABB550D2CBEF91FD97D2A4D1236 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___hubUri0, RuntimeObject* ___protocol1, HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * ___options2, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0 (Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Void BestHTTP.SignalRCore.HubConnection::add_OnConnected(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_add_OnConnected_mE646C6A573754170FCA796FB416B927A6613D1AC (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * ___value0, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_m2AA53EB59C74F789510F81501EA61954ED2D4988 (Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared)(__this, ___object0, ___method1, method); } // System.Void BestHTTP.SignalRCore.HubConnection::add_OnError(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_add_OnError_mC6C99540F9E510A3D99131591CE2B3BBC6805936 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::add_OnClosed(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_add_OnClosed_mA579126F6DBE400FE478E11A42BF0B8C5774A3FA (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * ___value0, const RuntimeMethod* method); // System.Void System.Func`3::.ctor(System.Object,System.IntPtr) inline void Func_3__ctor_m85B18B3955CFC54FC628B64D661B48FD6AD54B64 (Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_3__ctor_m835B09DAA0CE411E6169309E1123C1AE953BCC79_gshared)(__this, ___object0, ___method1, method); } // System.Void BestHTTP.SignalRCore.HubConnection::add_OnMessage(System.Func`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_add_OnMessage_mD6937915D96F1E105916E9320163856AEE0CD810 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * ___value0, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m090CD607C7652B994D986F12CB18450A24FD8161 (Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Void BestHTTP.SignalRCore.HubConnection::On(System.String,System.Action`1) inline void HubConnection_On_TisString_t_m43F4E5F60E425890E4D970070165241F887F9A1B (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___methodName0, Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * ___callback1, const RuntimeMethod* method) { (( void (*) (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *, String_t*, Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 *, const RuntimeMethod*))HubConnection_On_TisRuntimeObject_mAD8B5173F36C5ACFE41974D505CA0A01A53DDB78_gshared)(__this, ___methodName0, ___callback1, method); } // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_mF085E12C28AD08D2BB7182301B207590FF97E9D7 (Action_1_t71327A2F3C31DF62529F8918E46B7BD749A2D6B9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t71327A2F3C31DF62529F8918E46B7BD749A2D6B9 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Void BestHTTP.SignalRCore.HubConnection::On(System.String,System.Action`1) inline void HubConnection_On_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_mD5457E5597EF61E2B7538D0236F8567977D8DC82 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___methodName0, Action_1_t71327A2F3C31DF62529F8918E46B7BD749A2D6B9 * ___callback1, const RuntimeMethod* method) { (( void (*) (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *, String_t*, Action_1_t71327A2F3C31DF62529F8918E46B7BD749A2D6B9 *, const RuntimeMethod*))HubConnection_On_TisRuntimeObject_mAD8B5173F36C5ACFE41974D505CA0A01A53DDB78_gshared)(__this, ___methodName0, ___callback1, method); } // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_mB660691EDA9AA1A2FBEDCCEB5949F84E54C545D8 (Action_2_t986392A54536D0441914C992D788BD4745B8D886 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_t986392A54536D0441914C992D788BD4745B8D886 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mE1761BE81335B68DA4E0F742344DA72F092A29C1_gshared)(__this, ___object0, ___method1, method); } // System.Void BestHTTP.SignalRCore.HubConnection::On(System.String,System.Action`2) inline void HubConnection_On_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m88587FB8539524A70C345265C2112CC1A44F70FD (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___methodName0, Action_2_t986392A54536D0441914C992D788BD4745B8D886 * ___callback1, const RuntimeMethod* method) { (( void (*) (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *, String_t*, Action_2_t986392A54536D0441914C992D788BD4745B8D886 *, const RuntimeMethod*))HubConnection_On_TisRuntimeObject_TisRuntimeObject_m25FE29325027B5BF2F1B763DCC674D70F01B2873_gshared)(__this, ___methodName0, ___callback1, method); } // System.Void BestHTTP.SignalRCore.HubConnection::StartConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_StartConnect_m19A1847CC52217F06FC24880711E3A3F4E5BEC14 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::StartClose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_StartClose_m240A8EC4903217BAE6093B546165CD8F43993682 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __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); // BestHTTP.Futures.IFuture`1 BestHTTP.SignalRCore.HubConnection::Send(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_Send_m66EF125505B553CD941232B726DFCCD37EA85131 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, 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); } // BestHTTP.Futures.IFuture`1 BestHTTP.SignalRCore.HubConnection::Invoke(System.String,System.Object[]) inline RuntimeObject* HubConnection_Invoke_TisString_t_mE228D641918394DFF41A33891449B8FB4FFD19B5 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *, String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))HubConnection_Invoke_TisRuntimeObject_m9267BA2AEF652DEF478496580354C6885AEFBCEC_gshared)(__this, ___target0, ___args1, method); } // System.Void BestHTTP.Futures.FutureValueCallback`1::.ctor(System.Object,System.IntPtr) inline void FutureValueCallback_1__ctor_m6B9EAC2B1193D4A4C39E36EB208FD725C71EC59A (FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96 *, RuntimeObject *, intptr_t, const RuntimeMethod*))FutureValueCallback_1__ctor_mB84CF5EB97894B8B8770931E0525C4A43442F3BA_gshared)(__this, ___object0, ___method1, method); } // BestHTTP.Futures.IFuture`1 BestHTTP.SignalRCore.HubConnection::Invoke(System.String,System.Object[]) inline RuntimeObject* HubConnection_Invoke_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m0EC0FD28269C7B7C890084242C4BF64640E70E7A (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *, String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))HubConnection_Invoke_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m0EC0FD28269C7B7C890084242C4BF64640E70E7A_gshared)(__this, ___target0, ___args1, method); } // System.Void BestHTTP.Futures.FutureValueCallback`1::.ctor(System.Object,System.IntPtr) inline void FutureValueCallback_1__ctor_m9DD146385F528455B6A39FB3D88A01A14532BC77 (FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F *, RuntimeObject *, intptr_t, const RuntimeMethod*))FutureValueCallback_1__ctor_m9DD146385F528455B6A39FB3D88A01A14532BC77_gshared)(__this, ___object0, ___method1, method); } // System.Void BestHTTP.Futures.FutureErrorCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FutureErrorCallback__ctor_m5119152801F94CDDA3BAC38076E7F1ED0126D677 (FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // BestHTTP.Futures.IFuture`1 BestHTTP.SignalRCore.HubConnection::Invoke(System.String,System.Object[]) inline RuntimeObject* HubConnection_Invoke_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m2F041039DEF651FC734A23A3B824C8785949D98D (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *, String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))HubConnection_Invoke_TisRuntimeObject_m9267BA2AEF652DEF478496580354C6885AEFBCEC_gshared)(__this, ___target0, ___args1, method); } // System.Void BestHTTP.Futures.FutureValueCallback`1::.ctor(System.Object,System.IntPtr) inline void FutureValueCallback_1__ctor_m56117FFAF320CBFE958E65143B7DEFA32CED9FD8 (FutureValueCallback_1_t2784CA2EA58B563BE5DE193E8F6D566A29997239 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (FutureValueCallback_1_t2784CA2EA58B563BE5DE193E8F6D566A29997239 *, RuntimeObject *, intptr_t, const RuntimeMethod*))FutureValueCallback_1__ctor_mB84CF5EB97894B8B8770931E0525C4A43442F3BA_gshared)(__this, ___object0, ___method1, method); } // BestHTTP.Futures.IFuture`1 BestHTTP.SignalRCore.HubConnection::Invoke(System.String,System.Object[]) inline RuntimeObject* HubConnection_Invoke_TisInt32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_m145621753428FEE7B7DA759A496CDFAAF41AA36C (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *, String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))HubConnection_Invoke_TisRuntimeObject_m9267BA2AEF652DEF478496580354C6885AEFBCEC_gshared)(__this, ___target0, ___args1, method); } // System.Void BestHTTP.Futures.FutureValueCallback`1::.ctor(System.Object,System.IntPtr) inline void FutureValueCallback_1__ctor_m9CCC143100B587B0F22682D46AECF87076A3F18E (FutureValueCallback_1_t3C9029228B65F876E4623B938A9F4979FA11B9CD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (FutureValueCallback_1_t3C9029228B65F876E4623B938A9F4979FA11B9CD *, RuntimeObject *, intptr_t, const RuntimeMethod*))FutureValueCallback_1__ctor_mB84CF5EB97894B8B8770931E0525C4A43442F3BA_gshared)(__this, ___object0, ___method1, method); } // BestHTTP.Futures.IFuture`1> BestHTTP.SignalRCore.HubConnection::Stream(System.String,System.Object[]) inline RuntimeObject* HubConnection_Stream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBBDC683D323B02F843696ABBBB18A792BB32426D (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *, String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))HubConnection_Stream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBBDC683D323B02F843696ABBBB18A792BB32426D_gshared)(__this, ___target0, ___args1, method); } // System.Void BestHTTP.Futures.FutureValueCallback`1>::.ctor(System.Object,System.IntPtr) inline void FutureValueCallback_1__ctor_mAAA01CC618DE15C38FF5AF147384AC7DFEAA2315 (FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 *, RuntimeObject *, intptr_t, const RuntimeMethod*))FutureValueCallback_1__ctor_mB84CF5EB97894B8B8770931E0525C4A43442F3BA_gshared)(__this, ___object0, ___method1, method); } // System.Void BestHTTP.SignalRCore.HubConnection::CancelStream(BestHTTP.SignalRCore.StreamItemContainer`1) inline void HubConnection_CancelStream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m6232501BEC3E392FF2136BD46C59261D28FB0DEB (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * ___container0, const RuntimeMethod* method) { (( void (*) (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *, StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D *, const RuntimeMethod*))HubConnection_CancelStream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m6232501BEC3E392FF2136BD46C59261D28FB0DEB_gshared)(__this, ___container0, method); } // BestHTTP.Futures.IFuture`1> BestHTTP.SignalRCore.HubConnection::Stream(System.String,System.Object[]) inline RuntimeObject* HubConnection_Stream_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m3677FA5E7546907290D76E214112DB24613B4B8A (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *, String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))HubConnection_Stream_TisRuntimeObject_mBB7B85568A5182B3413F6829C28B39E4B1A0A523_gshared)(__this, ___target0, ___args1, method); } // System.Void BestHTTP.Futures.FutureValueCallback`1>::.ctor(System.Object,System.IntPtr) inline void FutureValueCallback_1__ctor_m9A72F502C2876BB1387E69C02AF4595F03E1EDDD (FutureValueCallback_1_t49D386D8B15034B7B63364F898930F1991D1F1D2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (FutureValueCallback_1_t49D386D8B15034B7B63364F898930F1991D1F1D2 *, RuntimeObject *, intptr_t, const RuntimeMethod*))FutureValueCallback_1__ctor_mB84CF5EB97894B8B8770931E0525C4A43442F3BA_gshared)(__this, ___object0, ___method1, 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.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); // !!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); } // 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 UnityEngine.GUILayout::BeginVertical(UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_BeginVertical_mE0941591491BBDAA25FF7CD48415750FD08D10ED (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options0, const RuntimeMethod* 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::EndVertical() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndVertical_mBCF5058C9591A4064722C2B763EF98D066BFDCAD (const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndScrollView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndScrollView_m7A2EFB6B6DFC43302979FD6E2AF032C0D21BA163 (const RuntimeMethod* method); // T BestHTTP.SignalRCore.StreamItemContainer`1::get_LastAdded() inline int32_t StreamItemContainer_1_get_LastAdded_mB9099C4B0F112FDC073EBB96744D9E88FF20A83F_inline (StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * __this, const RuntimeMethod* method) { return (( int32_t (*) (StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D *, const RuntimeMethod*))StreamItemContainer_1_get_LastAdded_mB9099C4B0F112FDC073EBB96744D9E88FF20A83F_gshared_inline)(__this, method); } // System.Collections.Generic.List`1 BestHTTP.SignalRCore.StreamItemContainer`1::get_Items() inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * StreamItemContainer_1_get_Items_m562962FC7613ABD6E2ED96A18E8782DE3B961716_inline (StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * __this, const RuntimeMethod* method) { return (( List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * (*) (StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D *, const RuntimeMethod*))StreamItemContainer_1_get_Items_m562962FC7613ABD6E2ED96A18E8782DE3B961716_gshared_inline)(__this, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_gshared_inline)(__this, method); } // T BestHTTP.SignalRCore.StreamItemContainer`1::get_LastAdded() inline Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 * StreamItemContainer_1_get_LastAdded_m6A66910C0D9109AC4696F7A2B2F9832DECD6151C_inline (StreamItemContainer_1_t5E42BFEC576F02F004DC1399900BE8B9E664614B * __this, const RuntimeMethod* method) { return (( Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 * (*) (StreamItemContainer_1_t5E42BFEC576F02F004DC1399900BE8B9E664614B *, const RuntimeMethod*))StreamItemContainer_1_get_LastAdded_m28E6EC82EC78F8EA690B6D772415E1127B396A7B_gshared_inline)(__this, method); } // System.Collections.Generic.List`1 BestHTTP.SignalRCore.StreamItemContainer`1::get_Items() inline List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B * StreamItemContainer_1_get_Items_mA4141706835208CF441AF80F72A3FB979C17EA0A_inline (StreamItemContainer_1_t5E42BFEC576F02F004DC1399900BE8B9E664614B * __this, const RuntimeMethod* method) { return (( List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B * (*) (StreamItemContainer_1_t5E42BFEC576F02F004DC1399900BE8B9E664614B *, const RuntimeMethod*))StreamItemContainer_1_get_Items_m8EC0027A434C605B60A72B70693440394E77559F_gshared_inline)(__this, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m21FE3E14A31004E42D737073ACEC0C0D86B9FC69_inline (List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void UnityEngine.Application::set_runInBackground(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_set_runInBackground_m99DB210D9A5462D08D5FC122FAB971B640D9B636 (bool ___value0, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Object::FindObjectOfType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * Object_FindObjectOfType_m07215A5C789FC7C88754B64DFCF1313C55E2F6D2 (Type_t * ___type0, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle__ctor_mDA0E00D0017FC0B2FC333C5DD6E1EDBAE3BCB8E3 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_alignment(UnityEngine.TextAnchor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_alignment_mCF8FDA9DA149F528DCDC19680AEED46F25161D89 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.GUIStyleState UnityEngine.GUIStyle::get_normal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * GUIStyle_get_normal_mAD82F2E3C188C5B112B82807398D61B9998E9CDE (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyleState::set_textColor(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyleState_set_textColor_mB4B61B9CAC1D6B4694471A2BB1191B5F0D5D764A (GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_wordWrap(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_wordWrap_mB6D788509ADD7BBDEFFB4409E5719FF14DC9A684 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7 (RuntimeObject * ___message0, 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.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.Void System.Threading.ThreadStart::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStart__ctor_m360F4EED0AD96A27D6A9612BF79671F26B30411F (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Threading.Thread::.ctor(System.Threading.ThreadStart) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_mF22465F0D0E47C11EF25DB552D1047402750BE90 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * ___start0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Start() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Thread_Start_m490124B23F5EFD0BB2BED8CA12C77195B9CD9E1B (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Void System.Threading.Thread::Abort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Abort_m9D4D14BFB0F9CC71D026C83EBF3606A6ABE96AF4 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUI::Label(UnityEngine.Rect,System.String,UnityEngine.GUIStyle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Label_mE97FBC73519323E93EFF86E1F1C96E7F4B612850 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___position0, String_t* ___text1, GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___style2, 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.Void UnityEngine.SceneManagement.SceneManager::LoadScene(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_LoadScene_m7DAF30213E99396ECBDB1BD40CC34CCF36902092 (String_t* ___sceneName0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * List_1_get_Item_m38C091C1676A311B55BC80FB0432388175E3CE57_inline (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m03007A68ABBA4CCD8C27B944964983395E7640F9 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___target0, const RuntimeMethod* method); // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::get_onClick() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * Button_get_onClick_m28BD8C670676D4E2B292B5A7F59387D4BF61F8F4_inline (Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent::AddListener(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_AddListener_m0ACFF0706176ECCB20E0BC2542D07396616F436D (UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * __this, UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___call0, const RuntimeMethod* method); // System.Void TestVector::RenderByDebugging() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestVector_RenderByDebugging_mD5A8FBEC83777DD819E4F295F46A300885DA1A9D (TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * __this, const RuntimeMethod* method); // System.Collections.IEnumerator TestVector::AsyncCaptureExtraUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestVector_AsyncCaptureExtraUI_mB14FB88283F204FD7EB7BD5FC1684F3A7F02CDC2 (TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C List_1_GetEnumerator_mE03AF2D8F2C8E5E9CDE87E3C2A98F73611A1E206 (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, const RuntimeMethod* method) { return (( Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Enumerator_get_Current_m01FBAB4492E2373A539A13B5C0F1280BED350437_inline (Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C * __this, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mA730DA199110590A3F99D465C8805F952396270D (Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m9E872F325E834DCF602A1CE73A18CA3763247875 (Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Collections.IEnumerator TestVector::AsyncNoticeBluetoothHolder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestVector_AsyncNoticeBluetoothHolder_m524A98356AB695B631C77D610CE349EA08CE3618 (TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * __this, const RuntimeMethod* method); // System.Void TestVector/d__11::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncNoticeBluetoothHolderU3Ed__11__ctor_m185F62172B9487B9B6966552B48C03CF03710AB9 (U3CAsyncNoticeBluetoothHolderU3Ed__11_tF66E9849C5E249342B2354CC156D86E23DE61579 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void TestVector/d__12::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CAsyncCaptureExtraUIU3Ed__12__ctor_mFF35B396452DF1CB59CD74F101D61BC6F97D0027 (U3CAsyncCaptureExtraUIU3Ed__12_t48ED2E77150A61BFBFF1E00DD7D3DB44EB08215F * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void TextAutoLanguage::ChangeLanguage(LanguageEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage_ChangeLanguage_m24043ADD96716C89E11E6BB7F6E24933080350FD (int32_t ___languageEnum0, const RuntimeMethod* method); // System.Void LanguageEnglish::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LanguageEnglish__ctor_m59A77B32BF639CCC01ACFB6CF30263D15ECC1E66 (LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249 * __this, const RuntimeMethod* method); // System.Void LanguageDefault::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LanguageDefault__ctor_m0D0C27F099D2B5E96A7292CEE10EF4884F056BB6 (LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 * __this, const RuntimeMethod* method); // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() inline Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C HashSet_1_GetEnumerator_m986BE85E61C8987A2AC95643A79BCCDC2829AFAC (HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * __this, const RuntimeMethod* method) { return (( Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C (*) (HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 *, const RuntimeMethod*))HashSet_1_GetEnumerator_m6BF4958E6C8FB6D7E43F9275B1C01D9FFDA8FC8C_gshared)(__this, method); } // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() inline TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * Enumerator_get_Current_m78F6AF67863A25DA1C4D16842AA1067A7737CC9B_inline (Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C * __this, const RuntimeMethod* method) { return (( TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * (*) (Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C *, const RuntimeMethod*))Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline)(__this, method); } // System.Void TextAutoLanguage::ApplyText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage_ApplyText_mC9C18CACE518E1B67592C605932BABF9A21D111E (TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m872567D8F365E6DDCA1014F9546D506F4CE1BCDA (Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C *, const RuntimeMethod*))Enumerator_MoveNext_mD87CDEF3F60C047F21B9E6A48590E59D9D6621C9_gshared)(__this, method); } // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() inline void Enumerator_Dispose_mD57EF689E3F75695ADD96C41772C9DD03907F177 (Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C *, const RuntimeMethod*))Enumerator_Dispose_m8A225BA705CC2D5BA0A22FF58381EA1FDB37ED20_gshared)(__this, method); } // System.Void TextAutoLanguage::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage_Init_m64D60D6C71539627CE77F0AAA34C3976815C1267 (const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) inline bool HashSet_1_Add_mE463957B086AF1AB6622CC9428D8339D2DA3B288 (HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * __this, TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 *, TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 *, const RuntimeMethod*))HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) inline bool HashSet_1_Remove_mB533674B001E6675EBEBD8A2CF60EAC58A0C86C1 (HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * __this, TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 *, TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 *, const RuntimeMethod*))HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared)(__this, ___item0, method); } // System.Reflection.FieldInfo System.Type::GetField(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t * Type_GetField_m7E0197C80896690B5F5DBCCE44E3354FFDA13D2C (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Int32 UnityEngine.UI.Text::get_fontSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Text_get_fontSize_m63951F82E2028B2AAFCB4FEF0C4E6464370AE72A (Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.Text::set_fontSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text_set_fontSize_m0D32489043916BCE64E51E0BDFCC12AC1B829411 (Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.UI.LayoutRebuilder::ForceRebuildLayoutImmediate(UnityEngine.RectTransform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutRebuilder_ForceRebuildLayoutImmediate_mD06D080BA3FC8111AF814FA67ED8764F8CFECC2C (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___layoutRoot0, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() inline void HashSet_1__ctor_mC1C665659A6BF11F672E15542F6CCCC337F9862A (HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 *, const RuntimeMethod*))HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared)(__this, method); } // System.Void TextAutoLanguage2::ChangeLanguage(LanguageEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2_ChangeLanguage_mDDCD7BA3068900F92EA9C777CFE8B17ADD099C1C (int32_t ___languageEnum0, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) inline TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * Resources_Load_TisTextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234_m5313E11E04DEBB3C4FC6AA7A32FA37B13209055B (String_t* ___path0, const RuntimeMethod* method) { return (( TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared)(___path0, method); } // System.String UnityEngine.TextAsset::get_text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAsset_get_text_m89A756483BA3218E173F5D62A582070714BC1218 (TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject>(System.String) inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * JsonConvert_DeserializeObject_TisDictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_mA1E6FC7F4FF31B8713068259A7A633248A9EEE76 (String_t* ___value0, const RuntimeMethod* method) { return (( Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * (*) (String_t*, const RuntimeMethod*))JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared)(___value0, method); } // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() inline Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0 HashSet_1_GetEnumerator_mE061CBA4C491AFB840E5FAEA51C83439020D4728 (HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * __this, const RuntimeMethod* method) { return (( Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0 (*) (HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E *, const RuntimeMethod*))HashSet_1_GetEnumerator_m6BF4958E6C8FB6D7E43F9275B1C01D9FFDA8FC8C_gshared)(__this, method); } // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() inline TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * Enumerator_get_Current_m201D7E3B22D73AB59DFC5351747F97ED57E1CE0B_inline (Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0 * __this, const RuntimeMethod* method) { return (( TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * (*) (Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0 *, const RuntimeMethod*))Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline)(__this, method); } // System.Void TextAutoLanguage2::ApplyToText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2_ApplyToText_m5484F049FDFD917782ECEDCD02AA48CD9E8202F4 (TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m86C35BAA13E98A0FF25546DC36E2534E89ECD07A (Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0 *, const RuntimeMethod*))Enumerator_MoveNext_mD87CDEF3F60C047F21B9E6A48590E59D9D6621C9_gshared)(__this, method); } // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() inline void Enumerator_Dispose_mB4F55C1D54BD9D5C087B65B94F499750BE914E55 (Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0 *, const RuntimeMethod*))Enumerator_Dispose_m8A225BA705CC2D5BA0A22FF58381EA1FDB37ED20_gshared)(__this, method); } // System.Void TextAutoLanguage2::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2_Init_mC0EF46218A13AD143DDE4CAF80E792ACBA0029E5 (const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline String_t* Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( String_t* (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_gshared)(__this, ___key0, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mCBCCAD6E1A920367AE36BD7AC5B7135E61B5A5C9 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, String_t** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) inline bool HashSet_1_Add_m0792654DA8582F57893F51BABD78623553A1878F (HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * __this, TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E *, TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE *, const RuntimeMethod*))HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) inline bool HashSet_1_Remove_mF7515B988233B06F8DC809F438E670EECB201296 (HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * __this, TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E *, TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE *, const RuntimeMethod*))HashSet_1_Remove_mB2A3571B348E408BAC91D09A81DF97EAE11A1B02_gshared)(__this, ___item0, method); } // System.Void TextAutoLanguage2::SetTextKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2_SetTextKey_m49769AF96548F64A4286BBC488D59FA5806B4C34 (TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * __this, String_t* ___textKey0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m63B7A3DD58B51E33BADE634247B0CAD1CB254852 (Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * __this, Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 *, Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 *, const RuntimeMethod*))Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared)(__this, ___obj0, method); } // System.Void System.Collections.Generic.HashSet`1::.ctor() inline void HashSet_1__ctor_m6E0ED0FC25CB88ECA9E890AF156A22C737297B13 (HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E *, const RuntimeMethod*))HashSet_1__ctor_m2CDA40DEC2900A9CB00F8348FF386DF44ABD0EC7_gshared)(__this, method); } // System.Int32 UnityEngine.UI.VertexHelper::get_currentVertCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VertexHelper_get_currentVertCount_m4E9932F9BBCC9CB9636B3415A03454D6B7A92807 (VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m66CF20877114338DBA82AEDF855E0DF0CD2FE8EC (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * __this, const RuntimeMethod* method) { (( void (*) (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F *, const RuntimeMethod*))List_1__ctor_m66CF20877114338DBA82AEDF855E0DF0CD2FE8EC_gshared)(__this, method); } // System.Void UnityEngine.UI.VertexHelper::GetUIVertexStream(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper_GetUIVertexStream_mA3E62A7B45BFFFC73D72BC7B8BFAD5388F8578BA (VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * __this, List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * ___stream0, const RuntimeMethod* method); // System.Int32 UnityEngine.UI.VertexHelper::get_currentIndexCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VertexHelper_get_currentIndexCount_mBE8966E80B9260A6A8FF56FA7881E027E25702D8 (VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * __this, const RuntimeMethod* method); // System.Void Line::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Line__ctor_m0BAD3A028A3AF0BF17D078C808A8CE5AF9224288 (Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * __this, int32_t ___startVertexIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Int32 Line::get_EndVertexIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Line_get_EndVertexIndex_m47A3E2458C6D3FA68A2E880810F001E295E7EFC0_inline (Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6 (const RuntimeMethod* method); // System.Int32 Line::get_StartVertexIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Line_get_StartVertexIndex_mDD891E79DA0D900AF42E0F9A4E04633F7262722A_inline (Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mE3884E9A0B85F35318E1993493702C464FE0C2C6_inline (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F *, const RuntimeMethod*))List_1_get_Count_mE3884E9A0B85F35318E1993493702C464FE0C2C6_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A List_1_get_Item_m4EB9123B02630E1ED76AD6BD89C2A0752288FABF_inline (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * __this, int32_t ___index0, const RuntimeMethod* method) { return (( UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A (*) (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F *, int32_t, const RuntimeMethod*))List_1_get_Item_m4EB9123B02630E1ED76AD6BD89C2A0752288FABF_gshared_inline)(__this, ___index0, method); } // System.Boolean UnityEngine.Vector3::op_Equality(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) inline void List_1_set_Item_m6DFB72B7C4479EAF50F318D875B4DE3256B7C495 (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * __this, int32_t ___index0, UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A ___value1, const RuntimeMethod* method) { (( void (*) (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F *, int32_t, UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A , const RuntimeMethod*))List_1_set_Item_m6DFB72B7C4479EAF50F318D875B4DE3256B7C495_gshared)(__this, ___index0, ___value1, method); } // System.Void UnityEngine.UI.VertexHelper::SetUIVertex(UnityEngine.UIVertex,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper_SetUIVertex_mE6E1BF09DA31C90FA922B6F96123D7C363A71D7E (VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * __this, UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A ___vertex0, int32_t ___i1, const RuntimeMethod* method); // UnityEngine.TextAnchor UnityEngine.UI.Text::get_alignment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Text_get_alignment_m815A072002DEFDA14F8D523DE96403F3D70B2BBA (Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Division(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method); // System.Void UnityEngine.UI.BaseMeshEffect::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseMeshEffect__ctor_m7D21D47A3B87CB9B715FCEEE1B955E417FEEF01B (BaseMeshEffect_tC7D44B0AC6406BAC3E4FC4579A43FC135BDB6FDA * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPManager::set_MaxConnectionPerServer(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_set_MaxConnectionPerServer_mFF2EDBA22285481DB01A957DA6146B14F4DD3194 (uint8_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_m7D64AB4C55A01F2EE57483FD9EF826607DF9E4B4 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, int32_t ___width0, int32_t ___height1, const RuntimeMethod* method); // System.Void BestHTTP.OnRequestFinishedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRequestFinishedDelegate__ctor_m2379F5429ED6B8FB42D7D7D8C3FADE30932BD9FA (OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::.ctor(System.Uri,BestHTTP.OnRequestFinishedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__ctor_m4F7F6CEC0DFC147AA0BBB24686E845E47324FBF7 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___callback1, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_Tag(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Tag_m7434A03462EDFFA9E1150CE466E56B2D57EACE6D_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // BestHTTP.HTTPRequest BestHTTP.HTTPRequest::Send() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * HTTPRequest_Send_m6DFACD89B7BA3689A32616A9B7F7AD41DBA86C46 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::get_IsSuccess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Object BestHTTP.HTTPRequest::get_Tag() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * HTTPRequest_get_Tag_m9E9363A72B24420C265FDB7DE83A6985980B345B_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.HTTPResponse::get_Data() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HTTPResponse_get_Data_m0CCF6E05405D6F2EEB11F87DEB23DB61A6059F0F_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.ImageConversion::LoadImage(UnityEngine.Texture2D,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ImageConversion_LoadImage_m5BB4FBA0565E698ED5C6F25F7A0A5F83CADD7477 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___tex0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data1, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::get_IsFromCache() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPResponse::get_StatusCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::get_Message() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::get_DataAsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Exception BestHTTP.HTTPRequest::get_Exception() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.GUILayout::BeginScrollView(UnityEngine.Vector2,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GUILayout_BeginScrollView_m6C15A5A84E90A20AF0BE9433B8BFF573619C925A (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPosition0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Int32 UnityEngine.GUILayout::SelectionGrid(System.Int32,UnityEngine.Texture[],System.Int32,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUILayout_SelectionGrid_m6EFF9823D15F5275FBACA5BC29CD751BA5D95C2D (int32_t ___selected0, TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150* ___images1, int32_t ___xCount2, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options3, const RuntimeMethod* method); // System.Void BestHTTP.Examples.GUIHelper::DrawCenteredText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIHelper_DrawCenteredText_mDF60B04F2BADFC231C6DC3E1DDAABCF6965F0C16 (String_t* ___msg0, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::FlexibleSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_FlexibleSpace_m357E849C21221E7C1F3F6D4D873AE5E9C4311000 (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); // UnityEngine.GUILayoutOption UnityEngine.GUILayout::Width(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GUILayout_Width_m2529B16156A3E8109EA75B8D67C723B1B8E24C53 (float ___width0, const RuntimeMethod* method); // System.Byte BestHTTP.HTTPManager::get_MaxConnectionPerServer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t HTTPManager_get_MaxConnectionPerServer_m5509778F050AD330F03D3DE2EAF453FDE0E05065_inline (const RuntimeMethod* method); // System.String System.Byte::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m6A11C71EB9B8031596645EA1A4C2430721B282B5 (uint8_t* __this, 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::EndHorizontal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946 (const RuntimeMethod* method); // System.Boolean UnityEngine.GUILayout::Button(System.String,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162 (String_t* ___text0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Void BestHTTP.Examples.TextureDownloadSample::DownloadImages() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureDownloadSample_DownloadImages_mCC5A17BF30C9E6304E19143A4CE6C517C97654AE (TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171 * __this, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SocketIO.Transports.TransportTypes BestHTTP.SocketIO.SocketOptions::get_ConnectWith() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketOptions_get_ConnectWith_mEBD4ADCBA6BA600D551C94EB2E15D79E1F2C90DA (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public Transports.TransportTypes ConnectWith { get; set; } int32_t L_0 = __this->get_U3CConnectWithU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketOptions::set_ConnectWith(BestHTTP.SocketIO.Transports.TransportTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketOptions_set_ConnectWith_mD71CE48065AAC8A21804E0373089B91DBCE4C357 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public Transports.TransportTypes ConnectWith { get; set; } int32_t L_0 = ___value0; __this->set_U3CConnectWithU3Ek__BackingField_0(L_0); return; } } // System.Boolean BestHTTP.SocketIO.SocketOptions::get_Reconnection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SocketOptions_get_Reconnection_mA6084054061106C3D6E506063B60D7305FA2E3A2 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public bool Reconnection { get; set; } bool L_0 = __this->get_U3CReconnectionU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketOptions::set_Reconnection(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketOptions_set_Reconnection_mD59AB8FAFD04AE1A0F68FDEDB5409561330F0114 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool Reconnection { get; set; } bool L_0 = ___value0; __this->set_U3CReconnectionU3Ek__BackingField_1(L_0); return; } } // System.Int32 BestHTTP.SocketIO.SocketOptions::get_ReconnectionAttempts() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketOptions_get_ReconnectionAttempts_m856580E482873BBD77E4C6896A37257F988E0E0D (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public int ReconnectionAttempts { get; set; } int32_t L_0 = __this->get_U3CReconnectionAttemptsU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketOptions::set_ReconnectionAttempts(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketOptions_set_ReconnectionAttempts_m736093DF2431567305EECE35183D77E62284D695 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int ReconnectionAttempts { get; set; } int32_t L_0 = ___value0; __this->set_U3CReconnectionAttemptsU3Ek__BackingField_2(L_0); return; } } // System.TimeSpan BestHTTP.SocketIO.SocketOptions::get_ReconnectionDelay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 SocketOptions_get_ReconnectionDelay_m05F3881F20BDB9DF1B3EFF3AF0C331DA29CA5414 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public TimeSpan ReconnectionDelay { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CReconnectionDelayU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketOptions::set_ReconnectionDelay(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketOptions_set_ReconnectionDelay_m04540DD595241D350CB2D1458FCE2B8EAAB11105 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan ReconnectionDelay { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CReconnectionDelayU3Ek__BackingField_3(L_0); return; } } // System.TimeSpan BestHTTP.SocketIO.SocketOptions::get_ReconnectionDelayMax() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 SocketOptions_get_ReconnectionDelayMax_m6A7328DD629C4DFAE5E2C547D9F28AB5DB2DB629 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public TimeSpan ReconnectionDelayMax { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CReconnectionDelayMaxU3Ek__BackingField_4(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketOptions::set_ReconnectionDelayMax(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketOptions_set_ReconnectionDelayMax_mE2B0F904A9FC8E3376AF6C9AAE13B00870291689 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan ReconnectionDelayMax { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CReconnectionDelayMaxU3Ek__BackingField_4(L_0); return; } } // System.Single BestHTTP.SocketIO.SocketOptions::get_RandomizationFactor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SocketOptions_get_RandomizationFactor_m6FEFE210EC0A781C834B125083DB5C1908B286A4 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public float RandomizationFactor { get { return randomizationFactor; } set { randomizationFactor = Math.Min(1.0f, Math.Max(0.0f, value)); } } float L_0 = __this->get_randomizationFactor_5(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketOptions::set_RandomizationFactor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketOptions_set_RandomizationFactor_mB0100CEECF5270A0CF4F34EDB4075D5CEC5B47F1 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, float ___value0, 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; } { // public float RandomizationFactor { get { return randomizationFactor; } set { randomizationFactor = Math.Min(1.0f, Math.Max(0.0f, value)); } } float L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); float L_1; L_1 = Math_Max_mEB87839DA28310AE4CB81A94D551874CFC2B1247((0.0f), L_0, /*hidden argument*/NULL); float L_2; L_2 = Math_Min_mED21323DC72FBF9A825FD4210D4B9D693CE87FCF((1.0f), L_1, /*hidden argument*/NULL); __this->set_randomizationFactor_5(L_2); // public float RandomizationFactor { get { return randomizationFactor; } set { randomizationFactor = Math.Min(1.0f, Math.Max(0.0f, value)); } } return; } } // System.TimeSpan BestHTTP.SocketIO.SocketOptions::get_Timeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 SocketOptions_get_Timeout_m909A4AACC35F759088C5EBBB9D9A5AB0830FD443 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public TimeSpan Timeout { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CTimeoutU3Ek__BackingField_6(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketOptions::set_Timeout(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketOptions_set_Timeout_mC58585C453FC61A1D580460BA9E58E97EED1CC0F (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan Timeout { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CTimeoutU3Ek__BackingField_6(L_0); return; } } // System.Boolean BestHTTP.SocketIO.SocketOptions::get_AutoConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SocketOptions_get_AutoConnect_m6B6A41F79CB2C1686E357E1FD99B490E89020252 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public bool AutoConnect { get; set; } bool L_0 = __this->get_U3CAutoConnectU3Ek__BackingField_7(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketOptions::set_AutoConnect(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketOptions_set_AutoConnect_mDE2B2B59AA2E9D5DB579C0AE49B38992695ED984 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool AutoConnect { get; set; } bool L_0 = ___value0; __this->set_U3CAutoConnectU3Ek__BackingField_7(L_0); return; } } // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 BestHTTP.SocketIO.SocketOptions::get_AdditionalQueryParams() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * SocketOptions_get_AdditionalQueryParams_m6EF327D9E065CD909D3969C7A075CFBEA3971121 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // get { return additionalQueryParams; } ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_0 = __this->get_additionalQueryParams_8(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketOptions::set_AdditionalQueryParams(PlatformSupport.Collections.ObjectModel.ObservableDictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketOptions_set_AdditionalQueryParams_m82D17E0260B04B81CCD53C997521A9B0F1496ECF (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableDictionary_2_add_CollectionChanged_m9D4C4F7C9A1147D3C99836C56CA23263536C8238_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableDictionary_2_remove_CollectionChanged_m058578989141A4A3F86F443F6C5557602E4FBA76_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketOptions_AdditionalQueryParams_CollectionChanged_mEE776B6AADFFF44881DDBA2D903DF08D82BE2DD5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (additionalQueryParams != null) ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_0 = __this->get_additionalQueryParams_8(); if (!L_0) { goto IL_001f; } } { // additionalQueryParams.CollectionChanged -= AdditionalQueryParams_CollectionChanged; ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_1 = __this->get_additionalQueryParams_8(); NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * L_2 = (NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 *)il2cpp_codegen_object_new(NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776_il2cpp_TypeInfo_var); NotifyCollectionChangedEventHandler__ctor_mBD6378EE88C91C2D9A56317FC213D89DA551DE9B(L_2, __this, (intptr_t)((intptr_t)SocketOptions_AdditionalQueryParams_CollectionChanged_mEE776B6AADFFF44881DDBA2D903DF08D82BE2DD5_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_1); ObservableDictionary_2_remove_CollectionChanged_m058578989141A4A3F86F443F6C5557602E4FBA76(L_1, L_2, /*hidden argument*/ObservableDictionary_2_remove_CollectionChanged_m058578989141A4A3F86F443F6C5557602E4FBA76_RuntimeMethod_var); } IL_001f: { // additionalQueryParams = value; ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_3 = ___value0; __this->set_additionalQueryParams_8(L_3); // BuiltQueryParams = null; __this->set_BuiltQueryParams_10((String_t*)NULL); // if (value != null) ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_4 = ___value0; if (!L_4) { goto IL_0042; } } { // value.CollectionChanged += AdditionalQueryParams_CollectionChanged; ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_5 = ___value0; NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 * L_6 = (NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776 *)il2cpp_codegen_object_new(NotifyCollectionChangedEventHandler_t68A0D550751D799A685ED1D7B93A8F4ECA989776_il2cpp_TypeInfo_var); NotifyCollectionChangedEventHandler__ctor_mBD6378EE88C91C2D9A56317FC213D89DA551DE9B(L_6, __this, (intptr_t)((intptr_t)SocketOptions_AdditionalQueryParams_CollectionChanged_mEE776B6AADFFF44881DDBA2D903DF08D82BE2DD5_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_5); ObservableDictionary_2_add_CollectionChanged_m9D4C4F7C9A1147D3C99836C56CA23263536C8238(L_5, L_6, /*hidden argument*/ObservableDictionary_2_add_CollectionChanged_m9D4C4F7C9A1147D3C99836C56CA23263536C8238_RuntimeMethod_var); } IL_0042: { // } return; } } // System.Boolean BestHTTP.SocketIO.SocketOptions::get_QueryParamsOnlyForHandshake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SocketOptions_get_QueryParamsOnlyForHandshake_m30258CFC229AFAB32F7B12C57A341205B6DEAE6F (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // public bool QueryParamsOnlyForHandshake { get; set; } bool L_0 = __this->get_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9(); return L_0; } } // System.Void BestHTTP.SocketIO.SocketOptions::set_QueryParamsOnlyForHandshake(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketOptions_set_QueryParamsOnlyForHandshake_mCB0A8F0A3F46B420990CB48563F2113225630701 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool QueryParamsOnlyForHandshake { get; set; } bool L_0 = ___value0; __this->set_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9(L_0); return; } } // System.Void BestHTTP.SocketIO.SocketOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketOptions__ctor_m4DAAA714A1BB1C400CA15BADDF9E0DA0088902EB (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SocketOptions() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // ConnectWith = Transports.TransportTypes.Polling; SocketOptions_set_ConnectWith_mD71CE48065AAC8A21804E0373089B91DBCE4C357_inline(__this, 0, /*hidden argument*/NULL); // Reconnection = true; SocketOptions_set_Reconnection_mD59AB8FAFD04AE1A0F68FDEDB5409561330F0114_inline(__this, (bool)1, /*hidden argument*/NULL); // ReconnectionAttempts = int.MaxValue; SocketOptions_set_ReconnectionAttempts_m736093DF2431567305EECE35183D77E62284D695_inline(__this, ((int32_t)2147483647LL), /*hidden argument*/NULL); // ReconnectionDelay = TimeSpan.FromMilliseconds(1000); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC((1000.0), /*hidden argument*/NULL); SocketOptions_set_ReconnectionDelay_m04540DD595241D350CB2D1458FCE2B8EAAB11105_inline(__this, L_0, /*hidden argument*/NULL); // ReconnectionDelayMax = TimeSpan.FromMilliseconds(5000); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1; L_1 = TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC((5000.0), /*hidden argument*/NULL); SocketOptions_set_ReconnectionDelayMax_mE2B0F904A9FC8E3376AF6C9AAE13B00870291689_inline(__this, L_1, /*hidden argument*/NULL); // RandomizationFactor = 0.5f; SocketOptions_set_RandomizationFactor_mB0100CEECF5270A0CF4F34EDB4075D5CEC5B47F1(__this, (0.5f), /*hidden argument*/NULL); // Timeout = TimeSpan.FromMilliseconds(20000); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC((20000.0), /*hidden argument*/NULL); SocketOptions_set_Timeout_mC58585C453FC61A1D580460BA9E58E97EED1CC0F_inline(__this, L_2, /*hidden argument*/NULL); // AutoConnect = true; SocketOptions_set_AutoConnect_mDE2B2B59AA2E9D5DB579C0AE49B38992695ED984_inline(__this, (bool)1, /*hidden argument*/NULL); // QueryParamsOnlyForHandshake = true; SocketOptions_set_QueryParamsOnlyForHandshake_mCB0A8F0A3F46B420990CB48563F2113225630701_inline(__this, (bool)1, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SocketIO.SocketOptions::BuildQueryParams() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SocketOptions_BuildQueryParams_mE7BA308ADF3676B8D6A5E15897FF2EE257B45111 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t692ABF80A29FB82368A57AE22841134E3626E47A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableDictionary_2_GetEnumerator_mF42BB0DD4B3666FE58F480E228BD01D4BB159F8C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; RuntimeObject* V_1 = NULL; KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC V_2; memset((&V_2), 0, sizeof(V_2)); String_t* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (AdditionalQueryParams == null || AdditionalQueryParams.Count == 0) ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_0; L_0 = SocketOptions_get_AdditionalQueryParams_m6EF327D9E065CD909D3969C7A075CFBEA3971121_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0015; } } { ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_1; L_1 = SocketOptions_get_AdditionalQueryParams_m6EF327D9E065CD909D3969C7A075CFBEA3971121_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342(L_1, /*hidden argument*/ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342_RuntimeMethod_var); if (L_2) { goto IL_001b; } } IL_0015: { // return string.Empty; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } IL_001b: { // if (!string.IsNullOrEmpty(BuiltQueryParams)) String_t* L_4 = __this->get_BuiltQueryParams_10(); bool L_5; L_5 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002f; } } { // return BuiltQueryParams; String_t* L_6 = __this->get_BuiltQueryParams_10(); return L_6; } IL_002f: { // StringBuilder sb = new StringBuilder(AdditionalQueryParams.Count * 4); ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_7; L_7 = SocketOptions_get_AdditionalQueryParams_m6EF327D9E065CD909D3969C7A075CFBEA3971121_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8; L_8 = ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342(L_7, /*hidden argument*/ObservableDictionary_2_get_Count_m619879B00DEF0416BCC910862DCC238139DE0342_RuntimeMethod_var); StringBuilder_t * L_9 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_9, ((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)4)), /*hidden argument*/NULL); V_0 = L_9; // foreach(var kvp in AdditionalQueryParams) ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_10; L_10 = SocketOptions_get_AdditionalQueryParams_m6EF327D9E065CD909D3969C7A075CFBEA3971121_inline(__this, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject* L_11; L_11 = ObservableDictionary_2_GetEnumerator_mF42BB0DD4B3666FE58F480E228BD01D4BB159F8C(L_10, /*hidden argument*/ObservableDictionary_2_GetEnumerator_mF42BB0DD4B3666FE58F480E228BD01D4BB159F8C_RuntimeMethod_var); V_1 = L_11; } IL_004e: try {// begin try (depth: 1) { goto IL_0099; } IL_0050: { // foreach(var kvp in AdditionalQueryParams) RuntimeObject* L_12 = V_1; NullCheck(L_12); KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC L_13; L_13 = InterfaceFuncInvoker0< KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_t692ABF80A29FB82368A57AE22841134E3626E47A_il2cpp_TypeInfo_var, L_12); V_2 = L_13; // sb.Append("&"); StringBuilder_t * L_14 = V_0; NullCheck(L_14); StringBuilder_t * L_15; L_15 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_14, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, /*hidden argument*/NULL); // sb.Append(kvp.Key); StringBuilder_t * L_16 = V_0; String_t* L_17; L_17 = KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_inline((KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Key_m9B9D89C6D4523685BDBB873E3E76754E89171468_RuntimeMethod_var); NullCheck(L_16); StringBuilder_t * L_18; L_18 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_16, L_17, /*hidden argument*/NULL); // if (!string.IsNullOrEmpty(kvp.Value)) String_t* L_19; L_19 = KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_inline((KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_RuntimeMethod_var); bool L_20; L_20 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0099; } } IL_007f: { // sb.Append("="); StringBuilder_t * L_21 = V_0; NullCheck(L_21); StringBuilder_t * L_22; L_22 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_21, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E, /*hidden argument*/NULL); // sb.Append(kvp.Value); StringBuilder_t * L_23 = V_0; String_t* L_24; L_24 = KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_inline((KeyValuePair_2_tE863694F1DB1F441CAE5A282829BDB941B2DEEBC *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m73C2858A70CE1C9A1AEE4134B4E3B136CA4B719F_RuntimeMethod_var); NullCheck(L_23); StringBuilder_t * L_25; L_25 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_23, L_24, /*hidden argument*/NULL); } IL_0099: { // foreach(var kvp in AdditionalQueryParams) RuntimeObject* L_26 = V_1; NullCheck(L_26); bool L_27; L_27 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_26); if (L_27) { goto IL_0050; } } IL_00a1: { IL2CPP_LEAVE(0xAD, FINALLY_00a3); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a3; } FINALLY_00a3: {// begin finally (depth: 1) { RuntimeObject* L_28 = V_1; if (!L_28) { goto IL_00ac; } } IL_00a6: { RuntimeObject* L_29 = V_1; NullCheck(L_29); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_29); } IL_00ac: { IL2CPP_END_FINALLY(163) } }// end finally (depth: 1) IL2CPP_CLEANUP(163) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xAD, IL_00ad) } IL_00ad: { // return BuiltQueryParams = sb.ToString(); StringBuilder_t * L_30 = V_0; NullCheck(L_30); String_t* L_31; L_31 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30); String_t* L_32 = L_31; V_3 = L_32; __this->set_BuiltQueryParams_10(L_32); String_t* L_33 = V_3; return L_33; } } // System.Void BestHTTP.SocketIO.SocketOptions::AdditionalQueryParams_CollectionChanged(System.Object,PlatformSupport.Collections.Specialized.NotifyCollectionChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketOptions_AdditionalQueryParams_CollectionChanged_mEE776B6AADFFF44881DDBA2D903DF08D82BE2DD5 (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, RuntimeObject * ___sender0, NotifyCollectionChangedEventArgs_tB54BE6607736EA1172B764EB2AC89DE9766CED44 * ___e1, const RuntimeMethod* method) { { // BuiltQueryParams = null; __this->set_BuiltQueryParams_10((String_t*)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 // SocketPlayer SocketPlayer::NewInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * SocketPlayer_NewInstance_m766ABDA801C2F3D4384DAF07F2FF6A2B9C4BA967 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisSocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_m94191E1443B691E75D34BF3872FAD9DD8A411908_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B4D1A0BBACF21EEB4E02411AE24A1D33D27DEDE); s_Il2CppMethodInitialized = true; } { // return new GameObject("SocketPlayer").AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144(L_0, _stringLiteral8B4D1A0BBACF21EEB4E02411AE24A1D33D27DEDE, /*hidden argument*/NULL); NullCheck(L_0); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_1; L_1 = GameObject_AddComponent_TisSocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_m94191E1443B691E75D34BF3872FAD9DD8A411908(L_0, /*hidden argument*/GameObject_AddComponent_TisSocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_m94191E1443B691E75D34BF3872FAD9DD8A411908_RuntimeMethod_var); return L_1; } } // System.Void SocketPlayer::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer_Awake_m3978A091FE356D36F52216F1FADA74C51A5EBBA1 (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ins = this; ((SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_StaticFields*)il2cpp_codegen_static_fields_for(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_il2cpp_TypeInfo_var))->set_ins_8(__this); // } return; } } // System.Void SocketPlayer::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer_OnDestroy_m8256A697F479ACC64AC555765381BCC1F12F9F1D (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ins == this) ins = null; SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_0 = ((SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_StaticFields*)il2cpp_codegen_static_fields_for(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_il2cpp_TypeInfo_var))->get_ins_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, __this, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // if (ins == this) ins = null; ((SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_StaticFields*)il2cpp_codegen_static_fields_for(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_il2cpp_TypeInfo_var))->set_ins_8((SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 *)NULL); } IL_0013: { // base.OnDestroy(); SocketIOClient_OnDestroy_m1AE10A7DF83CC0B29CE6FB0198E704B0D1AD24B6(__this, /*hidden argument*/NULL); // } return; } } // System.Void SocketPlayer::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer_Start_m526F2D1B73D335E3216F33F70C9B73EAEBDF2EE3 (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // connectServer(CommonConfig.gamePKServerWsURL); IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); String_t* L_0 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_gamePKServerWsURL_14(); SocketIOClient_connectServer_mC31294A075EE070E5ACAF4A8E3EEA1C6950234EB(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void SocketPlayer::onLoad() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer_onLoad_m8CF716E60AB9B1A45A01EC9763896521537B5926 (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, 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*)&_stringLiteral09CB65A8F0F72B8F53EB82E094A969C6E0B5680C); s_Il2CppMethodInitialized = true; } { // Debug.Log("onLoad"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral09CB65A8F0F72B8F53EB82E094A969C6E0B5680C, /*hidden argument*/NULL); // RequestEnterRoom(); SocketPlayer_RequestEnterRoom_mF1F8C6BF8DB33B0B79155F3C0471D5DF80EDBD8C(__this, /*hidden argument*/NULL); // } return; } } // System.Void SocketPlayer::onReload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer_onReload_m298892A41BD0407277BF40774C6F98EDAE19F96A (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, 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*)&_stringLiteral3B57DA2B81CA9103A13C691B14DC83EB9F832230); s_Il2CppMethodInitialized = true; } { // Debug.Log("onReload"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral3B57DA2B81CA9103A13C691B14DC83EB9F832230, /*hidden argument*/NULL); // } return; } } // System.Void SocketPlayer::onDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer_onDestroy_m9E5CF6843A0F7289EBF1CDA93DDBAC4978AC0D25 (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, 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*)&OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13C54ED5EC5E411A9876E490F509B364E6D1D6CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6FD602A42223E1571C42B1124D21AE4BA52B93C); s_Il2CppMethodInitialized = true; } { // Debug.Log("onDestroy"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralA6FD602A42223E1571C42B1124D21AE4BA52B93C, /*hidden argument*/NULL); // if (OnlinePKTest.isOpen) { IL2CPP_RUNTIME_CLASS_INIT(OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_il2cpp_TypeInfo_var); bool L_0 = ((OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_StaticFields*)il2cpp_codegen_static_fields_for(OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_il2cpp_TypeInfo_var))->get_isOpen_4(); if (!L_0) { goto IL_0012; } } { // return; return; } IL_0012: { // if (!isGameOver) { bool L_1 = __this->get_isGameOver_11(); if (L_1) { goto IL_0039; } } { // PopupMgr.ins.ShowBGTip(TextAutoLanguage2.GetTextByCNKey("???????????????")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_2; L_2 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_3; L_3 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(_stringLiteral13C54ED5EC5E411A9876E490F509B364E6D1D6CE, /*hidden argument*/NULL); NullCheck(L_2); PopupMgr_ShowBGTip_m74440355C0490F1E9D7BF8C3CB99F2B9F3E2730A(L_2, L_3, /*hidden argument*/NULL); // SceneManager.LoadScene("Home", LoadSceneMode.Single); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_LoadScene_m6B3C9B5DDE6CDE2A041D05C4F3BE4A3D3D745B70(_stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F, 0, /*hidden argument*/NULL); } IL_0039: { // } return; } } // System.Void SocketPlayer::onMiss() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer_onMiss_mB9A088CC147CE53E3D5B7EC6A165C3F168D198CB (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, 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*)&_stringLiteral791A19672BFCFE809B349FB6B73DC9935403B02D); s_Il2CppMethodInitialized = true; } { // Debug.Log("onMiss"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral791A19672BFCFE809B349FB6B73DC9935403B02D, /*hidden argument*/NULL); // } return; } } // System.Void SocketPlayer::RequestEnterRoom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer_RequestEnterRoom_mF1F8C6BF8DB33B0B79155F3C0471D5DF80EDBD8C (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral008662A08112CFF84D5F725FACEFC099574BE9CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87F8ED9157125FFC4DA9E06A7B8011AD80A53FE1); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B2_2 = NULL; String_t* G_B2_3 = NULL; SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * G_B2_4 = NULL; int32_t G_B1_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B1_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B1_2 = NULL; String_t* G_B1_3 = NULL; SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * G_B1_4 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_3 = NULL; String_t* G_B3_4 = NULL; SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * G_B3_5 = NULL; { // call("RequestEnterRoom", OnlinePKTest.isOpen ? "test" : GlobalData.roomKey); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; IL2CPP_RUNTIME_CLASS_INIT(OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_il2cpp_TypeInfo_var); bool L_2 = ((OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_StaticFields*)il2cpp_codegen_static_fields_for(OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_il2cpp_TypeInfo_var))->get_isOpen_4(); G_B1_0 = 0; G_B1_1 = L_1; G_B1_2 = L_1; G_B1_3 = _stringLiteral008662A08112CFF84D5F725FACEFC099574BE9CD; G_B1_4 = __this; if (L_2) { G_B2_0 = 0; G_B2_1 = L_1; G_B2_2 = L_1; G_B2_3 = _stringLiteral008662A08112CFF84D5F725FACEFC099574BE9CD; G_B2_4 = __this; goto IL_001c; } } { IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); String_t* L_3 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_roomKey_2(); G_B3_0 = L_3; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; G_B3_5 = G_B1_4; goto IL_0021; } IL_001c: { G_B3_0 = _stringLiteral87F8ED9157125FFC4DA9E06A7B8011AD80A53FE1; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; G_B3_5 = G_B2_4; } IL_0021: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (RuntimeObject *)G_B3_0); NullCheck(G_B3_5); SocketIOClient_call_m2D1D53874151A6FFF88B6555FD818C1E32F59134(G_B3_5, G_B3_4, G_B3_3, /*hidden argument*/NULL); // } return; } } // System.Void SocketPlayer::OnRoomReadyComplete(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer_OnRoomReadyComplete_m92F67DC8971A0337EA7AE3C96AD5E4F203C0898B (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, int32_t ___playerIndexInRoom0, 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*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m751598A29C986329B30686557B303EEDF2BB6A7A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m07EA9777DE2D5D66DA7DF8D49956E61347CA2BDC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral116DF234322BBB75C0C8B4EB16718F5707626B59); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral503CAD25A0D0F4C9CB1D1AD2A42B90C330D6FECF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5745B045CAF8BADC5A3B1C82DF5478ACB7B945D5); s_Il2CppMethodInitialized = true; } MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * V_0 = NULL; MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * V_1 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B4_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B3_0 = NULL; { // Debug.Log("OnRoomReadyComplete" + ", playerIndexInRoom: " + playerIndexInRoom); String_t* L_0; L_0 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___playerIndexInRoom0), /*hidden argument*/NULL); String_t* L_1; L_1 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral503CAD25A0D0F4C9CB1D1AD2A42B90C330D6FECF, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_1, /*hidden argument*/NULL); // if (OnlinePKTest.isOpen) { IL2CPP_RUNTIME_CLASS_INIT(OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_il2cpp_TypeInfo_var); bool L_2 = ((OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_StaticFields*)il2cpp_codegen_static_fields_for(OnlinePKTest_t2749C8F25584DA4A6B1341491355C658BEC4A24A_il2cpp_TypeInfo_var))->get_isOpen_4(); if (!L_2) { goto IL_0075; } } { // GlobalData.matchPlayerInfos = new List(); List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * L_3 = (List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 *)il2cpp_codegen_object_new(List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692_il2cpp_TypeInfo_var); List_1__ctor_m07EA9777DE2D5D66DA7DF8D49956E61347CA2BDC(L_3, /*hidden argument*/List_1__ctor_m07EA9777DE2D5D66DA7DF8D49956E61347CA2BDC_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->set_matchPlayerInfos_5(L_3); // MatchPlayerInfo p1 = new MatchPlayerInfo(); MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * L_4 = (MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B *)il2cpp_codegen_object_new(MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B_il2cpp_TypeInfo_var); MatchPlayerInfo__ctor_m50D54D4388756FB7D2A453544BA5AB3C6A9B7D5C(L_4, /*hidden argument*/NULL); V_0 = L_4; // p1.nickname = "??1"; MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * L_5 = V_0; NullCheck(L_5); L_5->set_nickname_2(_stringLiteral116DF234322BBB75C0C8B4EB16718F5707626B59); // p1.avatarID = 10; MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * L_6 = V_0; NullCheck(L_6); L_6->set_avatarID_1(((int32_t)10)); // GlobalData.matchPlayerInfos.Add(p1); List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * L_7 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_matchPlayerInfos_5(); MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * L_8 = V_0; NullCheck(L_7); List_1_Add_m751598A29C986329B30686557B303EEDF2BB6A7A(L_7, L_8, /*hidden argument*/List_1_Add_m751598A29C986329B30686557B303EEDF2BB6A7A_RuntimeMethod_var); // MatchPlayerInfo p2 = new MatchPlayerInfo(); MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * L_9 = (MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B *)il2cpp_codegen_object_new(MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B_il2cpp_TypeInfo_var); MatchPlayerInfo__ctor_m50D54D4388756FB7D2A453544BA5AB3C6A9B7D5C(L_9, /*hidden argument*/NULL); V_1 = L_9; // p2.nickname = "??2"; MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * L_10 = V_1; NullCheck(L_10); L_10->set_nickname_2(_stringLiteral5745B045CAF8BADC5A3B1C82DF5478ACB7B945D5); // p2.avatarID = 20; MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * L_11 = V_1; NullCheck(L_11); L_11->set_avatarID_1(((int32_t)20)); // GlobalData.matchPlayerInfos.Add(p2); List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692 * L_12 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_matchPlayerInfos_5(); MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * L_13 = V_1; NullCheck(L_12); List_1_Add_m751598A29C986329B30686557B303EEDF2BB6A7A(L_12, L_13, /*hidden argument*/List_1_Add_m751598A29C986329B30686557B303EEDF2BB6A7A_RuntimeMethod_var); // GlobalData.playerIndexInRoom = playerIndexInRoom; int32_t L_14 = ___playerIndexInRoom0; ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->set_playerIndexInRoom_4(L_14); } IL_0075: { // onRoomReadyComplete?.Invoke(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_15 = __this->get_onRoomReadyComplete_9(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_16 = L_15; G_B3_0 = L_16; if (L_16) { G_B4_0 = L_16; goto IL_0080; } } { return; } IL_0080: { NullCheck(G_B4_0); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(G_B4_0, /*hidden argument*/NULL); // } return; } } // System.Void SocketPlayer::UploadPKGameData(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921 (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, String_t* ___key0, RuntimeObject * ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7E689DC6BCF1D3757B9D3F7774EA1966980C526); s_Il2CppMethodInitialized = true; } { // if (!isValid) return; bool L_0 = ((SocketIOClient_t2F3CABBB0CCDE518054482C7AC63F65587B6EF11 *)__this)->get_isValid_6(); if (L_0) { goto IL_0009; } } { // if (!isValid) return; return; } IL_0009: { // call("UploadPKGameData", key, data); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; String_t* L_3 = ___key0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_2; RuntimeObject * L_5 = ___data1; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_5); SocketIOClient_call_m2D1D53874151A6FFF88B6555FD818C1E32F59134(__this, _stringLiteralF7E689DC6BCF1D3757B9D3F7774EA1966980C526, L_4, /*hidden argument*/NULL); // } return; } } // System.Void SocketPlayer::OnReceivePKGameData(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer_OnReceivePKGameData_m3AD8AA02A5DD398199D16ADBB6E8780FCBED8D56 (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, String_t* ___key0, String_t* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_m7D9715F8976E909BE1B3358CC91019917552F406_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * G_B2_0 = NULL; Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * G_B1_0 = NULL; { // onReceivePKGameData?.Invoke(key, data); Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * L_0 = __this->get_onReceivePKGameData_10(); Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000b; } } { return; } IL_000b: { String_t* L_2 = ___key0; String_t* L_3 = ___data1; NullCheck(G_B2_0); Action_2_Invoke_m7D9715F8976E909BE1B3358CC91019917552F406(G_B2_0, L_2, L_3, /*hidden argument*/Action_2_Invoke_m7D9715F8976E909BE1B3358CC91019917552F406_RuntimeMethod_var); // } return; } } // System.Void SocketPlayer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketPlayer__ctor_mD40C83785A9FF8BBCEBD979C013E8F4827908736 (SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * __this, const RuntimeMethod* method) { { SocketIOClient__ctor_m05293CFC3FAC0EBB014434D52FC6CAE84621A401(__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.Water.SpecularLighting::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpecularLighting_Start_mFE455D641AAD002581EA31536A30C2F01B650CEE (SpecularLighting_t5B5147AEB29D7AE25BD88AD3437A12672AD99750 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_WaterBase = (WaterBase)gameObject.GetComponent(typeof(WaterBase)); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); NullCheck(L_0); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_3; L_3 = GameObject_GetComponent_mDF0C55D6EE63B6CA0DD45D627AD267004D6EC473(L_0, L_2, /*hidden argument*/NULL); __this->set_m_WaterBase_5(((WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73 *)CastclassClass((RuntimeObject*)L_3, WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73_il2cpp_TypeInfo_var))); // } return; } } // System.Void UnityStandardAssets.Water.SpecularLighting::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpecularLighting_Update_mC376C1CE2ECA4F4121AFE286F1F863EAF07720B1 (SpecularLighting_t5B5147AEB29D7AE25BD88AD3437A12672AD99750 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0573D2759A5B22BC958DEF1F9BC81C0DA713C77); s_Il2CppMethodInitialized = true; } { // if (!m_WaterBase) WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73 * L_0 = __this->get_m_WaterBase_5(); 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_002d; } } { // m_WaterBase = (WaterBase)gameObject.GetComponent(typeof(WaterBase)); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); NullCheck(L_2); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_5; L_5 = GameObject_GetComponent_mDF0C55D6EE63B6CA0DD45D627AD267004D6EC473(L_2, L_4, /*hidden argument*/NULL); __this->set_m_WaterBase_5(((WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73 *)CastclassClass((RuntimeObject*)L_5, WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73_il2cpp_TypeInfo_var))); } IL_002d: { // if (specularLight && m_WaterBase.sharedMaterial) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6 = __this->get_specularLight_4(); 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_0076; } } { WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73 * L_8 = __this->get_m_WaterBase_5(); NullCheck(L_8); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_9 = L_8->get_sharedMaterial_4(); 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_0076; } } { // m_WaterBase.sharedMaterial.SetVector("_WorldLightDir", specularLight.transform.forward); WaterBase_t27888788839C7FD7697500DA10ED1A5E1BC9AD73 * L_11 = __this->get_m_WaterBase_5(); NullCheck(L_11); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_12 = L_11->get_sharedMaterial_4(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13 = __this->get_specularLight_4(); NullCheck(L_13); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14; L_14 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_13, /*hidden argument*/NULL); NullCheck(L_14); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_14, /*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_16; L_16 = Vector4_op_Implicit_mDCFA56E9D34979E1E2BFE6C2D61F1768D934A8EB(L_15, /*hidden argument*/NULL); NullCheck(L_12); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_12, _stringLiteralE0573D2759A5B22BC958DEF1F9BC81C0DA713C77, L_16, /*hidden argument*/NULL); } IL_0076: { // } return; } } // System.Void UnityStandardAssets.Water.SpecularLighting::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpecularLighting__ctor_mA0D46E411DF992BD42BCA24875516A8A5A2AAB3E (SpecularLighting_t5B5147AEB29D7AE25BD88AD3437A12672AD99750 * __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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SphereContRot::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphereContRot_Start_mF2A4338B29D580E643071210657A7FDECBCFF8DF (SphereContRot_tBD1F87424DA83216295573DC84F83C80E168244B * __this, const RuntimeMethod* method) { { // } return; } } // System.Void SphereContRot::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphereContRot_Update_mAF6A15AAD46774BC3A1D347B930BFE262549B634 (SphereContRot_tBD1F87424DA83216295573DC84F83C80E168244B * __this, const RuntimeMethod* method) { { // transform.Rotate(Vector3.forward * Time.deltaTime * 300); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90(/*hidden argument*/NULL); float L_2; L_2 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_1, L_2, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_3, (300.0f), /*hidden argument*/NULL); NullCheck(L_0); Transform_Rotate_m027A155054DDC4206F679EFB86BE0960D45C33A7(L_0, L_4, /*hidden argument*/NULL); // transform.position = new Vector3(2.5f*Mathf.Sin(Time.time * 4) , 1, 0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); float L_6; L_6 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_7; L_7 = sinf(((float)il2cpp_codegen_multiply((float)L_6, (float)(4.0f)))); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; memset((&L_8), 0, sizeof(L_8)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_8), ((float)il2cpp_codegen_multiply((float)(2.5f), (float)L_7)), (1.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_5); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_5, L_8, /*hidden argument*/NULL); // } return; } } // System.Void SphereContRot::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SphereContRot__ctor_m246D1FE3824D2DD59552084C8D7984BE93858E75 (SphereContRot_tBD1F87424DA83216295573DC84F83C80E168244B * __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.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6Client__ctor_m28230D11224F3ED13CD76553BD5C8B73CE6ECF61 (Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C * __this, const RuntimeMethod* method) { { // public Srp6Client() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6Client_Init_m05DEA35EBAD393E380BE26A6A144AE60812BBE00 (Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, RuntimeObject* ___digest2, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random3, const RuntimeMethod* method) { { // this.N = N; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___N0; __this->set_N_0(L_0); // this.g = g; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___g1; __this->set_g_1(L_1); // this.digest = digest; RuntimeObject* L_2 = ___digest2; __this->set_digest_11(L_2); // this.random = random; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = ___random3; __this->set_random_12(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6Client_Init_m8C63AF03D58E919C4A58373BBC0D921DB48925DD (Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C * __this, Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___group0, RuntimeObject* ___digest1, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random2, const RuntimeMethod* method) { { // Init(group.N, group.G, digest, random); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_0 = ___group0; NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = Srp6GroupParameters_get_N_m9153EB69712651CAE44E49662590DD279D4D9BE7_inline(L_0, /*hidden argument*/NULL); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_2 = ___group0; NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = Srp6GroupParameters_get_G_m2FDB6D901F5D02584934026BB2179C2E0781EBA2_inline(L_2, /*hidden argument*/NULL); RuntimeObject* L_4 = ___digest1; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_5 = ___random2; VirtualActionInvoker4< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, RuntimeObject*, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) */, __this, L_1, L_3, L_4, L_5); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::GenerateClientCredentials(System.Byte[],System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Client_GenerateClientCredentials_m0677A6FAC5FD4CE4238DD8A549EB7E016215DC50 (Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___identity1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password2, const RuntimeMethod* method) { { // this.x = Srp6Utilities.CalculateX(digest, N, salt, identity, password); RuntimeObject* L_0 = __this->get_digest_11(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_N_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___salt0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___identity1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___password2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = Srp6Utilities_CalculateX_mC00025F2D60F6CB69979BEA340F16D59BCA530DA(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); __this->set_x_5(L_5); // this.privA = SelectPrivateValue(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6; L_6 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::SelectPrivateValue() */, __this); __this->set_privA_2(L_6); // this.pubA = g.ModPow(privA, N); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = __this->get_g_1(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = __this->get_privA_2(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = __this->get_N_0(); NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_7, L_8, L_9, /*hidden argument*/NULL); __this->set_pubA_3(L_10); // return pubA; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = __this->get_pubA_3(); return L_11; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::CalculateSecret(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Client_CalculateSecret_mEFF169EBFC59FBD20C3B354953E54A6E9360B941 (Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___serverB0, const RuntimeMethod* method) { { // this.B = Srp6Utilities.ValidatePublicValue(N, serverB); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_N_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___serverB0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = Srp6Utilities_ValidatePublicValue_mCC2B61D8D514D5CBE5845997CBA602FBA9F34193(L_0, L_1, /*hidden argument*/NULL); __this->set_B_4(L_2); // this.u = Srp6Utilities.CalculateU(digest, N, pubA, B); RuntimeObject* L_3 = __this->get_digest_11(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = __this->get_N_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = __this->get_pubA_3(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = __this->get_B_4(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = Srp6Utilities_CalculateU_m2DE52FE5D408C757B947643365599375C6218791(L_3, L_4, L_5, L_6, /*hidden argument*/NULL); __this->set_u_6(L_7); // this.S = CalculateS(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = Srp6Client_CalculateS_mE5C0347A9095C5950EA719F78C3CB650D6D65443(__this, /*hidden argument*/NULL); __this->set_S_7(L_8); // return S; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = __this->get_S_7(); return L_9; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::SelectPrivateValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Client_SelectPrivateValue_m1DFA64778EE333DDB19EF11F9B2A72AB6D019AD5 (Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C * __this, const RuntimeMethod* method) { { // return Srp6Utilities.GeneratePrivateValue(digest, N, g, random); RuntimeObject* L_0 = __this->get_digest_11(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_N_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_g_1(); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = __this->get_random_12(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = Srp6Utilities_GeneratePrivateValue_m9AF8B8B6AE87522813280BDC2D24EF92A27D5CF2(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::CalculateS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Client_CalculateS_mE5C0347A9095C5950EA719F78C3CB650D6D65443 (Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C * __this, const RuntimeMethod* method) { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; { // BigInteger k = Srp6Utilities.CalculateK(digest, N, g); RuntimeObject* L_0 = __this->get_digest_11(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_N_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_g_1(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = Srp6Utilities_CalculateK_m5953856B9EF27F7282604C17AF01FAA9F19A0FFE(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // BigInteger exp = u.Multiply(x).Add(privA); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = __this->get_u_6(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = __this->get_x_5(); NullCheck(L_4); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6; L_6 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_4, L_5, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = __this->get_privA_2(); NullCheck(L_6); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; // BigInteger tmp = g.ModPow(x, N).Multiply(k).Mod(N); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = __this->get_g_1(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = __this->get_x_5(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = __this->get_N_0(); NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12; L_12 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_9, L_10, L_11, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = V_0; NullCheck(L_12); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14; L_14 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_12, L_13, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15 = __this->get_N_0(); NullCheck(L_14); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16; L_16 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; // return B.Subtract(tmp).Mod(N).ModPow(exp, N); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_17 = __this->get_B_4(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_18 = V_2; NullCheck(L_17); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_19; L_19 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_17, L_18, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_20 = __this->get_N_0(); NullCheck(L_19); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21; L_21 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_19, L_20, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_23 = __this->get_N_0(); NullCheck(L_21); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24; L_24 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_21, L_22, L_23, /*hidden argument*/NULL); return L_24; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::CalculateClientEvidenceMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Client_CalculateClientEvidenceMessage_m6139436BAD956607895D201A3591925779F53058 (Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C * __this, const RuntimeMethod* method) { { // if (this.pubA == null || this.B == null || this.S == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_pubA_3(); if (!L_0) { goto IL_0018; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_B_4(); if (!L_1) { goto IL_0018; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_S_7(); if (L_2) { goto IL_0023; } } IL_0018: { // throw new CryptoException("Impossible to compute M1: " + // "some data are missing from the previous operations (A,B,S)"); CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 * L_3 = (CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27_il2cpp_TypeInfo_var))); CryptoException__ctor_m171657A510F8E4B07AB34C45B72AAADCFF91EB6E(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC4FFBA9A85695B47BFC39AE6A2C393DE94A5A452)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Srp6Client_CalculateClientEvidenceMessage_m6139436BAD956607895D201A3591925779F53058_RuntimeMethod_var))); } IL_0023: { // this.M1 = Srp6Utilities.CalculateM1(digest, N, pubA, B, S); RuntimeObject* L_4 = __this->get_digest_11(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = __this->get_N_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = __this->get_pubA_3(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = __this->get_B_4(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = __this->get_S_7(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = Srp6Utilities_CalculateM1_mE141DFFB8ADEBECCA1697F35DEAD1E9833326763(L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); __this->set_M1_8(L_9); // return M1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = __this->get_M1_8(); return L_10; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::VerifyServerEvidenceMessage(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Srp6Client_VerifyServerEvidenceMessage_mEAE359B2BE5340E1B88C0B0909B6BAC2894EE8D3 (Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___serverM20, const RuntimeMethod* method) { { // if (this.pubA == null || this.M1 == null || this.S == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_pubA_3(); if (!L_0) { goto IL_0018; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_M1_8(); if (!L_1) { goto IL_0018; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_S_7(); if (L_2) { goto IL_0023; } } IL_0018: { // throw new CryptoException("Impossible to compute and verify M2: " + // "some data are missing from the previous operations (A,M1,S)"); CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 * L_3 = (CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27_il2cpp_TypeInfo_var))); CryptoException__ctor_m171657A510F8E4B07AB34C45B72AAADCFF91EB6E(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral626F731ADC6BBCD380783206CF0A6578E8A40544)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Srp6Client_VerifyServerEvidenceMessage_mEAE359B2BE5340E1B88C0B0909B6BAC2894EE8D3_RuntimeMethod_var))); } IL_0023: { // BigInteger computedM2 = Srp6Utilities.CalculateM2(digest, N, pubA, M1, S); RuntimeObject* L_4 = __this->get_digest_11(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = __this->get_N_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = __this->get_pubA_3(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = __this->get_M1_8(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = __this->get_S_7(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = Srp6Utilities_CalculateM2_m98F32EF9193CD8B3C946AFF1F8BAD2441150657A(L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // if (computedM2.Equals(serverM2)) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = ___serverM20; NullCheck(L_9); bool L_11; L_11 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_9, L_10); if (!L_11) { goto IL_0057; } } { // this.M2 = serverM2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = ___serverM20; __this->set_M2_9(L_12); // return true; return (bool)1; } IL_0057: { // return false; return (bool)0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client::CalculateSessionKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Client_CalculateSessionKey_mFD284DC9C9E30FD80B98DD6A865650AE6FF59AD9 (Srp6Client_t72AFC1C4017FA39C04DC6270FEAD28416A079D0C * __this, const RuntimeMethod* method) { { // if (this.S == null || this.M1 == null || this.M2 == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_S_7(); if (!L_0) { goto IL_0018; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_M1_8(); if (!L_1) { goto IL_0018; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_M2_9(); if (L_2) { goto IL_0023; } } IL_0018: { // throw new CryptoException("Impossible to compute Key: " + // "some data are missing from the previous operations (S,M1,M2)"); CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 * L_3 = (CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27_il2cpp_TypeInfo_var))); CryptoException__ctor_m171657A510F8E4B07AB34C45B72AAADCFF91EB6E(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E21BFE62F48C3813CC23694A374E4267DB7B718)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Srp6Client_CalculateSessionKey_mFD284DC9C9E30FD80B98DD6A865650AE6FF59AD9_RuntimeMethod_var))); } IL_0023: { // this.Key = Srp6Utilities.CalculateKey(digest, N, S); RuntimeObject* L_4 = __this->get_digest_11(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = __this->get_N_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = __this->get_S_7(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = Srp6Utilities_CalculateKey_mCBB1D73CABC3BE3674197448F7532E8EE2DADC9B(L_4, L_5, L_6, /*hidden argument*/NULL); __this->set_Key_10(L_7); // return Key; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = __this->get_Key_10(); return L_8; } } #ifdef __clang__ #pragma clang 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.Crypto.Parameters.Srp6GroupParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6GroupParameters__ctor_m0A159C19C80638296C664C5F4603EEFF6ADA88C8 (Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, const RuntimeMethod* method) { { // public Srp6GroupParameters(BigInteger N, BigInteger g) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.n = N; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___N0; __this->set_n_0(L_0); // this.g = g; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___g1; __this->set_g_1(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters::get_G() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6GroupParameters_get_G_m2FDB6D901F5D02584934026BB2179C2E0781EBA2 (Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * __this, const RuntimeMethod* method) { { // get { return g; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_g_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters::get_N() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6GroupParameters_get_N_m9153EB69712651CAE44E49662590DD279D4D9BE7 (Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * __this, const RuntimeMethod* method) { { // get { return n; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_n_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6Server__ctor_m0DF79AB7F52A1830EDF3D48EA4E61D75CC6FB70B (Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 * __this, const RuntimeMethod* method) { { // public Srp6Server() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6Server_Init_m270C7FDDA816AC1B7413389CC6592D3309F51A7C (Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___v2, RuntimeObject* ___digest3, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random4, const RuntimeMethod* method) { { // this.N = N; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___N0; __this->set_N_0(L_0); // this.g = g; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___g1; __this->set_g_1(L_1); // this.v = v; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___v2; __this->set_v_2(L_2); // this.random = random; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = ___random4; __this->set_random_3(L_3); // this.digest = digest; RuntimeObject* L_4 = ___digest3; __this->set_digest_4(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6Server_Init_mEB131ED422436CDCC3BA32E19A63A026763DF507 (Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 * __this, Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___group0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___v1, RuntimeObject* ___digest2, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random3, const RuntimeMethod* method) { { // Init(group.N, group.G, v, digest, random); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_0 = ___group0; NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = Srp6GroupParameters_get_N_m9153EB69712651CAE44E49662590DD279D4D9BE7_inline(L_0, /*hidden argument*/NULL); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_2 = ___group0; NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = Srp6GroupParameters_get_G_m2FDB6D901F5D02584934026BB2179C2E0781EBA2_inline(L_2, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___v1; RuntimeObject* L_5 = ___digest2; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_6 = ___random3; VirtualActionInvoker5< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, RuntimeObject*, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) */, __this, L_1, L_3, L_4, L_5, L_6); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::GenerateServerCredentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Server_GenerateServerCredentials_m03C86539848DF720489373FA1A379C5D13DF88FE (Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 * __this, const RuntimeMethod* method) { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; { // BigInteger k = Srp6Utilities.CalculateK(digest, N, g); RuntimeObject* L_0 = __this->get_digest_4(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_N_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_g_1(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = Srp6Utilities_CalculateK_m5953856B9EF27F7282604C17AF01FAA9F19A0FFE(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // this.privB = SelectPrivateValue(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::SelectPrivateValue() */, __this); __this->set_privB_6(L_4); // this.pubB = k.Multiply(v).Mod(N).Add(g.ModPow(privB, N)).Mod(N); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = __this->get_v_2(); NullCheck(L_5); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_5, L_6, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = __this->get_N_0(); NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_7, L_8, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = __this->get_g_1(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = __this->get_privB_6(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = __this->get_N_0(); NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13; L_13 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_10, L_11, L_12, /*hidden argument*/NULL); NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14; L_14 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_9, L_13, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15 = __this->get_N_0(); NullCheck(L_14); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16; L_16 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_14, L_15, /*hidden argument*/NULL); __this->set_pubB_7(L_16); // return pubB; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_17 = __this->get_pubB_7(); return L_17; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::CalculateSecret(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Server_CalculateSecret_m577DBA99B9DBFA73655B98835BB633D4320DA430 (Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___clientA0, const RuntimeMethod* method) { { // this.A = Srp6Utilities.ValidatePublicValue(N, clientA); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_N_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___clientA0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = Srp6Utilities_ValidatePublicValue_mCC2B61D8D514D5CBE5845997CBA602FBA9F34193(L_0, L_1, /*hidden argument*/NULL); __this->set_A_5(L_2); // this.u = Srp6Utilities.CalculateU(digest, N, A, pubB); RuntimeObject* L_3 = __this->get_digest_4(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = __this->get_N_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = __this->get_A_5(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = __this->get_pubB_7(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = Srp6Utilities_CalculateU_m2DE52FE5D408C757B947643365599375C6218791(L_3, L_4, L_5, L_6, /*hidden argument*/NULL); __this->set_u_8(L_7); // this.S = CalculateS(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = Srp6Server_CalculateS_mCB19A4B2A4036105DBCE51332F0EE4DDF59B890D(__this, /*hidden argument*/NULL); __this->set_S_9(L_8); // return S; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = __this->get_S_9(); return L_9; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::SelectPrivateValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Server_SelectPrivateValue_mE2AAD4091477858BC68E0964A4763D9ED435A7D9 (Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 * __this, const RuntimeMethod* method) { { // return Srp6Utilities.GeneratePrivateValue(digest, N, g, random); RuntimeObject* L_0 = __this->get_digest_4(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_N_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_g_1(); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = __this->get_random_3(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = Srp6Utilities_GeneratePrivateValue_m9AF8B8B6AE87522813280BDC2D24EF92A27D5CF2(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::CalculateS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Server_CalculateS_mCB19A4B2A4036105DBCE51332F0EE4DDF59B890D (Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 * __this, const RuntimeMethod* method) { { // return v.ModPow(u, N).Multiply(A).Mod(N).ModPow(privB, N); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_v_2(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_u_8(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_N_0(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_0, L_1, L_2, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = __this->get_A_5(); NullCheck(L_3); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_3, L_4, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = __this->get_N_0(); NullCheck(L_5); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_5, L_6, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = __this->get_privB_6(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = __this->get_N_0(); NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::VerifyClientEvidenceMessage(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Srp6Server_VerifyClientEvidenceMessage_m54EF00981F3B9AD2B732744A733EFF5CAFF98212 (Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___clientM10, const RuntimeMethod* method) { { // if (this.A == null || this.pubB == null || this.S == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_A_5(); if (!L_0) { goto IL_0018; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_pubB_7(); if (!L_1) { goto IL_0018; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_S_9(); if (L_2) { goto IL_0023; } } IL_0018: { // throw new CryptoException("Impossible to compute and verify M1: " + // "some data are missing from the previous operations (A,B,S)"); CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 * L_3 = (CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27_il2cpp_TypeInfo_var))); CryptoException__ctor_m171657A510F8E4B07AB34C45B72AAADCFF91EB6E(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral071BE34C8AAE22B351B90FF15F46D1EFB3D471B1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Srp6Server_VerifyClientEvidenceMessage_m54EF00981F3B9AD2B732744A733EFF5CAFF98212_RuntimeMethod_var))); } IL_0023: { // BigInteger computedM1 = Srp6Utilities.CalculateM1(digest, N, A, pubB, S); RuntimeObject* L_4 = __this->get_digest_4(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = __this->get_N_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = __this->get_A_5(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = __this->get_pubB_7(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = __this->get_S_9(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = Srp6Utilities_CalculateM1_mE141DFFB8ADEBECCA1697F35DEAD1E9833326763(L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); // if (computedM1.Equals(clientM1)) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = ___clientM10; NullCheck(L_9); bool L_11; L_11 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_9, L_10); if (!L_11) { goto IL_0057; } } { // this.M1 = clientM1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = ___clientM10; __this->set_M1_10(L_12); // return true; return (bool)1; } IL_0057: { // return false; return (bool)0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::CalculateServerEvidenceMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Server_CalculateServerEvidenceMessage_mE428A414B6B822929B22ECA9CBC40E7EC05ADF4B (Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 * __this, const RuntimeMethod* method) { { // if (this.A == null || this.M1 == null || this.S == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_A_5(); if (!L_0) { goto IL_0018; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_M1_10(); if (!L_1) { goto IL_0018; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_S_9(); if (L_2) { goto IL_0023; } } IL_0018: { // throw new CryptoException("Impossible to compute M2: " + // "some data are missing from the previous operations (A,M1,S)"); CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 * L_3 = (CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27_il2cpp_TypeInfo_var))); CryptoException__ctor_m171657A510F8E4B07AB34C45B72AAADCFF91EB6E(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE13F2D7CD51CE81574943388EC18A20F4DAA0217)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Srp6Server_CalculateServerEvidenceMessage_mE428A414B6B822929B22ECA9CBC40E7EC05ADF4B_RuntimeMethod_var))); } IL_0023: { // this.M2 = Srp6Utilities.CalculateM2(digest, N, A, M1, S); RuntimeObject* L_4 = __this->get_digest_4(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = __this->get_N_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = __this->get_A_5(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = __this->get_M1_10(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = __this->get_S_9(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = Srp6Utilities_CalculateM2_m98F32EF9193CD8B3C946AFF1F8BAD2441150657A(L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); __this->set_M2_11(L_9); // return M2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = __this->get_M2_11(); return L_10; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server::CalculateSessionKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Server_CalculateSessionKey_m6BA437E5707EE0F26929E9FC970EC7D7BCDAC3E5 (Srp6Server_t77F177A17E1BEE203A637B694A67150236D70B51 * __this, const RuntimeMethod* method) { { // if (this.S == null || this.M1 == null || this.M2 == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_S_9(); if (!L_0) { goto IL_0018; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_M1_10(); if (!L_1) { goto IL_0018; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_M2_11(); if (L_2) { goto IL_0023; } } IL_0018: { // throw new CryptoException("Impossible to compute Key: " + // "some data are missing from the previous operations (S,M1,M2)"); CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 * L_3 = (CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27_il2cpp_TypeInfo_var))); CryptoException__ctor_m171657A510F8E4B07AB34C45B72AAADCFF91EB6E(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E21BFE62F48C3813CC23694A374E4267DB7B718)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Srp6Server_CalculateSessionKey_m6BA437E5707EE0F26929E9FC970EC7D7BCDAC3E5_RuntimeMethod_var))); } IL_0023: { // this.Key = Srp6Utilities.CalculateKey(digest, N, S); RuntimeObject* L_4 = __this->get_digest_4(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = __this->get_N_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = __this->get_S_9(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = Srp6Utilities_CalculateKey_mCBB1D73CABC3BE3674197448F7532E8EE2DADC9B(L_4, L_5, L_6, /*hidden argument*/NULL); __this->set_Key_12(L_7); // return Key; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = __this->get_Key_12(); return L_8; } } #ifdef __clang__ #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.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups::FromHex(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6StandardGroups_FromHex_m2703BE187FC32A78909E0816CCF2788AFE67799E (String_t* ___hex0, 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*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new BigInteger(1, Hex.Decode(hex)); String_t* L_0 = ___hex0; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(L_0, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_2, 1, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups::FromNG(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * Srp6StandardGroups_FromNG_m323C144E6ED875EC2188BA34589008066B96C2A0 (String_t* ___hexN0, String_t* ___hexG1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Srp6GroupParameters(FromHex(hexN), FromHex(hexG)); String_t* L_0 = ___hexN0; IL2CPP_RUNTIME_CLASS_INIT(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = Srp6StandardGroups_FromHex_m2703BE187FC32A78909E0816CCF2788AFE67799E(L_0, /*hidden argument*/NULL); String_t* L_2 = ___hexG1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = Srp6StandardGroups_FromHex_m2703BE187FC32A78909E0816CCF2788AFE67799E(L_2, /*hidden argument*/NULL); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_4 = (Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 *)il2cpp_codegen_object_new(Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538_il2cpp_TypeInfo_var); Srp6GroupParameters__ctor_m0A159C19C80638296C664C5F4603EEFF6ADA88C8(L_4, L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6StandardGroups__ctor_m00AA1B0B49B2C187709BCBA53E6CFEE495CD0FB9 (Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6StandardGroups::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6StandardGroups__cctor_mE8BB8A3EB9D9C63504F3283E9826FB3087AF561B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C896607C1AACEB2024C399129C501A5AC15813C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral147A2E4F16C11D9B1B87A5B53272C4CCD7BB16A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AA1790AE1BC157DD7BC2E8E7D142CB22C2346A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EC571980228577F6012A1A8D69638CFEE50EEEE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral597CCAAD822896FC6E71012763467F92C7EBBB45); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7353C41C94834E4F94476B65695D9DD63DA5FAF5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7690D04B068E6307D4D5AB4BD8CA27E198833A7D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86202678AB0A41B628DDEEB4DD6DC622B9C6ED5E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD850E65FDA2A1336890B1151B50201CCB0EA210); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB647F69005995680F1C979F6D57776A59362E71); s_Il2CppMethodInitialized = true; } { // public static readonly Srp6GroupParameters rfc5054_1024 = FromNG(rfc5054_1024_N, rfc5054_1024_g); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_0; L_0 = Srp6StandardGroups_FromNG_m323C144E6ED875EC2188BA34589008066B96C2A0(_stringLiteral7690D04B068E6307D4D5AB4BD8CA27E198833A7D, _stringLiteral597CCAAD822896FC6E71012763467F92C7EBBB45, /*hidden argument*/NULL); ((Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields*)il2cpp_codegen_static_fields_for(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_il2cpp_TypeInfo_var))->set_rfc5054_1024_2(L_0); // public static readonly Srp6GroupParameters rfc5054_1536 = FromNG(rfc5054_1536_N, rfc5054_1536_g); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_1; L_1 = Srp6StandardGroups_FromNG_m323C144E6ED875EC2188BA34589008066B96C2A0(_stringLiteral3EC571980228577F6012A1A8D69638CFEE50EEEE, _stringLiteral597CCAAD822896FC6E71012763467F92C7EBBB45, /*hidden argument*/NULL); ((Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields*)il2cpp_codegen_static_fields_for(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_il2cpp_TypeInfo_var))->set_rfc5054_1536_5(L_1); // public static readonly Srp6GroupParameters rfc5054_2048 = FromNG(rfc5054_2048_N, rfc5054_2048_g); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_2; L_2 = Srp6StandardGroups_FromNG_m323C144E6ED875EC2188BA34589008066B96C2A0(_stringLiteral0C896607C1AACEB2024C399129C501A5AC15813C, _stringLiteral597CCAAD822896FC6E71012763467F92C7EBBB45, /*hidden argument*/NULL); ((Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields*)il2cpp_codegen_static_fields_for(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_il2cpp_TypeInfo_var))->set_rfc5054_2048_8(L_2); // public static readonly Srp6GroupParameters rfc5054_3072 = FromNG(rfc5054_3072_N, rfc5054_3072_g); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_3; L_3 = Srp6StandardGroups_FromNG_m323C144E6ED875EC2188BA34589008066B96C2A0(_stringLiteral86202678AB0A41B628DDEEB4DD6DC622B9C6ED5E, _stringLiteral7353C41C94834E4F94476B65695D9DD63DA5FAF5, /*hidden argument*/NULL); ((Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields*)il2cpp_codegen_static_fields_for(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_il2cpp_TypeInfo_var))->set_rfc5054_3072_11(L_3); // public static readonly Srp6GroupParameters rfc5054_4096 = FromNG(rfc5054_4096_N, rfc5054_4096_g); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_4; L_4 = Srp6StandardGroups_FromNG_m323C144E6ED875EC2188BA34589008066B96C2A0(_stringLiteral147A2E4F16C11D9B1B87A5B53272C4CCD7BB16A3, _stringLiteral7353C41C94834E4F94476B65695D9DD63DA5FAF5, /*hidden argument*/NULL); ((Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields*)il2cpp_codegen_static_fields_for(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_il2cpp_TypeInfo_var))->set_rfc5054_4096_14(L_4); // public static readonly Srp6GroupParameters rfc5054_6144 = FromNG(rfc5054_6144_N, rfc5054_6144_g); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_5; L_5 = Srp6StandardGroups_FromNG_m323C144E6ED875EC2188BA34589008066B96C2A0(_stringLiteralCD850E65FDA2A1336890B1151B50201CCB0EA210, _stringLiteral7353C41C94834E4F94476B65695D9DD63DA5FAF5, /*hidden argument*/NULL); ((Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields*)il2cpp_codegen_static_fields_for(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_il2cpp_TypeInfo_var))->set_rfc5054_6144_17(L_5); // public static readonly Srp6GroupParameters rfc5054_8192 = FromNG(rfc5054_8192_N, rfc5054_8192_g); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_6; L_6 = Srp6StandardGroups_FromNG_m323C144E6ED875EC2188BA34589008066B96C2A0(_stringLiteralFB647F69005995680F1C979F6D57776A59362E71, _stringLiteral1AA1790AE1BC157DD7BC2E8E7D142CB22C2346A8, /*hidden argument*/NULL); ((Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_StaticFields*)il2cpp_codegen_static_fields_for(Srp6StandardGroups_t7FB98AB884C720C7F88396A314DDB4E0D454A137_il2cpp_TypeInfo_var))->set_rfc5054_8192_20(L_6); 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.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::CalculateK(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_CalculateK_m5953856B9EF27F7282604C17AF01FAA9F19A0FFE (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g2, const RuntimeMethod* method) { { // return HashPaddedPair(digest, N, N, g); RuntimeObject* L_0 = ___digest0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___N1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___N1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___g2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = Srp6Utilities_HashPaddedPair_m470CA79DD852E61DD3E03E934DD8BDA38BADA996(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::CalculateU(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_CalculateU_m2DE52FE5D408C757B947643365599375C6218791 (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___A2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___B3, const RuntimeMethod* method) { { // return HashPaddedPair(digest, N, A, B); RuntimeObject* L_0 = ___digest0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___N1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___A2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___B3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = Srp6Utilities_HashPaddedPair_m470CA79DD852E61DD3E03E934DD8BDA38BADA996(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::CalculateX(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[],System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_CalculateX_mC00025F2D60F6CB69979BEA340F16D59BCA530DA (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___identity3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password4, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] output = new byte[digest.GetDigestSize()]; RuntimeObject* L_0 = ___digest0; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // digest.BlockUpdate(identity, 0, identity.Length); RuntimeObject* L_3 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___identity3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___identity3; NullCheck(L_5); NullCheck(L_3); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_3, L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))); // digest.Update((byte)':'); RuntimeObject* L_6 = ___digest0; NullCheck(L_6); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Update(System.Byte) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_6, (uint8_t)((int32_t)58)); // digest.BlockUpdate(password, 0, password.Length); RuntimeObject* L_7 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___password4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___password4; NullCheck(L_9); NullCheck(L_7); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_7, L_8, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))); // digest.DoFinal(output, 0); RuntimeObject* L_10 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; NullCheck(L_10); int32_t L_12; L_12 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_10, L_11, 0); // digest.BlockUpdate(salt, 0, salt.Length); RuntimeObject* L_13 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___salt2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___salt2; NullCheck(L_15); NullCheck(L_13); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_13, L_14, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))); // digest.BlockUpdate(output, 0, output.Length); RuntimeObject* L_16 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_0; NullCheck(L_18); NullCheck(L_16); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_16, L_17, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))); // digest.DoFinal(output, 0); RuntimeObject* L_19 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_0; NullCheck(L_19); int32_t L_21; L_21 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_19, L_20, 0); // return new BigInteger(1, output); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_23 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_23, 1, L_22, /*hidden argument*/NULL); return L_23; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::GeneratePrivateValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_GeneratePrivateValue_m9AF8B8B6AE87522813280BDC2D24EF92A27D5CF2 (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g2, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random3, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; { // int minBits = System.Math.Min(256, N.BitLength / 2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___N1; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)256), ((int32_t)((int32_t)L_1/(int32_t)2)), /*hidden argument*/NULL); V_0 = L_2; // BigInteger min = BigInteger.One.ShiftLeft(minBits - 1); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); int32_t L_4 = V_0; NullCheck(L_3); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); // BigInteger max = N.Subtract(BigInteger.One); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = ___N1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_6); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; // return BigIntegers.CreateRandomInRange(min, max, random); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = V_1; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_10 = ___random3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = BigIntegers_CreateRandomInRange_m97CB7CE0D042CD444A5E00FDF5664C42A4AD6C92(L_5, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::ValidatePublicValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_ValidatePublicValue_mCC2B61D8D514D5CBE5845997CBA602FBA9F34193 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___val1, 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; } { // val = val.Mod(N); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___val1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___N0; NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_0, L_1, /*hidden argument*/NULL); ___val1 = L_2; // if (val.Equals(BigInteger.Zero)) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___val1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Zero_7(); NullCheck(L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_3, L_4); if (!L_5) { goto IL_0021; } } { // throw new CryptoException("Invalid public value: 0"); CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 * L_6 = (CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27_il2cpp_TypeInfo_var))); CryptoException__ctor_m171657A510F8E4B07AB34C45B72AAADCFF91EB6E(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEFDC080DBB746947B92F095D21ECE7284C9B59EE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Srp6Utilities_ValidatePublicValue_mCC2B61D8D514D5CBE5845997CBA602FBA9F34193_RuntimeMethod_var))); } IL_0021: { // return val; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ___val1; return L_7; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::CalculateM1(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_CalculateM1_mE141DFFB8ADEBECCA1697F35DEAD1E9833326763 (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___A2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___B3, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___S4, const RuntimeMethod* method) { { // BigInteger M1 = HashPaddedTriplet(digest, N, A, B, S); RuntimeObject* L_0 = ___digest0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___N1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___A2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___B3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___S4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = Srp6Utilities_HashPaddedTriplet_mBC5724C2179300ED7C18AA6F1D87B781A471C722(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return M1; return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::CalculateM2(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_CalculateM2_m98F32EF9193CD8B3C946AFF1F8BAD2441150657A (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___A2, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___M13, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___S4, const RuntimeMethod* method) { { // BigInteger M2 = HashPaddedTriplet(digest, N, A, M1, S); RuntimeObject* L_0 = ___digest0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___N1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___A2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___M13; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___S4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = Srp6Utilities_HashPaddedTriplet_mBC5724C2179300ED7C18AA6F1D87B781A471C722(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // return M2; return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::CalculateKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_CalculateKey_mCBB1D73CABC3BE3674197448F7532E8EE2DADC9B (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___S2, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { // int padLength = (N.BitLength + 7) / 8; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___N1; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_0, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)7))/(int32_t)8)); // byte[] _S = GetPadded(S, padLength); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___S2; int32_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Srp6Utilities_GetPadded_mA44A2E62B97FF737D1D19C172AD1FEF16C734B2E(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; // digest.BlockUpdate(_S, 0, _S.Length); RuntimeObject* L_5 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; NullCheck(L_7); NullCheck(L_5); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_5, L_6, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))); // byte[] output = new byte[digest.GetDigestSize()]; RuntimeObject* L_8 = ___digest0; NullCheck(L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_9); V_2 = L_10; // digest.DoFinal(output, 0); RuntimeObject* L_11 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_2; NullCheck(L_11); int32_t L_13; L_13 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_11, L_12, 0); // return new BigInteger(1, output); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_15, 1, L_14, /*hidden argument*/NULL); return L_15; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::HashPaddedTriplet(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_HashPaddedTriplet_mBC5724C2179300ED7C18AA6F1D87B781A471C722 (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n12, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n23, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n34, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; { // int padLength = (N.BitLength + 7) / 8; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___N1; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_0, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)7))/(int32_t)8)); // byte[] n1_bytes = GetPadded(n1, padLength); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___n12; int32_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Srp6Utilities_GetPadded_mA44A2E62B97FF737D1D19C172AD1FEF16C734B2E(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; // byte[] n2_bytes = GetPadded(n2, padLength); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = ___n23; int32_t L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Srp6Utilities_GetPadded_mA44A2E62B97FF737D1D19C172AD1FEF16C734B2E(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; // byte[] n3_bytes = GetPadded(n3, padLength); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = ___n34; int32_t L_9 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = Srp6Utilities_GetPadded_mA44A2E62B97FF737D1D19C172AD1FEF16C734B2E(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; // digest.BlockUpdate(n1_bytes, 0, n1_bytes.Length); RuntimeObject* L_11 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; NullCheck(L_13); NullCheck(L_11); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_11, L_12, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))); // digest.BlockUpdate(n2_bytes, 0, n2_bytes.Length); RuntimeObject* L_14 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_2; NullCheck(L_16); NullCheck(L_14); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_14, L_15, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))); // digest.BlockUpdate(n3_bytes, 0, n3_bytes.Length); RuntimeObject* L_17 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_3; NullCheck(L_19); NullCheck(L_17); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_17, L_18, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))); // byte[] output = new byte[digest.GetDigestSize()]; RuntimeObject* L_20 = ___digest0; NullCheck(L_20); int32_t L_21; L_21 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_20); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_21); V_4 = L_22; // digest.DoFinal(output, 0); RuntimeObject* L_23 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_4; NullCheck(L_23); int32_t L_25; L_25 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_23, L_24, 0); // return new BigInteger(1, output); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_27 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_27, 1, L_26, /*hidden argument*/NULL); return L_27; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::HashPaddedPair(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6Utilities_HashPaddedPair_m470CA79DD852E61DD3E03E934DD8BDA38BADA996 (RuntimeObject* ___digest0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n12, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n23, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; { // int padLength = (N.BitLength + 7) / 8; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___N1; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_0, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)7))/(int32_t)8)); // byte[] n1_bytes = GetPadded(n1, padLength); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___n12; int32_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = Srp6Utilities_GetPadded_mA44A2E62B97FF737D1D19C172AD1FEF16C734B2E(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; // byte[] n2_bytes = GetPadded(n2, padLength); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = ___n23; int32_t L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = Srp6Utilities_GetPadded_mA44A2E62B97FF737D1D19C172AD1FEF16C734B2E(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; // digest.BlockUpdate(n1_bytes, 0, n1_bytes.Length); RuntimeObject* L_8 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; NullCheck(L_10); NullCheck(L_8); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_8, L_9, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))); // digest.BlockUpdate(n2_bytes, 0, n2_bytes.Length); RuntimeObject* L_11 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_2; NullCheck(L_13); NullCheck(L_11); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_11, L_12, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))); // byte[] output = new byte[digest.GetDigestSize()]; RuntimeObject* L_14 = ___digest0; NullCheck(L_14); int32_t L_15; L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_15); V_3 = L_16; // digest.DoFinal(output, 0); RuntimeObject* L_17 = ___digest0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_3; NullCheck(L_17); int32_t L_19; L_19 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_17, L_18, 0); // return new BigInteger(1, output); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_21, 1, L_20, /*hidden argument*/NULL); return L_21; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::GetPadded(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Srp6Utilities_GetPadded_mA44A2E62B97FF737D1D19C172AD1FEF16C734B2E (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, int32_t ___length1, 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; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // byte[] bs = BigIntegers.AsUnsignedByteArray(n); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___n0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = BigIntegers_AsUnsignedByteArray_m55024B860EEC4A20B8D70FE08A8388130903C24C(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (bs.Length < length) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; NullCheck(L_2); int32_t L_3 = ___length1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) >= ((int32_t)L_3))) { goto IL_0026; } } { // byte[] tmp = new byte[length]; int32_t L_4 = ___length1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); V_1 = L_5; // Array.Copy(bs, 0, tmp, length - bs.Length, bs.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; int32_t L_8 = ___length1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; NullCheck(L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; NullCheck(L_10); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))))), ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), /*hidden argument*/NULL); // bs = tmp; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; V_0 = L_11; } IL_0026: { // return bs; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6Utilities__ctor_m32E81F5D441C348073507D2167F4EC5BB9E9C15C (Srp6Utilities_tE89FCC428386BE52AC0B1ED99772FACBDF5D2F83 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6VerifierGenerator__ctor_mEB25C88080D4971424BBE685E811D04A4F787E01 (Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * __this, const RuntimeMethod* method) { { // public Srp6VerifierGenerator() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6VerifierGenerator_Init_mA15F1867E2E2E8D1C21105C83DAF3EBEDAB23F10 (Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___N0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g1, RuntimeObject* ___digest2, const RuntimeMethod* method) { { // this.N = N; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___N0; __this->set_N_0(L_0); // this.g = g; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___g1; __this->set_g_1(L_1); // this.digest = digest; RuntimeObject* L_2 = ___digest2; __this->set_digest_2(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.Srp6GroupParameters,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Srp6VerifierGenerator_Init_m23AC936187B986272CAFCDF5C1E135EA62177741 (Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * __this, Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * ___group0, RuntimeObject* ___digest1, const RuntimeMethod* method) { { // Init(group.N, group.G, digest); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_0 = ___group0; NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = Srp6GroupParameters_get_N_m9153EB69712651CAE44E49662590DD279D4D9BE7_inline(L_0, /*hidden argument*/NULL); Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * L_2 = ___group0; NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = Srp6GroupParameters_get_G_m2FDB6D901F5D02584934026BB2179C2E0781EBA2_inline(L_2, /*hidden argument*/NULL); RuntimeObject* L_4 = ___digest1; VirtualActionInvoker3< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, RuntimeObject* >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) */, __this, L_1, L_3, L_4); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator::GenerateVerifier(System.Byte[],System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6VerifierGenerator_GenerateVerifier_m35A43B72EAFA0B66E7E1E410A646BF73345B4E86 (Srp6VerifierGenerator_t88D7D9E3482F5A2128D89BCBD6CB7F3F921C3A06 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___identity1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password2, const RuntimeMethod* method) { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; { // BigInteger x = Srp6Utilities.CalculateX(digest, N, salt, identity, password); RuntimeObject* L_0 = __this->get_digest_2(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_N_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___salt0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___identity1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___password2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = Srp6Utilities_CalculateX_mC00025F2D60F6CB69979BEA340F16D59BCA530DA(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; // return g.ModPow(x, N); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = __this->get_g_1(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = __this->get_N_0(); NullCheck(L_6); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } #ifdef __clang__ #pragma clang 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.Crypto.Tls.SrpTlsClient::.ctor(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SrpTlsClient__ctor_m3C1D462CAEC5EE6D06D0D7ADE65763C1EE9BA9C6 (SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___identity0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new DefaultTlsCipherFactory(), new DefaultTlsSrpGroupVerifier(), identity, password) DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D * L_0 = (DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D *)il2cpp_codegen_object_new(DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var); DefaultTlsCipherFactory__ctor_m5D638B780C1C0DA09BC8520DE03094C14FECBE79(L_0, /*hidden argument*/NULL); DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653 * L_1 = (DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653 *)il2cpp_codegen_object_new(DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653_il2cpp_TypeInfo_var); DefaultTlsSrpGroupVerifier__ctor_m0D6FEC651EF700C70663FCDD18F39EAC14AAC371(L_1, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___identity0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___password1; SrpTlsClient__ctor_m24C1ADAEE21EB9E67E98C547BB3F73DB5F08DA45(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SrpTlsClient__ctor_m43532F5149FA46E67E74E5EE810419DEDD32C732 (SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B * __this, RuntimeObject* ___cipherFactory0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___identity1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(cipherFactory, new DefaultTlsSrpGroupVerifier(), identity, password) RuntimeObject* L_0 = ___cipherFactory0; DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653 * L_1 = (DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653 *)il2cpp_codegen_object_new(DefaultTlsSrpGroupVerifier_tA4B392FFA2AF60EB59095F47D5E311B387055653_il2cpp_TypeInfo_var); DefaultTlsSrpGroupVerifier__ctor_m0D6FEC651EF700C70663FCDD18F39EAC14AAC371(L_1, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___identity1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___password2; SrpTlsClient__ctor_m24C1ADAEE21EB9E67E98C547BB3F73DB5F08DA45(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpGroupVerifier,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SrpTlsClient__ctor_m24C1ADAEE21EB9E67E98C547BB3F73DB5F08DA45 (SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B * __this, RuntimeObject* ___cipherFactory0, RuntimeObject* ___groupVerifier1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___identity2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___password3, 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; } { // : base(cipherFactory) RuntimeObject* L_0 = ___cipherFactory0; AbstractTlsClient__ctor_m197F9DC93B926784C5F64748B23950FEF2A1C11C(__this, L_0, /*hidden argument*/NULL); // this.mGroupVerifier = groupVerifier; RuntimeObject* L_1 = ___groupVerifier1; __this->set_mGroupVerifier_9(L_1); // this.mIdentity = Arrays.Clone(identity); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___identity2; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_2, /*hidden argument*/NULL); __this->set_mIdentity_10(L_3); // this.mPassword = Arrays.Clone(password); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___password3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_4, /*hidden argument*/NULL); __this->set_mPassword_11(L_5); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::get_RequireSrpServerExtension() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SrpTlsClient_get_RequireSrpServerExtension_m39A10FC9428D4786372E7460CBA899FB88748B81 (SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::GetCipherSuites() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* SrpTlsClient_GetCipherSuites_mEEBEABC82426851357549F4D43A5D9AABD8CCCB5 (SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new int[] // { // CipherSuite.TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA // }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (int32_t)((int32_t)49182)); return L_1; } } // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::GetClientExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SrpTlsClient_GetClientExtensions_mFA465B9A7FDA01FE046F1B9872258C957431E0DA (SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B * __this, const RuntimeMethod* method) { { // IDictionary clientExtensions = TlsExtensionsUtilities.EnsureExtensionsInitialised(base.GetClientExtensions()); RuntimeObject* L_0; L_0 = AbstractTlsClient_GetClientExtensions_mF53616B79DAD0C1D0003B93C76796C36734452B9(__this, /*hidden argument*/NULL); RuntimeObject* L_1; L_1 = TlsExtensionsUtilities_EnsureExtensionsInitialised_mA4EB7585E0F22B3517895F3930A3FAABB66F5963(L_0, /*hidden argument*/NULL); // TlsSrpUtilities.AddSrpExtension(clientExtensions, this.mIdentity); RuntimeObject* L_2 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_mIdentity_10(); TlsSrpUtilities_AddSrpExtension_m3F7FF9E5B5AA575F296662DC54D0B04C33B45CE7(L_2, L_3, /*hidden argument*/NULL); // return clientExtensions; return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::ProcessServerExtensions(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SrpTlsClient_ProcessServerExtensions_m2C8206B4BC7FE835384FFF08EE820D0BD987A580 (SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B * __this, RuntimeObject* ___serverExtensions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!TlsUtilities.HasExpectedEmptyExtensionData(serverExtensions, ExtensionType.srp, // AlertDescription.illegal_parameter)) RuntimeObject* L_0 = ___serverExtensions0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_1; L_1 = TlsUtilities_HasExpectedEmptyExtensionData_m8696FC157600CFD36C8DD19ADFA6AD12B50828C6(L_0, ((int32_t)12), (uint8_t)((int32_t)47), /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { // if (RequireSrpServerExtension) bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(61 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::get_RequireSrpServerExtension() */, __this); if (!L_2) { goto IL_001c; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_3 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_3, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SrpTlsClient_ProcessServerExtensions_m2C8206B4BC7FE835384FFF08EE820D0BD987A580_RuntimeMethod_var))); } IL_001c: { // base.ProcessServerExtensions(serverExtensions); RuntimeObject* L_4 = ___serverExtensions0; AbstractTlsClient_ProcessServerExtensions_mA591968A47ABAE9FE3D28CB50FF77B401B172C0B(__this, L_4, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::GetKeyExchange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SrpTlsClient_GetKeyExchange_m2297F682D1E88093ED2FEB3FB46C66AD36C1C6C0 (SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int keyExchangeAlgorithm = TlsUtilities.GetKeyExchangeAlgorithm(mSelectedCipherSuite); int32_t L_0 = ((AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 *)__this)->get_mSelectedCipherSuite_6(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TlsUtilities_GetKeyExchangeAlgorithm_m417DDEA3285B4EEAFB7E3063573C1780AF489C2E(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)21)))) <= ((uint32_t)2)))) { goto IL_001b; } } { // return CreateSrpKeyExchange(keyExchangeAlgorithm); int32_t L_3 = V_0; RuntimeObject* L_4; L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(62 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::CreateSrpKeyExchange(System.Int32) */, __this, L_3); return L_4; } IL_001b: { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_5 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_5, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SrpTlsClient_GetKeyExchange_m2297F682D1E88093ED2FEB3FB46C66AD36C1C6C0_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsAuthentication BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::GetAuthentication() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SrpTlsClient_GetAuthentication_m2175BC1B1C65B94421E0890A5340F66DAA3FB9BA (SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B * __this, const RuntimeMethod* method) { { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_0 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_0, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SrpTlsClient_GetAuthentication_m2175BC1B1C65B94421E0890A5340F66DAA3FB9BA_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsClient::CreateSrpKeyExchange(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SrpTlsClient_CreateSrpKeyExchange_m5CCF4BBD95D3730047410F9965DDBC3A04BB72D3 (SrpTlsClient_t5DBEE63B8065BD69BBEAF19BE5CF3F42ACD5895B * __this, int32_t ___keyExchange0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new TlsSrpKeyExchange(keyExchange, mSupportedSignatureAlgorithms, mGroupVerifier, mIdentity, mPassword); int32_t L_0 = ___keyExchange0; RuntimeObject* L_1 = ((AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 *)__this)->get_mSupportedSignatureAlgorithms_2(); RuntimeObject* L_2 = __this->get_mGroupVerifier_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_mIdentity_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_mPassword_11(); TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076 * L_5 = (TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076 *)il2cpp_codegen_object_new(TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076_il2cpp_TypeInfo_var); TlsSrpKeyExchange__ctor_m0E6E10E8EC27A6588F3C1AB0031BCBA0236672A4(L_5, L_0, L_1, L_2, L_3, 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 // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpIdentityManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SrpTlsServer__ctor_mDBD35BA6B3B50BDB92A77B21877AF4CBD131FA04 (SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95 * __this, RuntimeObject* ___srpIdentityManager0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new DefaultTlsCipherFactory(), srpIdentityManager) DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D * L_0 = (DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D *)il2cpp_codegen_object_new(DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var); DefaultTlsCipherFactory__ctor_m5D638B780C1C0DA09BC8520DE03094C14FECBE79(L_0, /*hidden argument*/NULL); RuntimeObject* L_1 = ___srpIdentityManager0; SrpTlsServer__ctor_m37ECACCCB10DE466CF5772265E1199C3846E3B15(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpIdentityManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SrpTlsServer__ctor_m37ECACCCB10DE466CF5772265E1199C3846E3B15 (SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95 * __this, RuntimeObject* ___cipherFactory0, RuntimeObject* ___srpIdentityManager1, const RuntimeMethod* method) { { // : base(cipherFactory) RuntimeObject* L_0 = ___cipherFactory0; AbstractTlsServer__ctor_m31AE20C8EAECA2EAC23DECF802904645B7EE3D17(__this, L_0, /*hidden argument*/NULL); // this.mSrpIdentityManager = srpIdentityManager; RuntimeObject* L_1 = ___srpIdentityManager1; __this->set_mSrpIdentityManager_18(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSignerCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::GetDsaSignerCredentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SrpTlsServer_GetDsaSignerCredentials_m4D2F62976BDE73613B67C327C515AACB38B2E1B9 (SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95 * __this, const RuntimeMethod* method) { { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_0 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_0, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SrpTlsServer_GetDsaSignerCredentials_m4D2F62976BDE73613B67C327C515AACB38B2E1B9_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSignerCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::GetRsaSignerCredentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SrpTlsServer_GetRsaSignerCredentials_m10123BA1486162F3889307A5EE3276F4AF1D9D58 (SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95 * __this, const RuntimeMethod* method) { { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_0 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_0, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SrpTlsServer_GetRsaSignerCredentials_m10123BA1486162F3889307A5EE3276F4AF1D9D58_RuntimeMethod_var))); } } // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::GetCipherSuites() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* SrpTlsServer_GetCipherSuites_m5EA33FA8FF7997D45D842CBA9A29F8A8A3B7EBB5 (SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // return new int[] // { // CipherSuite.TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA, // CipherSuite.TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA, // CipherSuite.TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA, // CipherSuite.TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA, // CipherSuite.TLS_SRP_SHA_WITH_AES_256_CBC_SHA, // CipherSuite.TLS_SRP_SHA_WITH_AES_128_CBC_SHA // }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)6); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::ProcessClientExtensions(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SrpTlsServer_ProcessClientExtensions_m7776673AE28C520AE8CA3FFC9D9DC613CD2FEC2F (SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95 * __this, RuntimeObject* ___clientExtensions0, const RuntimeMethod* method) { { // base.ProcessClientExtensions(clientExtensions); RuntimeObject* L_0 = ___clientExtensions0; AbstractTlsServer_ProcessClientExtensions_mCB13675B6C9A6ACA57E849231984CDB30A82D27B(__this, L_0, /*hidden argument*/NULL); // this.mSrpIdentity = TlsSrpUtilities.GetSrpExtension(clientExtensions); RuntimeObject* L_1 = ___clientExtensions0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = TlsSrpUtilities_GetSrpExtension_mF32BFC44A063498D67258BD8DACB1EB88CD7CCB1(L_1, /*hidden argument*/NULL); __this->set_mSrpIdentity_19(L_2); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::GetSelectedCipherSuite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SrpTlsServer_GetSelectedCipherSuite_mAB2E04286EAAB8AA95F9B115ACA4DA5A453B347B (SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsSrpIdentityManager_tB527EB0E6BCE969042893526A28811706B56AD58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B2_0 = 0; int32_t G_B4_0 = 0; { // int cipherSuite = base.GetSelectedCipherSuite(); int32_t L_0; L_0 = AbstractTlsServer_GetSelectedCipherSuite_m841BCF4AF4377B89E0EA6560962AF139BE8DDD67(__this, /*hidden argument*/NULL); // if (TlsSrpUtilities.IsSrpCipherSuite(cipherSuite)) int32_t L_1 = L_0; bool L_2; L_2 = TlsSrpUtilities_IsSrpCipherSuite_mA27C627B09711B2CE0CB8A7A8923D8AB0DBE76FB(L_1, /*hidden argument*/NULL); G_B1_0 = L_1; if (!L_2) { G_B5_0 = L_1; goto IL_003d; } } { // if (mSrpIdentity != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_mSrpIdentity_19(); G_B2_0 = G_B1_0; if (!L_3) { G_B3_0 = G_B1_0; goto IL_002d; } } { // this.mLoginParameters = mSrpIdentityManager.GetLoginParameters(mSrpIdentity); RuntimeObject* L_4 = __this->get_mSrpIdentityManager_18(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_mSrpIdentity_19(); NullCheck(L_4); TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 * L_6; L_6 = InterfaceFuncInvoker1< TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpLoginParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSrpIdentityManager::GetLoginParameters(System.Byte[]) */, TlsSrpIdentityManager_tB527EB0E6BCE969042893526A28811706B56AD58_il2cpp_TypeInfo_var, L_4, L_5); __this->set_mLoginParameters_20(L_6); G_B3_0 = G_B2_0; } IL_002d: { // if (mLoginParameters == null) TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 * L_7 = __this->get_mLoginParameters_20(); G_B4_0 = G_B3_0; if (L_7) { G_B5_0 = G_B3_0; goto IL_003d; } } { // throw new TlsFatalAlert(AlertDescription.unknown_psk_identity); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_8 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_8, (uint8_t)((int32_t)115), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SrpTlsServer_GetSelectedCipherSuite_mAB2E04286EAAB8AA95F9B115ACA4DA5A453B347B_RuntimeMethod_var))); } IL_003d: { // return cipherSuite; return G_B5_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::GetCredentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SrpTlsServer_GetCredentials_m9399C2A851F22754E1AACE168935C85B88C80143 (SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int keyExchangeAlgorithm = TlsUtilities.GetKeyExchangeAlgorithm(mSelectedCipherSuite); int32_t L_0 = ((AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 *)__this)->get_mSelectedCipherSuite_15(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TlsUtilities_GetKeyExchangeAlgorithm_m417DDEA3285B4EEAFB7E3063573C1780AF489C2E(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)21)))) { case 0: { goto IL_0023; } case 1: { goto IL_0025; } case 2: { goto IL_002c; } } } { goto IL_0033; } IL_0023: { // return null; return (RuntimeObject*)NULL; } IL_0025: { // return GetDsaSignerCredentials(); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(63 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSignerCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::GetDsaSignerCredentials() */, __this); return L_3; } IL_002c: { // return GetRsaSignerCredentials(); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(64 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSignerCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::GetRsaSignerCredentials() */, __this); return L_4; } IL_0033: { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_5 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_5, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SrpTlsServer_GetCredentials_m9399C2A851F22754E1AACE168935C85B88C80143_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::GetKeyExchange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SrpTlsServer_GetKeyExchange_mAF97EA674992C5F6397797C002269684A4EABE23 (SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int keyExchangeAlgorithm = TlsUtilities.GetKeyExchangeAlgorithm(mSelectedCipherSuite); int32_t L_0 = ((AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 *)__this)->get_mSelectedCipherSuite_15(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TlsUtilities_GetKeyExchangeAlgorithm_m417DDEA3285B4EEAFB7E3063573C1780AF489C2E(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)21)))) <= ((uint32_t)2)))) { goto IL_001b; } } { // return CreateSrpKeyExchange(keyExchangeAlgorithm); int32_t L_3 = V_0; RuntimeObject* L_4; L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(65 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::CreateSrpKeyExchange(System.Int32) */, __this, L_3); return L_4; } IL_001b: { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_5 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_5, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SrpTlsServer_GetKeyExchange_mAF97EA674992C5F6397797C002269684A4EABE23_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrpTlsServer::CreateSrpKeyExchange(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SrpTlsServer_CreateSrpKeyExchange_m3D0D06CA32207243D3BDC5A69BCC18BE0732BF5F (SrpTlsServer_tEF62938935988BFAE247B7D753018475E4DFAB95 * __this, int32_t ___keyExchange0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new TlsSrpKeyExchange(keyExchange, mSupportedSignatureAlgorithms, mSrpIdentity, mLoginParameters); int32_t L_0 = ___keyExchange0; RuntimeObject* L_1 = ((AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 *)__this)->get_mSupportedSignatureAlgorithms_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_mSrpIdentity_19(); TlsSrpLoginParameters_t978CEF1A5CC7EBC84900F78D3481805DCBC89C88 * L_3 = __this->get_mLoginParameters_20(); TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076 * L_4 = (TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076 *)il2cpp_codegen_object_new(TlsSrpKeyExchange_t4B8E2A269E2124ADB3AE5DD83461F4CC98B7F076_il2cpp_TypeInfo_var); TlsSrpKeyExchange__ctor_mCE1EC52EB5A41182314B629DFC665EE9FAFCD8FF(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SrtpProtectionProfile::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SrtpProtectionProfile__ctor_m0C2CAAC5D4097434B2BDB82A0B8B68BEB743A5F3 (SrtpProtectionProfile_tB75755EA9F7150138C626D2754153B0628D3CCFF * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ssl3Mac__ctor_m0F273E8D113CF7441C28B0A02BB7F073DBE0AAD3 (Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E * __this, RuntimeObject* ___digest0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Ssl3Mac(IDigest digest) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.digest = digest; RuntimeObject* L_0 = ___digest0; __this->set_digest_4(L_0); // if (digest.GetDigestSize() == 20) RuntimeObject* L_1 = ___digest0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)20))))) { goto IL_0020; } } { // this.padLength = 40; __this->set_padLength_5(((int32_t)40)); // } return; } IL_0020: { // this.padLength = 48; __this->set_padLength_5(((int32_t)48)); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ssl3Mac_get_AlgorithmName_mD288C74F6773E17685214F06604CD86E52E333FA (Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34DC1DFCDC6CBE3325AB5A32C4A5EEECC164EDCD); s_Il2CppMethodInitialized = true; } { // get { return digest.AlgorithmName + "/SSL3MAC"; } RuntimeObject* L_0 = __this->get_digest_4(); NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::get_AlgorithmName() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_1, _stringLiteral34DC1DFCDC6CBE3325AB5A32C4A5EEECC164EDCD, /*hidden argument*/NULL); return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ssl3Mac_Init_mF47D7EC031A020377C6F0D24EC2E7627737186B7 (Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E * __this, RuntimeObject* ___parameters0, 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*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // secret = Arrays.Clone(((KeyParameter)parameters).GetKey()); RuntimeObject* L_0 = ___parameters0; NullCheck(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_1, /*hidden argument*/NULL); __this->set_secret_6(L_2); // Reset(); VirtualActionInvoker0::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::Reset() */, __this); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::GetMacSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ssl3Mac_GetMacSize_m52EA69EB0ACEF8CB24F090816701848284EB7088 (Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return digest.GetDigestSize(); RuntimeObject* L_0 = __this->get_digest_4(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ssl3Mac_Update_m4AC628E3F856D857217450CB1C237803B7B074D2 (Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E * __this, uint8_t ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // digest.Update(input); RuntimeObject* L_0 = __this->get_digest_4(); uint8_t L_1 = ___input0; NullCheck(L_0); InterfaceActionInvoker1< uint8_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Update(System.Byte) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ssl3Mac_BlockUpdate_mBF7AFE9BC1A63A11CA42ECB0F15AC993C65A01CD (Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // digest.BlockUpdate(input, inOff, len); RuntimeObject* L_0 = __this->get_digest_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; int32_t L_2 = ___inOff1; int32_t L_3 = ___len2; NullCheck(L_0); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ssl3Mac_DoFinal_m0584FBFD6410BAC60DD9D67D976374F2DA143DB8 (Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, 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*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] tmp = new byte[digest.GetDigestSize()]; RuntimeObject* L_0 = __this->get_digest_4(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // digest.DoFinal(tmp, 0); RuntimeObject* L_3 = __this->get_digest_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_3); int32_t L_5; L_5 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_3, L_4, 0); // digest.BlockUpdate(secret, 0, secret.Length); RuntimeObject* L_6 = __this->get_digest_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_secret_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_secret_6(); NullCheck(L_8); NullCheck(L_6); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_6, L_7, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))); // digest.BlockUpdate(OPAD, 0, padLength); RuntimeObject* L_9 = __this->get_digest_4(); IL2CPP_RUNTIME_CLASS_INIT(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ((Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_StaticFields*)il2cpp_codegen_static_fields_for(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var))->get_OPAD_3(); int32_t L_11 = __this->get_padLength_5(); NullCheck(L_9); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_9, L_10, 0, L_11); // digest.BlockUpdate(tmp, 0, tmp.Length); RuntimeObject* L_12 = __this->get_digest_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; NullCheck(L_14); NullCheck(L_12); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_12, L_13, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))); // int len = digest.DoFinal(output, outOff); RuntimeObject* L_15 = __this->get_digest_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___output0; int32_t L_17 = ___outOff1; NullCheck(L_15); int32_t L_18; L_18 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_15, L_16, L_17); // Reset(); VirtualActionInvoker0::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::Reset() */, __this); // return len; return L_18; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ssl3Mac_Reset_m701CBC4DBA96705785B509EB01C9523261BCC0AB (Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // digest.Reset(); RuntimeObject* L_0 = __this->get_digest_4(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Reset() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0); // digest.BlockUpdate(secret, 0, secret.Length); RuntimeObject* L_1 = __this->get_digest_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_secret_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_secret_6(); NullCheck(L_3); NullCheck(L_1); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_1, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); // digest.BlockUpdate(IPAD, 0, padLength); RuntimeObject* L_4 = __this->get_digest_4(); IL2CPP_RUNTIME_CLASS_INIT(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ((Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_StaticFields*)il2cpp_codegen_static_fields_for(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var))->get_IPAD_2(); int32_t L_6 = __this->get_padLength_5(); NullCheck(L_4); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_4, L_5, 0, L_6); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::GenPad(System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ssl3Mac_GenPad_m38733BD2833960C8456889C601D57CC4743FEDB3 (uint8_t ___b0, int32_t ___count1, 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*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // byte[] padding = new byte[count]; int32_t L_0 = ___count1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); // Arrays.Fill(padding, b); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; uint8_t L_3 = ___b0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); Arrays_Fill_m841D30B6E9F2CA374C9F6D5C3A690607C6E1BCFF(L_2, L_3, /*hidden argument*/NULL); // return padding; return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Ssl3Mac::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ssl3Mac__cctor_m9D0B81A7A1CCB543CC44B20B2F53D1D04ED9C909 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly byte[] IPAD = GenPad(IPAD_BYTE, 48); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = Ssl3Mac_GenPad_m38733BD2833960C8456889C601D57CC4743FEDB3((uint8_t)((int32_t)54), ((int32_t)48), /*hidden argument*/NULL); ((Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_StaticFields*)il2cpp_codegen_static_fields_for(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var))->set_IPAD_2(L_0); // internal static readonly byte[] OPAD = GenPad(OPAD_BYTE, 48); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Ssl3Mac_GenPad_m38733BD2833960C8456889C601D57CC4743FEDB3((uint8_t)((int32_t)92), ((int32_t)48), /*hidden argument*/NULL); ((Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_StaticFields*)il2cpp_codegen_static_fields_for(Ssl3Mac_t1E4448C9AEE75720AF669D9C9760F751C299501E_il2cpp_TypeInfo_var))->set_OPAD_3(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput::GetAxis(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float StandaloneInput_GetAxis_m879778236E844FFB175FC5EFED4D50C31FE914A0 (StandaloneInput_t0A608653795632B5513FD86ED7AD48F0BA002FB3 * __this, String_t* ___name0, bool ___raw1, const RuntimeMethod* method) { { // return raw ? Input.GetAxisRaw(name) : Input.GetAxis(name); bool L_0 = ___raw1; if (L_0) { goto IL_000a; } } { String_t* L_1 = ___name0; float L_2; L_2 = Input_GetAxis_m939297DEB2ECF8D8D09AD66EB69979AAD2B62326(L_1, /*hidden argument*/NULL); return L_2; } IL_000a: { String_t* L_3 = ___name0; float L_4; L_4 = Input_GetAxisRaw_mC07AC23FD8D04A69CDB07C6399C93FFFAEB0FC5B(L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput::GetButton(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInput_GetButton_m6082577C808C1ED0E6D41434A917CAA90C6054DC (StandaloneInput_t0A608653795632B5513FD86ED7AD48F0BA002FB3 * __this, String_t* ___name0, const RuntimeMethod* method) { { // return Input.GetButton(name); String_t* L_0 = ___name0; bool L_1; L_1 = Input_GetButton_m95EE8314087068F3AA9CEF3C3F6A246D55C4734C(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput::GetButtonDown(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInput_GetButtonDown_m1170A0D0F15EFAA2C69F865A8FBED63EED6F55C2 (StandaloneInput_t0A608653795632B5513FD86ED7AD48F0BA002FB3 * __this, String_t* ___name0, const RuntimeMethod* method) { { // return Input.GetButtonDown(name); String_t* L_0 = ___name0; bool L_1; L_1 = Input_GetButtonDown_m2001112EBCA3D5C7B0344EF62C896667F7E67DDF(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput::GetButtonUp(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInput_GetButtonUp_mD1A9A9DA63DEF0BB1F5743E1E92A5A65DA89B28B (StandaloneInput_t0A608653795632B5513FD86ED7AD48F0BA002FB3 * __this, String_t* ___name0, const RuntimeMethod* method) { { // return Input.GetButtonUp(name); String_t* L_0 = ___name0; bool L_1; L_1 = Input_GetButtonUp_m15AA6B42BD0DDCC7802346E49F30653D750260DD(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput::SetButtonDown(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInput_SetButtonDown_mC273D780F0692CD7233597FF543B1A83A947F34A (StandaloneInput_t0A608653795632B5513FD86ED7AD48F0BA002FB3 * __this, String_t* ___name0, const RuntimeMethod* method) { { // throw new Exception( // " This is not possible to be called for standalone input. Please check your platform and code where this is called"); Exception_t * L_0 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C1B2912FBE5F5395B0587A3367300AE9207CDDD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StandaloneInput_SetButtonDown_mC273D780F0692CD7233597FF543B1A83A947F34A_RuntimeMethod_var))); } } // System.Void UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput::SetButtonUp(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInput_SetButtonUp_mFF786A10495F3FFAB08DA57378B11BE278C9670D (StandaloneInput_t0A608653795632B5513FD86ED7AD48F0BA002FB3 * __this, String_t* ___name0, const RuntimeMethod* method) { { // throw new Exception( // " This is not possible to be called for standalone input. Please check your platform and code where this is called"); Exception_t * L_0 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C1B2912FBE5F5395B0587A3367300AE9207CDDD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StandaloneInput_SetButtonUp_mFF786A10495F3FFAB08DA57378B11BE278C9670D_RuntimeMethod_var))); } } // System.Void UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput::SetAxisPositive(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInput_SetAxisPositive_m48E3A614364EA257E208F312D690B4156545E314 (StandaloneInput_t0A608653795632B5513FD86ED7AD48F0BA002FB3 * __this, String_t* ___name0, const RuntimeMethod* method) { { // throw new Exception( // " This is not possible to be called for standalone input. Please check your platform and code where this is called"); Exception_t * L_0 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C1B2912FBE5F5395B0587A3367300AE9207CDDD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StandaloneInput_SetAxisPositive_m48E3A614364EA257E208F312D690B4156545E314_RuntimeMethod_var))); } } // System.Void UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput::SetAxisNegative(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInput_SetAxisNegative_mFC6573E09AAD9371BDF288183584126E3C45BB02 (StandaloneInput_t0A608653795632B5513FD86ED7AD48F0BA002FB3 * __this, String_t* ___name0, const RuntimeMethod* method) { { // throw new Exception( // " This is not possible to be called for standalone input. Please check your platform and code where this is called"); Exception_t * L_0 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C1B2912FBE5F5395B0587A3367300AE9207CDDD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StandaloneInput_SetAxisNegative_mFC6573E09AAD9371BDF288183584126E3C45BB02_RuntimeMethod_var))); } } // System.Void UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput::SetAxisZero(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInput_SetAxisZero_m76EE6A91ADD9C7A867B279C16239FCC197FCBA0B (StandaloneInput_t0A608653795632B5513FD86ED7AD48F0BA002FB3 * __this, String_t* ___name0, const RuntimeMethod* method) { { // throw new Exception( // " This is not possible to be called for standalone input. Please check your platform and code where this is called"); Exception_t * L_0 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C1B2912FBE5F5395B0587A3367300AE9207CDDD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StandaloneInput_SetAxisZero_m76EE6A91ADD9C7A867B279C16239FCC197FCBA0B_RuntimeMethod_var))); } } // System.Void UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput::SetAxis(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInput_SetAxis_m38950004F9B6DD18B1ADFE2061DEF3356816E31F (StandaloneInput_t0A608653795632B5513FD86ED7AD48F0BA002FB3 * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method) { { // throw new Exception( // " This is not possible to be called for standalone input. Please check your platform and code where this is called"); Exception_t * L_0 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C1B2912FBE5F5395B0587A3367300AE9207CDDD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StandaloneInput_SetAxis_m38950004F9B6DD18B1ADFE2061DEF3356816E31F_RuntimeMethod_var))); } } // UnityEngine.Vector3 UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput::MousePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E StandaloneInput_MousePosition_mFBD800C92551160E40AC7EB8549E760240334BFE (StandaloneInput_t0A608653795632B5513FD86ED7AD48F0BA002FB3 * __this, const RuntimeMethod* method) { { // return Input.mousePosition; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Input_get_mousePosition_m79528BC2F30C57054641F709C855130AE586AC0E(/*hidden argument*/NULL); return L_0; } } // System.Void UnityStandardAssets.CrossPlatformInput.PlatformSpecific.StandaloneInput::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInput__ctor_mD89211F517B446A581B7D7AA1079D8FEBFEC389D (StandaloneInput_t0A608653795632B5513FD86ED7AD48F0BA002FB3 * __this, const RuntimeMethod* method) { { VirtualInput__ctor_m39FA60B6A3FB2A793B3825E6EE488A0262224DCB(__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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::Decode(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* StandardDsaEncoding_Decode_m95D7349646EA941FA6828994A89AC08463EF7DA5 (StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encoding1, 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*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; { // Asn1Sequence seq = (Asn1Sequence)Asn1Object.FromByteArray(encoding); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___encoding1; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(L_0, /*hidden argument*/NULL); V_0 = ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_1, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)); // if (seq.Count == 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_0049; } } { // BigInteger r = DecodeValue(n, seq, 0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___n0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6; L_6 = VirtualFuncInvoker3< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *, int32_t >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::DecodeValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence,System.Int32) */, __this, L_4, L_5, 0); V_1 = L_6; // BigInteger s = DecodeValue(n, seq, 1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ___n0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_8 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9; L_9 = VirtualFuncInvoker3< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *, int32_t >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::DecodeValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence,System.Int32) */, __this, L_7, L_8, 1); V_2 = L_9; // byte[] expectedEncoding = Encode(n, r, s); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = ___n0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = VirtualFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(7 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_10, L_11, L_12); // if (Arrays.AreEqual(expectedEncoding, encoding)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___encoding1; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_15; L_15 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0049; } } { // return new BigInteger[]{ r, s }; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_16 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_17 = L_16; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_18 = V_1; NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(0), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_18); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_19 = L_17; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_20 = V_2; NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(1), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_20); return L_19; } IL_0049: { // throw new ArgumentException("Malformed signature", "encoding"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC5A702CC834ADCE0B941F738A1EC0FE5F8333EE)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StandardDsaEncoding_Decode_m95D7349646EA941FA6828994A89AC08463EF7DA5_RuntimeMethod_var))); } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* StandardDsaEncoding_Encode_m2CD5072659319658B8097115B68DE2D559195356 (StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___r1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___s2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C); s_Il2CppMethodInitialized = true; } { // return new DerSequence( // EncodeValue(n, r), // EncodeValue(n, s) // ).GetEncoded(Asn1Encodable.Der); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___n0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___r1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_4; L_4 = VirtualFuncInvoker2< DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::EncodeValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_2, L_3); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = ___n0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ___s2; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_8; L_8 = VirtualFuncInvoker2< DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::EncodeValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_6, L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_9 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_9, L_5, /*hidden argument*/NULL); NullCheck(L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = Asn1Encodable_GetEncoded_m69FE75E3896F45CCA30E05A89F30919CC5754CA1(L_9, _stringLiteral1E33D32C3373A953D5BC7F17E5206B87BDEF526C, /*hidden argument*/NULL); return L_10; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::CheckValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * StandardDsaEncoding_CheckValue_mF50B059FFE6494F0964DE0D6894FDE5349E2DCEE (StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x1, const RuntimeMethod* method) { { // if (x.SignValue < 0 || (null != n && x.CompareTo(n) >= 0)) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x1; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0016; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___n0; if (!L_2) { goto IL_0026; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___x1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___n0; NullCheck(L_3); int32_t L_5; L_5 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_3, L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0026; } } IL_0016: { // throw new ArgumentException("Value out of range", "x"); 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6002DE00DDC22AD1AFE195CFBFC9FD66DCCDF148)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StandardDsaEncoding_CheckValue_mF50B059FFE6494F0964DE0D6894FDE5349E2DCEE_RuntimeMethod_var))); } IL_0026: { // return x; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ___x1; return L_7; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::DecodeValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * StandardDsaEncoding_DecodeValue_m2050A302B1814AF5734B5E4E0731892780BC86D1 (StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___s1, int32_t ___pos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return CheckValue(n, ((DerInteger)s[pos]).Value); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___n0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = ___s1; int32_t L_2 = ___pos2; NullCheck(L_1); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3; L_3 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_1, L_2); NullCheck(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_3, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_3, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = VirtualFuncInvoker2< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::CheckValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_0, L_4); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::EncodeValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * StandardDsaEncoding_EncodeValue_m510E9B6B91B4E5B3862227659F286C4D0C706B03 (StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerInteger(CheckValue(n, x)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___n0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___x1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = VirtualFuncInvoker2< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::CheckValue(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_0, L_1); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_3 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardDsaEncoding__ctor_m716F949AB01B0C2B56F60860C1165AD77548D34F (StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.StandardDsaEncoding::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardDsaEncoding__cctor_mFF91C04B7794D84E7FEE64297F4E780008298250 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly StandardDsaEncoding Instance = new StandardDsaEncoding(); StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C * L_0 = (StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C *)il2cpp_codegen_object_new(StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C_il2cpp_TypeInfo_var); StandardDsaEncoding__ctor_m716F949AB01B0C2B56F60860C1165AD77548D34F(L_0, /*hidden argument*/NULL); ((StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C_StaticFields*)il2cpp_codegen_static_fields_for(StandardDsaEncoding_t3318759B36B179D2C235AA4185E425EE85EF3E4C_il2cpp_TypeInfo_var))->set_Instance_0(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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void StatesBackDebug::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StatesBackDebug_Start_m97B5B9081D4617AEE7D17C17C8B432328FA9D2BC (StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m00E16B3E961B585CB5C071AF073E99CED52F5EA9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral325DF231FB179557923A4898D0567A51BAE42445); s_Il2CppMethodInitialized = true; } { // ins = this; ((StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7_StaticFields*)il2cpp_codegen_static_fields_for(StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7_il2cpp_TypeInfo_var))->set_ins_6(__this); // inputField = GetComponentInChildren(); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_0; L_0 = Component_GetComponentInChildren_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m00E16B3E961B585CB5C071AF073E99CED52F5EA9(__this, /*hidden argument*/Component_GetComponentInChildren_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m00E16B3E961B585CB5C071AF073E99CED52F5EA9_RuntimeMethod_var); __this->set_inputField_4(L_0); // val = PlayerPrefs.GetInt("StatesBack-Count", 0); int32_t L_1; L_1 = PlayerPrefs_GetInt_mDA4476C10FCFF55FC65816E5E519B0EAFCB2AC14(_stringLiteral325DF231FB179557923A4898D0567A51BAE42445, 0, /*hidden argument*/NULL); __this->set_val_5(L_1); // RenderByVal(); StatesBackDebug_RenderByVal_mFE64B14ABE99662D4D67DE1B45812F89829CF2EE(__this, /*hidden argument*/NULL); // } return; } } // System.Void StatesBackDebug::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StatesBackDebug_OnDestroy_m8E4D1CBA11D98D4178699F5E1E0FD4D966C5C00A (StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ins == this) ins = null; StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7 * L_0 = ((StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7_StaticFields*)il2cpp_codegen_static_fields_for(StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7_il2cpp_TypeInfo_var))->get_ins_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, __this, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // if (ins == this) ins = null; ((StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7_StaticFields*)il2cpp_codegen_static_fields_for(StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7_il2cpp_TypeInfo_var))->set_ins_6((StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7 *)NULL); } IL_0013: { // } return; } } // System.Void StatesBackDebug::OnEndEdit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StatesBackDebug_OnEndEdit_m25EAEFDD9147E24C5C422A70BA639F23289993AD (StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral325DF231FB179557923A4898D0567A51BAE42445); s_Il2CppMethodInitialized = true; } { // val = int.Parse(inputField.text); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_0 = __this->get_inputField_4(); NullCheck(L_0); String_t* L_1; L_1 = InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline(L_0, /*hidden argument*/NULL); int32_t L_2; L_2 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_1, /*hidden argument*/NULL); __this->set_val_5(L_2); // if (val < 0) val = 0; int32_t L_3 = __this->get_val_5(); if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0026; } } { // if (val < 0) val = 0; __this->set_val_5(0); } IL_0026: { // if (val > 499) val = 499; int32_t L_4 = __this->get_val_5(); if ((((int32_t)L_4) <= ((int32_t)((int32_t)499)))) { goto IL_003e; } } { // if (val > 499) val = 499; __this->set_val_5(((int32_t)499)); } IL_003e: { // PlayerPrefs.SetInt("StatesBack-Count", val); int32_t L_5 = __this->get_val_5(); PlayerPrefs_SetInt_m0C5C977E960B9CA8F9AB73AF4129C3DCABD067B6(_stringLiteral325DF231FB179557923A4898D0567A51BAE42445, L_5, /*hidden argument*/NULL); // RenderByVal(); StatesBackDebug_RenderByVal_mFE64B14ABE99662D4D67DE1B45812F89829CF2EE(__this, /*hidden argument*/NULL); // } return; } } // System.Void StatesBackDebug::RenderByVal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StatesBackDebug_RenderByVal_mFE64B14ABE99662D4D67DE1B45812F89829CF2EE (StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57E86470770C71A276622000FC19C093D2067659); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // inputField.text = ""; InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_0 = __this->get_inputField_4(); NullCheck(L_0); InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF(L_0, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); // inputField.placeholder.GetComponent().text = "????:" + val; InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_1 = __this->get_inputField_4(); NullCheck(L_1); Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * L_2; L_2 = InputField_get_placeholder_mFA1B993866F8CD89D76AA238D8CFF2D48AC3970B_inline(L_1, /*hidden argument*/NULL); NullCheck(L_2); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_3; L_3 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_2, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); int32_t* L_4 = __this->get_address_of_val_5(); String_t* L_5; L_5 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral57E86470770C71A276622000FC19C093D2067659, L_5, /*hidden argument*/NULL); NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_3, L_6); // } return; } } // System.Void StatesBackDebug::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StatesBackDebug__ctor_mB44BEDA90B58B3C63DD7D9FD987065CC16C1D222 (StatesBackDebug_t57E610C4F8EFA876A0D3B21C72B709677F40BAE7 * __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.Decompression.Zlib.StaticTree::.ctor(System.Int16[],System.Int32[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StaticTree__ctor_mD5D3F8151DD0CC5ABA141DAB65C8F7635E182229 (StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___treeCodes0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___extraBits1, int32_t ___extraBase2, int32_t ___elems3, int32_t ___maxLength4, const RuntimeMethod* method) { { // private StaticTree(short[] treeCodes, int[] extraBits, int extraBase, int elems, int maxLength) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.treeCodes = treeCodes; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = ___treeCodes0; __this->set_treeCodes_5(L_0); // this.extraBits = extraBits; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___extraBits1; __this->set_extraBits_6(L_1); // this.extraBase = extraBase; int32_t L_2 = ___extraBase2; __this->set_extraBase_7(L_2); // this.elems = elems; int32_t L_3 = ___elems3; __this->set_elems_8(L_3); // this.maxLength = maxLength; int32_t L_4 = ___maxLength4; __this->set_maxLength_9(L_4); // } return; } } // System.Void BestHTTP.Decompression.Zlib.StaticTree::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StaticTree__cctor_mE81D220E872E400A78831569BBE2883045C1485E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly short[] lengthAndLiteralsTreeCodes = new short[] { // 12, 8, 140, 8, 76, 8, 204, 8, 44, 8, 172, 8, 108, 8, 236, 8, // 28, 8, 156, 8, 92, 8, 220, 8, 60, 8, 188, 8, 124, 8, 252, 8, // 2, 8, 130, 8, 66, 8, 194, 8, 34, 8, 162, 8, 98, 8, 226, 8, // 18, 8, 146, 8, 82, 8, 210, 8, 50, 8, 178, 8, 114, 8, 242, 8, // 10, 8, 138, 8, 74, 8, 202, 8, 42, 8, 170, 8, 106, 8, 234, 8, // 26, 8, 154, 8, 90, 8, 218, 8, 58, 8, 186, 8, 122, 8, 250, 8, // 6, 8, 134, 8, 70, 8, 198, 8, 38, 8, 166, 8, 102, 8, 230, 8, // 22, 8, 150, 8, 86, 8, 214, 8, 54, 8, 182, 8, 118, 8, 246, 8, // 14, 8, 142, 8, 78, 8, 206, 8, 46, 8, 174, 8, 110, 8, 238, 8, // 30, 8, 158, 8, 94, 8, 222, 8, 62, 8, 190, 8, 126, 8, 254, 8, // 1, 8, 129, 8, 65, 8, 193, 8, 33, 8, 161, 8, 97, 8, 225, 8, // 17, 8, 145, 8, 81, 8, 209, 8, 49, 8, 177, 8, 113, 8, 241, 8, // 9, 8, 137, 8, 73, 8, 201, 8, 41, 8, 169, 8, 105, 8, 233, 8, // 25, 8, 153, 8, 89, 8, 217, 8, 57, 8, 185, 8, 121, 8, 249, 8, // 5, 8, 133, 8, 69, 8, 197, 8, 37, 8, 165, 8, 101, 8, 229, 8, // 21, 8, 149, 8, 85, 8, 213, 8, 53, 8, 181, 8, 117, 8, 245, 8, // 13, 8, 141, 8, 77, 8, 205, 8, 45, 8, 173, 8, 109, 8, 237, 8, // 29, 8, 157, 8, 93, 8, 221, 8, 61, 8, 189, 8, 125, 8, 253, 8, // 19, 9, 275, 9, 147, 9, 403, 9, 83, 9, 339, 9, 211, 9, 467, 9, // 51, 9, 307, 9, 179, 9, 435, 9, 115, 9, 371, 9, 243, 9, 499, 9, // 11, 9, 267, 9, 139, 9, 395, 9, 75, 9, 331, 9, 203, 9, 459, 9, // 43, 9, 299, 9, 171, 9, 427, 9, 107, 9, 363, 9, 235, 9, 491, 9, // 27, 9, 283, 9, 155, 9, 411, 9, 91, 9, 347, 9, 219, 9, 475, 9, // 59, 9, 315, 9, 187, 9, 443, 9, 123, 9, 379, 9, 251, 9, 507, 9, // 7, 9, 263, 9, 135, 9, 391, 9, 71, 9, 327, 9, 199, 9, 455, 9, // 39, 9, 295, 9, 167, 9, 423, 9, 103, 9, 359, 9, 231, 9, 487, 9, // 23, 9, 279, 9, 151, 9, 407, 9, 87, 9, 343, 9, 215, 9, 471, 9, // 55, 9, 311, 9, 183, 9, 439, 9, 119, 9, 375, 9, 247, 9, 503, 9, // 15, 9, 271, 9, 143, 9, 399, 9, 79, 9, 335, 9, 207, 9, 463, 9, // 47, 9, 303, 9, 175, 9, 431, 9, 111, 9, 367, 9, 239, 9, 495, 9, // 31, 9, 287, 9, 159, 9, 415, 9, 95, 9, 351, 9, 223, 9, 479, 9, // 63, 9, 319, 9, 191, 9, 447, 9, 127, 9, 383, 9, 255, 9, 511, 9, // 0, 7, 64, 7, 32, 7, 96, 7, 16, 7, 80, 7, 48, 7, 112, 7, // 8, 7, 72, 7, 40, 7, 104, 7, 24, 7, 88, 7, 56, 7, 120, 7, // 4, 7, 68, 7, 36, 7, 100, 7, 20, 7, 84, 7, 52, 7, 116, 7, // 3, 8, 131, 8, 67, 8, 195, 8, 35, 8, 163, 8, 99, 8, 227, 8 // }; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)576)); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var))->set_lengthAndLiteralsTreeCodes_0(L_1); // internal static readonly short[] distTreeCodes = new short[] { // 0, 5, 16, 5, 8, 5, 24, 5, 4, 5, 20, 5, 12, 5, 28, 5, // 2, 5, 18, 5, 10, 5, 26, 5, 6, 5, 22, 5, 14, 5, 30, 5, // 1, 5, 17, 5, 9, 5, 25, 5, 5, 5, 21, 5, 13, 5, 29, 5, // 3, 5, 19, 5, 11, 5, 27, 5, 7, 5, 23, 5 }; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_3 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)60)); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var))->set_distTreeCodes_1(L_4); // Literals = new StaticTree(lengthAndLiteralsTreeCodes, ZTree.ExtraLengthBits, InternalConstants.LITERALS + 1, InternalConstants.L_CODES, InternalConstants.MAX_BITS); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_6 = ((StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var))->get_lengthAndLiteralsTreeCodes_0(); IL2CPP_RUNTIME_CLASS_INIT(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = ((ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var))->get_ExtraLengthBits_1(); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var); int32_t L_8 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_LITERALS_3(); int32_t L_9 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_L_CODES_5(); int32_t L_10 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_MAX_BITS_0(); StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * L_11 = (StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 *)il2cpp_codegen_object_new(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var); StaticTree__ctor_mD5D3F8151DD0CC5ABA141DAB65C8F7635E182229(L_11, L_6, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), L_9, L_10, /*hidden argument*/NULL); ((StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var))->set_Literals_2(L_11); // Distances = new StaticTree(distTreeCodes, ZTree.ExtraDistanceBits, 0, InternalConstants.D_CODES, InternalConstants.MAX_BITS); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_12 = ((StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var))->get_distTreeCodes_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = ((ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var))->get_ExtraDistanceBits_2(); int32_t L_14 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_D_CODES_2(); int32_t L_15 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_MAX_BITS_0(); StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * L_16 = (StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 *)il2cpp_codegen_object_new(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var); StaticTree__ctor_mD5D3F8151DD0CC5ABA141DAB65C8F7635E182229(L_16, L_12, L_13, 0, L_14, L_15, /*hidden argument*/NULL); ((StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var))->set_Distances_3(L_16); // BitLengths = new StaticTree(null, ZTree.extra_blbits, 0, InternalConstants.BL_CODES, InternalConstants.MAX_BL_BITS); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = ((ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tE0C37606238932650C1F05A7A2D450DD4FB427DF_il2cpp_TypeInfo_var))->get_extra_blbits_3(); int32_t L_18 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_BL_CODES_1(); int32_t L_19 = ((InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t08B73D46FBB46D9AD4963A68BDEACB31F06B5388_il2cpp_TypeInfo_var))->get_MAX_BL_BITS_6(); StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 * L_20 = (StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809 *)il2cpp_codegen_object_new(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var); StaticTree__ctor_mD5D3F8151DD0CC5ABA141DAB65C8F7635E182229(L_20, (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)NULL, L_17, 0, L_18, L_19, /*hidden argument*/NULL); ((StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t2695AB91EBA8322FADCB4C06A07B8ACAA5374809_il2cpp_TypeInfo_var))->set_BitLengths_4(L_20); // } 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.Utilities.Zlib.StaticTree::.ctor(System.Int16[],System.Int32[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StaticTree__ctor_m58265771A8D2BCD49E259A203BD5B583E85AA4B2 (StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * __this, Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___static_tree0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___extra_bits1, int32_t ___extra_base2, int32_t ___elems3, int32_t ___max_length4, const RuntimeMethod* method) { { // internal StaticTree(short[] static_tree, // int[] extra_bits, // int extra_base, // int elems, // int max_length // ){ Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.static_tree=static_tree; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = ___static_tree0; __this->set_static_tree_12(L_0); // this.extra_bits=extra_bits; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___extra_bits1; __this->set_extra_bits_13(L_1); // this.extra_base=extra_base; int32_t L_2 = ___extra_base2; __this->set_extra_base_14(L_2); // this.elems=elems; int32_t L_3 = ___elems3; __this->set_elems_15(L_3); // this.max_length=max_length; int32_t L_4 = ___max_length4; __this->set_max_length_16(L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.StaticTree::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StaticTree__cctor_m9AEC17DDFD7F8E9263173689678749965892722E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static readonly short[] static_ltree = { // 12, 8, 140, 8, 76, 8, 204, 8, 44, 8, // 172, 8, 108, 8, 236, 8, 28, 8, 156, 8, // 92, 8, 220, 8, 60, 8, 188, 8, 124, 8, // 252, 8, 2, 8, 130, 8, 66, 8, 194, 8, // 34, 8, 162, 8, 98, 8, 226, 8, 18, 8, // 146, 8, 82, 8, 210, 8, 50, 8, 178, 8, // 114, 8, 242, 8, 10, 8, 138, 8, 74, 8, // 202, 8, 42, 8, 170, 8, 106, 8, 234, 8, // 26, 8, 154, 8, 90, 8, 218, 8, 58, 8, // 186, 8, 122, 8, 250, 8, 6, 8, 134, 8, // 70, 8, 198, 8, 38, 8, 166, 8, 102, 8, // 230, 8, 22, 8, 150, 8, 86, 8, 214, 8, // 54, 8, 182, 8, 118, 8, 246, 8, 14, 8, // 142, 8, 78, 8, 206, 8, 46, 8, 174, 8, // 110, 8, 238, 8, 30, 8, 158, 8, 94, 8, // 222, 8, 62, 8, 190, 8, 126, 8, 254, 8, // 1, 8, 129, 8, 65, 8, 193, 8, 33, 8, // 161, 8, 97, 8, 225, 8, 17, 8, 145, 8, // 81, 8, 209, 8, 49, 8, 177, 8, 113, 8, // 241, 8, 9, 8, 137, 8, 73, 8, 201, 8, // 41, 8, 169, 8, 105, 8, 233, 8, 25, 8, // 153, 8, 89, 8, 217, 8, 57, 8, 185, 8, // 121, 8, 249, 8, 5, 8, 133, 8, 69, 8, // 197, 8, 37, 8, 165, 8, 101, 8, 229, 8, // 21, 8, 149, 8, 85, 8, 213, 8, 53, 8, // 181, 8, 117, 8, 245, 8, 13, 8, 141, 8, // 77, 8, 205, 8, 45, 8, 173, 8, 109, 8, // 237, 8, 29, 8, 157, 8, 93, 8, 221, 8, // 61, 8, 189, 8, 125, 8, 253, 8, 19, 9, // 275, 9, 147, 9, 403, 9, 83, 9, 339, 9, // 211, 9, 467, 9, 51, 9, 307, 9, 179, 9, // 435, 9, 115, 9, 371, 9, 243, 9, 499, 9, // 11, 9, 267, 9, 139, 9, 395, 9, 75, 9, // 331, 9, 203, 9, 459, 9, 43, 9, 299, 9, // 171, 9, 427, 9, 107, 9, 363, 9, 235, 9, // 491, 9, 27, 9, 283, 9, 155, 9, 411, 9, // 91, 9, 347, 9, 219, 9, 475, 9, 59, 9, // 315, 9, 187, 9, 443, 9, 123, 9, 379, 9, // 251, 9, 507, 9, 7, 9, 263, 9, 135, 9, // 391, 9, 71, 9, 327, 9, 199, 9, 455, 9, // 39, 9, 295, 9, 167, 9, 423, 9, 103, 9, // 359, 9, 231, 9, 487, 9, 23, 9, 279, 9, // 151, 9, 407, 9, 87, 9, 343, 9, 215, 9, // 471, 9, 55, 9, 311, 9, 183, 9, 439, 9, // 119, 9, 375, 9, 247, 9, 503, 9, 15, 9, // 271, 9, 143, 9, 399, 9, 79, 9, 335, 9, // 207, 9, 463, 9, 47, 9, 303, 9, 175, 9, // 431, 9, 111, 9, 367, 9, 239, 9, 495, 9, // 31, 9, 287, 9, 159, 9, 415, 9, 95, 9, // 351, 9, 223, 9, 479, 9, 63, 9, 319, 9, // 191, 9, 447, 9, 127, 9, 383, 9, 255, 9, // 511, 9, 0, 7, 64, 7, 32, 7, 96, 7, // 16, 7, 80, 7, 48, 7, 112, 7, 8, 7, // 72, 7, 40, 7, 104, 7, 24, 7, 88, 7, // 56, 7, 120, 7, 4, 7, 68, 7, 36, 7, // 100, 7, 20, 7, 84, 7, 52, 7, 116, 7, // 3, 8, 131, 8, 67, 8, 195, 8, 35, 8, // 163, 8, 99, 8, 227, 8 // }; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)576)); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_il2cpp_TypeInfo_var))->set_static_ltree_7(L_1); // internal static readonly short[] static_dtree = { // 0, 5, 16, 5, 8, 5, 24, 5, 4, 5, // 20, 5, 12, 5, 28, 5, 2, 5, 18, 5, // 10, 5, 26, 5, 6, 5, 22, 5, 14, 5, // 30, 5, 1, 5, 17, 5, 9, 5, 25, 5, // 5, 5, 21, 5, 13, 5, 29, 5, 3, 5, // 19, 5, 11, 5, 27, 5, 7, 5, 23, 5 // }; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_3 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)60)); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_il2cpp_TypeInfo_var))->set_static_dtree_8(L_4); // internal static readonly StaticTree static_l_desc = // new StaticTree(static_ltree, ZTree.extra_lbits, // LITERALS+1, L_CODES, MAX_BITS); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_6 = ((StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_il2cpp_TypeInfo_var))->get_static_ltree_7(); IL2CPP_RUNTIME_CLASS_INIT(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = ((ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_il2cpp_TypeInfo_var))->get_extra_lbits_12(); StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * L_8 = (StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 *)il2cpp_codegen_object_new(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_il2cpp_TypeInfo_var); StaticTree__ctor_m58265771A8D2BCD49E259A203BD5B583E85AA4B2(L_8, L_6, L_7, ((int32_t)257), ((int32_t)286), ((int32_t)15), /*hidden argument*/NULL); ((StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_il2cpp_TypeInfo_var))->set_static_l_desc_9(L_8); // internal static readonly StaticTree static_d_desc = // new StaticTree(static_dtree, ZTree.extra_dbits, // 0, D_CODES, MAX_BITS); Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_9 = ((StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_il2cpp_TypeInfo_var))->get_static_dtree_8(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = ((ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_il2cpp_TypeInfo_var))->get_extra_dbits_13(); StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * L_11 = (StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 *)il2cpp_codegen_object_new(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_il2cpp_TypeInfo_var); StaticTree__ctor_m58265771A8D2BCD49E259A203BD5B583E85AA4B2(L_11, L_9, L_10, 0, ((int32_t)30), ((int32_t)15), /*hidden argument*/NULL); ((StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_il2cpp_TypeInfo_var))->set_static_d_desc_10(L_11); // internal static readonly StaticTree static_bl_desc = // new StaticTree(null, ZTree.extra_blbits, // 0, BL_CODES, MAX_BL_BITS); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = ((ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_t387F52A774160F645DF436ABCEF175D430AF71BC_il2cpp_TypeInfo_var))->get_extra_blbits_14(); StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 * L_13 = (StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5 *)il2cpp_codegen_object_new(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_il2cpp_TypeInfo_var); StaticTree__ctor_m58265771A8D2BCD49E259A203BD5B583E85AA4B2(L_13, (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)NULL, L_12, 0, ((int32_t)19), 7, /*hidden argument*/NULL); ((StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_tFAE01A2B378F804F70FD3C06C5F18BEF8E31CFE5_il2cpp_TypeInfo_var))->set_static_bl_desc_11(L_13); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean StoneRecorder::TryLock(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StoneRecorder_TryLock_m99B0374FEE655FF67600F6BD8056BEFDAE439993 (StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D * __this, RuntimeObject * ___locker0, const RuntimeMethod* method) { { // if (this.locker == null) { RuntimeObject * L_0 = __this->get_locker_0(); if (L_0) { goto IL_0011; } } { // this.locker = locker; RuntimeObject * L_1 = ___locker0; __this->set_locker_0(L_1); // return true; return (bool)1; } IL_0011: { // return false; return (bool)0; } } // System.Boolean StoneRecorder::TryRelease(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StoneRecorder_TryRelease_m53DB4666470A4740D7A00DA846DC93787B4653D8 (StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D * __this, RuntimeObject * ___locker0, const RuntimeMethod* method) { { // if (this.locker == locker) { RuntimeObject * L_0 = __this->get_locker_0(); RuntimeObject * L_1 = ___locker0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0012; } } { // this.locker = null; __this->set_locker_0(NULL); // return true; return (bool)1; } IL_0012: { // return false; return (bool)0; } } // System.Boolean StoneRecorder::IsStoneLocker(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StoneRecorder_IsStoneLocker_m7C9D7F458478B183D7D09CF84B47BE70264CCED8 (StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D * __this, RuntimeObject * ___locker0, const RuntimeMethod* method) { { // return this.locker == locker; RuntimeObject * L_0 = __this->get_locker_0(); RuntimeObject * L_1 = ___locker0; return (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))? 1 : 0); } } // System.Single StoneRecorder::GetStoneYOffLand() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float StoneRecorder_GetStoneYOffLand_m65054E5ECE4FA7CF32D81B7E119196128BD2523B (StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D * __this, const RuntimeMethod* method) { { // return 0.35f; return (0.349999994f); } } // UnityEngine.Vector3 StoneRecorder::GetLockPosition(UnityEngine.Transform,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E StoneRecorder_GetLockPosition_m83F00C70C3C64D4D6C5DAEAC1BBBD4DE8AF60599 (StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___animalsBaseT0, float ___flyPlaneHeight1, const RuntimeMethod* method) { { // return new Vector3(stoneX, animalsBaseT.position.y + flyPlaneHeight, stoneZ); float L_0 = __this->get_stoneX_1(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = ___animalsBaseT0; NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); float L_3 = L_2.get_y_3(); float L_4 = ___flyPlaneHeight1; float L_5 = __this->get_stoneZ_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_6), L_0, ((float)il2cpp_codegen_add((float)L_3, (float)L_4)), L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean StoneRecorder::IsOnStone(UnityEngine.MonoBehaviour) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StoneRecorder_IsOnStone_m0DBC683001DD1D2A97DEDC46A915CD5297C0CF76 (StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D * __this, MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * ___animal0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // Vector3 pos = animal.transform.position; MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * L_0 = ___animal0; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); V_0 = L_2; // float distance = Mathf.Sqrt(Mathf.Pow(stoneX - pos.x, 2) + Mathf.Pow(stoneZ - pos.z, 2)); float L_3 = __this->get_stoneX_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = V_0; float L_5 = L_4.get_x_2(); float L_6; L_6 = powf(((float)il2cpp_codegen_subtract((float)L_3, (float)L_5)), (2.0f)); float L_7 = __this->get_stoneZ_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = V_0; float L_9 = L_8.get_z_4(); float L_10; L_10 = powf(((float)il2cpp_codegen_subtract((float)L_7, (float)L_9)), (2.0f)); float L_11; L_11 = sqrtf(((float)il2cpp_codegen_add((float)L_6, (float)L_10))); // return distance < 0.6f; return (bool)((((float)L_11) < ((float)(0.600000024f)))? 1 : 0); } } // System.Void StoneRecorder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StoneRecorder__ctor_mAD285EF264838269824753952863E81C9A7CD389 (StoneRecorder_tBA3376B07C34D8BDC00CAC5B96BDC69A6EC4DB4D * __this, const RuntimeMethod* method) { { // float stoneX = 158.981f; __this->set_stoneX_1((158.981003f)); // float stoneZ = 140.848f; __this->set_stoneZ_2((140.848007f)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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.SecureProtocol.Org.BouncyCastle.Crypto.StreamBlockCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamBlockCipher__ctor_mF85D67C0DAE4F5D04FAE9D36574FB314348266C8 (StreamBlockCipher_tBB592812A23BCBC9FECA152C09EBBAC7F9F94C4D * __this, RuntimeObject* ___cipher0, 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*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly byte[] oneByte = new byte[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); __this->set_oneByte_1(L_0); // public StreamBlockCipher( // IBlockCipher cipher) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (cipher == null) RuntimeObject* L_1 = ___cipher0; if (L_1) { goto IL_0020; } } { // throw new ArgumentNullException("cipher"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC3A5F3D5BB3E7D48E89B51BFD05B4FBE1D09846)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamBlockCipher__ctor_mF85D67C0DAE4F5D04FAE9D36574FB314348266C8_RuntimeMethod_var))); } IL_0020: { // if (cipher.GetBlockSize() != 1) RuntimeObject* L_3 = ___cipher0; NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::GetBlockSize() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_3); if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_0039; } } { // throw new ArgumentException("block cipher block size != 1.", "cipher"); 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF26782E28BD577622D27BD21CB5A852A633EF156)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC3A5F3D5BB3E7D48E89B51BFD05B4FBE1D09846)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamBlockCipher__ctor_mF85D67C0DAE4F5D04FAE9D36574FB314348266C8_RuntimeMethod_var))); } IL_0039: { // this.cipher = cipher; RuntimeObject* L_6 = ___cipher0; __this->set_cipher_0(L_6); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.StreamBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamBlockCipher_Init_m6874B1775AD35EA02EEC122D6BC4BBBBF936DED0 (StreamBlockCipher_tBB592812A23BCBC9FECA152C09EBBAC7F9F94C4D * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // cipher.Init(forEncryption, parameters); RuntimeObject* L_0 = __this->get_cipher_0(); bool L_1 = ___forEncryption0; RuntimeObject* L_2 = ___parameters1; NullCheck(L_0); InterfaceActionInvoker2< bool, RuntimeObject* >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0, L_1, L_2); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.StreamBlockCipher::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StreamBlockCipher_get_AlgorithmName_mDCF3D0A8F5F94FE3750683C092A3AEBD5B39838B (StreamBlockCipher_tBB592812A23BCBC9FECA152C09EBBAC7F9F94C4D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return cipher.AlgorithmName; } RuntimeObject* L_0 = __this->get_cipher_0(); NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::get_AlgorithmName() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.StreamBlockCipher::ReturnByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t StreamBlockCipher_ReturnByte_mE5B36F0B923BE976F2F41C84FB06632CB471988E (StreamBlockCipher_tBB592812A23BCBC9FECA152C09EBBAC7F9F94C4D * __this, uint8_t ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // oneByte[0] = input; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_oneByte_1(); uint8_t L_1 = ___input0; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint8_t)L_1); // cipher.ProcessBlock(oneByte, 0, oneByte, 0); RuntimeObject* L_2 = __this->get_cipher_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_oneByte_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_oneByte_1(); NullCheck(L_2); int32_t L_5; L_5 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_2, L_3, 0, L_4, 0); // return oneByte[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_oneByte_1(); NullCheck(L_6); int32_t L_7 = 0; uint8_t L_8 = (L_6)->GetAt(static_cast(L_7)); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.StreamBlockCipher::ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamBlockCipher_ProcessBytes_mED77BDAAD6500A6CEB6D66EBAAEAA44DA44DB617 (StreamBlockCipher_tBB592812A23BCBC9FECA152C09EBBAC7F9F94C4D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output3, int32_t ___outOff4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (outOff + length > output.Length) int32_t L_0 = ___outOff4; int32_t L_1 = ___length2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___output3; NullCheck(L_2); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_0015; } } { // throw new DataLengthException("output buffer too small in ProcessBytes()"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_3 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A6D5BBBDD2D6993414FC15AA9219E566CB84D12)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamBlockCipher_ProcessBytes_mED77BDAAD6500A6CEB6D66EBAAEAA44DA44DB617_RuntimeMethod_var))); } IL_0015: { // for (int i = 0; i != length; i++) V_0 = 0; goto IL_0033; } IL_0019: { // cipher.ProcessBlock(input, inOff + i, output, outOff + i); RuntimeObject* L_4 = __this->get_cipher_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___input0; int32_t L_6 = ___inOff1; int32_t L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___output3; int32_t L_9 = ___outOff4; int32_t L_10 = V_0; NullCheck(L_4); int32_t L_11; L_11 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10))); // for (int i = 0; i != length; i++) int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0033: { // for (int i = 0; i != length; i++) int32_t L_13 = V_0; int32_t L_14 = ___length2; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_0019; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.StreamBlockCipher::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamBlockCipher_Reset_m4A084AC7C05F61CF5A12F5F6341544D7B5EBE63A (StreamBlockCipher_tBB592812A23BCBC9FECA152C09EBBAC7F9F94C4D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // cipher.Reset(); RuntimeObject* L_0 = __this->get_cipher_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IBlockCipher::Reset() */, IBlockCipher_t4FA7EA6D085ACCAA4231532AE167B550195B1CAA_il2cpp_TypeInfo_var, 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.StreamList::.ctor(System.IO.Stream[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList__ctor_mDD212CDFB5AE62FCEEA4BFE85A25C34BC9C30597 (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* ___streams0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public StreamList(params System.IO.Stream[] streams) IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); // this.Streams = streams; StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_0 = ___streams0; __this->set_Streams_5(L_0); // this.CurrentIdx = 0; __this->set_CurrentIdx_6(0); // } return; } } // System.Boolean BestHTTP.StreamList::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamList_get_CanRead_mAAF556BC6FAE56E8BE44B6FBC6772DBF0117748C (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, const RuntimeMethod* method) { { // if (CurrentIdx >= Streams.Length) int32_t L_0 = __this->get_CurrentIdx_6(); StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_1 = __this->get_Streams_5(); NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Streams[CurrentIdx].CanRead; StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_2 = __this->get_Streams_5(); int32_t L_3 = __this->get_CurrentIdx_6(); NullCheck(L_2); int32_t L_4 = L_3; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_5); return L_6; } } // System.Boolean BestHTTP.StreamList::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamList_get_CanSeek_m0C7170BB88FCE4582557445B132F9D3F41B566F3 (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, const RuntimeMethod* method) { { // public override bool CanSeek { get { return false; } } return (bool)0; } } // System.Boolean BestHTTP.StreamList::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamList_get_CanWrite_m4B2DD155E0EC677E2295FD6437D5B98613A89028 (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, const RuntimeMethod* method) { { // if (CurrentIdx >= Streams.Length) int32_t L_0 = __this->get_CurrentIdx_6(); StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_1 = __this->get_Streams_5(); NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Streams[CurrentIdx].CanWrite; StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_2 = __this->get_Streams_5(); int32_t L_3 = __this->get_CurrentIdx_6(); NullCheck(L_2); int32_t L_4 = L_3; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_5); return L_6; } } // System.Void BestHTTP.StreamList::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_Flush_mDF75DF3BC1D954BF3AF1E486410861524A5742FB (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (CurrentIdx >= Streams.Length) int32_t L_0 = __this->get_CurrentIdx_6(); StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_1 = __this->get_Streams_5(); NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_0011; } } { // return; return; } IL_0011: { // for (int i = 0; i <= CurrentIdx; ++i) V_0 = 0; goto IL_0026; } IL_0015: { // Streams[i].Flush(); StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_2 = __this->get_Streams_5(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_5); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_5); // for (int i = 0; i <= CurrentIdx; ++i) int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0026: { // for (int i = 0; i <= CurrentIdx; ++i) int32_t L_7 = V_0; int32_t L_8 = __this->get_CurrentIdx_6(); if ((((int32_t)L_7) <= ((int32_t)L_8))) { goto IL_0015; } } { // } return; } } // System.Int64 BestHTTP.StreamList::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t StreamList_get_Length_m4553C2AAFAD3964E47E16DDB72D9F95837F2F25A (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, const RuntimeMethod* method) { int64_t V_0 = 0; int32_t V_1 = 0; { // if (CurrentIdx >= Streams.Length) int32_t L_0 = __this->get_CurrentIdx_6(); StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_1 = __this->get_Streams_5(); NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_0013; } } { // return 0; return ((int64_t)((int64_t)0)); } IL_0013: { // long length = 0; V_0 = ((int64_t)((int64_t)0)); // for (int i = 0; i < Streams.Length; ++i) V_1 = 0; goto IL_002e; } IL_001a: { // length += Streams[i].Length; int64_t L_2 = V_0; StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_3 = __this->get_Streams_5(); int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); int64_t L_7; L_7 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_6); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)L_7)); // for (int i = 0; i < Streams.Length; ++i) int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002e: { // for (int i = 0; i < Streams.Length; ++i) int32_t L_9 = V_1; StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_10 = __this->get_Streams_5(); NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_001a; } } { // return length; int64_t L_11 = V_0; return L_11; } } // System.Int32 BestHTTP.StreamList::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamList_Read_m84D50D7FFCFDC50537D5D90DEE24282CECF14D58 (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (CurrentIdx >= Streams.Length) int32_t L_0 = __this->get_CurrentIdx_6(); StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_1 = __this->get_Streams_5(); NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_0012; } } { // return -1; return (-1); } IL_0012: { // int readCount = Streams[CurrentIdx].Read(buffer, offset, count); StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_2 = __this->get_Streams_5(); int32_t L_3 = __this->get_CurrentIdx_6(); NullCheck(L_2); int32_t L_4 = L_3; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = (L_2)->GetAt(static_cast(L_4)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___buffer0; int32_t L_7 = ___offset1; int32_t L_8 = ___count2; NullCheck(L_5); int32_t L_9; L_9 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, L_7, L_8); V_0 = L_9; goto IL_0046; } IL_002a: { // readCount += Streams[CurrentIdx].Read(buffer, offset + readCount, count - readCount); int32_t L_10 = V_0; StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_11 = __this->get_Streams_5(); int32_t L_12 = __this->get_CurrentIdx_6(); NullCheck(L_11); int32_t L_13 = L_12; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = (L_11)->GetAt(static_cast(L_13)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buffer0; int32_t L_16 = ___offset1; int32_t L_17 = V_0; int32_t L_18 = ___count2; int32_t L_19 = V_0; NullCheck(L_14); int32_t L_20; L_20 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_14, L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_20)); } IL_0046: { // while (readCount < count && CurrentIdx++ < Streams.Length) int32_t L_21 = V_0; int32_t L_22 = ___count2; if ((((int32_t)L_21) >= ((int32_t)L_22))) { goto IL_0065; } } { int32_t L_23 = __this->get_CurrentIdx_6(); V_1 = L_23; int32_t L_24 = V_1; __this->set_CurrentIdx_6(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))); int32_t L_25 = V_1; StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_26 = __this->get_Streams_5(); NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))) { goto IL_002a; } } IL_0065: { // return readCount; int32_t L_27 = V_0; return L_27; } } // System.Void BestHTTP.StreamList::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_Write_m13AD98981A8E1E2459D8757E510BD8BBC2798D57 (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // if (CurrentIdx >= Streams.Length) int32_t L_0 = __this->get_CurrentIdx_6(); StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_1 = __this->get_Streams_5(); NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_0011; } } { // return; return; } IL_0011: { // Streams[CurrentIdx].Write(buffer, offset, count); StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_2 = __this->get_Streams_5(); int32_t L_3 = __this->get_CurrentIdx_6(); NullCheck(L_2); int32_t L_4 = L_3; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = (L_2)->GetAt(static_cast(L_4)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___buffer0; int32_t L_7 = ___offset1; int32_t L_8 = ___count2; NullCheck(L_5); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, L_7, L_8); // } return; } } // System.Void BestHTTP.StreamList::Write(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_Write_mCA0C138146CC8A920E3970F1897CFCF16DB81F40 (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] bytes = str.GetASCIIBytes(); String_t* L_0 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Extensions_GetASCIIBytes_mD7511286A9AA72F2F58A54857ACA63548127CAE2(L_0, /*hidden argument*/NULL); V_0 = L_1; // this.Write(bytes, 0, bytes.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; NullCheck(L_3); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); // VariableSizedBufferPool.Release(bytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.StreamList::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_Dispose_mB77DA9967EED437FB328B19A06E2D8413C5DFBB1 (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, bool ___disposing0, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // for (int i = 0; i < Streams.Length; ++i) V_0 = 0; goto IL_0030; } IL_0004: { } IL_0005: try {// begin try (depth: 1) // Streams[i].Dispose(); StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_0 = __this->get_Streams_5(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); Stream_Dispose_m117324084DDAD414761AD29FB17A419840BA6EA0(L_3, /*hidden argument*/NULL); // } goto IL_002c; }// 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_0014; } throw e; } CATCH_0014: {// begin catch(System.Exception) // catch(Exception ex) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("StreamList", "Dispose", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_5 = V_1; NullCheck(L_4); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(16 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8610EF0CF2FB1FE5275785FFAE015BEB020386DD)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0E113F97D77FF0E45934C610A144C2819DC64A04)), L_5); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_002c; }// end catch (depth: 1) IL_002c: { // for (int i = 0; i < Streams.Length; ++i) int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0030: { // for (int i = 0; i < Streams.Length; ++i) int32_t L_7 = V_0; StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_8 = __this->get_Streams_5(); NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0004; } } { // } return; } } // System.Int64 BestHTTP.StreamList::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t StreamList_get_Position_m09533FA8D9D50912D4B9EACD4BFEDB7C33E24914 (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, const RuntimeMethod* method) { { // throw new NotImplementedException("Position get"); 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_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5F42E9A086500A5BB201C3BEB0792ABBD26FF195)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamList_get_Position_m09533FA8D9D50912D4B9EACD4BFEDB7C33E24914_RuntimeMethod_var))); } } // System.Void BestHTTP.StreamList::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_set_Position_mB4AD9E9AAA06EA79E212F8B99A3B5225B9409321 (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, int64_t ___value0, const RuntimeMethod* method) { { // throw new NotImplementedException("Position set"); 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_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC254086DD389497FB3ADCA91EE6F1FCD4C670CF2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamList_set_Position_mB4AD9E9AAA06EA79E212F8B99A3B5225B9409321_RuntimeMethod_var))); } } // System.Int64 BestHTTP.StreamList::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t StreamList_Seek_m7F61B8D08037087C2638F6C14080AA1FEA918A49 (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { // if (CurrentIdx >= Streams.Length) int32_t L_0 = __this->get_CurrentIdx_6(); StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_1 = __this->get_Streams_5(); NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_0013; } } { // return 0; return ((int64_t)((int64_t)0)); } IL_0013: { // return Streams[CurrentIdx].Seek(offset, origin); StreamU5BU5D_t7BE4C8BAAE8722FBFC1A2679C2DCE0A4DA5EE079* L_2 = __this->get_Streams_5(); int32_t L_3 = __this->get_CurrentIdx_6(); NullCheck(L_2); int32_t L_4 = L_3; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = (L_2)->GetAt(static_cast(L_4)); int64_t L_6 = ___offset0; int32_t L_7 = ___origin1; NullCheck(L_5); int64_t L_8; L_8 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_5, L_6, L_7); return L_8; } } // System.Void BestHTTP.StreamList::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_SetLength_m105C8F33BFEFFF227D7DE44EDCFF81CBAC599C75 (StreamList_tAB3758A7DAD1505478291E254313200F6E9BB5B5 * __this, int64_t ___value0, const RuntimeMethod* method) { { // throw new NotImplementedException("SetLength"); 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_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA11839FFA673044FF4EB9A4F59B3BC47F4144AE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamList_SetLength_m105C8F33BFEFFF227D7DE44EDCFF81CBAC599C75_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.StreamOverflowException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamOverflowException__ctor_m09EBAC26F666EAF168D425CCEFFED6037625144D (StreamOverflowException_tB1D84D6C41548EF62AD83DF0D116352227D0AD3B * __this, const RuntimeMethod* method) { { // : base() IOException__ctor_mE92951EE4556BA8CC4009BD0D9FB75839B170BC2(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.StreamOverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamOverflowException__ctor_m2E3250F34CEB503DA768998A2420299BE4EC82AD (StreamOverflowException_tB1D84D6C41548EF62AD83DF0D116352227D0AD3B * __this, String_t* ___message0, const RuntimeMethod* method) { { // : base(message) String_t* L_0 = ___message0; IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.StreamOverflowException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamOverflowException__ctor_mF66D9C2B1C191EF5F90FC5253F46C48DAD2F14FA (StreamOverflowException_tB1D84D6C41548EF62AD83DF0D116352227D0AD3B * __this, String_t* ___message0, Exception_t * ___exception1, const RuntimeMethod* method) { { // : base(message, exception) String_t* L_0 = ___message0; Exception_t * L_1 = ___exception1; IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(__this, L_0, L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Streams__ctor_mDD3457BE1CFEA459B1C6BB860F0A51C23B2FEA6E (Streams_tCD81D52F63E790806F3F521B6862D4AB60C16716 * __this, const RuntimeMethod* method) { { // private Streams() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::Drain(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Streams_Drain_m1F4172055E9CC35B86B05D1E381D90E509E062B1 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, 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; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] bs = new byte[BufferSize]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512)); V_0 = L_0; } IL_000b: { // while (inStr.Read(bs, 0, bs.Length) > 0) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___inStr0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; NullCheck(L_3); NullCheck(L_1); int32_t L_4; L_4 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_000b; } } { // } return; } } // 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) { 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; { // MemoryStream buf = 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; // PipeAll(inStr, buf); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___inStr0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = V_0; Streams_PipeAll_m01C117835A14DD611F9FEE6745949E02AF081470(L_1, L_2, /*hidden argument*/NULL); // return buf.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_3); return L_4; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::ReadAllLimited(System.IO.Stream,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Streams_ReadAllLimited_mB2F34099DA2DF02315B219F6BD0F6B9EDF8DD406 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, int32_t ___limit1, 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; { // MemoryStream buf = 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; // PipeAllLimited(inStr, limit, buf); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___inStr0; int32_t L_2 = ___limit1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = V_0; int64_t L_4; L_4 = Streams_PipeAllLimited_m37FC7D4BE678F0F0EF6DCAA92760BD58532A4FF4(L_1, ((int64_t)((int64_t)L_2)), L_3, /*hidden argument*/NULL); // return buf.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_5 = V_0; NullCheck(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_5); return L_6; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::ReadFully(System.IO.Stream,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Streams_ReadFully_mA08B260E9E895443C6671920C12CD231B470183D (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, const RuntimeMethod* method) { { // return ReadFully(inStr, buf, 0, buf.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___inStr0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buf1; NullCheck(L_2); int32_t L_3; L_3 = Streams_ReadFully_mC7CA0814C1B32981B343B42528D1A17060FF8E0A(L_0, L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), /*hidden argument*/NULL); return L_3; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::ReadFully(System.IO.Stream,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Streams_ReadFully_mC7CA0814C1B32981B343B42528D1A17060FF8E0A (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___off2, int32_t ___len3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // int totalRead = 0; V_0 = 0; goto IL_001a; } IL_0004: { // int numRead = inStr.Read(buf, off + totalRead, len - totalRead); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___inStr0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf1; int32_t L_2 = ___off2; int32_t L_3 = V_0; int32_t L_4 = ___len3; int32_t L_5 = V_0; NullCheck(L_0); 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_0, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5))); V_1 = L_6; // if (numRead < 1) int32_t L_7 = V_1; if ((((int32_t)L_7) < ((int32_t)1))) { goto IL_001e; } } { // totalRead += numRead; int32_t L_8 = V_0; int32_t L_9 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)); } IL_001a: { // while (totalRead < len) int32_t L_10 = V_0; int32_t L_11 = ___len3; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0004; } } IL_001e: { // return totalRead; int32_t L_12 = V_0; return L_12; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::PipeAll(System.IO.Stream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Streams_PipeAll_m01C117835A14DD611F9FEE6745949E02AF081470 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr1, 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; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // byte[] bs = new byte[BufferSize]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512)); V_0 = L_0; goto IL_0016; } IL_000d: { // outStr.Write(bs, 0, numRead); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___outStr1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_1); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, 0, L_3); } IL_0016: { // while ((numRead = inStr.Read(bs, 0, bs.Length)) > 0) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___inStr0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; NullCheck(L_6); NullCheck(L_4); int32_t L_7; L_7 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))); int32_t L_8 = L_7; V_1 = L_8; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_000d; } } { // } return; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::PipeAllLimited(System.IO.Stream,System.Int64,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Streams_PipeAllLimited_m37FC7D4BE678F0F0EF6DCAA92760BD58532A4FF4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inStr0, int64_t ___limit1, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr2, 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; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int64_t V_1 = 0; int32_t V_2 = 0; { // byte[] bs = new byte[BufferSize]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512)); V_0 = L_0; // long total = 0; V_1 = ((int64_t)((int64_t)0)); goto IL_0030; } IL_0010: { // if ((limit - total) < numRead) int64_t L_1 = ___limit1; int64_t L_2 = V_1; int32_t L_3 = V_2; if ((((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)L_2))) >= ((int64_t)((int64_t)((int64_t)L_3))))) { goto IL_0022; } } { // throw new StreamOverflowException("Data Overflow"); StreamOverflowException_tB1D84D6C41548EF62AD83DF0D116352227D0AD3B * L_4 = (StreamOverflowException_tB1D84D6C41548EF62AD83DF0D116352227D0AD3B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StreamOverflowException_tB1D84D6C41548EF62AD83DF0D116352227D0AD3B_il2cpp_TypeInfo_var))); StreamOverflowException__ctor_m2E3250F34CEB503DA768998A2420299BE4EC82AD(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral20C35F5A348D99FB8B47E8C15236E04F38BA50B7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Streams_PipeAllLimited_m37FC7D4BE678F0F0EF6DCAA92760BD58532A4FF4_RuntimeMethod_var))); } IL_0022: { // total += numRead; int64_t L_5 = V_1; int32_t L_6 = V_2; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)((int64_t)((int64_t)L_6)))); // outStr.Write(bs, 0, numRead); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = ___outStr2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; int32_t L_9 = V_2; NullCheck(L_7); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, 0, L_9); } IL_0030: { // while ((numRead = inStr.Read(bs, 0, bs.Length)) > 0) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10 = ___inStr0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; NullCheck(L_12); NullCheck(L_10); int32_t L_13; L_13 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_10, L_11, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))); int32_t L_14 = L_13; V_2 = L_14; if ((((int32_t)L_14) > ((int32_t)0))) { goto IL_0010; } } { // return total; int64_t L_15 = V_1; return L_15; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::WriteBufTo(System.IO.MemoryStream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Streams_WriteBufTo_m1F1A2184DB31498E911F78589909551BE67E0863 (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___buf0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method) { { // buf.WriteTo(output); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = ___buf0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___output1; NullCheck(L_0); VirtualActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(38 /* System.Void System.IO.MemoryStream::WriteTo(System.IO.Stream) */, L_0, L_1); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::WriteBufTo(System.IO.MemoryStream,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Streams_WriteBufTo_mCA4C2484C6AD5291D8F9D6AF75E2BEFACB3E4878 (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___buf0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output1, int32_t ___offset2, 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; { // int size = (int)buf.Length; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = ___buf0; NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_0); V_0 = ((int32_t)((int32_t)L_1)); // buf.WriteTo(new MemoryStream(output, offset, size, true)); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = ___buf0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___output1; int32_t L_4 = ___offset2; int32_t L_5 = V_0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_6 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m0F85B577C8583B6CC3B129FFF739C983DF238474(L_6, L_3, L_4, L_5, (bool)1, /*hidden argument*/NULL); NullCheck(L_2); VirtualActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(38 /* System.Void System.IO.MemoryStream::WriteTo(System.IO.Stream) */, L_2, L_6); // return size; int32_t L_7 = V_0; return L_7; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Streams::WriteZeroes(System.IO.Stream,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Streams_WriteZeroes_mE60B2396CA9177969D0AEE7723D984E8E7522A1E (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStr0, int64_t ___count1, 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; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] zeroes = new byte[BufferSize]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512)); V_0 = L_0; goto IL_0024; } IL_000d: { // outStr.Write(zeroes, 0, BufferSize); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___outStr0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; NullCheck(L_1); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, 0, ((int32_t)512)); // count -= BufferSize; int64_t L_3 = ___count1; ___count1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_3, (int64_t)((int64_t)((int64_t)((int32_t)512))))); } IL_0024: { // while (count > BufferSize) int64_t L_4 = ___count1; if ((((int64_t)L_4) > ((int64_t)((int64_t)((int64_t)((int32_t)512)))))) { goto IL_000d; } } { // outStr.Write(zeroes, 0, (int)count); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___outStr0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; int64_t L_7 = ___count1; NullCheck(L_5); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, ((int32_t)((int32_t)L_7))); // } 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::IsOneOf(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Strings_IsOneOf_m6B89B460FDE37258D4C06BF2D953DF3E29B48419 (String_t* ___s0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___candidates1, const RuntimeMethod* method) { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; { // foreach (string candidate in candidates) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___candidates1; V_0 = L_0; V_1 = 0; goto IL_0019; } IL_0006: { // foreach (string candidate in candidates) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = V_0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = L_4; // if (s == candidate) String_t* L_5 = ___s0; String_t* L_6 = V_2; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0015; } } { // return true; return (bool)1; } IL_0015: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0019: { // foreach (string candidate in candidates) int32_t L_9 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = V_0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_0006; } } { // return false; return (bool)0; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::FromByteArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_FromByteArray_m43248E0DD5B7410C1BC54F3CFB4D9CC9CCD48296 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, 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*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; { // char[] cs = new char[bs.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bs0; NullCheck(L_0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); V_0 = L_1; // for (int i = 0; i < cs.Length; ++i) V_1 = 0; goto IL_001c; } IL_000d: { // cs[i] = Convert.ToChar(bs[i]); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = V_0; int32_t L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bs0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Il2CppChar L_8; L_8 = Convert_ToChar_m0297A5A45E62248BD758586475042968A2DCECE7(L_7, /*hidden argument*/NULL); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (Il2CppChar)L_8); // for (int i = 0; i < cs.Length; ++i) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_001c: { // for (int i = 0; i < cs.Length; ++i) int32_t L_10 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = V_0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_000d; } } { // return new string(cs); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = V_0; String_t* L_13; L_13 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_12, /*hidden argument*/NULL); return L_13; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::ToByteArray(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Strings_ToByteArray_mE86225983A767BE0BC8D4C074ABA77D996FD6524 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___cs0, 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*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // byte[] bs = new byte[cs.Length]; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___cs0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); V_0 = L_1; // for (int i = 0; i < bs.Length; ++i) V_1 = 0; goto IL_001c; } IL_000d: { // bs[i] = Convert.ToByte(cs[i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; int32_t L_3 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = ___cs0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_8; L_8 = Convert_ToByte_m89B9D00AB06D6EA6D880E203547497B2E865783F(L_7, /*hidden argument*/NULL); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)L_8); // for (int i = 0; i < bs.Length; ++i) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_001c: { // for (int i = 0; i < bs.Length; ++i) int32_t L_10 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_000d; } } { // return bs; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; return L_12; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::ToByteArray(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Strings_ToByteArray_m79BDFC45DF85C17DCB7A27A9FE2F939304A957BC (String_t* ___s0, 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*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // byte[] bs = new byte[s.Length]; String_t* L_0 = ___s0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i < bs.Length; ++i) V_1 = 0; goto IL_0023; } IL_0010: { // bs[i] = Convert.ToByte(s[i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; int32_t L_4 = V_1; String_t* L_5 = ___s0; int32_t L_6 = V_1; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_8; L_8 = Convert_ToByte_m89B9D00AB06D6EA6D880E203547497B2E865783F(L_7, /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (uint8_t)L_8); // for (int i = 0; i < bs.Length; ++i) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0023: { // for (int i = 0; i < bs.Length; ++i) int32_t L_10 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0010; } } { // return bs; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; return L_12; } } // 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) { { // return Encoding.ASCII.GetString(bytes, 0, bytes.Length); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___bytes0; NullCheck(L_2); NullCheck(L_0); String_t* L_3; L_3 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return L_3; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::ToAsciiByteArray(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Strings_ToAsciiByteArray_m2914A9D89D48F17F61A114163FF6BEB377DD11E8 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___cs0, const RuntimeMethod* method) { { // return Encoding.ASCII.GetBytes(cs); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173(/*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___cs0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* >::Invoke(15 /* System.Byte[] System.Text.Encoding::GetBytes(System.Char[]) */, L_0, L_1); return L_2; } } // 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) { { // return Encoding.ASCII.GetBytes(s); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173(/*hidden argument*/NULL); String_t* L_1 = ___s0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_0, L_1); return L_2; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::FromUtf8ByteArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_FromUtf8ByteArray_m9BD7D7B76D93100802CDD6F8394422BC956E0667 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method) { { // return Encoding.UTF8.GetString(bytes, 0, bytes.Length); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___bytes0; NullCheck(L_2); NullCheck(L_0); String_t* L_3; L_3 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); return L_3; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::ToUtf8ByteArray(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Strings_ToUtf8ByteArray_m1BFF8ADFF0D96ECCB1271E6828C4D506705A422B (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___cs0, const RuntimeMethod* method) { { // return Encoding.UTF8.GetBytes(cs); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___cs0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* >::Invoke(15 /* System.Byte[] System.Text.Encoding::GetBytes(System.Char[]) */, L_0, L_1); return L_2; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::ToUtf8ByteArray(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Strings_ToUtf8ByteArray_mE88D4431A5EBC0A08570C9389A39EBD5CF66654A (String_t* ___s0, const RuntimeMethod* method) { { // return Encoding.UTF8.GetBytes(s); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); String_t* L_1 = ___s0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_0, L_1); return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Strings__ctor_m1CDF28E5C0DB083E9401D21471D7053DC172998D (Strings_t7C30E45045E3BAAEC6E0B0A14FA5E0E320116F15 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959 * SubjectDirectoryAttributes_GetInstance_m0DAC2AEEC145124DC5C9050583D721B0EF644A1F (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is SubjectDirectoryAttributes) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959 *)IsInstClass((RuntimeObject*)L_1, SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (SubjectDirectoryAttributes) obj; RuntimeObject * L_2 = ___obj0; return ((SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959 *)CastclassClass((RuntimeObject*)L_2, SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new SubjectDirectoryAttributes((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959 * L_5 = (SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959 *)il2cpp_codegen_object_new(SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959_il2cpp_TypeInfo_var); SubjectDirectoryAttributes__ctor_m9B8DC2351F9A6CDF343FCC2D328A2B92CFBF8A84(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SubjectDirectoryAttributes_GetInstance_m0DAC2AEEC145124DC5C9050583D721B0EF644A1F_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectDirectoryAttributes__ctor_m9B8DC2351F9A6CDF343FCC2D328A2B92CFBF8A84 (SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // private SubjectDirectoryAttributes( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.attributes = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set_attributes_2(L_0); // foreach (object o in seq) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = ___seq0; NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_1); V_0 = L_2; } IL_0018: try {// begin try (depth: 1) { goto IL_0038; } IL_001a: { // foreach (object o in seq) RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); // Asn1Sequence s = Asn1Sequence.GetInstance(o); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5; L_5 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_4, /*hidden argument*/NULL); V_1 = L_5; // attributes.Add(AttributeX509.GetInstance(s)); RuntimeObject* L_6 = __this->get_attributes_2(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = V_1; AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA * L_8; L_8 = AttributeX509_GetInstance_m272981F027CB11EFB83AA0CF3BC8F835BCF3F6AF(L_7, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_9; L_9 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_6, L_8); } IL_0038: { // foreach (object o in seq) RuntimeObject* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_001a; } } IL_0040: { IL2CPP_LEAVE(0x53, FINALLY_0042); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: {// begin finally (depth: 1) { RuntimeObject* L_12 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_2; if (!L_13) { goto IL_0052; } } IL_004c: { RuntimeObject* L_14 = V_2; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_14); } IL_0052: { IL2CPP_END_FINALLY(66) } }// end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes::.ctor(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectDirectoryAttributes__ctor_mE28B0BB6E3C83FFBB35DC11830098F347D28A968 (SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959 * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___attributes0, const RuntimeMethod* method) { { // : this((IList)attributes) ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ___attributes0; SubjectDirectoryAttributes__ctor_m84392822CF8BEC904716A626D8B1DD49DCE1B3C9(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes::.ctor(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectDirectoryAttributes__ctor_m84392822CF8BEC904716A626D8B1DD49DCE1B3C9 (SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959 * __this, RuntimeObject* ___attributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SubjectDirectoryAttributes( // IList attributes) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.attributes = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(attributes); RuntimeObject* L_0 = ___attributes0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Platform_CreateArrayList_m4180B6408FF695EFEC4EE2AC4281B05687EF8DE8(L_0, /*hidden argument*/NULL); __this->set_attributes_2(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * SubjectDirectoryAttributes_ToAsn1Object_m9312EA36D8629814686F6FABF66D490E33EBF465 (SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeX509U5BU5D_t03520AFDA84AE0AE15A98D3F2C5359A1A9C0C953_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AttributeX509U5BU5D_t03520AFDA84AE0AE15A98D3F2C5359A1A9C0C953* V_0 = NULL; int32_t V_1 = 0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* V_2 = NULL; { // AttributeX509[] v = new AttributeX509[attributes.Count]; RuntimeObject* L_0 = __this->get_attributes_2(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_0); AttributeX509U5BU5D_t03520AFDA84AE0AE15A98D3F2C5359A1A9C0C953* L_2 = (AttributeX509U5BU5D_t03520AFDA84AE0AE15A98D3F2C5359A1A9C0C953*)(AttributeX509U5BU5D_t03520AFDA84AE0AE15A98D3F2C5359A1A9C0C953*)SZArrayNew(AttributeX509U5BU5D_t03520AFDA84AE0AE15A98D3F2C5359A1A9C0C953_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i < attributes.Count; ++i) V_1 = 0; goto IL_002d; } IL_0015: { // v[i] = (AttributeX509)attributes[i]; AttributeX509U5BU5D_t03520AFDA84AE0AE15A98D3F2C5359A1A9C0C953* L_3 = V_0; int32_t L_4 = V_1; RuntimeObject* L_5 = __this->get_attributes_2(); int32_t L_6 = V_1; NullCheck(L_5); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_5, L_6); NullCheck(L_3); ArrayElementTypeCheck (L_3, ((AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA *)CastclassClass((RuntimeObject*)L_7, AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA_il2cpp_TypeInfo_var))); (L_3)->SetAt(static_cast(L_4), (AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA *)((AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA *)CastclassClass((RuntimeObject*)L_7, AttributeX509_t63A4C9CCBF6EE24C795D436E493F4C56327185EA_il2cpp_TypeInfo_var))); // for (int i = 0; i < attributes.Count; ++i) int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002d: { // for (int i = 0; i < attributes.Count; ++i) int32_t L_9 = V_1; RuntimeObject* L_10 = __this->get_attributes_2(); NullCheck(L_10); int32_t L_11; L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_10); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0015; } } { // return new DerSequence(v); AttributeX509U5BU5D_t03520AFDA84AE0AE15A98D3F2C5359A1A9C0C953* L_12 = V_0; V_2 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_12; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_13 = V_2; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_14 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_14, L_13, /*hidden argument*/NULL); return L_14; } } // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SubjectDirectoryAttributes_get_Attributes_m6B725F0A376147B4550F4817F25F8760A30E71BA (SubjectDirectoryAttributes_tA4B5C6D50E312655EFA8A5A02062F9C87F25E959 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new EnumerableProxy(attributes); } RuntimeObject* L_0 = __this->get_attributes_2(); EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 * L_1 = (EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 *)il2cpp_codegen_object_new(EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2_il2cpp_TypeInfo_var); EnumerableProxy__ctor_m3A29836DAA548DB5ADE9DF4D26EE061EF50B34F5(L_1, L_0, /*hidden argument*/NULL); 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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * SubjectKeyIdentifier_GetInstance_m6899782B0F425BF7A751F497D7BBF43E79326BBC (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method) { { // return GetInstance(Asn1OctetString.GetInstance(obj, explicitly)); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; bool L_1 = ___explicitly1; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_2; L_2 = Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA(L_0, L_1, /*hidden argument*/NULL); SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * L_3; L_3 = SubjectKeyIdentifier_GetInstance_m0836D2757FE265387F79C0C200B3A6E46C8B40BA(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * SubjectKeyIdentifier_GetInstance_m0836D2757FE265387F79C0C200B3A6E46C8B40BA (RuntimeObject * ___obj0, 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*)&SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is SubjectKeyIdentifier) RuntimeObject * L_0 = ___obj0; if (!((SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 *)IsInstClass((RuntimeObject*)L_0, SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (SubjectKeyIdentifier) obj; RuntimeObject * L_1 = ___obj0; return ((SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 *)CastclassClass((RuntimeObject*)L_1, SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is SubjectPublicKeyInfo) RuntimeObject * L_2 = ___obj0; if (!((SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)IsInstClass((RuntimeObject*)L_2, SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new SubjectKeyIdentifier((SubjectPublicKeyInfo) obj); RuntimeObject * L_3 = ___obj0; SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * L_4 = (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 *)il2cpp_codegen_object_new(SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62_il2cpp_TypeInfo_var); SubjectKeyIdentifier__ctor_m35392D1494C701C7AB1C470C8FA2A788F4306F8C(L_4, ((SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)CastclassClass((RuntimeObject*)L_3, SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // if (obj is Asn1OctetString) RuntimeObject * L_5 = ___obj0; if (!((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)IsInstClass((RuntimeObject*)L_5, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var))) { goto IL_0037; } } { // return new SubjectKeyIdentifier((Asn1OctetString) obj); RuntimeObject * L_6 = ___obj0; SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * L_7 = (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 *)il2cpp_codegen_object_new(SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62_il2cpp_TypeInfo_var); SubjectKeyIdentifier__ctor_mDFE33102E6B1F0EBAF186F191864E790FD044918(L_7, ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_6, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_7; } IL_0037: { // if (obj is X509Extension) RuntimeObject * L_8 = ___obj0; if (!((X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB *)IsInstClass((RuntimeObject*)L_8, X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB_il2cpp_TypeInfo_var))) { goto IL_0050; } } { // return GetInstance(X509Extension.ConvertValueToObject((X509Extension) obj)); RuntimeObject * L_9 = ___obj0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_10; L_10 = X509Extension_ConvertValueToObject_m7A8320756D4F6CCD63814B942091D67E78738486(((X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB *)CastclassClass((RuntimeObject*)L_9, X509Extension_t977D8DEE7C59707768F9038FE1B97F2E243B80AB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * L_11; L_11 = SubjectKeyIdentifier_GetInstance_m0836D2757FE265387F79C0C200B3A6E46C8B40BA(L_10, /*hidden argument*/NULL); return L_11; } IL_0050: { // throw new ArgumentException("Invalid SubjectKeyIdentifier: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj)); RuntimeObject * L_12 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_13; L_13 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_12, /*hidden argument*/NULL); String_t* L_14; L_14 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral305B935A3EE6E5E3CAFC1DDBCE8F3034E6948B12)), L_13, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SubjectKeyIdentifier_GetInstance_m0836D2757FE265387F79C0C200B3A6E46C8B40BA_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectKeyIdentifier__ctor_m8D1BF954F0CB0F5D4D1D5AADF6C3B44F5DE08F00 (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyID0, const RuntimeMethod* method) { { // public SubjectKeyIdentifier( // byte[] keyID) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (keyID == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___keyID0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("keyID"); 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*)&_stringLiteral20B6452D451B08B9787E5E327C88AAD3315A0E6B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SubjectKeyIdentifier__ctor_m8D1BF954F0CB0F5D4D1D5AADF6C3B44F5DE08F00_RuntimeMethod_var))); } IL_0014: { // this.keyIdentifier = keyID; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___keyID0; __this->set_keyIdentifier_2(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectKeyIdentifier__ctor_mDFE33102E6B1F0EBAF186F191864E790FD044918 (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___keyID0, const RuntimeMethod* method) { { // public SubjectKeyIdentifier( // Asn1OctetString keyID) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.keyIdentifier = keyID.GetOctets(); Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = ___keyID0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetOctets() */, L_0); __this->set_keyIdentifier_2(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectKeyIdentifier__ctor_m35392D1494C701C7AB1C470C8FA2A788F4306F8C (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * __this, SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___spki0, const RuntimeMethod* method) { { // public SubjectKeyIdentifier( // SubjectPublicKeyInfo spki) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.keyIdentifier = GetDigest(spki); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_0 = ___spki0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = SubjectKeyIdentifier_GetDigest_m34314D78D3690498DF85F382AF5AE4C4EBEAC7CF(L_0, /*hidden argument*/NULL); __this->set_keyIdentifier_2(L_1); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::GetKeyIdentifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SubjectKeyIdentifier_GetKeyIdentifier_m502BB5B30C0817ECCB75870AF8E69C76E795709F (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * __this, const RuntimeMethod* method) { { // return keyIdentifier; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_keyIdentifier_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * SubjectKeyIdentifier_ToAsn1Object_m4167F7E30EEE4E7AB9C72FED13F02417576A5752 (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerOctetString(keyIdentifier); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_keyIdentifier_2(); DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_1 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::CreateSha1KeyIdentifier(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * SubjectKeyIdentifier_CreateSha1KeyIdentifier_mE65E0384D2B72E2171FFF1E88FA177A495DCAA0B (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___keyInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new SubjectKeyIdentifier(keyInfo); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_0 = ___keyInfo0; SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * L_1 = (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 *)il2cpp_codegen_object_new(SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62_il2cpp_TypeInfo_var); SubjectKeyIdentifier__ctor_m35392D1494C701C7AB1C470C8FA2A788F4306F8C(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::CreateTruncatedSha1KeyIdentifier(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * SubjectKeyIdentifier_CreateTruncatedSha1KeyIdentifier_m262B5848B53DFE4FC5C7D5F7F2BF991E71EB6690 (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___keyInfo0, 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*)&SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // byte[] dig = GetDigest(keyInfo); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_0 = ___keyInfo0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = SubjectKeyIdentifier_GetDigest_m34314D78D3690498DF85F382AF5AE4C4EBEAC7CF(L_0, /*hidden argument*/NULL); V_0 = L_1; // byte[] id = new byte[8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); V_1 = L_2; // Array.Copy(dig, dig.Length - 8, id, 0, id.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_1; NullCheck(L_6); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)8)), (RuntimeArray *)(RuntimeArray *)L_5, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), /*hidden argument*/NULL); // id[0] &= 0x0f; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; NullCheck(L_7); uint8_t* L_8 = ((L_7)->GetAddressAt(static_cast(0))); int32_t L_9 = *((uint8_t*)L_8); *((int8_t*)L_8) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)15))))); // id[0] |= 0x40; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; NullCheck(L_10); uint8_t* L_11 = ((L_10)->GetAddressAt(static_cast(0))); int32_t L_12 = *((uint8_t*)L_11); *((int8_t*)L_11) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_12|(int32_t)((int32_t)64))))); // return new SubjectKeyIdentifier(id); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * L_14 = (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 *)il2cpp_codegen_object_new(SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62_il2cpp_TypeInfo_var); SubjectKeyIdentifier__ctor_m8D1BF954F0CB0F5D4D1D5AADF6C3B44F5DE08F00(L_14, L_13, /*hidden argument*/NULL); return L_14; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::GetDigest(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SubjectKeyIdentifier_GetDigest_m34314D78D3690498DF85F382AF5AE4C4EBEAC7CF (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___spki0, 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*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // IDigest digest = new Sha1Digest(); Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_0 = (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 *)il2cpp_codegen_object_new(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648(L_0, /*hidden argument*/NULL); // byte[] resBuf = new byte[digest.GetDigestSize()]; Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_1 = L_0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; // byte[] bytes = spki.PublicKeyData.GetBytes(); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_4 = ___spki0; NullCheck(L_4); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_5; L_5 = SubjectPublicKeyInfo_get_PublicKeyData_mE74361F41A82225A09A9A4B95E37C6F5C337D7A4_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetBytes() */, L_5); V_1 = L_6; // digest.BlockUpdate(bytes, 0, bytes.Length); Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_7 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; NullCheck(L_9); NullCheck(L_7); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_7, L_8, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))); // digest.DoFinal(resBuf, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; NullCheck(L_7); int32_t L_11; L_11 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_7, L_10, 0); // return resBuf; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; return L_12; } } #ifdef __clang__ #pragma clang 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.X509.Extension.SubjectKeyIdentifierStructure::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectKeyIdentifierStructure__ctor_mD3B87B63C99DD69BE05134998F3FEC20FB68E77B (SubjectKeyIdentifierStructure_tD60B5C731725370EC7C6127497106D3FCF79051E * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___encodedValue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base((Asn1OctetString) X509ExtensionUtilities.FromExtensionValue(encodedValue)) Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_0 = ___encodedValue0; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = X509ExtensionUtilities_FromExtensionValue_mB3EF41D2786974D71033FD2A97181A5C5C75CAAD(L_0, /*hidden argument*/NULL); SubjectKeyIdentifier__ctor_mDFE33102E6B1F0EBAF186F191864E790FD044918(__this, ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_1, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Extension.SubjectKeyIdentifierStructure::FromPublicKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * SubjectKeyIdentifierStructure_FromPublicKey_mB03B50EF406BFB6254DB53547A05173BC2CAD5A5 (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___pubKey0, 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*)&SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // SubjectPublicKeyInfo info = SubjectPublicKeyInfoFactory.CreateSubjectPublicKeyInfo(pubKey); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___pubKey0; SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_1; L_1 = SubjectPublicKeyInfoFactory_CreateSubjectPublicKeyInfo_m05DEB0821C10550E622F69B5E83F1A285F4F857D(L_0, /*hidden argument*/NULL); // return (Asn1OctetString) new SubjectKeyIdentifier(info).ToAsn1Object(); SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * L_2 = (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 *)il2cpp_codegen_object_new(SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62_il2cpp_TypeInfo_var); SubjectKeyIdentifier__ctor_m35392D1494C701C7AB1C470C8FA2A788F4306F8C(L_2, L_1, /*hidden argument*/NULL); NullCheck(L_2); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_3; L_3 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_2); V_0 = ((Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 *)CastclassClass((RuntimeObject*)L_3, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var)); goto IL_002f; }// 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_0018; } throw e; } CATCH_0018: {// begin catch(System.Exception) // catch (Exception e) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new CertificateParsingException("Exception extracting certificate details: " + e.ToString()); Exception_t * L_4 = V_1; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E47B21BFAB77BE6516C8A639078646B0EC3747E)), L_5, /*hidden argument*/NULL); CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 * L_7 = (CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CertificateParsingException_t5CE1769C4F94B5791C7D12C168E7BC8509C97778_il2cpp_TypeInfo_var))); CertificateParsingException__ctor_m589FDDF39DC94212A0E6A7A445702928F6C0488B(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SubjectKeyIdentifierStructure_FromPublicKey_mB03B50EF406BFB6254DB53547A05173BC2CAD5A5_RuntimeMethod_var))); }// end catch (depth: 1) IL_002f: { // } Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_8 = V_0; return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.Extension.SubjectKeyIdentifierStructure::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectKeyIdentifierStructure__ctor_m9EDC331C7BE64D421C82FCF3DF7B50F644DE14B6 (SubjectKeyIdentifierStructure_tD60B5C731725370EC7C6127497106D3FCF79051E * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___pubKey0, const RuntimeMethod* method) { { // : base(FromPublicKey(pubKey)) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___pubKey0; Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * L_1; L_1 = SubjectKeyIdentifierStructure_FromPublicKey_mB03B50EF406BFB6254DB53547A05173BC2CAD5A5(L_0, /*hidden argument*/NULL); SubjectKeyIdentifier__ctor_mDFE33102E6B1F0EBAF186F191864E790FD044918(__this, L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * SubjectPublicKeyInfo_GetInstance_mE1971E76A76776D1E5A3EBC8822DB50F324FEAFE (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method) { { // return GetInstance(Asn1Sequence.GetInstance(obj, explicitly)); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; bool L_1 = ___explicitly1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2; L_2 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_0, L_1, /*hidden argument*/NULL); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_3; L_3 = SubjectPublicKeyInfo_GetInstance_mEACADACCC4E68515FAC8980FA87BB19716BC4471(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * SubjectPublicKeyInfo_GetInstance_mEACADACCC4E68515FAC8980FA87BB19716BC4471 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is SubjectPublicKeyInfo) RuntimeObject * L_0 = ___obj0; if (!((SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)IsInstClass((RuntimeObject*)L_0, SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (SubjectPublicKeyInfo) obj; RuntimeObject * L_1 = ___obj0; return ((SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)CastclassClass((RuntimeObject*)L_1, SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj != null) RuntimeObject * L_2 = ___obj0; if (!L_2) { goto IL_001e; } } { // return new SubjectPublicKeyInfo(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4; L_4 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_3, /*hidden argument*/NULL); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_5 = (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)il2cpp_codegen_object_new(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); SubjectPublicKeyInfo__ctor_m10D63C219817BF50F9197A036E8D0D132E1EA88A(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_001e: { // return null; return (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectPublicKeyInfo__ctor_m423E6B2C03805B136830D047851C8EF2CD2CB978 (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___publicKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SubjectPublicKeyInfo( // AlgorithmIdentifier algID, // Asn1Encodable publicKey) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.keyData = new DerBitString(publicKey); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_0 = ___publicKey1; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_1 = (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 *)il2cpp_codegen_object_new(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString__ctor_m93C79DD69F7DB230D4838767D7BE539B8CA6FC12(L_1, L_0, /*hidden argument*/NULL); __this->set_keyData_3(L_1); // this.algID = algID; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2 = ___algID0; __this->set_algID_2(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectPublicKeyInfo__ctor_mCF35D42388B4DE0226FF173A389D90F16281E32C (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___publicKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public SubjectPublicKeyInfo( // AlgorithmIdentifier algID, // byte[] publicKey) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.keyData = new DerBitString(publicKey); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___publicKey1; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_1 = (DerBitString_t305465793A47445626D3541AB8CEDE347D874524 *)il2cpp_codegen_object_new(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString__ctor_m97AF53404F6333EA146C0DB958DF3C483B71D94B(L_1, L_0, /*hidden argument*/NULL); __this->set_keyData_3(L_1); // this.algID = algID; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2 = ___algID0; __this->set_algID_2(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectPublicKeyInfo__ctor_m10D63C219817BF50F9197A036E8D0D132E1EA88A (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // private SubjectPublicKeyInfo( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count != 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0032; } } { // throw new ArgumentException("Bad sequence size: " + seq.Count, "seq"); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_2); V_0 = L_3; String_t* L_4; L_4 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1)), 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*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SubjectPublicKeyInfo__ctor_m10D63C219817BF50F9197A036E8D0D132E1EA88A_RuntimeMethod_var))); } IL_0032: { // this.algID = AlgorithmIdentifier.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = ___seq0; NullCheck(L_7); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_7, 0); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_9; L_9 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_8, /*hidden argument*/NULL); __this->set_algID_2(L_9); // this.keyData = DerBitString.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10 = ___seq0; NullCheck(L_10); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_11; L_11 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_10, 1); IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_12; L_12 = DerBitString_GetInstance_mFBA6EA683F6F292F1A15D6E5BE37CFA85104C36A(L_11, /*hidden argument*/NULL); __this->set_keyData_3(L_12); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::get_AlgorithmID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * SubjectPublicKeyInfo_get_AlgorithmID_mC6D1FC4034C33A9CE53D197B4704A328D8E6AF52 (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, const RuntimeMethod* method) { { // get { return algID; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_algID_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::GetPublicKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * SubjectPublicKeyInfo_GetPublicKey_m19105F6EC35D04EE32EBE7EDDDF86CDAC07EFD65 (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, const RuntimeMethod* method) { { // return Asn1Object.FromByteArray(keyData.GetOctets()); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_keyData_3(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(11 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::GetOctets() */, L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_2; L_2 = Asn1Object_FromByteArray_m2DB00E0C5F68F2C4C3CA24B1F3075BC8DA9AD989(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::get_PublicKeyData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * SubjectPublicKeyInfo_get_PublicKeyData_mE74361F41A82225A09A9A4B95E37C6F5C337D7A4 (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, const RuntimeMethod* method) { { // get { return keyData; } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_keyData_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * SubjectPublicKeyInfo_ToAsn1Object_m319872933DD0DE78F5F37005423FA6D5D0BA504E (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerSequence(algID, keyData); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_2 = __this->get_algID_2(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_4 = __this->get_keyData_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_5 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_5, L_3, /*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 // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.SubjectPublicKeyInfoFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectPublicKeyInfoFactory__ctor_m39CB2032F1C60A06FB648B94B33CD3964C593DAB (SubjectPublicKeyInfoFactory_tBD4EC3BC529986E722CF81FC537B51F887F8CC82 * __this, const RuntimeMethod* method) { { // private SubjectPublicKeyInfoFactory() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.X509.SubjectPublicKeyInfoFactory::CreateSubjectPublicKeyInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * SubjectPublicKeyInfoFactory_CreateSubjectPublicKeyInfo_m05DEB0821C10550E622F69B5E83F1A285F4F857D (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHParameter_t139F790CA854BF8027539E802DB902D7192357A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral355344670054DB070754011D8D2527E319681DF0); s_Il2CppMethodInitialized = true; } ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * V_0 = NULL; ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * V_1 = NULL; DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * V_2 = NULL; DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * V_3 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_4 = NULL; DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * V_5 = NULL; DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * V_6 = NULL; RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * V_7 = NULL; ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * V_8 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_9 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_10 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_11 = NULL; Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * V_12 = NULL; X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * V_13 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_14 = NULL; ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * V_15 = NULL; Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0 * V_16 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_17 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_18 = NULL; Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * V_19 = NULL; int32_t V_20 = 0; X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B * V_21 = NULL; X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C * V_22 = NULL; Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * V_23 = NULL; Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * V_24 = NULL; Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * G_B10_0 = NULL; { // if (publicKey == null) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___publicKey0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("publicKey"); 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*)&_stringLiteral55E33AEC810D7C6A9309168416814B8AB9759431)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SubjectPublicKeyInfoFactory_CreateSubjectPublicKeyInfo_m05DEB0821C10550E622F69B5E83F1A285F4F857D_RuntimeMethod_var))); } IL_000e: { // if (publicKey.IsPrivate) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_2 = ___publicKey0; NullCheck(L_2); bool L_3; L_3 = AsymmetricKeyParameter_get_IsPrivate_m4A94334067C062D7991228DDB6CBFE57A5D8244B_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0026; } } { // throw new ArgumentException("Private key passed - public key expected.", "publicKey"); 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*)&_stringLiteralEE78224C46D8D84613D7F6A181C46C3D4C2B1645)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral55E33AEC810D7C6A9309168416814B8AB9759431)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SubjectPublicKeyInfoFactory_CreateSubjectPublicKeyInfo_m05DEB0821C10550E622F69B5E83F1A285F4F857D_RuntimeMethod_var))); } IL_0026: { // if (publicKey is ElGamalPublicKeyParameters) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_5 = ___publicKey0; if (!((ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 *)IsInstClass((RuntimeObject*)L_5, ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var))) { goto IL_006d; } } { // ElGamalPublicKeyParameters _key = (ElGamalPublicKeyParameters)publicKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_6 = ___publicKey0; V_0 = ((ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 *)CastclassClass((RuntimeObject*)L_6, ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826_il2cpp_TypeInfo_var)); // ElGamalParameters kp = _key.Parameters; ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * L_7 = V_0; NullCheck(L_7); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_8; L_8 = ElGamalKeyParameters_get_Parameters_mCE4C3D4C8C4BAA830886D6C000C5A450B69E7C29_inline(L_7, /*hidden argument*/NULL); V_1 = L_8; // SubjectPublicKeyInfo info = new SubjectPublicKeyInfo( // new AlgorithmIdentifier( // OiwObjectIdentifiers.ElGamalAlgorithm, // new ElGamalParameter(kp.P, kp.G).ToAsn1Object()), // new DerInteger(_key.Y)); IL2CPP_RUNTIME_CLASS_INIT(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ((OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_StaticFields*)il2cpp_codegen_static_fields_for(OiwObjectIdentifiers_tACD1AAAAC365CD86B5E7F0DE22B66469A4A93CED_il2cpp_TypeInfo_var))->get_ElGamalAlgorithm_11(); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_10 = V_1; NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = ElGamalParameters_get_P_mA79BF30B25404781643C8BA50B1DAD8C76B67765_inline(L_10, /*hidden argument*/NULL); ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_12 = V_1; NullCheck(L_12); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13; L_13 = ElGamalParameters_get_G_mDFF45B690EE3358A09CC773AA1F9844FC1743DBF_inline(L_12, /*hidden argument*/NULL); ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 * L_14 = (ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951 *)il2cpp_codegen_object_new(ElGamalParameter_t28047CD9A1D9F6A0DF56324F575D7431D39EC951_il2cpp_TypeInfo_var); ElGamalParameter__ctor_mF2C13BCAFD7762E738305E575AB8A9196ED9EDFD(L_14, L_11, L_13, /*hidden argument*/NULL); NullCheck(L_14); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_15; L_15 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_14); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_16 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_16, L_9, L_15, /*hidden argument*/NULL); ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * L_17 = V_0; NullCheck(L_17); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_18; L_18 = ElGamalPublicKeyParameters_get_Y_mA905DC4C7160BC625BC2256F5F10E5719FB5117A_inline(L_17, /*hidden argument*/NULL); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_19 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_19, L_18, /*hidden argument*/NULL); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_20 = (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)il2cpp_codegen_object_new(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); SubjectPublicKeyInfo__ctor_m423E6B2C03805B136830D047851C8EF2CD2CB978(L_20, L_16, L_19, /*hidden argument*/NULL); // return info; return L_20; } IL_006d: { // if (publicKey is DsaPublicKeyParameters) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_21 = ___publicKey0; if (!((DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 *)IsInstClass((RuntimeObject*)L_21, DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var))) { goto IL_00c4; } } { // DsaPublicKeyParameters _key = (DsaPublicKeyParameters) publicKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_22 = ___publicKey0; V_2 = ((DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 *)CastclassClass((RuntimeObject*)L_22, DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var)); // DsaParameters kp = _key.Parameters; DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * L_23 = V_2; NullCheck(L_23); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_24; L_24 = DsaKeyParameters_get_Parameters_mC51CFA0D395F4AE1BF0CA32043A7C290408EDEE4_inline(L_23, /*hidden argument*/NULL); V_3 = L_24; // Asn1Encodable ae = kp == null // ? null // : new DsaParameter(kp.P, kp.Q, kp.G).ToAsn1Object(); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_25 = V_3; if (!L_25) { goto IL_00a4; } } { DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_26 = V_3; NullCheck(L_26); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_27; L_27 = DsaParameters_get_P_mA6C35D7CCBF79E522515CDB351B76961C2CD7A0C_inline(L_26, /*hidden argument*/NULL); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_28 = V_3; NullCheck(L_28); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_29; L_29 = DsaParameters_get_Q_mDDEA980729D10045F0EFFF72E018FBB6AEFEB433_inline(L_28, /*hidden argument*/NULL); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_30 = V_3; NullCheck(L_30); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31; L_31 = DsaParameters_get_G_m01D4CB03D0E50BE67CF67A1D8FA6394C35A106F9_inline(L_30, /*hidden argument*/NULL); DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * L_32 = (DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 *)il2cpp_codegen_object_new(DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20_il2cpp_TypeInfo_var); DsaParameter__ctor_m6DC99DCCBE80EF54F400487821A2CA36AA0405E8(L_32, L_27, L_29, L_31, /*hidden argument*/NULL); NullCheck(L_32); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_33; L_33 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_32); G_B10_0 = L_33; goto IL_00a5; } IL_00a4: { G_B10_0 = ((Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC *)(NULL)); } IL_00a5: { V_4 = G_B10_0; // return new SubjectPublicKeyInfo( // new AlgorithmIdentifier(X9ObjectIdentifiers.IdDsa, ae), // new DerInteger(_key.Y)); IL2CPP_RUNTIME_CLASS_INIT(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_34 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_IdDsa_49(); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_35 = V_4; AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_36 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_36, L_34, L_35, /*hidden argument*/NULL); DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * L_37 = V_2; NullCheck(L_37); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_38; L_38 = DsaPublicKeyParameters_get_Y_m5A3F46235738D1898CF1D43B545956F22EAE7AA2_inline(L_37, /*hidden argument*/NULL); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_39 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_39, L_38, /*hidden argument*/NULL); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_40 = (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)il2cpp_codegen_object_new(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); SubjectPublicKeyInfo__ctor_m423E6B2C03805B136830D047851C8EF2CD2CB978(L_40, L_36, L_39, /*hidden argument*/NULL); return L_40; } IL_00c4: { // if (publicKey is DHPublicKeyParameters) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_41 = ___publicKey0; if (!((DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 *)IsInstClass((RuntimeObject*)L_41, DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862_il2cpp_TypeInfo_var))) { goto IL_011a; } } { // DHPublicKeyParameters _key = (DHPublicKeyParameters) publicKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_42 = ___publicKey0; V_5 = ((DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 *)CastclassClass((RuntimeObject*)L_42, DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862_il2cpp_TypeInfo_var)); // DHParameters kp = _key.Parameters; DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * L_43 = V_5; NullCheck(L_43); DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * L_44; L_44 = DHKeyParameters_get_Parameters_m8326B9027BC20424443693EE35810E681E9F07C1_inline(L_43, /*hidden argument*/NULL); V_6 = L_44; // SubjectPublicKeyInfo info = new SubjectPublicKeyInfo( // new AlgorithmIdentifier( // _key.AlgorithmOid, // new DHParameter(kp.P, kp.G, kp.L).ToAsn1Object()), // new DerInteger(_key.Y)); DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * L_45 = V_5; NullCheck(L_45); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_46; L_46 = DHKeyParameters_get_AlgorithmOid_m8B91E99543755E64EA8D10758B6F1A95211D4940_inline(L_45, /*hidden argument*/NULL); DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * L_47 = V_6; NullCheck(L_47); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_48; L_48 = DHParameters_get_P_m4F16EAF2B2AE1031176E637AF06F2877B9E1CC87_inline(L_47, /*hidden argument*/NULL); DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * L_49 = V_6; NullCheck(L_49); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_50; L_50 = DHParameters_get_G_mE648B11712FAA465A0FB35A53B99A32B71FBD10F_inline(L_49, /*hidden argument*/NULL); DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * L_51 = V_6; NullCheck(L_51); int32_t L_52; L_52 = DHParameters_get_L_m0C935690F1CAD67EBB3D87D3891B65B9230B34FA_inline(L_51, /*hidden argument*/NULL); DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 * L_53 = (DHParameter_t139F790CA854BF8027539E802DB902D7192357A3 *)il2cpp_codegen_object_new(DHParameter_t139F790CA854BF8027539E802DB902D7192357A3_il2cpp_TypeInfo_var); DHParameter__ctor_m41A152A0FFBBCDFCD3E04CC01679DE66F3D590E1(L_53, L_48, L_50, L_52, /*hidden argument*/NULL); NullCheck(L_53); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_54; L_54 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_53); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_55 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_55, L_46, L_54, /*hidden argument*/NULL); DHPublicKeyParameters_t47DB50F7F1B8284C8265B4DDE5D32CCDAB8E8862 * L_56 = V_5; NullCheck(L_56); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_57; L_57 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters::get_Y() */, L_56); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_58 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_58, L_57, /*hidden argument*/NULL); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_59 = (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)il2cpp_codegen_object_new(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); SubjectPublicKeyInfo__ctor_m423E6B2C03805B136830D047851C8EF2CD2CB978(L_59, L_55, L_58, /*hidden argument*/NULL); // return info; return L_59; } IL_011a: { // if (publicKey is RsaKeyParameters) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_60 = ___publicKey0; if (!((RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 *)IsInstClass((RuntimeObject*)L_60, RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var))) { goto IL_0157; } } { // RsaKeyParameters _key = (RsaKeyParameters) publicKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_61 = ___publicKey0; V_7 = ((RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 *)CastclassClass((RuntimeObject*)L_61, RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801_il2cpp_TypeInfo_var)); // SubjectPublicKeyInfo info = new SubjectPublicKeyInfo( // new AlgorithmIdentifier(PkcsObjectIdentifiers.RsaEncryption, DerNull.Instance), // new RsaPublicKeyStructure(_key.Modulus, _key.Exponent).ToAsn1Object()); IL2CPP_RUNTIME_CLASS_INIT(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_62 = ((PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_StaticFields*)il2cpp_codegen_static_fields_for(PkcsObjectIdentifiers_t9908A5A7BF3619E91B97971111F49D6178D18516_il2cpp_TypeInfo_var))->get_RsaEncryption_2(); IL2CPP_RUNTIME_CLASS_INIT(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var); DerNull_t020168AF07318033108544C00C803CD7AEB97239 * L_63 = ((DerNull_t020168AF07318033108544C00C803CD7AEB97239_StaticFields*)il2cpp_codegen_static_fields_for(DerNull_t020168AF07318033108544C00C803CD7AEB97239_il2cpp_TypeInfo_var))->get_Instance_2(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_64 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_64, L_62, L_63, /*hidden argument*/NULL); RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * L_65 = V_7; NullCheck(L_65); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_66; L_66 = RsaKeyParameters_get_Modulus_m8C8BDA5DBD2FF688103C0B23BF5C7C320F31C41C_inline(L_65, /*hidden argument*/NULL); RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * L_67 = V_7; NullCheck(L_67); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_68; L_68 = RsaKeyParameters_get_Exponent_m21F569575AA358CF9B770D3C7C4D26DF1AF76A62_inline(L_67, /*hidden argument*/NULL); RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 * L_69 = (RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37 *)il2cpp_codegen_object_new(RsaPublicKeyStructure_tF82F198D8A7999775A7A0B03248E971DE1FA8C37_il2cpp_TypeInfo_var); RsaPublicKeyStructure__ctor_m53CAF8C8659CB790F136FF6E6D01664A235864AD(L_69, L_66, L_68, /*hidden argument*/NULL); NullCheck(L_69); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_70; L_70 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_69); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_71 = (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)il2cpp_codegen_object_new(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); SubjectPublicKeyInfo__ctor_m423E6B2C03805B136830D047851C8EF2CD2CB978(L_71, L_64, L_70, /*hidden argument*/NULL); // return info; return L_71; } IL_0157: { // if (publicKey is ECPublicKeyParameters) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_72 = ___publicKey0; if (!((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)IsInstClass((RuntimeObject*)L_72, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var))) { goto IL_0281; } } { // ECPublicKeyParameters _key = (ECPublicKeyParameters) publicKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_73 = ___publicKey0; V_8 = ((ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB *)CastclassClass((RuntimeObject*)L_73, ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB_il2cpp_TypeInfo_var)); // if (_key.AlgorithmName == "ECGOST3410") ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_74 = V_8; NullCheck(L_74); String_t* L_75; L_75 = ECKeyParameters_get_AlgorithmName_m0E30F5C6A272F2846DCC4892B8F0B87657C4BECA_inline(L_74, /*hidden argument*/NULL); bool L_76; L_76 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_75, _stringLiteral355344670054DB070754011D8D2527E319681DF0, /*hidden argument*/NULL); if (!L_76) { goto IL_0208; } } { // if (_key.PublicKeyParamSet == null) ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_77 = V_8; NullCheck(L_77); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_78; L_78 = ECKeyParameters_get_PublicKeyParamSet_m085E16FD3F9BD58804A4A818FBA05F9320C9C41B_inline(L_77, /*hidden argument*/NULL); if (L_78) { goto IL_0194; } } { // throw BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateNotImplementedException("Not a CryptoPro parameter set"); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); Exception_t * L_79; L_79 = Platform_CreateNotImplementedException_m354FC98BB8605016FF125C0BE509AB24921F6ED2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral511A76E5CF59BED43DCF40B5ACAF62CEF70E4B19)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_79, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SubjectPublicKeyInfoFactory_CreateSubjectPublicKeyInfo_m05DEB0821C10550E622F69B5E83F1A285F4F857D_RuntimeMethod_var))); } IL_0194: { // ECPoint q = _key.Q.Normalize(); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_80 = V_8; NullCheck(L_80); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_81; L_81 = ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline(L_80, /*hidden argument*/NULL); NullCheck(L_81); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_82; L_82 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, L_81); // BigInteger bX = q.AffineXCoord.ToBigInteger(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_83 = L_82; NullCheck(L_83); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_84; L_84 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, L_83); NullCheck(L_84); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_85; L_85 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_84); V_9 = L_85; // BigInteger bY = q.AffineYCoord.ToBigInteger(); NullCheck(L_83); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_86; L_86 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineYCoord() */, L_83); NullCheck(L_86); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_87; L_87 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::ToBigInteger() */, L_86); V_10 = L_87; // byte[] encKey = new byte[64]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_88 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); V_11 = L_88; // ExtractBytes(encKey, 0, bX); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_89 = V_11; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_90 = V_9; SubjectPublicKeyInfoFactory_ExtractBytes_m40EC8B36A2633F9606BACA16745549A547DC4533(L_89, 0, L_90, /*hidden argument*/NULL); // ExtractBytes(encKey, 32, bY); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_91 = V_11; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_92 = V_10; SubjectPublicKeyInfoFactory_ExtractBytes_m40EC8B36A2633F9606BACA16745549A547DC4533(L_91, ((int32_t)32), L_92, /*hidden argument*/NULL); // Gost3410PublicKeyAlgParameters gostParams = new Gost3410PublicKeyAlgParameters( // _key.PublicKeyParamSet, CryptoProObjectIdentifiers.GostR3411x94CryptoProParamSet); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_93 = V_8; NullCheck(L_93); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_94; L_94 = ECKeyParameters_get_PublicKeyParamSet_m085E16FD3F9BD58804A4A818FBA05F9320C9C41B_inline(L_93, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_95 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3411x94CryptoProParamSet_9(); Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * L_96 = (Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 *)il2cpp_codegen_object_new(Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67_il2cpp_TypeInfo_var); Gost3410PublicKeyAlgParameters__ctor_m424AA908583F5E5930706A2B551E1185122A4188(L_96, L_94, L_95, /*hidden argument*/NULL); V_12 = L_96; // AlgorithmIdentifier algID = new AlgorithmIdentifier( // CryptoProObjectIdentifiers.GostR3410x2001, // gostParams.ToAsn1Object()); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_97 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x2001_6(); Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * L_98 = V_12; NullCheck(L_98); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_99; L_99 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_98); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_100 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_100, L_97, L_99, /*hidden argument*/NULL); // return new SubjectPublicKeyInfo(algID, new DerOctetString(encKey)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_101 = V_11; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_102 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_102, L_101, /*hidden argument*/NULL); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_103 = (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)il2cpp_codegen_object_new(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); SubjectPublicKeyInfo__ctor_m423E6B2C03805B136830D047851C8EF2CD2CB978(L_103, L_100, L_102, /*hidden argument*/NULL); return L_103; } IL_0208: { // if (_key.PublicKeyParamSet == null) ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_104 = V_8; NullCheck(L_104); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_105; L_105 = ECKeyParameters_get_PublicKeyParamSet_m085E16FD3F9BD58804A4A818FBA05F9320C9C41B_inline(L_104, /*hidden argument*/NULL); if (L_105) { goto IL_024b; } } { // ECDomainParameters kp = _key.Parameters; ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_106 = V_8; NullCheck(L_106); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_107; L_107 = ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline(L_106, /*hidden argument*/NULL); V_15 = L_107; // X9ECParameters ecP = new X9ECParameters(kp.Curve, kp.G, kp.N, kp.H, kp.GetSeed()); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_108 = V_15; NullCheck(L_108); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_109; L_109 = ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline(L_108, /*hidden argument*/NULL); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_110 = V_15; NullCheck(L_110); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_111; L_111 = ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B_inline(L_110, /*hidden argument*/NULL); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_112 = V_15; NullCheck(L_112); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_113; L_113 = ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline(L_112, /*hidden argument*/NULL); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_114 = V_15; NullCheck(L_114); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_115; L_115 = ECDomainParameters_get_H_m63EEBE8D9957F9B7487AC767891F317A488E3014_inline(L_114, /*hidden argument*/NULL); ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_116 = V_15; NullCheck(L_116); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_117; L_117 = ECDomainParameters_GetSeed_m464A13BB6E731A7A4FE4B878C36BC4FA8FE4D580(L_116, /*hidden argument*/NULL); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_118 = (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)il2cpp_codegen_object_new(X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639_il2cpp_TypeInfo_var); X9ECParameters__ctor_mA737D6CBEE1E58B420EECB33C2649E948857F032(L_118, L_109, L_111, L_113, L_115, L_117, /*hidden argument*/NULL); // x962 = new X962Parameters(ecP); X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * L_119 = (X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 *)il2cpp_codegen_object_new(X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4_il2cpp_TypeInfo_var); X962Parameters__ctor_m4DE8ED618D8BB420CC848D7F675C755BDD081EC6(L_119, L_118, /*hidden argument*/NULL); V_13 = L_119; // } goto IL_0259; } IL_024b: { // x962 = new X962Parameters(_key.PublicKeyParamSet); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_120 = V_8; NullCheck(L_120); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_121; L_121 = ECKeyParameters_get_PublicKeyParamSet_m085E16FD3F9BD58804A4A818FBA05F9320C9C41B_inline(L_120, /*hidden argument*/NULL); X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * L_122 = (X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 *)il2cpp_codegen_object_new(X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4_il2cpp_TypeInfo_var); X962Parameters__ctor_mD3B89752B5D32419E3A3AB6DB54D79358BE4C96B(L_122, L_121, /*hidden argument*/NULL); V_13 = L_122; } IL_0259: { // byte[] pubKey = _key.Q.GetEncoded(false); ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * L_123 = V_8; NullCheck(L_123); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_124; L_124 = ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline(L_123, /*hidden argument*/NULL); NullCheck(L_124); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_125; L_125 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, bool >::Invoke(24 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::GetEncoded(System.Boolean) */, L_124, (bool)0); V_14 = L_125; // AlgorithmIdentifier algID = new AlgorithmIdentifier( // X9ObjectIdentifiers.IdECPublicKey, x962.ToAsn1Object()); IL2CPP_RUNTIME_CLASS_INIT(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_126 = ((X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_StaticFields*)il2cpp_codegen_static_fields_for(X9ObjectIdentifiers_tFE605F82328A16338A4B238AECBE2E470F42F42E_il2cpp_TypeInfo_var))->get_IdECPublicKey_13(); X962Parameters_t4E41A769BDB21B21ECE217D5D99FA9DBBFFAE7E4 * L_127 = V_13; NullCheck(L_127); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_128; L_128 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_127); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_129 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_129, L_126, L_128, /*hidden argument*/NULL); // return new SubjectPublicKeyInfo(algID, pubKey); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_130 = V_14; SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_131 = (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)il2cpp_codegen_object_new(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); SubjectPublicKeyInfo__ctor_mCF35D42388B4DE0226FF173A389D90F16281E32C(L_131, L_129, L_130, /*hidden argument*/NULL); return L_131; } IL_0281: { // if (publicKey is Gost3410PublicKeyParameters) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_132 = ___publicKey0; if (!((Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0 *)IsInstClass((RuntimeObject*)L_132, Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0_il2cpp_TypeInfo_var))) { goto IL_0316; } } { // Gost3410PublicKeyParameters _key = (Gost3410PublicKeyParameters) publicKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_133 = ___publicKey0; V_16 = ((Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0 *)CastclassClass((RuntimeObject*)L_133, Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0_il2cpp_TypeInfo_var)); // if (_key.PublicKeyParamSet == null) Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0 * L_134 = V_16; NullCheck(L_134); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_135; L_135 = Gost3410KeyParameters_get_PublicKeyParamSet_m2621754F65DE7FF0C569E875D2B986816E1A8389_inline(L_134, /*hidden argument*/NULL); if (L_135) { goto IL_02a8; } } { // throw BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateNotImplementedException("Not a CryptoPro parameter set"); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); Exception_t * L_136; L_136 = Platform_CreateNotImplementedException_m354FC98BB8605016FF125C0BE509AB24921F6ED2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral511A76E5CF59BED43DCF40B5ACAF62CEF70E4B19)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_136, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SubjectPublicKeyInfoFactory_CreateSubjectPublicKeyInfo_m05DEB0821C10550E622F69B5E83F1A285F4F857D_RuntimeMethod_var))); } IL_02a8: { // byte[] keyEnc = _key.Y.ToByteArrayUnsigned(); Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0 * L_137 = V_16; NullCheck(L_137); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_138; L_138 = Gost3410PublicKeyParameters_get_Y_m016885377B84AC2716A0E80A420E07ACEDFF1C85_inline(L_137, /*hidden argument*/NULL); NullCheck(L_138); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_139; L_139 = BigInteger_ToByteArrayUnsigned_mA50192424BCADACC368E6DC187BF5C8E9DB1DE27(L_138, /*hidden argument*/NULL); V_17 = L_139; // byte[] keyBytes = new byte[keyEnc.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_140 = V_17; NullCheck(L_140); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_141 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_140)->max_length)))); V_18 = L_141; // for (int i = 0; i != keyBytes.Length; i++) V_20 = 0; goto IL_02dd; } IL_02c6: { // keyBytes[i] = keyEnc[keyEnc.Length - 1 - i]; // must be little endian ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_142 = V_18; int32_t L_143 = V_20; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_144 = V_17; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_145 = V_17; NullCheck(L_145); int32_t L_146 = V_20; NullCheck(L_144); int32_t L_147 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_145)->max_length))), (int32_t)1)), (int32_t)L_146)); uint8_t L_148 = (L_144)->GetAt(static_cast(L_147)); NullCheck(L_142); (L_142)->SetAt(static_cast(L_143), (uint8_t)L_148); // for (int i = 0; i != keyBytes.Length; i++) int32_t L_149 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)1)); } IL_02dd: { // for (int i = 0; i != keyBytes.Length; i++) int32_t L_150 = V_20; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_151 = V_18; NullCheck(L_151); if ((!(((uint32_t)L_150) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_151)->max_length))))))) { goto IL_02c6; } } { // Gost3410PublicKeyAlgParameters algParams = new Gost3410PublicKeyAlgParameters( // _key.PublicKeyParamSet, CryptoProObjectIdentifiers.GostR3411x94CryptoProParamSet); Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0 * L_152 = V_16; NullCheck(L_152); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_153; L_153 = Gost3410KeyParameters_get_PublicKeyParamSet_m2621754F65DE7FF0C569E875D2B986816E1A8389_inline(L_152, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_154 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3411x94CryptoProParamSet_9(); Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * L_155 = (Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 *)il2cpp_codegen_object_new(Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67_il2cpp_TypeInfo_var); Gost3410PublicKeyAlgParameters__ctor_m424AA908583F5E5930706A2B551E1185122A4188(L_155, L_153, L_154, /*hidden argument*/NULL); V_19 = L_155; // AlgorithmIdentifier algID = new AlgorithmIdentifier( // CryptoProObjectIdentifiers.GostR3410x94, // algParams.ToAsn1Object()); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_156 = ((CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_StaticFields*)il2cpp_codegen_static_fields_for(CryptoProObjectIdentifiers_tF660D211A5B56A921578D247745351847ECA7C0C_il2cpp_TypeInfo_var))->get_GostR3410x94_5(); Gost3410PublicKeyAlgParameters_tDD57A102A809222399E4D438405F84E1D86A4C67 * L_157 = V_19; NullCheck(L_157); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_158; L_158 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_157); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_159 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_m942B7921A63CC0139DAD59B57D2B41BBA20EF608(L_159, L_156, L_158, /*hidden argument*/NULL); // return new SubjectPublicKeyInfo(algID, new DerOctetString(keyBytes)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_160 = V_18; DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * L_161 = (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 *)il2cpp_codegen_object_new(DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var); DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2(L_161, L_160, /*hidden argument*/NULL); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_162 = (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)il2cpp_codegen_object_new(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); SubjectPublicKeyInfo__ctor_m423E6B2C03805B136830D047851C8EF2CD2CB978(L_162, L_159, L_161, /*hidden argument*/NULL); return L_162; } IL_0316: { // if (publicKey is X448PublicKeyParameters) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_163 = ___publicKey0; if (!((X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B *)IsInstSealed((RuntimeObject*)L_163, X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B_il2cpp_TypeInfo_var))) { goto IL_033d; } } { // X448PublicKeyParameters key = (X448PublicKeyParameters)publicKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_164 = ___publicKey0; V_21 = ((X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B *)CastclassSealed((RuntimeObject*)L_164, X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B_il2cpp_TypeInfo_var)); // return new SubjectPublicKeyInfo(new AlgorithmIdentifier(EdECObjectIdentifiers.id_X448), key.GetEncoded()); IL2CPP_RUNTIME_CLASS_INIT(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_165 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_X448_2(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_166 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_mA45787B3AB8C719957BA61423CD3FA852BFB5AE3(L_166, L_165, /*hidden argument*/NULL); X448PublicKeyParameters_tCAF9CB87DB18D4922B722962BB0AF98C4C5E286B * L_167 = V_21; NullCheck(L_167); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_168; L_168 = X448PublicKeyParameters_GetEncoded_m9793C16BB141131573BC80A5637518FEF62BA8AC(L_167, /*hidden argument*/NULL); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_169 = (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)il2cpp_codegen_object_new(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); SubjectPublicKeyInfo__ctor_mCF35D42388B4DE0226FF173A389D90F16281E32C(L_169, L_166, L_168, /*hidden argument*/NULL); return L_169; } IL_033d: { // if (publicKey is X25519PublicKeyParameters) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_170 = ___publicKey0; if (!((X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C *)IsInstSealed((RuntimeObject*)L_170, X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_il2cpp_TypeInfo_var))) { goto IL_0364; } } { // X25519PublicKeyParameters key = (X25519PublicKeyParameters)publicKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_171 = ___publicKey0; V_22 = ((X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C *)CastclassSealed((RuntimeObject*)L_171, X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C_il2cpp_TypeInfo_var)); // return new SubjectPublicKeyInfo(new AlgorithmIdentifier(EdECObjectIdentifiers.id_X25519), key.GetEncoded()); IL2CPP_RUNTIME_CLASS_INIT(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_172 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_X25519_1(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_173 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_mA45787B3AB8C719957BA61423CD3FA852BFB5AE3(L_173, L_172, /*hidden argument*/NULL); X25519PublicKeyParameters_t1B1DC57D7D869A6DC230230B48A977F482FB7D1C * L_174 = V_22; NullCheck(L_174); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_175; L_175 = X25519PublicKeyParameters_GetEncoded_m08F70074BDCE2A52D6451FF88CB122C0931843EC(L_174, /*hidden argument*/NULL); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_176 = (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)il2cpp_codegen_object_new(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); SubjectPublicKeyInfo__ctor_mCF35D42388B4DE0226FF173A389D90F16281E32C(L_176, L_173, L_175, /*hidden argument*/NULL); return L_176; } IL_0364: { // if (publicKey is Ed448PublicKeyParameters) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_177 = ___publicKey0; if (!((Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA *)IsInstSealed((RuntimeObject*)L_177, Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var))) { goto IL_038b; } } { // Ed448PublicKeyParameters key = (Ed448PublicKeyParameters)publicKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_178 = ___publicKey0; V_23 = ((Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA *)CastclassSealed((RuntimeObject*)L_178, Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA_il2cpp_TypeInfo_var)); // return new SubjectPublicKeyInfo(new AlgorithmIdentifier(EdECObjectIdentifiers.id_Ed448), key.GetEncoded()); IL2CPP_RUNTIME_CLASS_INIT(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_179 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_Ed448_4(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_180 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_mA45787B3AB8C719957BA61423CD3FA852BFB5AE3(L_180, L_179, /*hidden argument*/NULL); Ed448PublicKeyParameters_tD90DAA2C90D2ECAE48A184D0884D0C4C47FFF9CA * L_181 = V_23; NullCheck(L_181); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_182; L_182 = Ed448PublicKeyParameters_GetEncoded_m67E9AC353982D794508093A939F4B2FCE6865E5A(L_181, /*hidden argument*/NULL); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_183 = (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)il2cpp_codegen_object_new(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); SubjectPublicKeyInfo__ctor_mCF35D42388B4DE0226FF173A389D90F16281E32C(L_183, L_180, L_182, /*hidden argument*/NULL); return L_183; } IL_038b: { // if (publicKey is Ed25519PublicKeyParameters) AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_184 = ___publicKey0; if (!((Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA *)IsInstSealed((RuntimeObject*)L_184, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var))) { goto IL_03b2; } } { // Ed25519PublicKeyParameters key = (Ed25519PublicKeyParameters)publicKey; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_185 = ___publicKey0; V_24 = ((Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA *)CastclassSealed((RuntimeObject*)L_185, Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA_il2cpp_TypeInfo_var)); // return new SubjectPublicKeyInfo(new AlgorithmIdentifier(EdECObjectIdentifiers.id_Ed25519), key.GetEncoded()); IL2CPP_RUNTIME_CLASS_INIT(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_186 = ((EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_StaticFields*)il2cpp_codegen_static_fields_for(EdECObjectIdentifiers_t82443A42A9F91B43944BE4582BF5D178860BDD64_il2cpp_TypeInfo_var))->get_id_Ed25519_3(); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_187 = (AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 *)il2cpp_codegen_object_new(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9_il2cpp_TypeInfo_var); AlgorithmIdentifier__ctor_mA45787B3AB8C719957BA61423CD3FA852BFB5AE3(L_187, L_186, /*hidden argument*/NULL); Ed25519PublicKeyParameters_t433F50D3C4C57E26ADF79CA42F9DF45541D6A2EA * L_188 = V_24; NullCheck(L_188); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_189; L_189 = Ed25519PublicKeyParameters_GetEncoded_m4E48B99F7DA2DAE1CD8365EFB701B92C342A7D37(L_188, /*hidden argument*/NULL); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_190 = (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB *)il2cpp_codegen_object_new(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB_il2cpp_TypeInfo_var); SubjectPublicKeyInfo__ctor_mCF35D42388B4DE0226FF173A389D90F16281E32C(L_190, L_187, L_189, /*hidden argument*/NULL); return L_190; } IL_03b2: { // throw new ArgumentException("Class provided no convertible: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(publicKey)); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_191 = ___publicKey0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_192; L_192 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_191, /*hidden argument*/NULL); String_t* L_193; L_193 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8438BC7E5A288B4C4B3376169B30C51E5982CFDB)), L_192, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_194 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_194, L_193, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_194, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SubjectPublicKeyInfoFactory_CreateSubjectPublicKeyInfo_m05DEB0821C10550E622F69B5E83F1A285F4F857D_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.SubjectPublicKeyInfoFactory::ExtractBytes(System.Byte[],System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubjectPublicKeyInfoFactory_ExtractBytes_m40EC8B36A2633F9606BACA16745549A547DC4533 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encKey0, int32_t ___offset1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___bI2, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { // byte[] val = bI.ToByteArray(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___bI2; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = BigInteger_ToByteArray_mDF65B9AD203D0EAAFDCA509150E7D5A36215DFBC(L_0, /*hidden argument*/NULL); V_0 = L_1; // int n = (bI.BitLength + 7) / 8; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___bI2; NullCheck(L_2); int32_t L_3; L_3 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_2, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)7))/(int32_t)8)); // for (int i = 0; i < n; ++i) V_2 = 0; goto IL_0028; } IL_0016: { // encKey[offset + i] = val[val.Length - 1 - i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___encKey0; int32_t L_5 = ___offset1; int32_t L_6 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; NullCheck(L_8); int32_t L_9 = V_2; NullCheck(L_7); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)1)), (int32_t)L_9)); uint8_t L_11 = (L_7)->GetAt(static_cast(L_10)); NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))), (uint8_t)L_11); // for (int i = 0; i < n; ++i) int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0028: { // for (int i = 0; i < n; ++i) int32_t L_13 = V_2; int32_t L_14 = V_1; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0016; } } { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SignalRCore.Subscription::Add(System.Type[],System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Subscription_Add_mA62FBA073C978030A72D77F473A3DFB71E793A44 (Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB * __this, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___paramTypes0, Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * ___callback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m8AB1782B5E748ECE191CCB10889F6585DF354809_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock(callbacks) List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * L_0 = __this->get_callbacks_0(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // this.callbacks.Add(new CallbackDescriptor(paramTypes, callback)); List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * L_2 = __this->get_callbacks_0(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = ___paramTypes0; Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * L_4 = ___callback1; CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 L_5; memset((&L_5), 0, sizeof(L_5)); CallbackDescriptor__ctor_m6005B06FCCED982BB75D70864DFEB04F0B974454((&L_5), L_3, L_4, /*hidden argument*/NULL); NullCheck(L_2); List_1_Add_m8AB1782B5E748ECE191CCB10889F6585DF354809(L_2, L_5, /*hidden argument*/List_1_Add_m8AB1782B5E748ECE191CCB10889F6585DF354809_RuntimeMethod_var); IL2CPP_LEAVE(0x2F, FINALLY_0025); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0025; } FINALLY_0025: {// begin finally (depth: 1) { bool L_6 = V_1; if (!L_6) { goto IL_002e; } } IL_0028: { List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * L_7 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*hidden argument*/NULL); } IL_002e: { IL2CPP_END_FINALLY(37) } }// end finally (depth: 1) IL2CPP_CLEANUP(37) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2F, IL_002f) } IL_002f: { // } return; } } // System.Void BestHTTP.SignalRCore.Subscription::Remove(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Subscription_Remove_mAD2065E850A017F59CDB0F457D9B2CE41B3E545E (Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB * __this, Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m4C61C79333327BCCF74114C10CEF84358F23B899_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m77C0A9F7A26F1DD49DB026B37646FC29940DD78D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m91F8EF1E8032847DEB15ECCC83303DFC6D10347D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (callbacks) List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * L_0 = __this->get_callbacks_0(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) { List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // int idx = -1; V_2 = (-1); // for (int i = 0; i < this.callbacks.Count && idx == -1; ++i) V_3 = 0; goto IL_0036; } IL_0017: { // if (this.callbacks[i].Callback == callback) List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * L_2 = __this->get_callbacks_0(); int32_t L_3 = V_3; NullCheck(L_2); CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 L_4; L_4 = List_1_get_Item_m91F8EF1E8032847DEB15ECCC83303DFC6D10347D_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m91F8EF1E8032847DEB15ECCC83303DFC6D10347D_RuntimeMethod_var); Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * L_5 = L_4.get_Callback_1(); Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * L_6 = ___callback0; bool L_7; L_7 = Delegate_op_Equality_m7E0C89B9C571EA1CDFD6630CF7D49CC929ED6F41(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0032; } } IL_0030: { // idx = i; int32_t L_8 = V_3; V_2 = L_8; } IL_0032: { // for (int i = 0; i < this.callbacks.Count && idx == -1; ++i) int32_t L_9 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0036: { // for (int i = 0; i < this.callbacks.Count && idx == -1; ++i) int32_t L_10 = V_3; List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * L_11 = __this->get_callbacks_0(); NullCheck(L_11); int32_t L_12; L_12 = List_1_get_Count_m77C0A9F7A26F1DD49DB026B37646FC29940DD78D_inline(L_11, /*hidden argument*/List_1_get_Count_m77C0A9F7A26F1DD49DB026B37646FC29940DD78D_RuntimeMethod_var); if ((((int32_t)L_10) >= ((int32_t)L_12))) { goto IL_0048; } } IL_0044: { int32_t L_13 = V_2; if ((((int32_t)L_13) == ((int32_t)(-1)))) { goto IL_0017; } } IL_0048: { // if (idx != -1) int32_t L_14 = V_2; if ((((int32_t)L_14) == ((int32_t)(-1)))) { goto IL_0058; } } IL_004c: { // this.callbacks.RemoveAt(idx); List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * L_15 = __this->get_callbacks_0(); int32_t L_16 = V_2; NullCheck(L_15); List_1_RemoveAt_m4C61C79333327BCCF74114C10CEF84358F23B899(L_15, L_16, /*hidden argument*/List_1_RemoveAt_m4C61C79333327BCCF74114C10CEF84358F23B899_RuntimeMethod_var); } IL_0058: { // } IL2CPP_LEAVE(0x64, FINALLY_005a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005a; } FINALLY_005a: {// begin finally (depth: 1) { bool L_17 = V_1; if (!L_17) { goto IL_0063; } } IL_005d: { List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * L_18 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_18, /*hidden argument*/NULL); } IL_0063: { IL2CPP_END_FINALLY(90) } }// end finally (depth: 1) IL2CPP_CLEANUP(90) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x64, IL_0064) } IL_0064: { // } return; } } // System.Void BestHTTP.SignalRCore.Subscription::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Subscription__ctor_m03F4FBA0B909FB55526B16F8EDD64E1F2B3391F5 (Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mAD40E66B9FFE05707D2E3BBBFB148B4C97E2A942_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public List callbacks = new List(1); List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * L_0 = (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B *)il2cpp_codegen_object_new(List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B_il2cpp_TypeInfo_var); List_1__ctor_mAD40E66B9FFE05707D2E3BBBFB148B4C97E2A942(L_0, 1, /*hidden argument*/List_1__ctor_mAD40E66B9FFE05707D2E3BBBFB148B4C97E2A942_RuntimeMethod_var); __this->set_callbacks_0(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SubsequentMessage::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubsequentMessage__ctor_mD38256B2D6210D586D78018E8246DAE9623E38D9 (SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 * __this, int32_t ___value0, const RuntimeMethod* method) { { // : base(value) int32_t L_0 = ___value0; DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(__this, L_0, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SubsequentMessage BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SubsequentMessage::ValueOf(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 * SubsequentMessage_ValueOf_mF72B2DC2B11B0298DBE8617B9D2766D81BDCA182 (int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (value == 0) int32_t L_0 = ___value0; if (L_0) { goto IL_0009; } } { // return encrCert; IL2CPP_RUNTIME_CLASS_INIT(SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_il2cpp_TypeInfo_var); SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 * L_1 = ((SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_StaticFields*)il2cpp_codegen_static_fields_for(SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_il2cpp_TypeInfo_var))->get_encrCert_4(); return L_1; } IL_0009: { // if (value == 1) int32_t L_2 = ___value0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0013; } } { // return challengeResp; IL2CPP_RUNTIME_CLASS_INIT(SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_il2cpp_TypeInfo_var); SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 * L_3 = ((SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_StaticFields*)il2cpp_codegen_static_fields_for(SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_il2cpp_TypeInfo_var))->get_challengeResp_5(); return L_3; } IL_0013: { // throw new ArgumentException("unknown value: " + value, "value"); String_t* L_4; L_4 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___value0), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral65D92E515286FD16D57508C08DEB8878D94D1A4B)), 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SubsequentMessage_ValueOf_mF72B2DC2B11B0298DBE8617B9D2766D81BDCA182_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Crmf.SubsequentMessage::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubsequentMessage__cctor_m0B959B06AE9CA714355A7BF7158962CA5BA42B4F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly SubsequentMessage encrCert = new SubsequentMessage(0); SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 * L_0 = (SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 *)il2cpp_codegen_object_new(SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_il2cpp_TypeInfo_var); SubsequentMessage__ctor_mD38256B2D6210D586D78018E8246DAE9623E38D9(L_0, 0, /*hidden argument*/NULL); ((SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_StaticFields*)il2cpp_codegen_static_fields_for(SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_il2cpp_TypeInfo_var))->set_encrCert_4(L_0); // public static readonly SubsequentMessage challengeResp = new SubsequentMessage(1); SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 * L_1 = (SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3 *)il2cpp_codegen_object_new(SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_il2cpp_TypeInfo_var); SubsequentMessage__ctor_mD38256B2D6210D586D78018E8246DAE9623E38D9(L_1, 1, /*hidden argument*/NULL); ((SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_StaticFields*)il2cpp_codegen_static_fields_for(SubsequentMessage_tCBC4291F17C91F2B295203934071E7B5C2D535E3_il2cpp_TypeInfo_var))->set_challengeResp_5(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean UnityStandardAssets.ImageEffects.SunShafts::CheckResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SunShafts_CheckResources_mB28807554E1C72E8EF1788C47C0C35FFD8542C92 (SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71 * __this, const RuntimeMethod* method) { { // CheckSupport (useDepthTexture); bool L_0 = __this->get_useDepthTexture_16(); bool L_1; L_1 = PostEffectsBase_CheckSupport_m20B1CB0EC0F019D345427F851C67A5FD2E01061A(__this, L_0, /*hidden argument*/NULL); // sunShaftsMaterial = CheckShaderAndCreateMaterial (sunShaftsShader, sunShaftsMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_2 = __this->get_sunShaftsShader_17(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3 = __this->get_sunShaftsMaterial_18(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4; L_4 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_2, L_3, /*hidden argument*/NULL); __this->set_sunShaftsMaterial_18(L_4); // simpleClearMaterial = CheckShaderAndCreateMaterial (simpleClearShader, simpleClearMaterial); Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_5 = __this->get_simpleClearShader_19(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6 = __this->get_simpleClearMaterial_20(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_7; L_7 = PostEffectsBase_CheckShaderAndCreateMaterial_mA0855C41F4D32605063FAFD0836FFB78A0BCF490(__this, L_5, L_6, /*hidden argument*/NULL); __this->set_simpleClearMaterial_20(L_7); // if (!isSupported) bool L_8 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); if (L_8) { goto IL_004b; } } { // ReportAutoDisable (); PostEffectsBase_ReportAutoDisable_m732B3B3112769D5ADA588AEFA3F470A4EB5A3D31(__this, /*hidden argument*/NULL); } IL_004b: { // return isSupported; bool L_9 = ((PostEffectsBase_tDF40BA881AF9C40D58301629E35E351025B2485E *)__this)->get_isSupported_6(); return L_9; } } // System.Void UnityStandardAssets.ImageEffects.SunShafts::OnRenderImage(UnityEngine.RenderTexture,UnityEngine.RenderTexture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SunShafts_OnRenderImage_mC38080C46A73ECC5566648935E08F1BDE5387FBB (SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71 * __this, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___source0, RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___destination1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_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*)&_stringLiteral0CC36A0ACE18A1CFE0ECAF14C22D5B28FAF563BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F42ED00D84DBC7A3B4658065DEA62873778201F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59E9A90ACEB12BE1578CBAE545691B1979987312); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA467D3C6168371D0FACC829AA2255312BFD50ABA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9695E91A6E8DF407F4DDDDAD91C688E54E31D04); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC6DC72C8AD9ACA85E92D38AA3DC649C6AC591BB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_4 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_5 = NULL; float V_6 = 0.0f; int32_t V_7 = 0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * V_8 = NULL; int32_t V_9 = 0; int32_t G_B15_0 = 0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B25_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B25_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B25_2 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B24_0 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B24_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B24_2 = NULL; int32_t G_B26_0 = 0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * G_B26_1 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B26_2 = NULL; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * G_B26_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 (useDepthTexture) bool L_3 = __this->get_useDepthTexture_16(); if (!L_3) { goto IL_002b; } } { // GetComponent().depthTextureMode |= DepthTextureMode.Depth; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_4; L_4 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(__this, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = L_4; NullCheck(L_5); int32_t L_6; L_6 = Camera_get_depthTextureMode_mA4B03C6B552FB03DF8A8C20DC9F4EB8FD978A7DD(L_5, /*hidden argument*/NULL); NullCheck(L_5); Camera_set_depthTextureMode_m2D4631800947438BE9A7697778E2CB0E38083CF1(L_5, ((int32_t)((int32_t)L_6|(int32_t)1)), /*hidden argument*/NULL); } IL_002b: { // int divider = 4; V_0 = 4; // if (resolution == SunShaftsResolution.Normal) int32_t L_7 = __this->get_resolution_7(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_003a; } } { // divider = 2; V_0 = 2; goto IL_0045; } IL_003a: { // else if (resolution == SunShaftsResolution.High) int32_t L_8 = __this->get_resolution_7(); if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_0045; } } { // divider = 1; V_0 = 1; } IL_0045: { // Vector3 v = Vector3.one * 0.5f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Vector3_get_one_m9CDE5C456038B133ED94402673859EC37B1C1CCB(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_9, (0.5f), /*hidden argument*/NULL); V_1 = L_10; // if (sunTransform) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11 = __this->get_sunTransform_9(); 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_007b; } } { // v = GetComponent().WorldToViewportPoint (sunTransform.position); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_13; L_13 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(__this, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14 = __this->get_sunTransform_9(); 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); V_1 = L_16; goto IL_0091; } IL_007b: { // v = new Vector3(0.5f, 0.5f, 0.0f); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), (0.5f), (0.5f), (0.0f), /*hidden argument*/NULL); } IL_0091: { // int rtW = source.width / divider; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_17 = ___source0; NullCheck(L_17); int32_t L_18; L_18 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_17); int32_t L_19 = V_0; V_2 = ((int32_t)((int32_t)L_18/(int32_t)L_19)); // int rtH = source.height / divider; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_20 = ___source0; NullCheck(L_20); int32_t L_21; L_21 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_20); int32_t L_22 = V_0; V_3 = ((int32_t)((int32_t)L_21/(int32_t)L_22)); // RenderTexture lrDepthBuffer = RenderTexture.GetTemporary (rtW, rtH, 0); int32_t L_23 = V_2; int32_t L_24 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_25; L_25 = RenderTexture_GetTemporary_m8E43C234388D8688B70498F6663F05925EFBD4C9(L_23, L_24, 0, /*hidden argument*/NULL); V_5 = L_25; // sunShaftsMaterial.SetVector ("_BlurRadius4", new Vector4 (1.0f, 1.0f, 0.0f, 0.0f) * sunShaftBlurRadius ); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_26 = __this->get_sunShaftsMaterial_18(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_27; memset((&L_27), 0, sizeof(L_27)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_27), (1.0f), (1.0f), (0.0f), (0.0f), /*hidden argument*/NULL); float L_28 = __this->get_sunShaftBlurRadius_13(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_29; L_29 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_27, L_28, /*hidden argument*/NULL); NullCheck(L_26); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_26, _stringLiteralCC6DC72C8AD9ACA85E92D38AA3DC649C6AC591BB, L_29, /*hidden argument*/NULL); // sunShaftsMaterial.SetVector ("_SunPosition", new Vector4 (v.x, v.y, v.z, maxRadius)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_30 = __this->get_sunShaftsMaterial_18(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = V_1; float L_32 = L_31.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33 = V_1; float L_34 = L_33.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35 = V_1; float L_36 = L_35.get_z_4(); float L_37 = __this->get_maxRadius_15(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_38; memset((&L_38), 0, sizeof(L_38)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_38), L_32, L_34, L_36, L_37, /*hidden argument*/NULL); NullCheck(L_30); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_30, _stringLiteralB9695E91A6E8DF407F4DDDDAD91C688E54E31D04, L_38, /*hidden argument*/NULL); // sunShaftsMaterial.SetVector ("_SunThreshold", sunThreshold); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_39 = __this->get_sunShaftsMaterial_18(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_40 = __this->get_sunThreshold_12(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_41; L_41 = Color_op_Implicit_mECB4D0C812888ADAEE478E633B2ECF8F8FDB96C5(L_40, /*hidden argument*/NULL); NullCheck(L_39); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_39, _stringLiteralA467D3C6168371D0FACC829AA2255312BFD50ABA, L_41, /*hidden argument*/NULL); // if (!useDepthTexture) { bool L_42 = __this->get_useDepthTexture_16(); if (L_42) { goto IL_0198; } } { // var format= GetComponent().allowHDR ? RenderTextureFormat.DefaultHDR: RenderTextureFormat.Default; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_43; L_43 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(__this, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); NullCheck(L_43); bool L_44; L_44 = Camera_get_allowHDR_mD961A362F2C8BBA6FF0B316488FC566D64CB6222(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_0141; } } { G_B15_0 = 7; goto IL_0143; } IL_0141: { G_B15_0 = ((int32_t)9); } IL_0143: { V_7 = G_B15_0; // RenderTexture tmpBuffer = RenderTexture.GetTemporary (source.width, source.height, 0, format); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_45 = ___source0; NullCheck(L_45); int32_t L_46; L_46 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.Texture::get_width() */, L_45); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_47 = ___source0; NullCheck(L_47); int32_t L_48; L_48 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.Texture::get_height() */, L_47); int32_t L_49 = V_7; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_50; L_50 = RenderTexture_GetTemporary_mEA38E780ED9C1E065B97E85BBC63F8DE548C7B8E(L_46, L_48, 0, L_49, /*hidden argument*/NULL); V_8 = L_50; // RenderTexture.active = tmpBuffer; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_51 = V_8; RenderTexture_set_active_mA70AFD6D3CB54E9AEDDD45E48B8B6979FDB75ED9(L_51, /*hidden argument*/NULL); // GL.ClearWithSkybox (false, GetComponent()); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_52; L_52 = Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB(__this, /*hidden argument*/Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mC16C4B2D739C7550F97A24FC2FF33970B38DCFBB_RuntimeMethod_var); GL_ClearWithSkybox_m13E436C5D2509D68BB488AF21313BE238E756EB2((bool)0, L_52, /*hidden argument*/NULL); // sunShaftsMaterial.SetTexture ("_Skybox", tmpBuffer); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_53 = __this->get_sunShaftsMaterial_18(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_54 = V_8; NullCheck(L_53); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_53, _stringLiteral0CC36A0ACE18A1CFE0ECAF14C22D5B28FAF563BE, L_54, /*hidden argument*/NULL); // Graphics.Blit (source, lrDepthBuffer, sunShaftsMaterial, 3); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_55 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_56 = V_5; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_57 = __this->get_sunShaftsMaterial_18(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_55, L_56, L_57, 3, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (tmpBuffer); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_58 = V_8; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_58, /*hidden argument*/NULL); // } goto IL_01a7; } IL_0198: { // Graphics.Blit (source, lrDepthBuffer, sunShaftsMaterial, 2); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_59 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_60 = V_5; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_61 = __this->get_sunShaftsMaterial_18(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_59, L_60, L_61, 2, /*hidden argument*/NULL); } IL_01a7: { // DrawBorder (lrDepthBuffer, simpleClearMaterial); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_62 = V_5; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_63 = __this->get_simpleClearMaterial_20(); PostEffectsBase_DrawBorder_m0FA412FECC786A5623F734DBD9D1F7EE016BE7E2(__this, L_62, L_63, /*hidden argument*/NULL); // radialBlurIterations = Mathf.Clamp (radialBlurIterations, 1, 4); int32_t L_64 = __this->get_radialBlurIterations_10(); int32_t L_65; L_65 = Mathf_Clamp_mAD0781EB7470594CD4482DD64A0D739E4E539C3C(L_64, 1, 4, /*hidden argument*/NULL); __this->set_radialBlurIterations_10(L_65); // float ofs = sunShaftBlurRadius * (1.0f / 768.0f); float L_66 = __this->get_sunShaftBlurRadius_13(); V_6 = ((float)il2cpp_codegen_multiply((float)L_66, (float)(0.00130208337f))); // sunShaftsMaterial.SetVector ("_BlurRadius4", new Vector4 (ofs, ofs, 0.0f, 0.0f)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_67 = __this->get_sunShaftsMaterial_18(); float L_68 = V_6; float L_69 = V_6; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_70; memset((&L_70), 0, sizeof(L_70)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_70), L_68, L_69, (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_67); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_67, _stringLiteralCC6DC72C8AD9ACA85E92D38AA3DC649C6AC591BB, L_70, /*hidden argument*/NULL); // sunShaftsMaterial.SetVector ("_SunPosition", new Vector4 (v.x, v.y, v.z, maxRadius)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_71 = __this->get_sunShaftsMaterial_18(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_72 = V_1; float L_73 = L_72.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_74 = V_1; float L_75 = L_74.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_76 = V_1; float L_77 = L_76.get_z_4(); float L_78 = __this->get_maxRadius_15(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_79; memset((&L_79), 0, sizeof(L_79)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_79), L_73, L_75, L_77, L_78, /*hidden argument*/NULL); NullCheck(L_71); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_71, _stringLiteralB9695E91A6E8DF407F4DDDDAD91C688E54E31D04, L_79, /*hidden argument*/NULL); // for (int it2 = 0; it2 < radialBlurIterations; it2++ ) { V_9 = 0; goto IL_0304; } IL_022e: { // lrColorB = RenderTexture.GetTemporary (rtW, rtH, 0); int32_t L_80 = V_2; int32_t L_81 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_82; L_82 = RenderTexture_GetTemporary_m8E43C234388D8688B70498F6663F05925EFBD4C9(L_80, L_81, 0, /*hidden argument*/NULL); V_4 = L_82; // Graphics.Blit (lrDepthBuffer, lrColorB, sunShaftsMaterial, 1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_83 = V_5; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_84 = V_4; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_85 = __this->get_sunShaftsMaterial_18(); IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_83, L_84, L_85, 1, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (lrDepthBuffer); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_86 = V_5; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_86, /*hidden argument*/NULL); // ofs = sunShaftBlurRadius * (((it2 * 2.0f + 1.0f) * 6.0f)) / 768.0f; float L_87 = __this->get_sunShaftBlurRadius_13(); int32_t L_88 = V_9; V_6 = ((float)((float)((float)il2cpp_codegen_multiply((float)L_87, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_88)), (float)(2.0f))), (float)(1.0f))), (float)(6.0f)))))/(float)(768.0f))); // sunShaftsMaterial.SetVector ("_BlurRadius4", new Vector4 (ofs, ofs, 0.0f, 0.0f) ); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_89 = __this->get_sunShaftsMaterial_18(); float L_90 = V_6; float L_91 = V_6; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_92; memset((&L_92), 0, sizeof(L_92)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_92), L_90, L_91, (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_89); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_89, _stringLiteralCC6DC72C8AD9ACA85E92D38AA3DC649C6AC591BB, L_92, /*hidden argument*/NULL); // lrDepthBuffer = RenderTexture.GetTemporary (rtW, rtH, 0); int32_t L_93 = V_2; int32_t L_94 = V_3; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_95; L_95 = RenderTexture_GetTemporary_m8E43C234388D8688B70498F6663F05925EFBD4C9(L_93, L_94, 0, /*hidden argument*/NULL); V_5 = L_95; // Graphics.Blit (lrColorB, lrDepthBuffer, sunShaftsMaterial, 1); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_96 = V_4; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_97 = V_5; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_98 = __this->get_sunShaftsMaterial_18(); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(L_96, L_97, L_98, 1, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (lrColorB); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_99 = V_4; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_99, /*hidden argument*/NULL); // ofs = sunShaftBlurRadius * (((it2 * 2.0f + 2.0f) * 6.0f)) / 768.0f; float L_100 = __this->get_sunShaftBlurRadius_13(); int32_t L_101 = V_9; V_6 = ((float)((float)((float)il2cpp_codegen_multiply((float)L_100, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_101)), (float)(2.0f))), (float)(2.0f))), (float)(6.0f)))))/(float)(768.0f))); // sunShaftsMaterial.SetVector ("_BlurRadius4", new Vector4 (ofs, ofs, 0.0f, 0.0f) ); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_102 = __this->get_sunShaftsMaterial_18(); float L_103 = V_6; float L_104 = V_6; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_105; memset((&L_105), 0, sizeof(L_105)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_105), L_103, L_104, (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_102); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_102, _stringLiteralCC6DC72C8AD9ACA85E92D38AA3DC649C6AC591BB, L_105, /*hidden argument*/NULL); // for (int it2 = 0; it2 < radialBlurIterations; it2++ ) { int32_t L_106 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)); } IL_0304: { // for (int it2 = 0; it2 < radialBlurIterations; it2++ ) { int32_t L_107 = V_9; int32_t L_108 = __this->get_radialBlurIterations_10(); if ((((int32_t)L_107) < ((int32_t)L_108))) { goto IL_022e; } } { // if (v.z >= 0.0f) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_109 = V_1; float L_110 = L_109.get_z_4(); if ((!(((float)L_110) >= ((float)(0.0f))))) { goto IL_036c; } } { // sunShaftsMaterial.SetVector ("_SunColor", new Vector4 (sunColor.r, sunColor.g, sunColor.b, sunColor.a) * sunShaftIntensity); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_111 = __this->get_sunShaftsMaterial_18(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_112 = __this->get_address_of_sunColor_11(); float L_113 = L_112->get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_114 = __this->get_address_of_sunColor_11(); float L_115 = L_114->get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_116 = __this->get_address_of_sunColor_11(); float L_117 = L_116->get_b_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * L_118 = __this->get_address_of_sunColor_11(); float L_119 = L_118->get_a_3(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_120; memset((&L_120), 0, sizeof(L_120)); Vector4__ctor_mCAB598A37C4D5E80282277E828B8A3EAD936D3B2((&L_120), L_113, L_115, L_117, L_119, /*hidden argument*/NULL); float L_121 = __this->get_sunShaftIntensity_14(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_122; L_122 = Vector4_op_Multiply_m4B615DCAD6D77FE276AC56F17EA3ED0DCD942111_inline(L_120, L_121, /*hidden argument*/NULL); NullCheck(L_111); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_111, _stringLiteral59E9A90ACEB12BE1578CBAE545691B1979987312, L_122, /*hidden argument*/NULL); goto IL_0381; } IL_036c: { // sunShaftsMaterial.SetVector ("_SunColor", Vector4.zero); // no backprojection ! Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_123 = __this->get_sunShaftsMaterial_18(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_124; L_124 = Vector4_get_zero_m9E807FEBC8B638914DF4A0BA87C0BD95A19F5200(/*hidden argument*/NULL); NullCheck(L_123); Material_SetVector_mCB22CD5FDA6D8C7C282D7998A9244E12CC293F0D(L_123, _stringLiteral59E9A90ACEB12BE1578CBAE545691B1979987312, L_124, /*hidden argument*/NULL); } IL_0381: { // sunShaftsMaterial.SetTexture ("_ColorBuffer", lrDepthBuffer); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_125 = __this->get_sunShaftsMaterial_18(); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_126 = V_5; NullCheck(L_125); Material_SetTexture_m04A1CD55201841F85E475992931A210229C782CF(L_125, _stringLiteral3F42ED00D84DBC7A3B4658065DEA62873778201F, L_126, /*hidden argument*/NULL); // Graphics.Blit (source, destination, sunShaftsMaterial, (screenBlendMode == ShaftsScreenBlendMode.Screen) ? 0 : 4); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_127 = ___source0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_128 = ___destination1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_129 = __this->get_sunShaftsMaterial_18(); int32_t L_130 = __this->get_screenBlendMode_8(); G_B24_0 = L_129; G_B24_1 = L_128; G_B24_2 = L_127; if (!L_130) { G_B25_0 = L_129; G_B25_1 = L_128; G_B25_2 = L_127; goto IL_03a6; } } { G_B26_0 = 4; G_B26_1 = G_B24_0; G_B26_2 = G_B24_1; G_B26_3 = G_B24_2; goto IL_03a7; } IL_03a6: { G_B26_0 = 0; G_B26_1 = G_B25_0; G_B26_2 = G_B25_1; G_B26_3 = G_B25_2; } IL_03a7: { IL2CPP_RUNTIME_CLASS_INIT(Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var); Graphics_Blit_mF7AA319E24D980D0E560A721966B87186392C3DD(G_B26_3, G_B26_2, G_B26_1, G_B26_0, /*hidden argument*/NULL); // RenderTexture.ReleaseTemporary (lrDepthBuffer); RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * L_131 = V_5; RenderTexture_ReleaseTemporary_m2BF2BDDC359A491C05C401B977878DAE1D0850D4(L_131, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.ImageEffects.SunShafts::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SunShafts__ctor_mB7B9475D995407A720DFAD133A94BA799C5B2AE3 (SunShafts_t55826A6B2570077F58FF1CC50BC89A26FCBC4F71 * __this, const RuntimeMethod* method) { { // public SunShaftsResolution resolution = SunShaftsResolution.Normal; __this->set_resolution_7(1); // public int radialBlurIterations = 2; __this->set_radialBlurIterations_10(2); // public Color sunColor = Color.white; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0; L_0 = Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E(/*hidden argument*/NULL); __this->set_sunColor_11(L_0); // public Color sunThreshold = new Color(0.87f,0.74f,0.65f); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_1; memset((&L_1), 0, sizeof(L_1)); Color__ctor_m9FEDC8486B9D40C01BF10FDC821F5E76C8705494((&L_1), (0.870000005f), (0.74000001f), (0.649999976f), /*hidden argument*/NULL); __this->set_sunThreshold_12(L_1); // public float sunShaftBlurRadius = 2.5f; __this->set_sunShaftBlurRadius_13((2.5f)); // public float sunShaftIntensity = 1.15f; __this->set_sunShaftIntensity_14((1.14999998f)); // public float maxRadius = 0.75f; __this->set_maxRadius_15((0.75f)); // public bool useDepthTexture = true; __this->set_useDepthTexture_16((bool)1); 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SupplementalDataEntry::.ctor(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SupplementalDataEntry__ctor_m5B61B00A2178D43BCF0783AB999DC08BFA76732F (SupplementalDataEntry_tD1192409F539AB3607D1A26D473C912075C92FA7 * __this, int32_t ___dataType0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data1, const RuntimeMethod* method) { { // public SupplementalDataEntry(int dataType, byte[] data) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mDataType = dataType; int32_t L_0 = ___dataType0; __this->set_mDataType_0(L_0); // this.mData = data; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data1; __this->set_mData_1(L_1); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SupplementalDataEntry::get_DataType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SupplementalDataEntry_get_DataType_m88C5753E3FEC95F40E1ABCBFBCFA63471B60459C (SupplementalDataEntry_tD1192409F539AB3607D1A26D473C912075C92FA7 * __this, const RuntimeMethod* method) { { // get { return mDataType; } int32_t L_0 = __this->get_mDataType_0(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SupplementalDataEntry::get_Data() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SupplementalDataEntry_get_Data_mBDA1E30BF1AE01D0247C11A3808BDE70550BF780 (SupplementalDataEntry_tD1192409F539AB3607D1A26D473C912075C92FA7 * __this, const RuntimeMethod* method) { { // get { return mData; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mData_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SupplementalDataType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SupplementalDataType__ctor_m13617BB4049133A6ED72A0F6ABA721AF9FB2F213 (SupplementalDataType_tD4E1F5BFAAF733D48B4EBF64CC94506B11799FE1 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.SignalRCore.Messages.SupportedTransport::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SupportedTransport_get_Name_m22DA46C08B84E6F352ED6F925D7BD4FDE009390B (SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB * __this, const RuntimeMethod* method) { { // public string Name { get; private set; } String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.SignalRCore.Messages.SupportedTransport::set_Name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SupportedTransport_set_Name_mC36A6E0C2A542154BAC95F45C94015CBB33ADDEB (SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Name { get; private set; } String_t* L_0 = ___value0; __this->set_U3CNameU3Ek__BackingField_0(L_0); return; } } // System.Collections.Generic.List`1 BestHTTP.SignalRCore.Messages.SupportedTransport::get_SupportedFormats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * SupportedTransport_get_SupportedFormats_m33CDEF310636F93B35EEAFF7FB2459A0137BE5A9 (SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB * __this, const RuntimeMethod* method) { { // public List SupportedFormats { get; private set; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = __this->get_U3CSupportedFormatsU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.SignalRCore.Messages.SupportedTransport::set_SupportedFormats(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SupportedTransport_set_SupportedFormats_m3C1076548BAF77896D2773BDD600B2C06ED61E5B (SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB * __this, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___value0, const RuntimeMethod* method) { { // public List SupportedFormats { get; private set; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = ___value0; __this->set_U3CSupportedFormatsU3Ek__BackingField_1(L_0); return; } } // System.Void BestHTTP.SignalRCore.Messages.SupportedTransport::.ctor(System.String,System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SupportedTransport__ctor_m393B5AA6A11BEDDD3967248EC0135B9A720152DE (SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB * __this, String_t* ___transportName0, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___transferFormats1, const RuntimeMethod* method) { { // internal SupportedTransport(string transportName, List transferFormats) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.Name = transportName; String_t* L_0 = ___transportName0; SupportedTransport_set_Name_mC36A6E0C2A542154BAC95F45C94015CBB33ADDEB_inline(__this, L_0, /*hidden argument*/NULL); // this.SupportedFormats = transferFormats; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_1 = ___transferFormats1; SupportedTransport_set_SupportedFormats_m3C1076548BAF77896D2773BDD600B2C06ED61E5B_inline(__this, L_1, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Vehicles.Car.Suspension::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Suspension_Start_mF2921EA9BEDC0FA76051D860607EB470CEF91D78 (Suspension_tCFB221620480B740F7BC07DBFA406F6BA105B883 * __this, const RuntimeMethod* method) { { // m_TargetOriginalPosition = wheel.transform.localPosition; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_wheel_4(); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_1, /*hidden argument*/NULL); __this->set_m_TargetOriginalPosition_5(L_2); // m_Origin = transform.localPosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_3, /*hidden argument*/NULL); __this->set_m_Origin_6(L_4); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.Suspension::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Suspension_Update_m8195490C7663062F131370651C6D2291ABBDE3F5 (Suspension_tCFB221620480B740F7BC07DBFA406F6BA105B883 * __this, const RuntimeMethod* method) { { // transform.localPosition = m_Origin + (wheel.transform.localPosition - m_TargetOriginalPosition); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = __this->get_m_Origin_6(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_wheel_4(); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_2, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_3, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = __this->get_m_TargetOriginalPosition_5(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_4, L_5, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_1, L_6, /*hidden argument*/NULL); NullCheck(L_0); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_0, L_7, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Car.Suspension::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Suspension__ctor_m8AA95141EE8417156AEEB201139DF6DA4EBD2F30 (Suspension_tCFB221620480B740F7BC07DBFA406F6BA105B883 * __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.String SyncDataUtil::QuatToStr(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SyncDataUtil_QuatToStr_mF61674BA6CBE0497CE665DD0AF1DE981D946307A (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___quat0, 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*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); s_Il2CppMethodInitialized = true; } { // return quat.x + "," // + quat.y + "," // + quat.z + "," // + quat.w; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; float* L_2 = (&___quat0)->get_address_of_x_0(); String_t* L_3; L_3 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_2, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (String_t*)L_3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_1; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_4)->SetAt(static_cast(1), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; float* L_6 = (&___quat0)->get_address_of_y_1(); String_t* L_7; L_7 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(2), (String_t*)L_7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_5; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_8)->SetAt(static_cast(3), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; float* L_10 = (&___quat0)->get_address_of_z_2(); String_t* L_11; L_11 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_10, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(4), (String_t*)L_11); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_9; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_12)->SetAt(static_cast(5), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_12; float* L_14 = (&___quat0)->get_address_of_w_3(); String_t* L_15; L_15 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_14, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(6), (String_t*)L_15); String_t* L_16; L_16 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_13, /*hidden argument*/NULL); return L_16; } } // UnityEngine.Quaternion SyncDataUtil::StrToQuat(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 SyncDataUtil_StrToQuat_m01123E2E6B243FC7B98FE1D55D896BA85640D380 (String_t* ___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; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_1; memset((&V_1), 0, sizeof(V_1)); { // string[] sss = str.Split(','); String_t* L_0 = ___str0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3; L_3 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; // quat.x = float.Parse(sss[0]); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 0; String_t* L_6 = (L_4)->GetAt(static_cast(L_5)); float L_7; L_7 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_6, /*hidden argument*/NULL); (&V_1)->set_x_0(L_7); // quat.y = float.Parse(sss[1]); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = V_0; NullCheck(L_8); int32_t L_9 = 1; String_t* L_10 = (L_8)->GetAt(static_cast(L_9)); float L_11; L_11 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_10, /*hidden argument*/NULL); (&V_1)->set_y_1(L_11); // quat.z = float.Parse(sss[2]); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = V_0; NullCheck(L_12); int32_t L_13 = 2; String_t* L_14 = (L_12)->GetAt(static_cast(L_13)); float L_15; L_15 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_14, /*hidden argument*/NULL); (&V_1)->set_z_2(L_15); // quat.w = float.Parse(sss[3]); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = V_0; NullCheck(L_16); int32_t L_17 = 3; String_t* L_18 = (L_16)->GetAt(static_cast(L_17)); float L_19; L_19 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_18, /*hidden argument*/NULL); (&V_1)->set_w_3(L_19); // return quat; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_20 = V_1; return L_20; } } // System.String SyncDataUtil::Vec3ToStr(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SyncDataUtil_Vec3ToStr_m8C1672EE69119AEDEC2B8BE2041453AF570A8606 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v30, 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*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); s_Il2CppMethodInitialized = true; } { // return v3.x + "," // + v3.y + "," // + v3.z; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; float* L_2 = (&___v30)->get_address_of_x_2(); String_t* L_3; L_3 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_2, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (String_t*)L_3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_1; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_4)->SetAt(static_cast(1), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; float* L_6 = (&___v30)->get_address_of_y_3(); String_t* L_7; L_7 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(2), (String_t*)L_7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_5; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); (L_8)->SetAt(static_cast(3), (String_t*)_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; float* L_10 = (&___v30)->get_address_of_z_4(); String_t* L_11; L_11 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_10, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(4), (String_t*)L_11); String_t* L_12; L_12 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_9, /*hidden argument*/NULL); return L_12; } } // UnityEngine.Vector3 SyncDataUtil::StrToVec3(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E SyncDataUtil_StrToVec3_m1F245BEBDFE0FF0F43816C2393004DC538A5C5BB (String_t* ___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; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); { // string[] sss = str.Split(','); String_t* L_0 = ___str0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3; L_3 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; // v3.x = float.Parse(sss[0]); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 0; String_t* L_6 = (L_4)->GetAt(static_cast(L_5)); float L_7; L_7 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_6, /*hidden argument*/NULL); (&V_1)->set_x_2(L_7); // v3.y = float.Parse(sss[1]); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = V_0; NullCheck(L_8); int32_t L_9 = 1; String_t* L_10 = (L_8)->GetAt(static_cast(L_9)); float L_11; L_11 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_10, /*hidden argument*/NULL); (&V_1)->set_y_3(L_11); // v3.z = float.Parse(sss[2]); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = V_0; NullCheck(L_12); int32_t L_13 = 2; String_t* L_14 = (L_12)->GetAt(static_cast(L_13)); float L_15; L_15 = Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F(L_14, /*hidden argument*/NULL); (&V_1)->set_z_4(L_15); // return v3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = V_1; return L_16; } } // System.Void SyncDataUtil::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncDataUtil__ctor_m1BDE5B1E871B7A2FEEBF6438F3756D196FF21295 (SyncDataUtil_t2A54284C431592ED4186F176B39671F4BA4D6B68 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables1kGcmExponentiator::Init(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tables1kGcmExponentiator_Init_mF047599902FDDBEE1FCC6D4FFF86D7B01B964DFF (Tables1kGcmExponentiator_t8BFE71CC6FA1FE576482066AF4F0353788BF8A5D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___x0, 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*)&GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; { // uint[] y = GcmUtilities.AsUints(x); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1; L_1 = GcmUtilities_AsUints_mDB2924F2F8C8DB95ABA2420FD572057266EF2DBC(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (lookupPowX2 != null && Arrays.AreEqual(y, (uint[])lookupPowX2[0])) RuntimeObject* L_2 = __this->get_lookupPowX2_0(); if (!L_2) { goto IL_0029; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; RuntimeObject* L_4 = __this->get_lookupPowX2_0(); NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_4, 0); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_6; L_6 = Arrays_AreEqual_mAFC84F82DE9879266ACF58FFE180EABF869041B8(L_3, ((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)Castclass((RuntimeObject*)L_5, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (!L_6) { goto IL_0029; } } { // return; return; } IL_0029: { // lookupPowX2 = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(8); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_7; L_7 = Platform_CreateArrayList_m221C0FB793E427B85399C0A49997D54179CAE546(8, /*hidden argument*/NULL); __this->set_lookupPowX2_0(L_7); // lookupPowX2.Add(y); RuntimeObject* L_8 = __this->get_lookupPowX2_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_0; NullCheck(L_8); int32_t L_10; L_10 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_8, (RuntimeObject *)(RuntimeObject *)L_9); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables1kGcmExponentiator::ExponentiateX(System.Int64,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tables1kGcmExponentiator_ExponentiateX_m71F1B38A700F478CEB3673327D93D12015FF0A93 (Tables1kGcmExponentiator_t8BFE71CC6FA1FE576482066AF4F0353788BF8A5D * __this, int64_t ___pow0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; int32_t V_1 = 0; { // uint[] y = GcmUtilities.OneAsUints(); IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = GcmUtilities_OneAsUints_mD1624878D5420F8DA72C64E867C19C5DDA231AA2(/*hidden argument*/NULL); V_0 = L_0; // int bit = 0; V_1 = 0; goto IL_0037; } IL_000a: { // if ((pow & 1L) != 0) int64_t L_1 = ___pow0; if (!((int64_t)((int64_t)L_1&(int64_t)((int64_t)((int64_t)1))))) { goto IL_002e; } } { // EnsureAvailable(bit); int32_t L_2 = V_1; Tables1kGcmExponentiator_EnsureAvailable_mC83005925C13D1355BA76494CA38A8E301C03E1D(__this, L_2, /*hidden argument*/NULL); // GcmUtilities.Multiply(y, (uint[])lookupPowX2[bit]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = V_0; RuntimeObject* L_4 = __this->get_lookupPowX2_0(); int32_t L_5 = V_1; NullCheck(L_4); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_4, L_5); IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); GcmUtilities_Multiply_m4CCDC601E6B874E4AE3B5189CE6F65702C8BF221(L_3, ((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)Castclass((RuntimeObject*)L_6, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_002e: { // ++bit; int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); // pow >>= 1; int64_t L_8 = ___pow0; ___pow0 = ((int64_t)((int64_t)L_8>>(int32_t)1)); } IL_0037: { // while (pow > 0) int64_t L_9 = ___pow0; if ((((int64_t)L_9) > ((int64_t)((int64_t)((int64_t)0))))) { goto IL_000a; } } { // GcmUtilities.AsBytes(y, output); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___output1; IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); GcmUtilities_AsBytes_m666F4C6CFB3302B8C54FC11512C02FFB49C4A20E(L_10, L_11, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables1kGcmExponentiator::EnsureAvailable(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tables1kGcmExponentiator_EnsureAvailable_mC83005925C13D1355BA76494CA38A8E301C03E1D (Tables1kGcmExponentiator_t8BFE71CC6FA1FE576482066AF4F0353788BF8A5D * __this, int32_t ___bit0, 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*)&GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; { // int count = lookupPowX2.Count; RuntimeObject* L_0 = __this->get_lookupPowX2_0(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_0); V_0 = L_1; // if (count <= bit) int32_t L_2 = V_0; int32_t L_3 = ___bit0; if ((((int32_t)L_2) > ((int32_t)L_3))) { goto IL_0047; } } { // uint[] tmp = (uint[])lookupPowX2[count - 1]; RuntimeObject* L_4 = __this->get_lookupPowX2_0(); int32_t L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); V_1 = ((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)Castclass((RuntimeObject*)L_6, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var)); } IL_0024: { // tmp = Arrays.Clone(tmp); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8; L_8 = Arrays_Clone_m72CCCC31315F63BCA247950CD4F6A3433F70DC49(L_7, /*hidden argument*/NULL); V_1 = L_8; // GcmUtilities.Multiply(tmp, tmp); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); GcmUtilities_Multiply_m4CCDC601E6B874E4AE3B5189CE6F65702C8BF221(L_9, L_10, /*hidden argument*/NULL); // lookupPowX2.Add(tmp); RuntimeObject* L_11 = __this->get_lookupPowX2_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = V_1; NullCheck(L_11); int32_t L_13; L_13 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_11, (RuntimeObject *)(RuntimeObject *)L_12); // while (++count <= bit); int32_t L_14 = V_0; int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); V_0 = L_15; int32_t L_16 = ___bit0; if ((((int32_t)L_15) <= ((int32_t)L_16))) { goto IL_0024; } } IL_0047: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables1kGcmExponentiator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tables1kGcmExponentiator__ctor_m1F42D258A8A72FFC6E62355D8E0E0E90E851D029 (Tables1kGcmExponentiator_t8BFE71CC6FA1FE576482066AF4F0353788BF8A5D * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables64kGcmMultiplier::Init(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tables64kGcmMultiplier_Init_mC07E598B83C711FC0F49AB11B1B45895A67CCE3F (Tables64kGcmMultiplier_tF682A83AB398E3981735C750D3CC5F83B2D3BD46 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___H0, 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*)&GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_5 = NULL; int32_t V_6 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_7 = NULL; { // if (M == null) UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_0 = __this->get_M_1(); if (L_0) { goto IL_0017; } } { // M = new uint[16][][]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_1 = (UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844*)(UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844*)SZArrayNew(UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_M_1(L_1); // } goto IL_0026; } IL_0017: { // else if (Arrays.AreEqual(this.H, H)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_H_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___H0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_4; L_4 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0026; } } { // return; return; } IL_0026: { // this.H = Arrays.Clone(H); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___H0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_5, /*hidden argument*/NULL); __this->set_H_0(L_6); // M[0] = new uint[256][]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_7 = __this->get_M_1(); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_8 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)SZArrayNew(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)L_8); // M[0][0] = new uint[4]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_9 = __this->get_M_1(); NullCheck(L_9); int32_t L_10 = 0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_11 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_9)->GetAt(static_cast(L_10)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_12); // M[0][128] = GcmUtilities.AsUints(H); UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_13 = __this->get_M_1(); NullCheck(L_13); int32_t L_14 = 0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_15 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_13)->GetAt(static_cast(L_14)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___H0; IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17; L_17 = GcmUtilities_AsUints_mDB2924F2F8C8DB95ABA2420FD572057266EF2DBC(L_16, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_17); (L_15)->SetAt(static_cast(((int32_t)128)), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_17); // for (int j = 64; j >= 1; j >>= 1) V_0 = ((int32_t)64); goto IL_0099; } IL_006d: { // uint[] tmp = (uint[])M[0][j + j].Clone(); UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_18 = __this->get_M_1(); NullCheck(L_18); int32_t L_19 = 0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_20 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_18)->GetAt(static_cast(L_19)); int32_t L_21 = V_0; int32_t L_22 = V_0; NullCheck(L_20); int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_20)->GetAt(static_cast(L_23)); NullCheck((RuntimeArray *)(RuntimeArray *)L_24); RuntimeObject * L_25; L_25 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_24, /*hidden argument*/NULL); V_1 = ((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)Castclass((RuntimeObject*)L_25, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var)); // GcmUtilities.MultiplyP(tmp); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); GcmUtilities_MultiplyP_m430BB3402D119C11C84392E60F8FBE64984C73B4(L_26, /*hidden argument*/NULL); // M[0][j] = tmp; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_27 = __this->get_M_1(); NullCheck(L_27); int32_t L_28 = 0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_29 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_27)->GetAt(static_cast(L_28)); int32_t L_30 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_1; NullCheck(L_29); ArrayElementTypeCheck (L_29, L_31); (L_29)->SetAt(static_cast(L_30), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_31); // for (int j = 64; j >= 1; j >>= 1) int32_t L_32 = V_0; V_0 = ((int32_t)((int32_t)L_32>>(int32_t)1)); } IL_0099: { // for (int j = 64; j >= 1; j >>= 1) int32_t L_33 = V_0; if ((((int32_t)L_33) >= ((int32_t)1))) { goto IL_006d; } } { // for (int i = 0; ; ) V_2 = 0; } IL_009f: { // for (int j = 2; j < 256; j += j) V_3 = 2; goto IL_00ee; } IL_00a3: { // for (int k = 1; k < j; ++k) V_4 = 1; goto IL_00e5; } IL_00a8: { // uint[] tmp = (uint[])M[i][j].Clone(); UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_34 = __this->get_M_1(); int32_t L_35 = V_2; NullCheck(L_34); int32_t L_36 = L_35; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_37 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_34)->GetAt(static_cast(L_36)); int32_t L_38 = V_3; NullCheck(L_37); int32_t L_39 = L_38; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_37)->GetAt(static_cast(L_39)); NullCheck((RuntimeArray *)(RuntimeArray *)L_40); RuntimeObject * L_41; L_41 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_40, /*hidden argument*/NULL); V_5 = ((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)Castclass((RuntimeObject*)L_41, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var)); // GcmUtilities.Xor(tmp, M[i][k]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = V_5; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_43 = __this->get_M_1(); int32_t L_44 = V_2; NullCheck(L_43); int32_t L_45 = L_44; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_46 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_43)->GetAt(static_cast(L_45)); int32_t L_47 = V_4; NullCheck(L_46); int32_t L_48 = L_47; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_46)->GetAt(static_cast(L_48)); IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); GcmUtilities_Xor_mEBB13D84BC7766BD4466E10A434D35E2277B9BDA(L_42, L_49, /*hidden argument*/NULL); // M[i][j + k] = tmp; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_50 = __this->get_M_1(); int32_t L_51 = V_2; NullCheck(L_50); int32_t L_52 = L_51; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_53 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_50)->GetAt(static_cast(L_52)); int32_t L_54 = V_3; int32_t L_55 = V_4; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_56 = V_5; NullCheck(L_53); ArrayElementTypeCheck (L_53, L_56); (L_53)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)L_55))), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_56); // for (int k = 1; k < j; ++k) int32_t L_57 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_00e5: { // for (int k = 1; k < j; ++k) int32_t L_58 = V_4; int32_t L_59 = V_3; if ((((int32_t)L_58) < ((int32_t)L_59))) { goto IL_00a8; } } { // for (int j = 2; j < 256; j += j) int32_t L_60 = V_3; int32_t L_61 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61)); } IL_00ee: { // for (int j = 2; j < 256; j += j) int32_t L_62 = V_3; if ((((int32_t)L_62) < ((int32_t)((int32_t)256)))) { goto IL_00a3; } } { // if (++i == 16) return; int32_t L_63 = V_2; int32_t L_64 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); V_2 = L_64; if ((!(((uint32_t)L_64) == ((uint32_t)((int32_t)16))))) { goto IL_0100; } } { // if (++i == 16) return; return; } IL_0100: { // M[i] = new uint[256][]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_65 = __this->get_M_1(); int32_t L_66 = V_2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_67 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)SZArrayNew(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); NullCheck(L_65); ArrayElementTypeCheck (L_65, L_67); (L_65)->SetAt(static_cast(L_66), (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)L_67); // M[i][0] = new uint[4]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_68 = __this->get_M_1(); int32_t L_69 = V_2; NullCheck(L_68); int32_t L_70 = L_69; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_71 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_68)->GetAt(static_cast(L_70)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); NullCheck(L_71); ArrayElementTypeCheck (L_71, L_72); (L_71)->SetAt(static_cast(0), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_72); // for (int j = 128; j > 0; j >>= 1) V_6 = ((int32_t)128); goto IL_015e; } IL_012b: { // uint[] tmp = (uint[])M[i - 1][j].Clone(); UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_73 = __this->get_M_1(); int32_t L_74 = V_2; NullCheck(L_73); int32_t L_75 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)1)); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_76 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_73)->GetAt(static_cast(L_75)); int32_t L_77 = V_6; NullCheck(L_76); int32_t L_78 = L_77; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_79 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_76)->GetAt(static_cast(L_78)); NullCheck((RuntimeArray *)(RuntimeArray *)L_79); RuntimeObject * L_80; L_80 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_79, /*hidden argument*/NULL); V_7 = ((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)Castclass((RuntimeObject*)L_80, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var)); // GcmUtilities.MultiplyP8(tmp); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = V_7; IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); GcmUtilities_MultiplyP8_mB114199E06BD1B068FC5E4007297774ADAAF1695(L_81, /*hidden argument*/NULL); // M[i][j] = tmp; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_82 = __this->get_M_1(); int32_t L_83 = V_2; NullCheck(L_82); int32_t L_84 = L_83; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_85 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_82)->GetAt(static_cast(L_84)); int32_t L_86 = V_6; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = V_7; NullCheck(L_85); ArrayElementTypeCheck (L_85, L_87); (L_85)->SetAt(static_cast(L_86), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_87); // for (int j = 128; j > 0; j >>= 1) int32_t L_88 = V_6; V_6 = ((int32_t)((int32_t)L_88>>(int32_t)1)); } IL_015e: { // for (int j = 128; j > 0; j >>= 1) int32_t L_89 = V_6; if ((((int32_t)L_89) > ((int32_t)0))) { goto IL_012b; } } { goto IL_009f; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables64kGcmMultiplier::MultiplyH(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tables64kGcmMultiplier_MultiplyH_m6FF2BF96C5CD0AB1211F556602184696DC1622BA (Tables64kGcmMultiplier_tF682A83AB398E3981735C750D3CC5F83B2D3BD46 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; int32_t V_1 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_2 = NULL; { // uint[] z = new uint[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); V_0 = L_0; // for (int i = 0; i != 16; ++i) V_1 = 0; goto IL_0054; } IL_000b: { // uint[] m = M[i][x[i]]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_1 = __this->get_M_1(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_4 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_1)->GetAt(static_cast(L_3)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___x0; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_4); uint8_t L_9 = L_8; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_4)->GetAt(static_cast(L_9)); V_2 = L_10; // z[0] ^= m[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = V_0; NullCheck(L_11); uint32_t* L_12 = ((L_11)->GetAddressAt(static_cast(0))); int32_t L_13 = *((uint32_t*)L_12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = V_2; NullCheck(L_14); int32_t L_15 = 0; uint32_t L_16 = (L_14)->GetAt(static_cast(L_15)); *((int32_t*)L_12) = (int32_t)((int32_t)((int32_t)L_13^(int32_t)L_16)); // z[1] ^= m[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = V_0; NullCheck(L_17); uint32_t* L_18 = ((L_17)->GetAddressAt(static_cast(1))); int32_t L_19 = *((uint32_t*)L_18); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = V_2; NullCheck(L_20); int32_t L_21 = 1; uint32_t L_22 = (L_20)->GetAt(static_cast(L_21)); *((int32_t*)L_18) = (int32_t)((int32_t)((int32_t)L_19^(int32_t)L_22)); // z[2] ^= m[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = V_0; NullCheck(L_23); uint32_t* L_24 = ((L_23)->GetAddressAt(static_cast(2))); int32_t L_25 = *((uint32_t*)L_24); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = V_2; NullCheck(L_26); int32_t L_27 = 2; uint32_t L_28 = (L_26)->GetAt(static_cast(L_27)); *((int32_t*)L_24) = (int32_t)((int32_t)((int32_t)L_25^(int32_t)L_28)); // z[3] ^= m[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_29 = V_0; NullCheck(L_29); uint32_t* L_30 = ((L_29)->GetAddressAt(static_cast(3))); int32_t L_31 = *((uint32_t*)L_30); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = V_2; NullCheck(L_32); int32_t L_33 = 3; uint32_t L_34 = (L_32)->GetAt(static_cast(L_33)); *((int32_t*)L_30) = (int32_t)((int32_t)((int32_t)L_31^(int32_t)L_34)); // for (int i = 0; i != 16; ++i) int32_t L_35 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_0054: { // for (int i = 0; i != 16; ++i) int32_t L_36 = V_1; if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)16))))) { goto IL_000b; } } { // Pack.UInt32_To_BE(z, x, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = ___x0; Pack_UInt32_To_BE_mA32B0DCD9FAFC308C9EEBE1A3427FB9745481005(L_37, L_38, 0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables64kGcmMultiplier::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tables64kGcmMultiplier__ctor_mCD9C82C365ABB2325D800EC7B986C9AE313E68B4 (Tables64kGcmMultiplier_tF682A83AB398E3981735C750D3CC5F83B2D3BD46 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables8kGcmMultiplier::Init(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tables8kGcmMultiplier_Init_mDA701C44CD166D6A54979F633D668662DA3227D1 (Tables8kGcmMultiplier_t4CECB53D88E3A43690CF5116CA23CB21B90B757C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___H0, 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*)&GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_2 = NULL; int32_t V_3 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_8 = NULL; int32_t V_9 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_10 = NULL; { // if (M == null) UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_0 = __this->get_M_1(); if (L_0) { goto IL_0017; } } { // M = new uint[32][][]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_1 = (UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844*)(UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844*)SZArrayNew(UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); __this->set_M_1(L_1); // } goto IL_0026; } IL_0017: { // else if (Arrays.AreEqual(this.H, H)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_H_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___H0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_4; L_4 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0026; } } { // return; return; } IL_0026: { // this.H = Arrays.Clone(H); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___H0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_5, /*hidden argument*/NULL); __this->set_H_0(L_6); // M[0] = new uint[16][]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_7 = __this->get_M_1(); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_8 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)SZArrayNew(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)L_8); // M[1] = new uint[16][]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_9 = __this->get_M_1(); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_10 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)SZArrayNew(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(1), (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)L_10); // M[0][0] = new uint[4]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_11 = __this->get_M_1(); NullCheck(L_11); int32_t L_12 = 0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_13 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_11)->GetAt(static_cast(L_12)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_14); // M[1][0] = new uint[4]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_15 = __this->get_M_1(); NullCheck(L_15); int32_t L_16 = 1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_17 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_15)->GetAt(static_cast(L_16)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(0), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_18); // M[1][8] = GcmUtilities.AsUints(H); UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_19 = __this->get_M_1(); NullCheck(L_19); int32_t L_20 = 1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_21 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_19)->GetAt(static_cast(L_20)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___H0; IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23; L_23 = GcmUtilities_AsUints_mDB2924F2F8C8DB95ABA2420FD572057266EF2DBC(L_22, /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_23); (L_21)->SetAt(static_cast(8), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_23); // for (int j = 4; j >= 1; j >>= 1) V_0 = 4; goto IL_00b0; } IL_0084: { // uint[] tmp = (uint[])M[1][j + j].Clone(); UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_24 = __this->get_M_1(); NullCheck(L_24); int32_t L_25 = 1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_26 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_24)->GetAt(static_cast(L_25)); int32_t L_27 = V_0; int32_t L_28 = V_0; NullCheck(L_26); int32_t L_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_26)->GetAt(static_cast(L_29)); NullCheck((RuntimeArray *)(RuntimeArray *)L_30); RuntimeObject * L_31; L_31 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_30, /*hidden argument*/NULL); V_1 = ((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)Castclass((RuntimeObject*)L_31, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var)); // GcmUtilities.MultiplyP(tmp); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = V_1; IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); GcmUtilities_MultiplyP_m430BB3402D119C11C84392E60F8FBE64984C73B4(L_32, /*hidden argument*/NULL); // M[1][j] = tmp; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_33 = __this->get_M_1(); NullCheck(L_33); int32_t L_34 = 1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_35 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_33)->GetAt(static_cast(L_34)); int32_t L_36 = V_0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_37 = V_1; NullCheck(L_35); ArrayElementTypeCheck (L_35, L_37); (L_35)->SetAt(static_cast(L_36), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_37); // for (int j = 4; j >= 1; j >>= 1) int32_t L_38 = V_0; V_0 = ((int32_t)((int32_t)L_38>>(int32_t)1)); } IL_00b0: { // for (int j = 4; j >= 1; j >>= 1) int32_t L_39 = V_0; if ((((int32_t)L_39) >= ((int32_t)1))) { goto IL_0084; } } { // uint[] tmp = (uint[])M[1][1].Clone(); UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_40 = __this->get_M_1(); NullCheck(L_40); int32_t L_41 = 1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_42 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_40)->GetAt(static_cast(L_41)); NullCheck(L_42); int32_t L_43 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_44 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_42)->GetAt(static_cast(L_43)); NullCheck((RuntimeArray *)(RuntimeArray *)L_44); RuntimeObject * L_45; L_45 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_44, /*hidden argument*/NULL); V_2 = ((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)Castclass((RuntimeObject*)L_45, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var)); // GcmUtilities.MultiplyP(tmp); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = V_2; IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); GcmUtilities_MultiplyP_m430BB3402D119C11C84392E60F8FBE64984C73B4(L_46, /*hidden argument*/NULL); // M[0][8] = tmp; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_47 = __this->get_M_1(); NullCheck(L_47); int32_t L_48 = 0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_49 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_47)->GetAt(static_cast(L_48)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = V_2; NullCheck(L_49); ArrayElementTypeCheck (L_49, L_50); (L_49)->SetAt(static_cast(8), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_50); // for (int j = 4; j >= 1; j >>= 1) V_3 = 4; goto IL_010d; } IL_00de: { // uint[] tmp = (uint[])M[0][j + j].Clone(); UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_51 = __this->get_M_1(); NullCheck(L_51); int32_t L_52 = 0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_53 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_51)->GetAt(static_cast(L_52)); int32_t L_54 = V_3; int32_t L_55 = V_3; NullCheck(L_53); int32_t L_56 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)L_55)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_53)->GetAt(static_cast(L_56)); NullCheck((RuntimeArray *)(RuntimeArray *)L_57); RuntimeObject * L_58; L_58 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_57, /*hidden argument*/NULL); V_4 = ((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)Castclass((RuntimeObject*)L_58, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var)); // GcmUtilities.MultiplyP(tmp); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = V_4; IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); GcmUtilities_MultiplyP_m430BB3402D119C11C84392E60F8FBE64984C73B4(L_59, /*hidden argument*/NULL); // M[0][j] = tmp; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_60 = __this->get_M_1(); NullCheck(L_60); int32_t L_61 = 0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_62 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_60)->GetAt(static_cast(L_61)); int32_t L_63 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = V_4; NullCheck(L_62); ArrayElementTypeCheck (L_62, L_64); (L_62)->SetAt(static_cast(L_63), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_64); // for (int j = 4; j >= 1; j >>= 1) int32_t L_65 = V_3; V_3 = ((int32_t)((int32_t)L_65>>(int32_t)1)); } IL_010d: { // for (int j = 4; j >= 1; j >>= 1) int32_t L_66 = V_3; if ((((int32_t)L_66) >= ((int32_t)1))) { goto IL_00de; } } { // for (int i = 0; ; ) V_5 = 0; } IL_0114: { // for (int j = 2; j < 16; j += j) V_6 = 2; goto IL_016d; } IL_0119: { // for (int k = 1; k < j; ++k) V_7 = 1; goto IL_0160; } IL_011e: { // uint[] tmp = (uint[])M[i][j].Clone(); UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_67 = __this->get_M_1(); int32_t L_68 = V_5; NullCheck(L_67); int32_t L_69 = L_68; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_70 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_67)->GetAt(static_cast(L_69)); int32_t L_71 = V_6; NullCheck(L_70); int32_t L_72 = L_71; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_73 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_70)->GetAt(static_cast(L_72)); NullCheck((RuntimeArray *)(RuntimeArray *)L_73); RuntimeObject * L_74; L_74 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_73, /*hidden argument*/NULL); V_8 = ((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)Castclass((RuntimeObject*)L_74, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var)); // GcmUtilities.Xor(tmp, M[i][k]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_75 = V_8; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_76 = __this->get_M_1(); int32_t L_77 = V_5; NullCheck(L_76); int32_t L_78 = L_77; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_79 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_76)->GetAt(static_cast(L_78)); int32_t L_80 = V_7; NullCheck(L_79); int32_t L_81 = L_80; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_82 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_79)->GetAt(static_cast(L_81)); IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); GcmUtilities_Xor_mEBB13D84BC7766BD4466E10A434D35E2277B9BDA(L_75, L_82, /*hidden argument*/NULL); // M[i][j + k] = tmp; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_83 = __this->get_M_1(); int32_t L_84 = V_5; NullCheck(L_83); int32_t L_85 = L_84; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_86 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_83)->GetAt(static_cast(L_85)); int32_t L_87 = V_6; int32_t L_88 = V_7; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_89 = V_8; NullCheck(L_86); ArrayElementTypeCheck (L_86, L_89); (L_86)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)L_88))), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_89); // for (int k = 1; k < j; ++k) int32_t L_90 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); } IL_0160: { // for (int k = 1; k < j; ++k) int32_t L_91 = V_7; int32_t L_92 = V_6; if ((((int32_t)L_91) < ((int32_t)L_92))) { goto IL_011e; } } { // for (int j = 2; j < 16; j += j) int32_t L_93 = V_6; int32_t L_94 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)L_94)); } IL_016d: { // for (int j = 2; j < 16; j += j) int32_t L_95 = V_6; if ((((int32_t)L_95) < ((int32_t)((int32_t)16)))) { goto IL_0119; } } { // if (++i == 32) return; int32_t L_96 = V_5; int32_t L_97 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); V_5 = L_97; if ((!(((uint32_t)L_97) == ((uint32_t)((int32_t)32))))) { goto IL_017f; } } { // if (++i == 32) return; return; } IL_017f: { // if (i > 1) int32_t L_98 = V_5; if ((((int32_t)L_98) <= ((int32_t)1))) { goto IL_0114; } } { // M[i] = new uint[16][]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_99 = __this->get_M_1(); int32_t L_100 = V_5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_101 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)SZArrayNew(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); NullCheck(L_99); ArrayElementTypeCheck (L_99, L_101); (L_99)->SetAt(static_cast(L_100), (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)L_101); // M[i][0] = new uint[4]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_102 = __this->get_M_1(); int32_t L_103 = V_5; NullCheck(L_102); int32_t L_104 = L_103; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_105 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_102)->GetAt(static_cast(L_104)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_106 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); NullCheck(L_105); ArrayElementTypeCheck (L_105, L_106); (L_105)->SetAt(static_cast(0), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_106); // for (int j = 8; j > 0; j >>= 1) V_9 = 8; goto IL_01df; } IL_01aa: { // uint[] tmp = (uint[])M[i - 2][j].Clone(); UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_107 = __this->get_M_1(); int32_t L_108 = V_5; NullCheck(L_107); int32_t L_109 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)2)); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_110 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_107)->GetAt(static_cast(L_109)); int32_t L_111 = V_9; NullCheck(L_110); int32_t L_112 = L_111; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_113 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_110)->GetAt(static_cast(L_112)); NullCheck((RuntimeArray *)(RuntimeArray *)L_113); RuntimeObject * L_114; L_114 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_113, /*hidden argument*/NULL); V_10 = ((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)Castclass((RuntimeObject*)L_114, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var)); // GcmUtilities.MultiplyP8(tmp); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_115 = V_10; IL2CPP_RUNTIME_CLASS_INIT(GcmUtilities_t55AA97D7D3BB641921B7A12A943C17BD41A30177_il2cpp_TypeInfo_var); GcmUtilities_MultiplyP8_mB114199E06BD1B068FC5E4007297774ADAAF1695(L_115, /*hidden argument*/NULL); // M[i][j] = tmp; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_116 = __this->get_M_1(); int32_t L_117 = V_5; NullCheck(L_116); int32_t L_118 = L_117; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_119 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_116)->GetAt(static_cast(L_118)); int32_t L_120 = V_9; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_121 = V_10; NullCheck(L_119); ArrayElementTypeCheck (L_119, L_121); (L_119)->SetAt(static_cast(L_120), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_121); // for (int j = 8; j > 0; j >>= 1) int32_t L_122 = V_9; V_9 = ((int32_t)((int32_t)L_122>>(int32_t)1)); } IL_01df: { // for (int j = 8; j > 0; j >>= 1) int32_t L_123 = V_9; if ((((int32_t)L_123) > ((int32_t)0))) { goto IL_01aa; } } { goto IL_0114; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables8kGcmMultiplier::MultiplyH(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tables8kGcmMultiplier_MultiplyH_m1D34E2A452E6983910965B655A3CB7E9859C6E9F (Tables8kGcmMultiplier_t4CECB53D88E3A43690CF5116CA23CB21B90B757C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___x0, const RuntimeMethod* method) { int32_t V_0 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; { // Array.Clear(z, 0, z.Length); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = __this->get_z_2(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = __this->get_z_2(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); // for (int i = 15; i >= 0; --i) V_0 = ((int32_t)15); goto IL_00e3; } IL_001c: { // uint[] m = M[i + i][x[i] & 0x0f]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_2 = __this->get_M_1(); int32_t L_3 = V_0; int32_t L_4 = V_0; NullCheck(L_2); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_6 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_2)->GetAt(static_cast(L_5)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___x0; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_6); int32_t L_11 = ((int32_t)((int32_t)L_10&(int32_t)((int32_t)15))); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_6)->GetAt(static_cast(L_11)); V_1 = L_12; // z[0] ^= m[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = __this->get_z_2(); NullCheck(L_13); uint32_t* L_14 = ((L_13)->GetAddressAt(static_cast(0))); int32_t L_15 = *((uint32_t*)L_14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = V_1; NullCheck(L_16); int32_t L_17 = 0; uint32_t L_18 = (L_16)->GetAt(static_cast(L_17)); *((int32_t*)L_14) = (int32_t)((int32_t)((int32_t)L_15^(int32_t)L_18)); // z[1] ^= m[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = __this->get_z_2(); NullCheck(L_19); uint32_t* L_20 = ((L_19)->GetAddressAt(static_cast(1))); int32_t L_21 = *((uint32_t*)L_20); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = V_1; NullCheck(L_22); int32_t L_23 = 1; uint32_t L_24 = (L_22)->GetAt(static_cast(L_23)); *((int32_t*)L_20) = (int32_t)((int32_t)((int32_t)L_21^(int32_t)L_24)); // z[2] ^= m[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = __this->get_z_2(); NullCheck(L_25); uint32_t* L_26 = ((L_25)->GetAddressAt(static_cast(2))); int32_t L_27 = *((uint32_t*)L_26); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = V_1; NullCheck(L_28); int32_t L_29 = 2; uint32_t L_30 = (L_28)->GetAt(static_cast(L_29)); *((int32_t*)L_26) = (int32_t)((int32_t)((int32_t)L_27^(int32_t)L_30)); // z[3] ^= m[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = __this->get_z_2(); NullCheck(L_31); uint32_t* L_32 = ((L_31)->GetAddressAt(static_cast(3))); int32_t L_33 = *((uint32_t*)L_32); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = V_1; NullCheck(L_34); int32_t L_35 = 3; uint32_t L_36 = (L_34)->GetAt(static_cast(L_35)); *((int32_t*)L_32) = (int32_t)((int32_t)((int32_t)L_33^(int32_t)L_36)); // m = M[i + i + 1][(x[i] & 0xf0) >> 4]; UInt32U5BU5DU5BU5DU5BU5D_tBAE775EE6D8C8F9839D66DF0647957A4609F4844* L_37 = __this->get_M_1(); int32_t L_38 = V_0; int32_t L_39 = V_0; NullCheck(L_37); int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)), (int32_t)1)); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_41 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(L_37)->GetAt(static_cast(L_40)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = ___x0; int32_t L_43 = V_0; NullCheck(L_42); int32_t L_44 = L_43; uint8_t L_45 = (L_42)->GetAt(static_cast(L_44)); NullCheck(L_41); int32_t L_46 = ((int32_t)((int32_t)((int32_t)((int32_t)L_45&(int32_t)((int32_t)240)))>>(int32_t)4)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_41)->GetAt(static_cast(L_46)); V_1 = L_47; // z[0] ^= m[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = __this->get_z_2(); NullCheck(L_48); uint32_t* L_49 = ((L_48)->GetAddressAt(static_cast(0))); int32_t L_50 = *((uint32_t*)L_49); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_51 = V_1; NullCheck(L_51); int32_t L_52 = 0; uint32_t L_53 = (L_51)->GetAt(static_cast(L_52)); *((int32_t*)L_49) = (int32_t)((int32_t)((int32_t)L_50^(int32_t)L_53)); // z[1] ^= m[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_54 = __this->get_z_2(); NullCheck(L_54); uint32_t* L_55 = ((L_54)->GetAddressAt(static_cast(1))); int32_t L_56 = *((uint32_t*)L_55); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = V_1; NullCheck(L_57); int32_t L_58 = 1; uint32_t L_59 = (L_57)->GetAt(static_cast(L_58)); *((int32_t*)L_55) = (int32_t)((int32_t)((int32_t)L_56^(int32_t)L_59)); // z[2] ^= m[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = __this->get_z_2(); NullCheck(L_60); uint32_t* L_61 = ((L_60)->GetAddressAt(static_cast(2))); int32_t L_62 = *((uint32_t*)L_61); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_63 = V_1; NullCheck(L_63); int32_t L_64 = 2; uint32_t L_65 = (L_63)->GetAt(static_cast(L_64)); *((int32_t*)L_61) = (int32_t)((int32_t)((int32_t)L_62^(int32_t)L_65)); // z[3] ^= m[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = __this->get_z_2(); NullCheck(L_66); uint32_t* L_67 = ((L_66)->GetAddressAt(static_cast(3))); int32_t L_68 = *((uint32_t*)L_67); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_69 = V_1; NullCheck(L_69); int32_t L_70 = 3; uint32_t L_71 = (L_69)->GetAt(static_cast(L_70)); *((int32_t*)L_67) = (int32_t)((int32_t)((int32_t)L_68^(int32_t)L_71)); // for (int i = 15; i >= 0; --i) int32_t L_72 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)1)); } IL_00e3: { // for (int i = 15; i >= 0; --i) int32_t L_73 = V_0; if ((((int32_t)L_73) >= ((int32_t)0))) { goto IL_001c; } } { // Pack.UInt32_To_BE(z, x, 0); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_74 = __this->get_z_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = ___x0; Pack_UInt32_To_BE_mA32B0DCD9FAFC308C9EEBE1A3427FB9745481005(L_74, L_75, 0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Modes.Gcm.Tables8kGcmMultiplier::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tables8kGcmMultiplier__ctor_mC9A48E577B8577FAFACD2D6DDE06A7699F916E45 (Tables8kGcmMultiplier_t4CECB53D88E3A43690CF5116CA23CB21B90B757C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // uint[] z = new uint[4]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_z_2(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Target_t4896FAB6B1821E26E8A2210204819086BB914727 * Target_GetInstance_m25E2BE25828398EF907F731AB331554258A6B55D (RuntimeObject * ___obj0, 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*)&Target_t4896FAB6B1821E26E8A2210204819086BB914727_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is Target) RuntimeObject * L_0 = ___obj0; if (!((Target_t4896FAB6B1821E26E8A2210204819086BB914727 *)IsInstClass((RuntimeObject*)L_0, Target_t4896FAB6B1821E26E8A2210204819086BB914727_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (Target) obj; RuntimeObject * L_1 = ___obj0; return ((Target_t4896FAB6B1821E26E8A2210204819086BB914727 *)CastclassClass((RuntimeObject*)L_1, Target_t4896FAB6B1821E26E8A2210204819086BB914727_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1TaggedObject) RuntimeObject * L_2 = ___obj0; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_2, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new Target((Asn1TaggedObject) obj); RuntimeObject * L_3 = ___obj0; Target_t4896FAB6B1821E26E8A2210204819086BB914727 * L_4 = (Target_t4896FAB6B1821E26E8A2210204819086BB914727 *)il2cpp_codegen_object_new(Target_t4896FAB6B1821E26E8A2210204819086BB914727_il2cpp_TypeInfo_var); Target__ctor_m90D69074CAF0F4A828643B80059BC55273F27222(L_4, ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_3, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Target_GetInstance_m25E2BE25828398EF907F731AB331554258A6B55D_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Target__ctor_m90D69074CAF0F4A828643B80059BC55273F27222 (Target_t4896FAB6B1821E26E8A2210204819086BB914727 * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagObj0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // private Target( // Asn1TaggedObject tagObj) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // switch ((Choice) tagObj.TagNo) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___tagObj0; NullCheck(L_0); int32_t L_1; L_1 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0016; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0024; } } { goto IL_0032; } IL_0016: { // targetName = GeneralName.GetInstance(tagObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_4 = ___tagObj0; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_5; L_5 = GeneralName_GetInstance_mAA0712B2438660011F2C76A2306337005E5892DC(L_4, (bool)1, /*hidden argument*/NULL); __this->set_targetName_2(L_5); // break; return; } IL_0024: { // targetGroup = GeneralName.GetInstance(tagObj, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_6 = ___tagObj0; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_7; L_7 = GeneralName_GetInstance_mAA0712B2438660011F2C76A2306337005E5892DC(L_6, (bool)1, /*hidden argument*/NULL); __this->set_targetGroup_3(L_7); // break; return; } IL_0032: { // throw new ArgumentException("unknown tag: " + tagObj.TagNo); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_8 = ___tagObj0; NullCheck(L_8); int32_t L_9; L_9 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_8, /*hidden argument*/NULL); V_1 = L_9; String_t* L_10; L_10 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); String_t* L_11; L_11 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEED3E1EED12FB924C98BB83957DC00B89D2D090C)), L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Target__ctor_m90D69074CAF0F4A828643B80059BC55273F27222_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target/Choice,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Target__ctor_m578CCA4CC87415EA9FFD3E2753CBEAB3824A6996 (Target_t4896FAB6B1821E26E8A2210204819086BB914727 * __this, int32_t ___type0, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new DerTaggedObject((int) type, name)) int32_t L_0 = ___type0; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_1 = ___name1; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_2 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_mA7F8256D58045BB3B309D6846A165D1DBB09C827(L_2, L_0, L_1, /*hidden argument*/NULL); Target__ctor_m90D69074CAF0F4A828643B80059BC55273F27222(__this, L_2, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target::get_TargetGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * Target_get_TargetGroup_m842E00A4CA86287F597BA5E4DC660E457737EA84 (Target_t4896FAB6B1821E26E8A2210204819086BB914727 * __this, const RuntimeMethod* method) { { // get { return targetGroup; } GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = __this->get_targetGroup_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target::get_TargetName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * Target_get_TargetName_mCB604869A2700DC4D63A72AE98224B090FEB0450 (Target_t4896FAB6B1821E26E8A2210204819086BB914727 * __this, const RuntimeMethod* method) { { // get { return targetName; } GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = __this->get_targetName_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Target_ToAsn1Object_mBA1596E13AD4253836E9BC415B2746699FA1DD10 (Target_t4896FAB6B1821E26E8A2210204819086BB914727 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (targetName != null) GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = __this->get_targetName_2(); if (!L_0) { goto IL_0016; } } { // return new DerTaggedObject(true, 0, targetName); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_1 = __this->get_targetName_2(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_2 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_2, (bool)1, 0, L_1, /*hidden argument*/NULL); return L_2; } IL_0016: { // return new DerTaggedObject(true, 1, targetGroup); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_3 = __this->get_targetGroup_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_4 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_4, (bool)1, 1, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Transform TargetAnimal::get_animalsBaseT() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * TargetAnimal_get_animalsBaseT_mE5467EA9ADE65B1ACF1422C90B1DEAEEF0CF0BC7 (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, const RuntimeMethod* method) { { // return this.transform.parent; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Vector3 TargetAnimal::get_hunterPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E TargetAnimal_get_hunterPosition_m50503B19B74394C66458B2D794CD29B9FAD8568B (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, const RuntimeMethod* method) { { // return ArmBow.ins.transform.position; ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_0; L_0 = ArmBow_get_ins_m261AF5740D1B1BD167FE8AC1AA1308701DD4D864(/*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); return L_2; } } // UnityEngine.Vector3 TargetAnimal::GetPointerHunterToMe() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E TargetAnimal_GetPointerHunterToMe_m43A4292275DE86F9EC8818ECDAA8155A49652563 (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); { // Vector3 hunterPos = hunterPosition; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = TargetAnimal_get_hunterPosition_m50503B19B74394C66458B2D794CD29B9FAD8568B(__this, /*hidden argument*/NULL); V_0 = L_0; // Vector3 myPos = transform.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); V_1 = L_2; // hunterPos.y = myPos.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = V_1; float L_4 = L_3.get_y_3(); (&V_0)->set_y_3(L_4); // return myPos - hunterPos; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Void TargetAnimal::OnHit(Arrow,UnityEngine.Vector3,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetAnimal_OnHit_mC21C8FA5AD5A952B8BF335F057338AF2D2FA8CDC (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___hitPoint1, String_t* ___partName2, const RuntimeMethod* method) { { // } return; } } // System.Void TargetAnimal::RotateByWorldY(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetAnimal_RotateByWorldY_mD022A909C02A641C33F792A108940BB0AF26ADC5 (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, float ___angle0, const RuntimeMethod* method) { { // transform.forward = Quaternion.AngleAxis(angle, Vector3.up) * transform.forward; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); float L_1 = ___angle0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_3; L_3 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(L_1, L_2, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_4, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_3, L_5, /*hidden argument*/NULL); NullCheck(L_0); Transform_set_forward_mAE46B156F55F2F90AB495B17F7C20BF59A5D7D4D(L_0, L_6, /*hidden argument*/NULL); // } return; } } // System.Collections.Generic.List`1 TargetAnimal::get_targetAnimalParts() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * TargetAnimal_get_targetAnimalParts_m402A62F881CB2864579D49E2E5A4C9EA0E58996C (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF1D464BA700E6389AEA8AF2F197270F387D9A41F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (_targetAnimalParts == null) { List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_0 = __this->get__targetAnimalParts_4(); if (L_0) { goto IL_0025; } } { // _targetAnimalParts = new List(); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_1 = (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *)il2cpp_codegen_object_new(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_il2cpp_TypeInfo_var); List_1__ctor_mF1D464BA700E6389AEA8AF2F197270F387D9A41F(L_1, /*hidden argument*/List_1__ctor_mF1D464BA700E6389AEA8AF2F197270F387D9A41F_RuntimeMethod_var); __this->set__targetAnimalParts_4(L_1); // GetTargetAnimalParts(transform, _targetAnimalParts); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_3 = __this->get__targetAnimalParts_4(); TargetAnimal_GetTargetAnimalParts_m6C16F63A08D3B1D90728B27A421EE20E5D60E37A(__this, L_2, L_3, /*hidden argument*/NULL); } IL_0025: { // return _targetAnimalParts; List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_4 = __this->get__targetAnimalParts_4(); return L_4; } } // System.Void TargetAnimal::GetTargetAnimalParts(UnityEngine.Transform,System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetAnimal_GetTargetAnimalParts_m6C16F63A08D3B1D90728B27A421EE20E5D60E37A (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transformBase0, List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ___outList1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5023DFD162EDF7320CE8B2A2CF50C54B50BE1E62_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD25713190EDE4894CDAD1B3CDA20B8033FA0EC46); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_1 = NULL; { // for (int i = 0; i < transformBase.childCount; i++) { V_0 = 0; goto IL_0036; } IL_0004: { // Transform child = transformBase.GetChild(i); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___transformBase0; int32_t L_1 = V_0; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; // if (child.gameObject.name.StartsWith("TargetAnimalPart")) { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = V_1; NullCheck(L_3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_3, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5; L_5 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6; L_6 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_5, _stringLiteralD25713190EDE4894CDAD1B3CDA20B8033FA0EC46, /*hidden argument*/NULL); if (!L_6) { goto IL_002a; } } { // outList.Add(child); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_7 = ___outList1; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8 = V_1; NullCheck(L_7); List_1_Add_m5023DFD162EDF7320CE8B2A2CF50C54B50BE1E62(L_7, L_8, /*hidden argument*/List_1_Add_m5023DFD162EDF7320CE8B2A2CF50C54B50BE1E62_RuntimeMethod_var); } IL_002a: { // GetTargetAnimalParts(child, outList); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9 = V_1; List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_10 = ___outList1; TargetAnimal_GetTargetAnimalParts_m6C16F63A08D3B1D90728B27A421EE20E5D60E37A(__this, L_9, L_10, /*hidden argument*/NULL); // for (int i = 0; i < transformBase.childCount; i++) { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0036: { // for (int i = 0; i < transformBase.childCount; i++) { int32_t L_12 = V_0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13 = ___transformBase0; NullCheck(L_13); int32_t L_14; L_14 = Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_0004; } } { // } return; } } // System.Int32 TargetAnimal::GetOnlineID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TargetAnimal_GetOnlineID_m6A54A8CCB691926EABC53B850FB202F0E46B51FF (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __this, const RuntimeMethod* method) { { // throw new System.Exception("No OnlineID"); Exception_t * L_0 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFC4FFF27C1630E246041B64F831B5A3DDC64C688)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetAnimal_GetOnlineID_m6A54A8CCB691926EABC53B850FB202F0E46B51FF_RuntimeMethod_var))); } } // System.Void TargetAnimal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetAnimal__ctor_m79849190AD1B15ECC1D5A486410B8F065AC64324 (TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * __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 TargetBody::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetBody_Start_m9D9F64DE7CDFC20203258C848FDE9E559951E822 (TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ins = this; ((TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_StaticFields*)il2cpp_codegen_static_fields_for(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_il2cpp_TypeInfo_var))->set_ins_6(__this); // SetDistance(distance); float L_0 = __this->get_distance_5(); TargetBody_SetDistance_m7F76F16F5D339F26A72A1A7BCEAFB2970168C8FC(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void TargetBody::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetBody_OnDestroy_mDB07B8B551C64B39AA8C4E0C03413B07F1C12E05 (TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ins == this) ins = null; TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * L_0 = ((TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_StaticFields*)il2cpp_codegen_static_fields_for(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_il2cpp_TypeInfo_var))->get_ins_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, __this, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // if (ins == this) ins = null; ((TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_StaticFields*)il2cpp_codegen_static_fields_for(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_il2cpp_TypeInfo_var))->set_ins_6((TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D *)NULL); } IL_0013: { // } return; } } // System.Void TargetBody::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetBody_Update_m878C11642477C653ACDFABC6E3FA68A2895A7682 (TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * V_0 = NULL; { // TargetView targetView = TargetView.ins; IL2CPP_RUNTIME_CLASS_INIT(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var); TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * L_0; L_0 = TargetView_get_ins_m46BFFE528F9DBBEB178082B66D0FFB5C9707D137(/*hidden argument*/NULL); V_0 = L_0; // if (targetView && targetView.IsOpen() != cameraForTargetView.activeSelf) { TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0032; } } { TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = TargetView_IsOpen_m15C036D67F207CFA8CF633D972EB84528C3C9632(L_3, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = __this->get_cameraForTargetView_4(); NullCheck(L_5); bool L_6; L_6 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)L_6))) { goto IL_0032; } } { // cameraForTargetView.SetActive(targetView.IsOpen()); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7 = __this->get_cameraForTargetView_4(); TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = TargetView_IsOpen_m15C036D67F207CFA8CF633D972EB84528C3C9632(L_8, /*hidden argument*/NULL); NullCheck(L_7); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_7, L_9, /*hidden argument*/NULL); } IL_0032: { // } return; } } // System.Void TargetBody::Hit(Arrow,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetBody_Hit_m2104D4ABD798755AE392C6CBED75B4ADB91EA6A1 (TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___hitPosition1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m325AC782AD0D5C636033D2AAB573ACF6229790BE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18A06C0D7E3D76AB60F1231483152BAE5B1B8DF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0B3429D31AD4CFDB88B8A7E92706E8295C792C0); s_Il2CppMethodInitialized = true; } bool V_0 = false; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * G_B9_0 = NULL; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * G_B8_0 = NULL; int32_t G_B10_0 = 0; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * G_B10_1 = NULL; { // if (PointSignLastHit.ins) PointSignLastHit.ins.Show(hitPosition); PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889 * L_0 = ((PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889_StaticFields*)il2cpp_codegen_static_fields_for(PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889_il2cpp_TypeInfo_var))->get_ins_4(); 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_0017; } } { // if (PointSignLastHit.ins) PointSignLastHit.ins.Show(hitPosition); PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889 * L_2 = ((PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889_StaticFields*)il2cpp_codegen_static_fields_for(PointSignLastHit_t0191B713952D5C9BBC7D026EB7E339C1892A0889_il2cpp_TypeInfo_var))->get_ins_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___hitPosition1; NullCheck(L_2); PointSignLastHit_Show_mCD67769F30E7FCD6BD25DD8A4BB3AEDFA0F20EB1(L_2, L_3, /*hidden argument*/NULL); } IL_0017: { // arrow.Hit(); Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_4 = ___arrow0; NullCheck(L_4); Arrow_Hit_mA3F0062DD2EA390E347370BF91B818767178724A(L_4, /*hidden argument*/NULL); // AudioMgr.ins.PlayHit(AudioMgr.GetAudioSource(this.gameObject)); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_5 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6; L_6 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_7; L_7 = AudioMgr_GetAudioSource_m95F117594154AC0E3082545053633814AC03265F(L_6, /*hidden argument*/NULL); NullCheck(L_5); AudioMgr_PlayHit_m387D2892F993475AC2A6B604F7B0F944863E829F(L_5, L_7, /*hidden argument*/NULL); // bool hitTarget = false; V_0 = (bool)0; // if (arrow.armBow.validTargets.Contains(this)) { Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_8 = ___arrow0; NullCheck(L_8); ArmBow_tB6B0B80BF49B5CD1F51E828D121AF6CBE42F74E4 * L_9 = L_8->get_armBow_8(); NullCheck(L_9); HashSet_1_tDCAB35561946D13824B6FB0E682604867484A551 * L_10 = L_9->get_validTargets_8(); NullCheck(L_10); bool L_11; L_11 = HashSet_1_Contains_m325AC782AD0D5C636033D2AAB573ACF6229790BE(L_10, __this, /*hidden argument*/HashSet_1_Contains_m325AC782AD0D5C636033D2AAB573ACF6229790BE_RuntimeMethod_var); if (!L_11) { goto IL_00cf; } } { // float maxSize = Vector3.Distance(this.transform.Find("CenterPoint").position, this.transform.Find("SidePoint").position); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_12, _stringLiteralC0B3429D31AD4CFDB88B8A7E92706E8295C792C0, /*hidden argument*/NULL); NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_13, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_15); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_16; L_16 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_15, _stringLiteral18A06C0D7E3D76AB60F1231483152BAE5B1B8DF7, /*hidden argument*/NULL); NullCheck(L_16); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_16, /*hidden argument*/NULL); float L_18; L_18 = Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677(L_14, L_17, /*hidden argument*/NULL); V_1 = L_18; // float radius = this.measureRadius(hitPosition); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = ___hitPosition1; float L_20; L_20 = TargetBody_measureRadius_mDFF83A629AAF1E4ED3F37A076A99948F1BCC97D5(__this, L_19, /*hidden argument*/NULL); V_2 = L_20; // float score = Mathf.Clamp(10f - radius / maxSize * 10f, 0, 9.9f) + 1; float L_21 = V_2; float L_22 = V_1; float L_23; L_23 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_subtract((float)(10.0f), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_21/(float)L_22)), (float)(10.0f))))), (0.0f), (9.89999962f), /*hidden argument*/NULL); V_3 = ((float)il2cpp_codegen_add((float)L_23, (float)(1.0f))); // if (score >= 1) { float L_24 = V_3; if ((!(((float)L_24) >= ((float)(1.0f))))) { goto IL_00cf; } } { // score = (float)System.Math.Round((double)score, CommonConfig.ringsPrecision); float L_25 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); int32_t L_26 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_ringsPrecision_9(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_27; L_27 = Math_Round_m394EEE2C796B3A1578E65037E0D57B3D6F9B1C70(((double)((double)L_25)), L_26, /*hidden argument*/NULL); V_3 = ((float)((float)L_27)); // GameMgr.ins.gameMode.HitTarget(score); IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_28 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_28); GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * L_29 = L_28->get_gameMode_6(); float L_30 = V_3; NullCheck(L_29); VirtualActionInvoker1< float >::Invoke(4 /* System.Void GameMode::HitTarget(System.Single) */, L_29, L_30); // hitTarget = true; V_0 = (bool)1; } IL_00cf: { // if (!hitTarget) { bool L_31 = V_0; if (L_31) { goto IL_00e6; } } { // GameMgr.ins.gameMode.HitTarget(0); IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_32 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_32); GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * L_33 = L_32->get_gameMode_6(); NullCheck(L_33); VirtualActionInvoker1< float >::Invoke(4 /* System.Void GameMode::HitTarget(System.Single) */, L_33, (0.0f)); } IL_00e6: { // arrow.hitType = hitTarget ? Arrow.HitType.TargetInRing : Arrow.HitType.TargetOutRing; Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_34 = ___arrow0; bool L_35 = V_0; G_B8_0 = L_34; if (L_35) { G_B9_0 = L_34; goto IL_00f1; } } { IL2CPP_RUNTIME_CLASS_INIT(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_il2cpp_TypeInfo_var); int32_t L_36 = ((HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields*)il2cpp_codegen_static_fields_for(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_il2cpp_TypeInfo_var))->get_TargetOutRing_2(); G_B10_0 = L_36; G_B10_1 = G_B8_0; goto IL_00f6; } IL_00f1: { IL2CPP_RUNTIME_CLASS_INIT(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_il2cpp_TypeInfo_var); int32_t L_37 = ((HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_StaticFields*)il2cpp_codegen_static_fields_for(HitType_t2CFC4ACA355B849BCF3EA964D396808563E2513C_il2cpp_TypeInfo_var))->get_TargetInRing_1(); G_B10_0 = L_37; G_B10_1 = G_B9_0; } IL_00f6: { NullCheck(G_B10_1); G_B10_1->set_hitType_24(G_B10_0); // } return; } } // System.Single TargetBody::measureRadius(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TargetBody_measureRadius_mDFF83A629AAF1E4ED3F37A076A99948F1BCC97D5 (TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0B3429D31AD4CFDB88B8A7E92706E8295C792C0); s_Il2CppMethodInitialized = true; } { // return Vector3.Distance(this.transform.Find("CenterPoint").position, position); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_0, _stringLiteralC0B3429D31AD4CFDB88B8A7E92706E8295C792C0, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___position0; float L_4; L_4 = Vector3_Distance_mB648A79E4A1BAAFBF7B029644638C0D715480677(L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void TargetBody::SetDistance(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetBody_SetDistance_m7F76F16F5D339F26A72A1A7BCEAFB2970168C8FC (TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // distance = value; float L_0 = ___value0; __this->set_distance_5(L_0); // Vector3 v3 = this.transform.parent.localPosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_1, /*hidden argument*/NULL); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_2, /*hidden argument*/NULL); V_0 = L_3; // v3.x = 30 - GameMgr.RealSizeToGameSize(value); float L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); float L_5; L_5 = GameMgr_RealSizeToGameSize_mEDD6DB1726DBC5F5FC40997AF20B05A004590F91(L_4, /*hidden argument*/NULL); (&V_0)->set_x_2(((float)il2cpp_codegen_subtract((float)(30.0f), (float)L_5))); // this.transform.parent.localPosition = v3; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_6, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = V_0; NullCheck(L_7); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Single TargetBody::GetDistance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TargetBody_GetDistance_mA604DF4CA8F8615FE5376505323F1C7585DF28CB (TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * __this, const RuntimeMethod* method) { { // return distance; float L_0 = __this->get_distance_5(); return L_0; } } // System.Void TargetBody::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetBody__ctor_mCFEAB9E65B6F8648A37C2958BFC46B973BA32E24 (TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * __this, const RuntimeMethod* method) { { // float distance = 10f; __this->set_distance_5((10.0f)); 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 TargetDistanceLabel::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetDistanceLabel_Start_m6610F6BAB0B4C8C3109709BA7C8E745373611A63 (TargetDistanceLabel_t1FBA7473E5BD6C5FE9C0B24713EED65B07CD4858 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentInChildren_TisTargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_m3CA30EF3A8865AB6F622B07426DFE835233949DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D6BA5EA4A13D6B97A3652683EE1CF816BEB3A61); s_Il2CppMethodInitialized = true; } { // targetBody = GameObject.Find("GameArea/TargetObject").GetComponentInChildren(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteral3D6BA5EA4A13D6B97A3652683EE1CF816BEB3A61, /*hidden argument*/NULL); NullCheck(L_0); TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * L_1; L_1 = GameObject_GetComponentInChildren_TisTargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_m3CA30EF3A8865AB6F622B07426DFE835233949DE(L_0, /*hidden argument*/GameObject_GetComponentInChildren_TisTargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_m3CA30EF3A8865AB6F622B07426DFE835233949DE_RuntimeMethod_var); __this->set_targetBody_6(L_1); // textComp = this.GetComponent(); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_2; L_2 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(__this, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); __this->set_textComp_8(L_2); // parentCanvas = transform.parent.GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_3, /*hidden argument*/NULL); NullCheck(L_4); Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * L_5; L_5 = Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9(L_4, /*hidden argument*/Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var); __this->set_parentCanvas_9(L_5); // } return; } } // System.Void TargetDistanceLabel::LateUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetDistanceLabel_LateUpdate_m93C174DF99BE96D5D23FF551F2A4C36AA8DEBBA0 (TargetDistanceLabel_t1FBA7473E5BD6C5FE9C0B24713EED65B07CD4858 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17); s_Il2CppMethodInitialized = true; } Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * V_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; { // Camera mainCamera = BowCamera.ins.GetRenderCamera(); IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_0; L_0 = BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547(/*hidden argument*/NULL); NullCheck(L_0); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1; L_1 = BowCamera_GetRenderCamera_mBD9C5D80D56B1D5657F7D75852D5E490F32EC611(L_0, /*hidden argument*/NULL); V_0 = L_1; // parentCanvas.worldCamera = mainCamera; Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * L_2 = __this->get_parentCanvas_9(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_3 = V_0; NullCheck(L_2); Canvas_set_worldCamera_m799BE7D7EFD04E73CA30D6495DF4082CA7DBCAD0(L_2, L_3, /*hidden argument*/NULL); // float angle = Vector3.Angle(mainCamera.transform.forward, followTarget.position - mainCamera.transform.position); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_4 = V_0; 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); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = __this->get_followTarget_5(); NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_7, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_9 = V_0; NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_9, /*hidden argument*/NULL); NullCheck(L_10); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_10, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_8, L_11, /*hidden argument*/NULL); float L_13; L_13 = Vector3_Angle_m3715AB03A36C59D8CF08F8D71E2F46454EB884C1(L_6, L_12, /*hidden argument*/NULL); // if (angle > 90) { if ((!(((float)L_13) > ((float)(90.0f))))) { goto IL_0056; } } { // textComp.enabled = false; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_14 = __this->get_textComp_8(); NullCheck(L_14); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_14, (bool)0, /*hidden argument*/NULL); // return; return; } IL_0056: { // textComp.enabled = true; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_15 = __this->get_textComp_8(); NullCheck(L_15); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_15, (bool)1, /*hidden argument*/NULL); // Vector3 v3 = mainCamera.WorldToViewportPoint(followTarget.position) - centerPoint; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_16 = V_0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17 = __this->get_followTarget_5(); NullCheck(L_17); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_17, /*hidden argument*/NULL); NullCheck(L_16); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19; L_19 = Camera_WorldToViewportPoint_m656CDAE26AAC040A4A47DAFF8EEDB0A941BE051D(L_16, L_18, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = __this->get_centerPoint_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_19, L_20, /*hidden argument*/NULL); V_1 = L_21; // v3.x *= canvasRTF.rect.width; float* L_22 = (&V_1)->get_address_of_x_2(); float* L_23 = L_22; float L_24 = *((float*)L_23); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_25 = __this->get_canvasRTF_4(); NullCheck(L_25); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_26; L_26 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_25, /*hidden argument*/NULL); V_2 = L_26; float L_27; L_27 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_2), /*hidden argument*/NULL); *((float*)L_23) = (float)((float)il2cpp_codegen_multiply((float)L_24, (float)L_27)); // v3.y *= canvasRTF.rect.height; float* L_28 = (&V_1)->get_address_of_y_3(); float* L_29 = L_28; float L_30 = *((float*)L_29); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_31 = __this->get_canvasRTF_4(); NullCheck(L_31); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_32; L_32 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_31, /*hidden argument*/NULL); V_2 = L_32; float L_33; L_33 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_2), /*hidden argument*/NULL); *((float*)L_29) = (float)((float)il2cpp_codegen_multiply((float)L_30, (float)L_33)); // v3.z = 0; (&V_1)->set_z_4((0.0f)); // this.transform.localPosition = v3; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_34; L_34 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35 = V_1; NullCheck(L_34); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_34, L_35, /*hidden argument*/NULL); // textComp.text = ((int)Mathf.Round(targetBody.GetDistance())) + "M"; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_36 = __this->get_textComp_8(); TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * L_37 = __this->get_targetBody_6(); NullCheck(L_37); float L_38; L_38 = TargetBody_GetDistance_mA604DF4CA8F8615FE5376505323F1C7585DF28CB_inline(L_37, /*hidden argument*/NULL); float L_39; L_39 = bankers_roundf(L_38); V_3 = ((int32_t)((int32_t)L_39)); String_t* L_40; L_40 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_3), /*hidden argument*/NULL); String_t* L_41; L_41 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_40, _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17, /*hidden argument*/NULL); NullCheck(L_36); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_36, L_41); // } return; } } // System.Void TargetDistanceLabel::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetDistanceLabel__ctor_m552C760CDC095DF005851985F7310D08AE10D235 (TargetDistanceLabel_t1FBA7473E5BD6C5FE9C0B24713EED65B07CD4858 * __this, const RuntimeMethod* method) { { // Vector3 centerPoint = new Vector3(0.5f, 0.5f, 0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; memset((&L_0), 0, sizeof(L_0)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_0), (0.5f), (0.5f), (0.0f), /*hidden argument*/NULL); __this->set_centerPoint_7(L_0); 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 TargetDistanceSlider::onSlider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetDistanceSlider_onSlider_m94BBBD65FE40AEA7A50959D63B2FB2C93A620CF8 (TargetDistanceSlider_tC437D8FEE5BADADBCEFB442E53379B9FA35521B2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisSlider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A_m62CA79A85A59521387448ECD1E83CF87BD3C9EE7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentInChildren_TisTargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_m3CA30EF3A8865AB6F622B07426DFE835233949DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral330BAF40C2B791F0A30F7BBAB000B7F35A6E29F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CBDA36F98C255223692548513831A8BB192F40A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D6BA5EA4A13D6B97A3652683EE1CF816BEB3A61); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DD56117D02F35435304F804BBB64065BB384D66); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_1 = NULL; { // float distance = this.GetComponent().value * 70f; Slider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A * L_0; L_0 = Component_GetComponent_TisSlider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A_m62CA79A85A59521387448ECD1E83CF87BD3C9EE7(__this, /*hidden argument*/Component_GetComponent_TisSlider_tBF39A11CC24CBD3F8BD728982ACAEAE43989B51A_m62CA79A85A59521387448ECD1E83CF87BD3C9EE7_RuntimeMethod_var); NullCheck(L_0); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(46 /* System.Single UnityEngine.UI.Slider::get_value() */, L_0); V_0 = ((float)il2cpp_codegen_multiply((float)L_1, (float)(70.0f))); // GameObject targetBodyNode = GameObject.Find("GameArea/TargetObject"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteral3D6BA5EA4A13D6B97A3652683EE1CF816BEB3A61, /*hidden argument*/NULL); V_1 = L_2; // if (targetBodyNode == null) return; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_3, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0027; } } { // if (targetBodyNode == null) return; return; } IL_0027: { // TargetBody target = targetBodyNode.GetComponentInChildren(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = V_1; NullCheck(L_5); TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * L_6; L_6 = GameObject_GetComponentInChildren_TisTargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_m3CA30EF3A8865AB6F622B07426DFE835233949DE(L_5, /*hidden argument*/GameObject_GetComponentInChildren_TisTargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_m3CA30EF3A8865AB6F622B07426DFE835233949DE_RuntimeMethod_var); // target.SetDistance(distance); float L_7 = V_0; NullCheck(L_6); TargetBody_SetDistance_m7F76F16F5D339F26A72A1A7BCEAFB2970168C8FC(L_6, L_7, /*hidden argument*/NULL); // Text text = this.transform.Find("Text").GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_8, _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9, /*hidden argument*/NULL); NullCheck(L_9); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_10; L_10 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_9, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); // text.text = "???? - " + distance.ToString("#0.00") + "?"; String_t* L_11; L_11 = Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7((float*)(&V_0), _stringLiteral3CBDA36F98C255223692548513831A8BB192F40A, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral330BAF40C2B791F0A30F7BBAB000B7F35A6E29F1, L_11, _stringLiteral9DD56117D02F35435304F804BBB64065BB384D66, /*hidden argument*/NULL); NullCheck(L_10); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_10, L_12); // } return; } } // System.Void TargetDistanceSlider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetDistanceSlider__ctor_m939947646D0FD8CC096746F6AA1FBF9179AEC3DB (TargetDistanceSlider_tC437D8FEE5BADADBCEFB442E53379B9FA35521B2 * __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 UnityStandardAssets.Cameras.TargetFieldOfView::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetFieldOfView_Start_mFCD6A3AC71B2828B939F54C2700B2267CA674FD7 (TargetFieldOfView_t9A8A3F26B5D46B867160A539FB96BFC5923A0538 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m4A6F4D4DA173325202560896349A5992857330C7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // base.Start(); AbstractTargetFollower_Start_m7F61268C7065276D04619317D1B609C06C37C398(__this, /*hidden argument*/NULL); // m_BoundSize = MaxBoundsExtent(m_Target, m_IncludeEffectsInSize); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ((AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 *)__this)->get_m_Target_4(); bool L_1 = __this->get_m_IncludeEffectsInSize_10(); float L_2; L_2 = TargetFieldOfView_MaxBoundsExtent_mD5B03F520F5DDED1529DC43817C7159CEBA6A955(L_0, L_1, /*hidden argument*/NULL); __this->set_m_BoundSize_11(L_2); // m_Cam = GetComponentInChildren(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_3; L_3 = Component_GetComponentInChildren_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m4A6F4D4DA173325202560896349A5992857330C7(__this, /*hidden argument*/Component_GetComponentInChildren_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_m4A6F4D4DA173325202560896349A5992857330C7_RuntimeMethod_var); __this->set_m_Cam_13(L_3); // } return; } } // System.Void UnityStandardAssets.Cameras.TargetFieldOfView::FollowTarget(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetFieldOfView_FollowTarget_mE76F2BD563C4BE107F02AA643D1B44F2182AF839 (TargetFieldOfView_t9A8A3F26B5D46B867160A539FB96BFC5923A0538 * __this, float ___deltaTime0, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); { // float dist = (m_Target.position - transform.position).magnitude; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ((AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 *)__this)->get_m_Target_4(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_0, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_2, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_1, L_3, /*hidden argument*/NULL); V_2 = L_4; float L_5; L_5 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_2), /*hidden argument*/NULL); V_0 = L_5; // float requiredFOV = Mathf.Atan2(m_BoundSize, dist)*Mathf.Rad2Deg*m_ZoomAmountMultiplier; float L_6 = __this->get_m_BoundSize_11(); float L_7 = V_0; float L_8; L_8 = atan2f(L_6, L_7); float L_9 = __this->get_m_ZoomAmountMultiplier_9(); V_1 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_8, (float)(57.2957802f))), (float)L_9)); // m_Cam.fieldOfView = Mathf.SmoothDamp(m_Cam.fieldOfView, requiredFOV, ref m_FovAdjustVelocity, m_FovAdjustTime); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_10 = __this->get_m_Cam_13(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_11 = __this->get_m_Cam_13(); NullCheck(L_11); float L_12; L_12 = Camera_get_fieldOfView_mA9BA910800B2E33B572929CDA9A12CE596353920(L_11, /*hidden argument*/NULL); float L_13 = V_1; float* L_14 = __this->get_address_of_m_FovAdjustVelocity_12(); float L_15 = __this->get_m_FovAdjustTime_8(); float L_16; L_16 = Mathf_SmoothDamp_m0B29D964FCB8460976BBE6BF56CBFDDC98EB5652(L_12, L_13, (float*)L_14, L_15, /*hidden argument*/NULL); NullCheck(L_10); Camera_set_fieldOfView_m138FE103CAC4B803F39E4CF579609A5C3FEB5E49(L_10, L_16, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Cameras.TargetFieldOfView::SetTarget(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetFieldOfView_SetTarget_m0A958EA19FD6A8DBE394C8C95A7B2857EE9C3F64 (TargetFieldOfView_t9A8A3F26B5D46B867160A539FB96BFC5923A0538 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___newTransform0, const RuntimeMethod* method) { { // base.SetTarget(newTransform); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___newTransform0; AbstractTargetFollower_SetTarget_mCB80D61FD43B809825CF5685694F069163835A80_inline(__this, L_0, /*hidden argument*/NULL); // m_BoundSize = MaxBoundsExtent(newTransform, m_IncludeEffectsInSize); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = ___newTransform0; bool L_2 = __this->get_m_IncludeEffectsInSize_10(); float L_3; L_3 = TargetFieldOfView_MaxBoundsExtent_mD5B03F520F5DDED1529DC43817C7159CEBA6A955(L_1, L_2, /*hidden argument*/NULL); __this->set_m_BoundSize_11(L_3); // } return; } } // System.Single UnityStandardAssets.Cameras.TargetFieldOfView::MaxBoundsExtent(UnityEngine.Transform,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TargetFieldOfView_MaxBoundsExtent_mD5B03F520F5DDED1529DC43817C7159CEBA6A955 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___obj0, bool ___includeEffects1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mC0EB59EF5FA0F7347ED3144D21E19A94C27A5E36_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrailRenderer_t219A9B1F6C4B984AE4BEEC40F90665D122056A01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; RendererU5BU5D_tE2D3C4350893C593CA40DE876B9F2F0EBBEC49B7* V_2 = NULL; int32_t V_3 = 0; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * V_4 = NULL; { // var renderers = obj.GetComponentsInChildren(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___obj0; NullCheck(L_0); RendererU5BU5D_tE2D3C4350893C593CA40DE876B9F2F0EBBEC49B7* L_1; L_1 = Component_GetComponentsInChildren_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mC0EB59EF5FA0F7347ED3144D21E19A94C27A5E36(L_0, /*hidden argument*/Component_GetComponentsInChildren_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mC0EB59EF5FA0F7347ED3144D21E19A94C27A5E36_RuntimeMethod_var); // Bounds bounds = new Bounds(); il2cpp_codegen_initobj((&V_0), sizeof(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 )); // bool initBounds = false; V_1 = (bool)0; // foreach (Renderer r in renderers) V_2 = L_1; V_3 = 0; goto IL_004d; } IL_0015: { // foreach (Renderer r in renderers) RendererU5BU5D_tE2D3C4350893C593CA40DE876B9F2F0EBBEC49B7* L_2 = V_2; int32_t L_3 = V_3; NullCheck(L_2); int32_t L_4 = L_3; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_5 = (L_2)->GetAt(static_cast(L_4)); V_4 = L_5; // if (!((r is TrailRenderer) || (r is ParticleSystemRenderer))) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_6 = V_4; if (((TrailRenderer_t219A9B1F6C4B984AE4BEEC40F90665D122056A01 *)IsInstSealed((RuntimeObject*)L_6, TrailRenderer_t219A9B1F6C4B984AE4BEEC40F90665D122056A01_il2cpp_TypeInfo_var))) { goto IL_0049; } } { Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_7 = V_4; if (((ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269 *)IsInstSealed((RuntimeObject*)L_7, ParticleSystemRenderer_tD559F69F1B7EB14FD58CEB08E46657B6A54A6269_il2cpp_TypeInfo_var))) { goto IL_0049; } } { // if (!initBounds) bool L_8 = V_1; if (L_8) { goto IL_003b; } } { // initBounds = true; V_1 = (bool)1; // bounds = r.bounds; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_9 = V_4; NullCheck(L_9); Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 L_10; L_10 = Renderer_get_bounds_m296EE301CAC35DE15E295646CAD7911794825097(L_9, /*hidden argument*/NULL); V_0 = L_10; // } goto IL_0049; } IL_003b: { // bounds.Encapsulate(r.bounds); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_11 = V_4; NullCheck(L_11); Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 L_12; L_12 = Renderer_get_bounds_m296EE301CAC35DE15E295646CAD7911794825097(L_11, /*hidden argument*/NULL); Bounds_Encapsulate_mA1D113F56C635E1ACD53FCCB1C6C2560A295533B((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_0), L_12, /*hidden argument*/NULL); } IL_0049: { int32_t L_13 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004d: { // foreach (Renderer r in renderers) int32_t L_14 = V_3; RendererU5BU5D_tE2D3C4350893C593CA40DE876B9F2F0EBBEC49B7* L_15 = V_2; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_0015; } } { // float max = Mathf.Max(bounds.extents.x, bounds.extents.y, bounds.extents.z); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_16 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)3); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_17 = L_16; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Bounds_get_extents_mA54D7497D65DCF21CA952FA754B9D1086305FF02((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_0), /*hidden argument*/NULL); float L_19 = L_18.get_x_2(); NullCheck(L_17); (L_17)->SetAt(static_cast(0), (float)L_19); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_20 = L_17; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Bounds_get_extents_mA54D7497D65DCF21CA952FA754B9D1086305FF02((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_0), /*hidden argument*/NULL); float L_22 = L_21.get_y_3(); NullCheck(L_20); (L_20)->SetAt(static_cast(1), (float)L_22); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_23 = L_20; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = Bounds_get_extents_mA54D7497D65DCF21CA952FA754B9D1086305FF02((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_0), /*hidden argument*/NULL); float L_25 = L_24.get_z_4(); NullCheck(L_23); (L_23)->SetAt(static_cast(2), (float)L_25); float L_26; L_26 = Mathf_Max_mF4D4C83FF7655E1D027E2D445280E72000958E2C(L_23, /*hidden argument*/NULL); // return max; return L_26; } } // System.Void UnityStandardAssets.Cameras.TargetFieldOfView::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetFieldOfView__ctor_mE55C2793450450A863BE51AB81A1670184D9EE19 (TargetFieldOfView_t9A8A3F26B5D46B867160A539FB96BFC5923A0538 * __this, const RuntimeMethod* method) { { // [SerializeField] private float m_FovAdjustTime = 1; // the time taken to adjust the current FOV to the desired target FOV amount. __this->set_m_FovAdjustTime_8((1.0f)); // [SerializeField] private float m_ZoomAmountMultiplier = 2; // a multiplier for the FOV amount. The default of 2 makes the field of view twice as wide as required to fit the target. __this->set_m_ZoomAmountMultiplier_9((2.0f)); AbstractTargetFollower__ctor_m9383202CC56D1418B9B62CDA9A85A00D4F7EB181(__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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 * TargetInformation_GetInstance_m3CA5D19088034AC39BE16A99647A37381C5ADE9F (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is TargetInformation) RuntimeObject * L_0 = ___obj0; if (!((TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 *)IsInstClass((RuntimeObject*)L_0, TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (TargetInformation) obj; RuntimeObject * L_1 = ___obj0; return ((TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 *)CastclassClass((RuntimeObject*)L_1, TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1Sequence) RuntimeObject * L_2 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new TargetInformation((Asn1Sequence) obj); RuntimeObject * L_3 = ___obj0; TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 * L_4 = (TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 *)il2cpp_codegen_object_new(TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6_il2cpp_TypeInfo_var); TargetInformation__ctor_mB0E4B7C8A76BB8A4C6ADE1CDE7A215DBD7D9F838(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInformation_GetInstance_m3CA5D19088034AC39BE16A99647A37381C5ADE9F_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInformation__ctor_mB0E4B7C8A76BB8A4C6ADE1CDE7A215DBD7D9F838 (TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___targets0, const RuntimeMethod* method) { { // private TargetInformation( // Asn1Sequence targets) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.targets = targets; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___targets0; __this->set_targets_2(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation::GetTargetsObjects() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TargetsU5BU5D_t16FF8146D99035436AD873959443B7735977E494* TargetInformation_GetTargetsObjects_m4FEF43FF704C799F3255F13F22E4CDAEC73A2253 (TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetsU5BU5D_t16FF8146D99035436AD873959443B7735977E494_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TargetsU5BU5D_t16FF8146D99035436AD873959443B7735977E494* V_0 = NULL; int32_t V_1 = 0; { // Targets[] result = new Targets[targets.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_targets_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); TargetsU5BU5D_t16FF8146D99035436AD873959443B7735977E494* L_2 = (TargetsU5BU5D_t16FF8146D99035436AD873959443B7735977E494*)(TargetsU5BU5D_t16FF8146D99035436AD873959443B7735977E494*)SZArrayNew(TargetsU5BU5D_t16FF8146D99035436AD873959443B7735977E494_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i < targets.Count; ++i) V_1 = 0; goto IL_002d; } IL_0015: { // result[i] = Targets.GetInstance(targets[i]); TargetsU5BU5D_t16FF8146D99035436AD873959443B7735977E494* L_3 = V_0; int32_t L_4 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_targets_2(); int32_t L_6 = V_1; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, L_6); Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * L_8; L_8 = Targets_GetInstance_m9E2268FEB2B679FA0A46F713F17D619D6D8F315F(L_7, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E *)L_8); // for (int i = 0; i < targets.Count; ++i) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002d: { // for (int i = 0; i < targets.Count; ++i) int32_t L_10 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = __this->get_targets_2(); NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_11); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0015; } } { // return result; TargetsU5BU5D_t16FF8146D99035436AD873959443B7735977E494* L_13 = V_0; return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInformation__ctor_m17F243EBBDAC8E69E787F393132831A910828C8A (TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 * __this, Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * ___targets0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public TargetInformation( // Targets targets) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.targets = new DerSequence(targets); Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * L_0 = ___targets0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_1 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m8EB3146F62BFBDDB9A823CCEDA96A894B787E0F7(L_1, L_0, /*hidden argument*/NULL); __this->set_targets_2(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInformation__ctor_mF466142768E226AF388C9EAB154145E2C18F9CA1 (TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 * __this, TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E* ___targets0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new Targets(targets)) TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E* L_0 = ___targets0; Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * L_1 = (Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E *)il2cpp_codegen_object_new(Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E_il2cpp_TypeInfo_var); Targets__ctor_mA144540EDF12554DE67A1501ACEDBD8C4E57F6D2(L_1, L_0, /*hidden argument*/NULL); TargetInformation__ctor_m17F243EBBDAC8E69E787F393132831A910828C8A(__this, L_1, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TargetInformation::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * TargetInformation_ToAsn1Object_m09332AA807E48428FFD7E5C78850A9DBAF4D94D5 (TargetInformation_t1E6FB1CEC0A1BD7D687C49556A8DEDB9EB7BB0A6 * __this, const RuntimeMethod* method) { { // return targets; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_targets_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void TargetOutBound::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetOutBound__ctor_mDCAA992E0D15FC3EB5E0C73B2AC97259889B5BA8 (TargetOutBound_t874CC3EC7A7B88CF5F0899C4C5308545DE016D57 * __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 TargetView::Show(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetView_Show_mDA4934310D018D9687A6975194EBDDFA81EA625A (TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * __this, bool ___value0, const RuntimeMethod* method) { { // this.gameObject.SetActive(value); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); bool L_1 = ___value0; NullCheck(L_0); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean TargetView::IsOpen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TargetView_IsOpen_m15C036D67F207CFA8CF633D972EB84528C3C9632 (TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * __this, const RuntimeMethod* method) { { // return this.gameObject.activeSelf; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1; L_1 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void TargetView::ReverseActive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetView_ReverseActive_mA8F1CBA58061146F2BD6550299DA4C27756C01CE (TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * __this, const RuntimeMethod* method) { { // this.gameObject.SetActive(!this.gameObject.activeSelf); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_1, /*hidden argument*/NULL); NullCheck(L_0); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_0, (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // } return; } } // System.Void TargetView::RefreshButton() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetView_RefreshButton_m6B1C5C541D188AD634A1E2B712E810F3664FC6C4 (TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m5BE56E8D6055FC8F79D1718EA6993212C2D61651_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6788FE3D0708AE647B4E720336F0FE98F18F4F55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEB082728C8A77C85B9C5AF27DC44F2C41BD7791); s_Il2CppMethodInitialized = true; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_1 = NULL; TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * G_B3_0 = NULL; TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * G_B2_0 = NULL; { // Transform icon1 = button.transform.Find("Icon1"); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_0 = __this->get_button_4(); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, _stringLiteral6788FE3D0708AE647B4E720336F0FE98F18F4F55, /*hidden argument*/NULL); V_0 = L_2; // Transform icon2 = button.transform.Find("Icon2"); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_3 = __this->get_button_4(); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_3, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_4, _stringLiteralCEB082728C8A77C85B9C5AF27DC44F2C41BD7791, /*hidden argument*/NULL); V_1 = L_5; // if (IsOpen()) { bool L_6; L_6 = TargetView_IsOpen_m15C036D67F207CFA8CF633D972EB84528C3C9632(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0087; } } { // icon1.gameObject.SetActive(false); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = V_0; NullCheck(L_7); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8; L_8 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_7, /*hidden argument*/NULL); NullCheck(L_8); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_8, (bool)0, /*hidden argument*/NULL); // icon2.gameObject.SetActive(true); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9 = V_1; NullCheck(L_9); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10; L_10 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_9, /*hidden argument*/NULL); NullCheck(L_10); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_10, (bool)1, /*hidden argument*/NULL); // button.transform.Find("Text").gameObject.SetActive(false); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_11 = __this->get_button_4(); NullCheck(L_11); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_11, /*hidden argument*/NULL); NullCheck(L_12); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_12, _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9, /*hidden argument*/NULL); NullCheck(L_13); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14; L_14 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_13, /*hidden argument*/NULL); NullCheck(L_14); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_14, (bool)0, /*hidden argument*/NULL); // button.GetComponentInChildren()?.SetText(205); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_15 = __this->get_button_4(); NullCheck(L_15); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_16; L_16 = Component_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m5BE56E8D6055FC8F79D1718EA6993212C2D61651(L_15, /*hidden argument*/Component_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m5BE56E8D6055FC8F79D1718EA6993212C2D61651_RuntimeMethod_var); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_17 = L_16; G_B2_0 = L_17; if (L_17) { G_B3_0 = L_17; goto IL_007c; } } { return; } IL_007c: { NullCheck(G_B3_0); TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55(G_B3_0, ((int32_t)205), /*hidden argument*/NULL); // } else { return; } IL_0087: { // icon1.gameObject.SetActive(true); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18 = V_0; NullCheck(L_18); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_19; L_19 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_18, /*hidden argument*/NULL); NullCheck(L_19); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_19, (bool)1, /*hidden argument*/NULL); // icon2.gameObject.SetActive(false); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20 = V_1; NullCheck(L_20); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_21; L_21 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_20, /*hidden argument*/NULL); NullCheck(L_21); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_21, (bool)0, /*hidden argument*/NULL); // button.transform.Find("Text").gameObject.SetActive(true); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_22 = __this->get_button_4(); NullCheck(L_22); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_23; L_23 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_22, /*hidden argument*/NULL); NullCheck(L_23); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_24; L_24 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_23, _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9, /*hidden argument*/NULL); NullCheck(L_24); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_25; L_25 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_24, /*hidden argument*/NULL); NullCheck(L_25); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_25, (bool)1, /*hidden argument*/NULL); // button.GetComponentInChildren().SetText(204); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_26 = __this->get_button_4(); NullCheck(L_26); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_27; L_27 = Component_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m5BE56E8D6055FC8F79D1718EA6993212C2D61651(L_26, /*hidden argument*/Component_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m5BE56E8D6055FC8F79D1718EA6993212C2D61651_RuntimeMethod_var); NullCheck(L_27); TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55(L_27, ((int32_t)204), /*hidden argument*/NULL); // } return; } } // System.Void TargetView::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetView_OnEnable_mC6A33D74279585B6D03080B6B9371339C61F0110 (TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * __this, const RuntimeMethod* method) { { // RefreshButton(); TargetView_RefreshButton_m6B1C5C541D188AD634A1E2B712E810F3664FC6C4(__this, /*hidden argument*/NULL); // } return; } } // System.Void TargetView::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetView_OnDisable_m48AD62411AF45EFFD734461B321DE58E5113FEAF (TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * __this, const RuntimeMethod* method) { { // RefreshButton(); TargetView_RefreshButton_m6B1C5C541D188AD634A1E2B712E810F3664FC6C4(__this, /*hidden argument*/NULL); // } return; } } // System.Void TargetView::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetView_OnDestroy_mBBD3C07211FDEF1B9B2A902C0382A5C3B9077D44 (TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (_ins == null) _ins = null; IL2CPP_RUNTIME_CLASS_INIT(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var); TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * L_0 = ((TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_StaticFields*)il2cpp_codegen_static_fields_for(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var))->get__ins_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // if (_ins == null) _ins = null; IL2CPP_RUNTIME_CLASS_INIT(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var); ((TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_StaticFields*)il2cpp_codegen_static_fields_for(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var))->set__ins_5((TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 *)NULL); } IL_0013: { // } return; } } // TargetView TargetView::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * TargetView_get_ins_m46BFFE528F9DBBEB178082B66D0FFB5C9707D137 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisTargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_m5BDE818C47F18B79BFF9A496ACA9AC9B945CB545_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAEF8DBB3E64F9FC455D1635BD64828382DC90873); s_Il2CppMethodInitialized = true; } { // if (_ins == null) { IL2CPP_RUNTIME_CLASS_INIT(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var); TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * L_0 = ((TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_StaticFields*)il2cpp_codegen_static_fields_for(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var))->get__ins_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0021; } } { // _ins = GameObject.Find("Canvas/GameAssistUI/TargetView").GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteralAEF8DBB3E64F9FC455D1635BD64828382DC90873, /*hidden argument*/NULL); NullCheck(L_2); TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * L_3; L_3 = GameObject_GetComponent_TisTargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_m5BDE818C47F18B79BFF9A496ACA9AC9B945CB545(L_2, /*hidden argument*/GameObject_GetComponent_TisTargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_m5BDE818C47F18B79BFF9A496ACA9AC9B945CB545_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var); ((TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_StaticFields*)il2cpp_codegen_static_fields_for(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var))->set__ins_5(L_3); } IL_0021: { // return _ins; IL2CPP_RUNTIME_CLASS_INIT(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var); TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * L_4 = ((TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_StaticFields*)il2cpp_codegen_static_fields_for(TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1_il2cpp_TypeInfo_var))->get__ins_5(); return L_4; } } // System.Void TargetView::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetView__ctor_m17CB9EAF0C7C960EE1AF27F1CF5C19B9D4250D76 (TargetView_t63030BD2231D0341F6CACEA10A88A7F043547EF1 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void TargetView::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetView__cctor_mCB713FD07D0AF2D0F172AB15A1BD3714B18BD19C (const RuntimeMethod* method) { { 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.X509.Targets BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * Targets_GetInstance_m9E2268FEB2B679FA0A46F713F17D619D6D8F315F (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is Targets) RuntimeObject * L_0 = ___obj0; if (!((Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E *)IsInstClass((RuntimeObject*)L_0, Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (Targets) obj; RuntimeObject * L_1 = ___obj0; return ((Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E *)CastclassClass((RuntimeObject*)L_1, Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1Sequence) RuntimeObject * L_2 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new Targets((Asn1Sequence) obj); RuntimeObject * L_3 = ___obj0; Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * L_4 = (Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E *)il2cpp_codegen_object_new(Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E_il2cpp_TypeInfo_var); Targets__ctor_mAD7DA71D73B459B5BD0BE714997EA25B3CC904E5(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Targets_GetInstance_m9E2268FEB2B679FA0A46F713F17D619D6D8F315F_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Targets__ctor_mAD7DA71D73B459B5BD0BE714997EA25B3CC904E5 (Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___targets0, const RuntimeMethod* method) { { // private Targets( // Asn1Sequence targets) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.targets = targets; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___targets0; __this->set_targets_2(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Targets__ctor_mA144540EDF12554DE67A1501ACEDBD8C4E57F6D2 (Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * __this, TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E* ___targets0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* V_0 = NULL; { // public Targets( // Target[] targets) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.targets = new DerSequence(targets); TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E* L_0 = ___targets0; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_2 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_2, L_1, /*hidden argument*/NULL); __this->set_targets_2(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Target[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets::GetTargets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E* Targets_GetTargets_m6B1C72517DC2024ECEFB1B1AA42D032C25924EA5 (Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E* V_0 = NULL; int32_t V_1 = 0; { // Target[] result = new Target[targets.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_targets_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E* L_2 = (TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E*)(TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E*)SZArrayNew(TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i < targets.Count; ++i) V_1 = 0; goto IL_002d; } IL_0015: { // result[i] = Target.GetInstance(targets[i]); TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E* L_3 = V_0; int32_t L_4 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_targets_2(); int32_t L_6 = V_1; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, L_6); Target_t4896FAB6B1821E26E8A2210204819086BB914727 * L_8; L_8 = Target_GetInstance_m25E2BE25828398EF907F731AB331554258A6B55D(L_7, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (Target_t4896FAB6B1821E26E8A2210204819086BB914727 *)L_8); // for (int i = 0; i < targets.Count; ++i) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002d: { // for (int i = 0; i < targets.Count; ++i) int32_t L_10 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = __this->get_targets_2(); NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_11); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0015; } } { // return result; TargetU5BU5D_tA36C90A421E194C3675BFF9343F68862D53DEF7E* L_13 = V_0; return L_13; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Targets::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Targets_ToAsn1Object_m96EE99884EC81A7E3D12F6D3284107F893BCC8FB (Targets_tB45C3811D396B3581C3330E1E5846136C3FE7D6E * __this, const RuntimeMethod* method) { { // return targets; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_targets_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.TbcPadding::get_PaddingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TbcPadding_get_PaddingName_mDC21F6A026002E474DF7145808190D643DE2E105 (TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C7BE85043E8916632E21FD7E71EC5C92A752DCD); s_Il2CppMethodInitialized = true; } { // get { return "TBC"; } return _stringLiteral3C7BE85043E8916632E21FD7E71EC5C92A752DCD; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.TbcPadding::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TbcPadding_Init_m7BA7B90D0E4FF0326E8989214DD8E905D3247EF5 (TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random0, const RuntimeMethod* method) { { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.TbcPadding::AddPadding(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TbcPadding_AddPadding_m36A434B67AD252E803D32EC538B522934042C5D8 (TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, const RuntimeMethod* method) { int32_t V_0 = 0; uint8_t V_1 = 0x0; int32_t G_B4_0 = 0; int32_t G_B8_0 = 0; { // int count = input.Length - inOff; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; NullCheck(L_0); int32_t L_1 = ___inOff1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)L_1)); // if (inOff > 0) int32_t L_2 = ___inOff1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_001f; } } { // code = (byte)((input[inOff - 1] & 0x01) == 0?0xff:0x00); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___input0; int32_t L_4 = ___inOff1; NullCheck(L_3); int32_t L_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); if (!((int32_t)((int32_t)L_6&(int32_t)1))) { goto IL_0016; } } { G_B4_0 = 0; goto IL_001b; } IL_0016: { G_B4_0 = ((int32_t)255); } IL_001b: { V_1 = (uint8_t)((int32_t)((uint8_t)G_B4_0)); // } goto IL_003f; } IL_001f: { // code = (byte)((input[input.Length - 1] & 0x01) == 0?0xff:0x00); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; NullCheck(L_8); NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)1)); uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); if (!((int32_t)((int32_t)L_10&(int32_t)1))) { goto IL_002d; } } { G_B8_0 = 0; goto IL_0032; } IL_002d: { G_B8_0 = ((int32_t)255); } IL_0032: { V_1 = (uint8_t)((int32_t)((uint8_t)G_B8_0)); goto IL_003f; } IL_0036: { // input[inOff] = code; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___input0; int32_t L_12 = ___inOff1; uint8_t L_13 = V_1; NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (uint8_t)L_13); // inOff++; int32_t L_14 = ___inOff1; ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_003f: { // while (inOff < input.Length) int32_t L_15 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___input0; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))) { goto IL_0036; } } { // return count; int32_t L_17 = V_0; return L_17; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.TbcPadding::PadCount(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TbcPadding_PadCount_m7CC488100B9EB6DD73F9C85AF7DD5049186F246B (TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method) { uint8_t V_0 = 0x0; int32_t V_1 = 0; { // byte code = input[input.Length - 1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; NullCheck(L_1); NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), (int32_t)1)); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // int index = input.Length - 1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___input0; NullCheck(L_4); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)1)); goto IL_0014; } IL_0010: { // index--; int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); } IL_0014: { // while (index > 0 && input[index - 1] == code) int32_t L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0020; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___input0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); uint8_t L_11 = V_0; if ((((int32_t)L_10) == ((int32_t)L_11))) { goto IL_0010; } } IL_0020: { // return input.Length - index; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___input0; NullCheck(L_12); int32_t L_13 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)L_13)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Paddings.TbcPadding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TbcPadding__ctor_m0C37BB392E54E31AB4886EA1FA66E2AB04D29497 (TbcPadding_tF79218074AFB034EB29D2439201E4328BCF265AB * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * TbsCertificateList_GetInstance_m1A01467B228A1C8E26AC7453E188C923B78E2996 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method) { { // return GetInstance(Asn1Sequence.GetInstance(obj, explicitly)); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; bool L_1 = ___explicitly1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2; L_2 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_0, L_1, /*hidden argument*/NULL); TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * L_3; L_3 = TbsCertificateList_GetInstance_m4E9BA251EB41CA89A04083C2E3DF9917ADFD8C96(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * TbsCertificateList_GetInstance_m4E9BA251EB41CA89A04083C2E3DF9917ADFD8C96 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * V_0 = NULL; { // TbsCertificateList list = obj as TbsCertificateList; RuntimeObject * L_0 = ___obj0; V_0 = ((TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 *)IsInstClass((RuntimeObject*)L_0, TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0_il2cpp_TypeInfo_var)); // if (obj == null || list != null) RuntimeObject * L_1 = ___obj0; if (!L_1) { goto IL_000d; } } { TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * L_2 = V_0; if (!L_2) { goto IL_000f; } } IL_000d: { // return list; TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * L_3 = V_0; return L_3; } IL_000f: { // if (obj is Asn1Sequence) RuntimeObject * L_4 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new TbsCertificateList((Asn1Sequence) obj); RuntimeObject * L_5 = ___obj0; TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * L_6 = (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 *)il2cpp_codegen_object_new(TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0_il2cpp_TypeInfo_var); TbsCertificateList__ctor_m8551188F6FEA0BEFE771D62DF052F2444EEBB621(L_6, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_5, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_6; } IL_0023: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_7 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TbsCertificateList_GetInstance_m4E9BA251EB41CA89A04083C2E3DF9917ADFD8C96_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TbsCertificateList__ctor_m8551188F6FEA0BEFE771D62DF052F2444EEBB621 (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Time_tD684B1785E755395701D46F89A97609911CD6DDE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // internal TbsCertificateList( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count < 3 || seq.Count > 7) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); if ((((int32_t)L_1) < ((int32_t)3))) { goto IL_0018; } } { Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_2); if ((((int32_t)L_3) <= ((int32_t)7))) { goto IL_0036; } } IL_0018: { // throw new ArgumentException("Bad sequence size: " + seq.Count); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___seq0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_4); V_1 = L_5; String_t* L_6; L_6 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TbsCertificateList__ctor_m8551188F6FEA0BEFE771D62DF052F2444EEBB621_RuntimeMethod_var))); } IL_0036: { // int seqPos = 0; V_0 = 0; // this.seq = seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___seq0; __this->set_seq_2(L_9); // if (seq[seqPos] is DerInteger) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10 = ___seq0; int32_t L_11 = V_0; NullCheck(L_10); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_12; L_12 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_10, L_11); if (!((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)IsInstClass((RuntimeObject*)L_12, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))) { goto IL_0065; } } { // version = DerInteger.GetInstance(seq[seqPos++]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_13 = ___seq0; int32_t L_14 = V_0; int32_t L_15 = L_14; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); NullCheck(L_13); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_16; L_16 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_13, L_15); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_17; L_17 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_16, /*hidden argument*/NULL); __this->set_version_3(L_17); // } goto IL_0071; } IL_0065: { // version = new DerInteger(0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_18 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_18, 0, /*hidden argument*/NULL); __this->set_version_3(L_18); } IL_0071: { // signature = AlgorithmIdentifier.GetInstance(seq[seqPos++]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_19 = ___seq0; int32_t L_20 = V_0; int32_t L_21 = L_20; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); NullCheck(L_19); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_22; L_22 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_19, L_21); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_23; L_23 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_22, /*hidden argument*/NULL); __this->set_signature_4(L_23); // issuer = X509Name.GetInstance(seq[seqPos++]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_24 = ___seq0; int32_t L_25 = V_0; int32_t L_26 = L_25; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); NullCheck(L_24); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_27; L_27 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_24, L_26); IL2CPP_RUNTIME_CLASS_INIT(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_28; L_28 = X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88(L_27, /*hidden argument*/NULL); __this->set_issuer_5(L_28); // thisUpdate = Time.GetInstance(seq[seqPos++]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_29 = ___seq0; int32_t L_30 = V_0; int32_t L_31 = L_30; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); NullCheck(L_29); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_32; L_32 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_29, L_31); Time_tD684B1785E755395701D46F89A97609911CD6DDE * L_33; L_33 = Time_GetInstance_mFD092DB36F04614FCCE9D69D3EC5A37F9CC0047E(L_32, /*hidden argument*/NULL); __this->set_thisUpdate_6(L_33); // if (seqPos < seq.Count // && (seq[seqPos] is DerUtcTime // || seq[seqPos] is DerGeneralizedTime // || seq[seqPos] is Time)) int32_t L_34 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_35 = ___seq0; NullCheck(L_35); int32_t L_36; L_36 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_35); if ((((int32_t)L_34) >= ((int32_t)L_36))) { goto IL_00fc; } } { Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_37 = ___seq0; int32_t L_38 = V_0; NullCheck(L_37); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_39; L_39 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_37, L_38); if (((DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15 *)IsInstClass((RuntimeObject*)L_39, DerUtcTime_t2B9FA6F5C560E4799B8F10076E685AFA3F66BB15_il2cpp_TypeInfo_var))) { goto IL_00e6; } } { Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_40 = ___seq0; int32_t L_41 = V_0; NullCheck(L_40); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_42; L_42 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_40, L_41); if (((DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 *)IsInstClass((RuntimeObject*)L_42, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var))) { goto IL_00e6; } } { Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_43 = ___seq0; int32_t L_44 = V_0; NullCheck(L_43); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_45; L_45 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_43, L_44); if (!((Time_tD684B1785E755395701D46F89A97609911CD6DDE *)IsInstClass((RuntimeObject*)L_45, Time_tD684B1785E755395701D46F89A97609911CD6DDE_il2cpp_TypeInfo_var))) { goto IL_00fc; } } IL_00e6: { // nextUpdate = Time.GetInstance(seq[seqPos++]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_46 = ___seq0; int32_t L_47 = V_0; int32_t L_48 = L_47; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); NullCheck(L_46); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_49; L_49 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_46, L_48); Time_tD684B1785E755395701D46F89A97609911CD6DDE * L_50; L_50 = Time_GetInstance_mFD092DB36F04614FCCE9D69D3EC5A37F9CC0047E(L_49, /*hidden argument*/NULL); __this->set_nextUpdate_7(L_50); } IL_00fc: { // if (seqPos < seq.Count // && !(seq[seqPos] is DerTaggedObject)) int32_t L_51 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_52 = ___seq0; NullCheck(L_52); int32_t L_53; L_53 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_52); if ((((int32_t)L_51) >= ((int32_t)L_53))) { goto IL_0129; } } { Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_54 = ___seq0; int32_t L_55 = V_0; NullCheck(L_54); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_56; L_56 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_54, L_55); if (((DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)IsInstClass((RuntimeObject*)L_56, DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var))) { goto IL_0129; } } { // revokedCertificates = Asn1Sequence.GetInstance(seq[seqPos++]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_57 = ___seq0; int32_t L_58 = V_0; int32_t L_59 = L_58; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); NullCheck(L_57); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_60; L_60 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_57, L_59); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_61; L_61 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_60, /*hidden argument*/NULL); __this->set_revokedCertificates_8(L_61); } IL_0129: { // if (seqPos < seq.Count // && seq[seqPos] is DerTaggedObject) int32_t L_62 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_63 = ___seq0; NullCheck(L_63); int32_t L_64; L_64 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_63); if ((((int32_t)L_62) >= ((int32_t)L_64))) { goto IL_0152; } } { Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_65 = ___seq0; int32_t L_66 = V_0; NullCheck(L_65); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_67; L_67 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_65, L_66); if (!((DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)IsInstClass((RuntimeObject*)L_67, DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var))) { goto IL_0152; } } { // crlExtensions = X509Extensions.GetInstance(seq[seqPos]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_68 = ___seq0; int32_t L_69 = V_0; NullCheck(L_68); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_70; L_70 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_68, L_69); IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_71; L_71 = X509Extensions_GetInstance_mAFB80D6E29432A50186EBE6C981933DBCE01D012(L_70, /*hidden argument*/NULL); __this->set_crlExtensions_9(L_71); } IL_0152: { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TbsCertificateList_get_Version_mE6B8E400BD91322D19AEE947227760093978AB94 (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method) { { // get { return version.Value.IntValue + 1; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_version_3(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_1, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::get_VersionNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * TbsCertificateList_get_VersionNumber_m1C1F163B4E5DB7A46399438B6F0C5C222E73AD79 (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method) { { // get { return version; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_version_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::get_Signature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * TbsCertificateList_get_Signature_m4001B5D53BB47156B9BC429109CD2408AD003CCD (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method) { { // get { return signature; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_signature_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::get_Issuer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * TbsCertificateList_get_Issuer_m21239722A0A399B2A2D2FE4C9469C9F21F82F266 (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method) { { // get { return issuer; } X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = __this->get_issuer_5(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::get_ThisUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Time_tD684B1785E755395701D46F89A97609911CD6DDE * TbsCertificateList_get_ThisUpdate_m0471AA8B15D7EDF7D7F37CBC85463CC684170EE0 (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method) { { // get { return thisUpdate; } Time_tD684B1785E755395701D46F89A97609911CD6DDE * L_0 = __this->get_thisUpdate_6(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::get_NextUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Time_tD684B1785E755395701D46F89A97609911CD6DDE * TbsCertificateList_get_NextUpdate_m00F1AC661F1944E5FB4446E65B31373035C8C952 (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method) { { // get { return nextUpdate; } Time_tD684B1785E755395701D46F89A97609911CD6DDE * L_0 = __this->get_nextUpdate_7(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.CrlEntry[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::GetRevokedCertificates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77* TbsCertificateList_GetRevokedCertificates_m8784083C64ADA4867119018DE44BD748CD78812D (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77* V_0 = NULL; int32_t V_1 = 0; { // if (revokedCertificates == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_revokedCertificates_8(); if (L_0) { goto IL_000f; } } { // return new CrlEntry[0]; CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77* L_1 = (CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77*)(CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77*)SZArrayNew(CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77_il2cpp_TypeInfo_var, (uint32_t)0); return L_1; } IL_000f: { // CrlEntry[] entries = new CrlEntry[revokedCertificates.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = __this->get_revokedCertificates_8(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_2); CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77* L_4 = (CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77*)(CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77*)SZArrayNew(CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77_il2cpp_TypeInfo_var, (uint32_t)L_3); V_0 = L_4; // for (int i = 0; i < entries.Length; i++) V_1 = 0; goto IL_0041; } IL_0024: { // entries[i] = new CrlEntry(Asn1Sequence.GetInstance(revokedCertificates[i])); CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77* L_5 = V_0; int32_t L_6 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = __this->get_revokedCertificates_8(); int32_t L_8 = V_1; NullCheck(L_7); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_9; L_9 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_7, L_8); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10; L_10 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_9, /*hidden argument*/NULL); CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 * L_11 = (CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 *)il2cpp_codegen_object_new(CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227_il2cpp_TypeInfo_var); CrlEntry__ctor_m228F9A0A5ECAD5110594708716CE2ECAA8732838(L_11, L_10, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_11); (L_5)->SetAt(static_cast(L_6), (CrlEntry_t0100B5D8633443D3DAFC86741D49F1D2D0123227 *)L_11); // for (int i = 0; i < entries.Length; i++) int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0041: { // for (int i = 0; i < entries.Length; i++) int32_t L_13 = V_1; CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77* L_14 = V_0; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_0024; } } { // return entries; CrlEntryU5BU5D_t1A851BA027F81A0310773B0B462DC9971A5E1B77* L_15 = V_0; return L_15; } } // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::GetRevokedCertificateEnumeration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TbsCertificateList_GetRevokedCertificateEnumeration_m0978D880B9C8EEC6911A6969A3BA4C11E0D69934 (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RevokedCertificatesEnumeration_tA6F466974286C0FFEE945BB42AE71A168E24141B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (revokedCertificates == null) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_revokedCertificates_8(); if (L_0) { goto IL_000e; } } { // return EmptyEnumerable.Instance; IL2CPP_RUNTIME_CLASS_INIT(EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6_StaticFields*)il2cpp_codegen_static_fields_for(EmptyEnumerable_tF29905C07F55D906B61ABE502F5933BD8132FFA6_il2cpp_TypeInfo_var))->get_Instance_0(); return L_1; } IL_000e: { // return new RevokedCertificatesEnumeration(revokedCertificates); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = __this->get_revokedCertificates_8(); RevokedCertificatesEnumeration_tA6F466974286C0FFEE945BB42AE71A168E24141B * L_3 = (RevokedCertificatesEnumeration_tA6F466974286C0FFEE945BB42AE71A168E24141B *)il2cpp_codegen_object_new(RevokedCertificatesEnumeration_tA6F466974286C0FFEE945BB42AE71A168E24141B_il2cpp_TypeInfo_var); RevokedCertificatesEnumeration__ctor_m507A46463B42053E983515E04826229B4150CE7A(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::get_Extensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * TbsCertificateList_get_Extensions_m6A9E9C2DDBF1BDCAFF03E768D36599809299B64F (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method) { { // get { return crlExtensions; } X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_0 = __this->get_crlExtensions_9(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateList::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * TbsCertificateList_ToAsn1Object_m66DC741BC0C84F87F71F3F44B62664D56F00C26A (TbsCertificateList_t1C345B12531EFE2A414CE6CF55DCEAF23B1A44B0 * __this, const RuntimeMethod* method) { { // return seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_seq_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * TbsCertificateStructure_GetInstance_m0933401D7AC925FAC06FBFD1230892BD3E3FA1FA (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method) { { // return GetInstance(Asn1Sequence.GetInstance(obj, explicitly)); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; bool L_1 = ___explicitly1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2; L_2 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_0, L_1, /*hidden argument*/NULL); TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * L_3; L_3 = TbsCertificateStructure_GetInstance_mDEF4996E745E7C794E90280350E18664322DEF0F(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * TbsCertificateStructure_GetInstance_mDEF4996E745E7C794E90280350E18664322DEF0F (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is TbsCertificateStructure) RuntimeObject * L_0 = ___obj0; if (!((TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 *)IsInstClass((RuntimeObject*)L_0, TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (TbsCertificateStructure) obj; RuntimeObject * L_1 = ___obj0; return ((TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 *)CastclassClass((RuntimeObject*)L_1, TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj != null) RuntimeObject * L_2 = ___obj0; if (!L_2) { goto IL_001e; } } { // return new TbsCertificateStructure(Asn1Sequence.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4; L_4 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_3, /*hidden argument*/NULL); TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * L_5 = (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 *)il2cpp_codegen_object_new(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3_il2cpp_TypeInfo_var); TbsCertificateStructure__ctor_mCFB14456353B5DF8A4810AE2F347A3C35FC3028E(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_001e: { // return null; return (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TbsCertificateStructure__ctor_mCFB14456353B5DF8A4810AE2F347A3C35FC3028E (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * V_3 = NULL; int32_t V_4 = 0; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; { // internal TbsCertificateStructure( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // int seqStart = 0; V_0 = 0; // this.seq = seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; __this->set_seq_2(L_0); // if (seq[0] is DerTaggedObject) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = ___seq0; NullCheck(L_1); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2; L_2 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_1, 0); if (!((DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)IsInstClass((RuntimeObject*)L_2, DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var))) { goto IL_0037; } } { // version = DerInteger.GetInstance((Asn1TaggedObject)seq[0], true); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, 0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_5; L_5 = DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_4, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)1, /*hidden argument*/NULL); __this->set_version_3(L_5); // } goto IL_0045; } IL_0037: { // seqStart = -1; // field 0 is missing! V_0 = (-1); // version = new DerInteger(0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_6 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_6, 0, /*hidden argument*/NULL); __this->set_version_3(L_6); } IL_0045: { // bool isV1 = false; V_1 = (bool)0; // bool isV2 = false; V_2 = (bool)0; // if (version.Value.Equals(BigInteger.Zero)) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_7 = __this->get_version_3(); NullCheck(L_7); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Zero_7(); NullCheck(L_8); bool L_10; L_10 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_9); if (!L_10) { goto IL_0064; } } { // isV1 = true; V_1 = (bool)1; // } goto IL_00a1; } IL_0064: { // else if (version.Value.Equals(BigInteger.One)) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_11 = __this->get_version_3(); NullCheck(L_11); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12; L_12 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_12); bool L_14; L_14 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_12, L_13); if (!L_14) { goto IL_007f; } } { // isV2 = true; V_2 = (bool)1; // } goto IL_00a1; } IL_007f: { // else if (!version.Value.Equals(BigInteger.Two)) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_15 = __this->get_version_3(); NullCheck(L_15); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16; L_16 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_17 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); NullCheck(L_16); bool L_18; L_18 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_16, L_17); if (L_18) { goto IL_00a1; } } { // throw new ArgumentException("version number not recognised"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_19 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB2B30EB1C97BF5E566CFB1604131DE1B8271069)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TbsCertificateStructure__ctor_mCFB14456353B5DF8A4810AE2F347A3C35FC3028E_RuntimeMethod_var))); } IL_00a1: { // serialNumber = DerInteger.GetInstance(seq[seqStart + 1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_20 = ___seq0; int32_t L_21 = V_0; NullCheck(L_20); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_22; L_22 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_23; L_23 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_22, /*hidden argument*/NULL); __this->set_serialNumber_4(L_23); // signature = AlgorithmIdentifier.GetInstance(seq[seqStart + 2]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_24 = ___seq0; int32_t L_25 = V_0; NullCheck(L_24); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_26; L_26 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)2))); AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_27; L_27 = AlgorithmIdentifier_GetInstance_m72ED3229FC5112CA144FA81CC150D686073B3964(L_26, /*hidden argument*/NULL); __this->set_signature_5(L_27); // issuer = X509Name.GetInstance(seq[seqStart + 3]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_28 = ___seq0; int32_t L_29 = V_0; NullCheck(L_28); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_30; L_30 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)3))); IL2CPP_RUNTIME_CLASS_INIT(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_31; L_31 = X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88(L_30, /*hidden argument*/NULL); __this->set_issuer_6(L_31); // Asn1Sequence dates = (Asn1Sequence)seq[seqStart + 4]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_32 = ___seq0; int32_t L_33 = V_0; NullCheck(L_32); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_34; L_34 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)4))); V_3 = ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_34, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)); // startDate = Time.GetInstance(dates[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_35 = V_3; NullCheck(L_35); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_36; L_36 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_35, 0); Time_tD684B1785E755395701D46F89A97609911CD6DDE * L_37; L_37 = Time_GetInstance_mFD092DB36F04614FCCE9D69D3EC5A37F9CC0047E(L_36, /*hidden argument*/NULL); __this->set_startDate_7(L_37); // endDate = Time.GetInstance(dates[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_38 = V_3; NullCheck(L_38); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_39; L_39 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_38, 1); Time_tD684B1785E755395701D46F89A97609911CD6DDE * L_40; L_40 = Time_GetInstance_mFD092DB36F04614FCCE9D69D3EC5A37F9CC0047E(L_39, /*hidden argument*/NULL); __this->set_endDate_8(L_40); // subject = X509Name.GetInstance(seq[seqStart + 5]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_41 = ___seq0; int32_t L_42 = V_0; NullCheck(L_41); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_43; L_43 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_41, ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)5))); X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_44; L_44 = X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88(L_43, /*hidden argument*/NULL); __this->set_subject_9(L_44); // subjectPublicKeyInfo = SubjectPublicKeyInfo.GetInstance(seq[seqStart + 6]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_45 = ___seq0; int32_t L_46 = V_0; NullCheck(L_45); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_47; L_47 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_45, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)6))); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_48; L_48 = SubjectPublicKeyInfo_GetInstance_mEACADACCC4E68515FAC8980FA87BB19716BC4471(L_47, /*hidden argument*/NULL); __this->set_subjectPublicKeyInfo_10(L_48); // int extras = seq.Count - (seqStart + 6) - 1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_49 = ___seq0; NullCheck(L_49); int32_t L_50; L_50 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_49); int32_t L_51 = V_0; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)6)))), (int32_t)1)); // if (extras != 0 && isV1) int32_t L_52 = V_4; bool L_53 = V_1; if (!((int32_t)((int32_t)((!(((uint32_t)L_52) <= ((uint32_t)0)))? 1 : 0)&(int32_t)L_53))) { goto IL_01f9; } } { // throw new ArgumentException("version 1 certificate contains extra data"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_54 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_54, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral832919F88AFE88C25C9DB807DB9DCDFE190FC214)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TbsCertificateStructure__ctor_mCFB14456353B5DF8A4810AE2F347A3C35FC3028E_RuntimeMethod_var))); } IL_015d: { // DerTaggedObject extra = (DerTaggedObject)seq[seqStart + 6 + extras]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_55 = ___seq0; int32_t L_56 = V_0; int32_t L_57 = V_4; NullCheck(L_55); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_58; L_58 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_55, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)6)), (int32_t)L_57))); V_5 = ((DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)CastclassClass((RuntimeObject*)L_58, DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var)); // switch (extra.TagNo) DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_59 = V_5; NullCheck(L_59); int32_t L_60; L_60 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_59, /*hidden argument*/NULL); V_6 = L_60; int32_t L_61 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)1))) { case 0: { goto IL_0190; } case 1: { goto IL_01a0; } case 2: { goto IL_01b0; } } } { goto IL_01d3; } IL_0190: { // issuerUniqueID = DerBitString.GetInstance(extra, false); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_62 = V_5; IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_63; L_63 = DerBitString_GetInstance_m82AAB8A2C1D248221D54C6A66DEFF6F3DC0C19FE(L_62, (bool)0, /*hidden argument*/NULL); __this->set_issuerUniqueID_11(L_63); // break; goto IL_01f3; } IL_01a0: { // subjectUniqueID = DerBitString.GetInstance(extra, false); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_64 = V_5; IL2CPP_RUNTIME_CLASS_INIT(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_il2cpp_TypeInfo_var); DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_65; L_65 = DerBitString_GetInstance_m82AAB8A2C1D248221D54C6A66DEFF6F3DC0C19FE(L_64, (bool)0, /*hidden argument*/NULL); __this->set_subjectUniqueID_12(L_65); // break; goto IL_01f3; } IL_01b0: { // if (isV2) bool L_66 = V_2; if (!L_66) { goto IL_01be; } } { // throw new ArgumentException("version 2 certificate cannot contain extensions"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_67 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_67, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98C045AD9ADD90B5C3DC55BE57739B7B6FB0531)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_67, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TbsCertificateStructure__ctor_mCFB14456353B5DF8A4810AE2F347A3C35FC3028E_RuntimeMethod_var))); } IL_01be: { // extensions = X509Extensions.GetInstance(Asn1Sequence.GetInstance(extra, true)); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_68 = V_5; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_69; L_69 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_68, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_70; L_70 = X509Extensions_GetInstance_mAFB80D6E29432A50186EBE6C981933DBCE01D012(L_69, /*hidden argument*/NULL); __this->set_extensions_13(L_70); // break; goto IL_01f3; } IL_01d3: { // throw new ArgumentException("Unknown tag encountered in structure: " + extra.TagNo); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_71 = V_5; NullCheck(L_71); int32_t L_72; L_72 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_71, /*hidden argument*/NULL); V_7 = L_72; String_t* L_73; L_73 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_7), /*hidden argument*/NULL); String_t* L_74; L_74 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralABFE324F9C730DB5F5BC4B237B1EA084A37524D6)), L_73, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_75 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_75, L_74, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_75, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TbsCertificateStructure__ctor_mCFB14456353B5DF8A4810AE2F347A3C35FC3028E_RuntimeMethod_var))); } IL_01f3: { // extras--; int32_t L_76 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_76, (int32_t)1)); } IL_01f9: { // while (extras > 0) int32_t L_77 = V_4; if ((((int32_t)L_77) > ((int32_t)0))) { goto IL_015d; } } { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TbsCertificateStructure_get_Version_mBACAC607ED417F83876FAD56E0AAB94798735088 (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // get { return version.Value.IntValue + 1; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_version_3(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_1, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::get_VersionNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * TbsCertificateStructure_get_VersionNumber_mE2639AE4CD9A350524C0AADE1926BC563D363648 (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // get { return version; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_version_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::get_SerialNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * TbsCertificateStructure_get_SerialNumber_m2179DC4D65B461A04DBFD7415433E06662FCF165 (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // get { return serialNumber; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_serialNumber_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::get_Signature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * TbsCertificateStructure_get_Signature_mBC6E5267E7178010D30D096E51C53746477B1C16 (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // get { return signature; } AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * L_0 = __this->get_signature_5(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::get_Issuer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * TbsCertificateStructure_get_Issuer_m7162E5B96B4DC11DC1B815397BFD54D1EABCE1CD (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // get { return issuer; } X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = __this->get_issuer_6(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::get_StartDate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Time_tD684B1785E755395701D46F89A97609911CD6DDE * TbsCertificateStructure_get_StartDate_mDC6B14C100627D1223E62DC1E3F2FF883A72C17D (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // get { return startDate; } Time_tD684B1785E755395701D46F89A97609911CD6DDE * L_0 = __this->get_startDate_7(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Time BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::get_EndDate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Time_tD684B1785E755395701D46F89A97609911CD6DDE * TbsCertificateStructure_get_EndDate_m0CD1CD7735CFB59246B4FA97FB4CFC0F36DA03B5 (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // get { return endDate; } Time_tD684B1785E755395701D46F89A97609911CD6DDE * L_0 = __this->get_endDate_8(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::get_Subject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * TbsCertificateStructure_get_Subject_m76213EA4F3799AA224D2C277555F320104F27A5F (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // get { return subject; } X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * L_0 = __this->get_subject_9(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::get_SubjectPublicKeyInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * TbsCertificateStructure_get_SubjectPublicKeyInfo_m13E8936322F0795F666E00D41974E08E9F9D252D (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // get { return subjectPublicKeyInfo; } SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_0 = __this->get_subjectPublicKeyInfo_10(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::get_IssuerUniqueID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * TbsCertificateStructure_get_IssuerUniqueID_m25EB8311DFFAE2B81B78A212DDCEB64778335E69 (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // get { return issuerUniqueID; } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_issuerUniqueID_11(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::get_SubjectUniqueID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * TbsCertificateStructure_get_SubjectUniqueID_m890A728FA53B503C6F649642B2911C92D983CE49 (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // get { return subjectUniqueID; } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_subjectUniqueID_12(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::get_Extensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * TbsCertificateStructure_get_Extensions_m4AA6233700F66D7F3F5565D051DA617BEE1F93EF (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // get { return extensions; } X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_0 = __this->get_extensions_13(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * TbsCertificateStructure_ToAsn1Object_m18FD868304ABD5DB0FA3C591A7113F6CB7422339 (TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * __this, const RuntimeMethod* method) { { // return seq; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_seq_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C * TbsRequest_GetInstance_m8C13B98F8645283B64DD49672102850FED5441F2 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return GetInstance(Asn1Sequence.GetInstance(obj, explicitly)); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; bool L_1 = ___explicitly1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2; L_2 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var); TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C * L_3; L_3 = TbsRequest_GetInstance_mF9DDFEE894BE5D1A22A09AC0D132C91CF2EEF05E(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C * TbsRequest_GetInstance_mF9DDFEE894BE5D1A22A09AC0D132C91CF2EEF05E (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is TbsRequest) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C *)IsInstClass((RuntimeObject*)L_1, TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (TbsRequest)obj; RuntimeObject * L_2 = ___obj0; return ((TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C *)CastclassClass((RuntimeObject*)L_2, TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new TbsRequest((Asn1Sequence)obj); RuntimeObject * L_4 = ___obj0; TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C * L_5 = (TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C *)il2cpp_codegen_object_new(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var); TbsRequest__ctor_m3ADC8C48EB8A56F14DA147D3D3BBD2C5CBD1F790(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TbsRequest_GetInstance_mF9DDFEE894BE5D1A22A09AC0D132C91CF2EEF05E_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TbsRequest__ctor_m2DB9BEAFD82928DC0F2A11842F487782F5AAFEB8 (TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C * __this, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___requestorName0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___requestList1, X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___requestExtensions2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public TbsRequest( // GeneralName requestorName, // Asn1Sequence requestList, // X509Extensions requestExtensions) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.version = V1; IL2CPP_RUNTIME_CLASS_INIT(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = ((TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_StaticFields*)il2cpp_codegen_static_fields_for(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var))->get_V1_2(); __this->set_version_3(L_0); // this.requestorName = requestorName; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_1 = ___requestorName0; __this->set_requestorName_4(L_1); // this.requestList = requestList; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___requestList1; __this->set_requestList_5(L_2); // this.requestExtensions = requestExtensions; X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_3 = ___requestExtensions2; __this->set_requestExtensions_6(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TbsRequest__ctor_m3ADC8C48EB8A56F14DA147D3D3BBD2C5CBD1F790 (TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_1 = NULL; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_2 = NULL; { // private TbsRequest( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // int index = 0; V_0 = 0; // Asn1Encodable enc = seq[0]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_1; L_1 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, 0); V_1 = L_1; // if (enc is Asn1TaggedObject) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2 = V_1; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_2, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_004e; } } { // Asn1TaggedObject o = (Asn1TaggedObject) enc; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_3 = V_1; V_2 = ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_3, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)); // if (o.TagNo == 0) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_4 = V_2; NullCheck(L_4); int32_t L_5; L_5 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0041; } } { // versionSet = true; __this->set_versionSet_7((bool)1); // version = DerInteger.GetInstance(o, true); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_6 = V_2; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_7; L_7 = DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4(L_6, (bool)1, /*hidden argument*/NULL); __this->set_version_3(L_7); // index++; int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); // } goto IL_0059; } IL_0041: { // version = V1; IL2CPP_RUNTIME_CLASS_INIT(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_9 = ((TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_StaticFields*)il2cpp_codegen_static_fields_for(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var))->get_V1_2(); __this->set_version_3(L_9); // } goto IL_0059; } IL_004e: { // version = V1; IL2CPP_RUNTIME_CLASS_INIT(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_10 = ((TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_StaticFields*)il2cpp_codegen_static_fields_for(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var))->get_V1_2(); __this->set_version_3(L_10); } IL_0059: { // if (seq[index] is Asn1TaggedObject) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = ___seq0; int32_t L_12 = V_0; NullCheck(L_11); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_13; L_13 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_11, L_12); if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_13, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0083; } } { // requestorName = GeneralName.GetInstance((Asn1TaggedObject) seq[index++], true); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_14 = ___seq0; int32_t L_15 = V_0; int32_t L_16 = L_15; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); NullCheck(L_14); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_17; L_17 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_14, L_16); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_18; L_18 = GeneralName_GetInstance_mAA0712B2438660011F2C76A2306337005E5892DC(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_17, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)1, /*hidden argument*/NULL); __this->set_requestorName_4(L_18); } IL_0083: { // requestList = (Asn1Sequence) seq[index++]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_19 = ___seq0; int32_t L_20 = V_0; int32_t L_21 = L_20; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); NullCheck(L_19); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_22; L_22 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_19, L_21); __this->set_requestList_5(((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_22, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))); // if (seq.Count == (index + 1)) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_23 = ___seq0; NullCheck(L_23); int32_t L_24; L_24 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_23); int32_t L_25 = V_0; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)))))) { goto IL_00bc; } } { // requestExtensions = X509Extensions.GetInstance((Asn1TaggedObject) seq[index], true); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_26 = ___seq0; int32_t L_27 = V_0; NullCheck(L_26); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_28; L_28 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_26, L_27); IL2CPP_RUNTIME_CLASS_INIT(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var); X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_29; L_29 = X509Extensions_GetInstance_m2A6E55A2B2E3F4B20A06A1E1DFABDCBCB5DEE11B(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_28, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)1, /*hidden argument*/NULL); __this->set_requestExtensions_6(L_29); } IL_00bc: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * TbsRequest_get_Version_m4F168746B5BB5B50999E0E0E51123EF9AEEC6269 (TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C * __this, const RuntimeMethod* method) { { // get { return version; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_version_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::get_RequestorName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * TbsRequest_get_RequestorName_mBCB047AEB60DA00F35CA83362CAB79B5647C9272 (TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C * __this, const RuntimeMethod* method) { { // get { return requestorName; } GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = __this->get_requestorName_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::get_RequestList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * TbsRequest_get_RequestList_m9396BC5E019E090C5C0DB1DB6712573968FE4936 (TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C * __this, const RuntimeMethod* method) { { // get { return requestList; } Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_requestList_5(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::get_RequestExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * TbsRequest_get_RequestExtensions_m2AB2BB6700901293456563B207FB593776398470 (TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C * __this, const RuntimeMethod* method) { { // get { return requestExtensions; } X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_0 = __this->get_requestExtensions_6(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * TbsRequest_ToAsn1Object_m213A7F632EA57E25F4A84678798FA2AFBF268A9F (TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // if (!version.Equals(V1) || versionSet) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = __this->get_version_3(); IL2CPP_RUNTIME_CLASS_INIT(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_3 = ((TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_StaticFields*)il2cpp_codegen_static_fields_for(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var))->get_V1_2(); NullCheck(L_2); bool L_4; L_4 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_2, L_3); if (!L_4) { goto IL_0025; } } { bool L_5 = __this->get_versionSet_7(); if (!L_5) { goto IL_0041; } } IL_0025: { // v.Add(new DerTaggedObject(true, 0, version)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_6 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_7 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_8 = L_7; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_9 = __this->get_version_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_10 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_10, (bool)1, 0, L_9, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_10); NullCheck(L_6); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_6, L_8, /*hidden argument*/NULL); } IL_0041: { // if (requestorName != null) GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_11 = __this->get_requestorName_4(); if (!L_11) { goto IL_0065; } } { // v.Add(new DerTaggedObject(true, 1, requestorName)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_12 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_13 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_14 = L_13; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_15 = __this->get_requestorName_4(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_16 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_16, (bool)1, 1, L_15, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_16); NullCheck(L_12); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_12, L_14, /*hidden argument*/NULL); } IL_0065: { // v.Add(requestList); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_17 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_18 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_19 = L_18; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_20 = __this->get_requestList_5(); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_20); NullCheck(L_17); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_17, L_19, /*hidden argument*/NULL); // if (requestExtensions != null) X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_21 = __this->get_requestExtensions_6(); if (!L_21) { goto IL_009e; } } { // v.Add(new DerTaggedObject(true, 2, requestExtensions)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_22 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_23 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_24 = L_23; X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_25 = __this->get_requestExtensions_6(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_26 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_26, (bool)1, 2, L_25, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_26); NullCheck(L_22); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_22, L_24, /*hidden argument*/NULL); } IL_009e: { // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_27 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_28 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_28, L_27, /*hidden argument*/NULL); return L_28; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.TbsRequest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TbsRequest__cctor_mC76D97F204262EC554B9001DD2A4B5443C6227FC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly DerInteger V1 = new DerInteger(0); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA(L_0, 0, /*hidden argument*/NULL); ((TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_StaticFields*)il2cpp_codegen_static_fields_for(TbsRequest_t5A4E29F65DDEE548A796051A4F7DE849B99BE58C_il2cpp_TypeInfo_var))->set_V1_2(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.PlatformSupport.TcpClient.General.TcpClient::Init(System.Net.Sockets.AddressFamily) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Init_m561CC01618197AFA49170029DB448A4BE7B10AC7 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, int32_t ___family0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // active = false; __this->set_active_1((bool)0); // if (client != null) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); if (!L_0) { goto IL_0021; } } { // client.Close(); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_1 = __this->get_client_2(); NullCheck(L_1); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_1, /*hidden argument*/NULL); // client = null; __this->set_client_2((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)NULL); } IL_0021: { // client = new Socket(family, SocketType.Stream, ProtocolType.Tcp); int32_t L_2 = ___family0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_3 = (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)il2cpp_codegen_object_new(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); Socket__ctor_m5A4B335AEC1450ABE31CF1151F3F5A93D9D0280C(L_3, L_2, 1, 6, /*hidden argument*/NULL); __this->set_client_2(L_3); // } return; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_mE4339E9129A2159B5AF0985D78A42160D740C1E1 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public TcpClient() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Init(AddressFamily.InterNetwork); TcpClient_Init_m561CC01618197AFA49170029DB448A4BE7B10AC7(__this, 2, /*hidden argument*/NULL); // ConnectTimeout = TimeSpan.FromSeconds(2); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = TimeSpan_FromSeconds_m4644EABECA69BC6C07AD649C5898A8E53F4FE7B0((2.0), /*hidden argument*/NULL); TcpClient_set_ConnectTimeout_m41F287128EA5EA39017FA0F9289000886067DE7C_inline(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::.ctor(System.Net.Sockets.AddressFamily) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_mBDBE8080459D5E161B0D8876719BC6FFB5D6B6C8 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, int32_t ___family0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public TcpClient(AddressFamily family) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (family != AddressFamily.InterNetwork && // family != AddressFamily.InterNetworkV6) int32_t L_0 = ___family0; if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_001f; } } { int32_t L_1 = ___family0; if ((((int32_t)L_1) == ((int32_t)((int32_t)23)))) { goto IL_001f; } } { // throw new ArgumentException("Family must be InterNetwork or InterNetworkV6", "family"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3470A2C2802D7B1CC81C0D33F6124AFF6C3AED4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral319D1EB2B79ACDA1B65E4BA4BA666745E69FEECF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient__ctor_mBDBE8080459D5E161B0D8876719BC6FFB5D6B6C8_RuntimeMethod_var))); } IL_001f: { // Init(family); int32_t L_3 = ___family0; TcpClient_Init_m561CC01618197AFA49170029DB448A4BE7B10AC7(__this, L_3, /*hidden argument*/NULL); // ConnectTimeout = TimeSpan.FromSeconds(2); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4; L_4 = TimeSpan_FromSeconds_m4644EABECA69BC6C07AD649C5898A8E53F4FE7B0((2.0), /*hidden argument*/NULL); TcpClient_set_ConnectTimeout_m41F287128EA5EA39017FA0F9289000886067DE7C_inline(__this, L_4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::.ctor(System.Net.IPEndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_m44450C5F5F5BF5E88C00F48CC5BA3CC2AF7AF5D9 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___localEP0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public TcpClient(IPEndPoint localEP) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Init(localEP.AddressFamily); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_0 = ___localEP0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_0); TcpClient_Init_m561CC01618197AFA49170029DB448A4BE7B10AC7(__this, L_1, /*hidden argument*/NULL); // ConnectTimeout = TimeSpan.FromSeconds(2); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = TimeSpan_FromSeconds_m4644EABECA69BC6C07AD649C5898A8E53F4FE7B0((2.0), /*hidden argument*/NULL); TcpClient_set_ConnectTimeout_m41F287128EA5EA39017FA0F9289000886067DE7C_inline(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_m6E9A8B3B16820EE1CEA4E78310E1C94B50378482 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, String_t* ___hostname0, int32_t ___port1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public TcpClient(string hostname, int port) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // ConnectTimeout = TimeSpan.FromSeconds(2); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = TimeSpan_FromSeconds_m4644EABECA69BC6C07AD649C5898A8E53F4FE7B0((2.0), /*hidden argument*/NULL); TcpClient_set_ConnectTimeout_m41F287128EA5EA39017FA0F9289000886067DE7C_inline(__this, L_0, /*hidden argument*/NULL); // Connect(hostname, port); String_t* L_1 = ___hostname0; int32_t L_2 = ___port1; TcpClient_Connect_m4ABC3FC07D64BB549912D577B611A34398E1B7FE(__this, L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_Active() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_get_Active_m64EFE3CCB24BD050F21C9A2651A4D78A93DC468C (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { { // get { return active; } bool L_0 = __this->get_active_1(); return L_0; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_Active(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_Active_m7251D7580B388E615A7AE9A7083E6306F96B5EFB (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, bool ___value0, const RuntimeMethod* method) { { // set { active = value; } bool L_0 = ___value0; __this->set_active_1(L_0); // set { active = value; } return; } } // System.Net.Sockets.Socket BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_Client() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * TcpClient_get_Client_mF042D03BD323C5D43FBF3FECDE90DF606B68C854 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { { // get { return client; } Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); return L_0; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_Client(System.Net.Sockets.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_Client_mBDE9D1CA87C31529A20511D1131D163538950D46 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___value0, const RuntimeMethod* method) { { // client = value; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = ___value0; __this->set_client_2(L_0); // stream = null; __this->set_stream_0((NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 *)NULL); // } return; } } // System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_Available() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TcpClient_get_Available_mFECCB16D97F365C95796DD6E3FB7952DE802EC6B (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { { // get { return client.Available; } Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); NullCheck(L_0); int32_t L_1; L_1 = Socket_get_Available_mDAEF0D394D1130E69158CBE24A5687C772800E09(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_Connected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_get_Connected_mB496FE76E59DD18D4832F4A74AC4F2D16DFFD734 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { { // get { return client.Connected; } Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::IsConnected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_IsConnected_m3B40F1386878EFBF5F4CFC6AD380CBC741B99408 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B3_0 = 0; IL_0000: try {// begin try (depth: 1) { // return !(Client.Poll(1, SelectMode.SelectRead) && Client.Available == 0); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0; L_0 = TcpClient_get_Client_mF042D03BD323C5D43FBF3FECDE90DF606B68C854_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1; L_1 = Socket_Poll_m82012C326974DCA0B8C57A98E68C3E099D52BF7C(L_0, 1, 0, /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } IL_000f: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2; L_2 = TcpClient_get_Client_mF042D03BD323C5D43FBF3FECDE90DF606B68C854_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = Socket_get_Available_mDAEF0D394D1130E69158CBE24A5687C772800E09(L_2, /*hidden argument*/NULL); G_B3_0 = ((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0); goto IL_0020; } IL_001f: { G_B3_0 = 1; } IL_0020: { V_0 = (bool)G_B3_0; goto IL_0028; } }// 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_0023; } throw e; } CATCH_0023: {// begin catch(System.Exception) // catch (Exception) { return false; } // catch (Exception) { return false; } V_0 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0028; }// end catch (depth: 1) IL_0028: { // } bool L_4 = V_0; return L_4; } } // System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_ExclusiveAddressUse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_get_ExclusiveAddressUse_m25B5810978E41248866CEFC81FCC4B481FF1AB30 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { { // return (client.ExclusiveAddressUse); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); NullCheck(L_0); bool L_1; L_1 = Socket_get_ExclusiveAddressUse_m25C88FD1249506A1383016838D1E48DB11D26EE5(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_ExclusiveAddressUse(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ExclusiveAddressUse_mC4F6EABA0831D3BD4D3F8229FEA5E4AB5FD4C094 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, bool ___value0, const RuntimeMethod* method) { { // client.ExclusiveAddressUse = value; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); bool L_1 = ___value0; NullCheck(L_0); Socket_set_ExclusiveAddressUse_mBC7C7EF17DAFE59D002780B2CAC633E808BFDDCA(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::SetTcpClient(System.Net.Sockets.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_SetTcpClient_m65A5EAEE5C19E97E63C394D93839832B6B162BB7 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___s0, const RuntimeMethod* method) { { // Client = s; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = ___s0; TcpClient_set_Client_mBDE9D1CA87C31529A20511D1131D163538950D46(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Net.Sockets.LingerOption BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_LingerState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * TcpClient_get_LingerState_m2A1AF5CD259B68599933330CB32EF1755CDCA356 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if ((values & Properties.LingerState) != 0) uint32_t L_0 = __this->get_values_4(); if (!((int32_t)((int32_t)L_0&(int32_t)1))) { goto IL_0011; } } { // return linger_state; LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * L_1 = __this->get_linger_state_9(); return L_1; } IL_0011: { // return (LingerOption)client.GetSocketOption(SocketOptionLevel.Socket, // SocketOptionName.Linger); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = __this->get_client_2(); NullCheck(L_2); RuntimeObject * L_3; L_3 = Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D(L_2, ((int32_t)65535), ((int32_t)128), /*hidden argument*/NULL); return ((LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 *)CastclassClass((RuntimeObject*)L_3, LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34_il2cpp_TypeInfo_var)); } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_LingerState(System.Net.Sockets.LingerOption) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_LingerState_mC434A19A1971DA2D4865B52BB81EA024BDA6986D (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * ___value0, const RuntimeMethod* method) { { // if (!client.Connected) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0023; } } { // linger_state = value; LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * L_2 = ___value0; __this->set_linger_state_9(L_2); // values |= Properties.LingerState; uint32_t L_3 = __this->get_values_4(); __this->set_values_4(((int32_t)((int32_t)L_3|(int32_t)1))); // return; return; } IL_0023: { // client.SetSocketOption( // SocketOptionLevel.Socket, // SocketOptionName.Linger, value); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = __this->get_client_2(); LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * L_5 = ___value0; NullCheck(L_4); Socket_SetSocketOption_m70B560E253C15BFC41B29E92391614D64DDE830A(L_4, ((int32_t)65535), ((int32_t)128), L_5, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_NoDelay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_get_NoDelay_mDD9A55EFE2426D290A71AC70A7199293B57EC09E (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if ((values & Properties.NoDelay) != 0) uint32_t L_0 = __this->get_values_4(); if (!((int32_t)((int32_t)L_0&(int32_t)2))) { goto IL_0011; } } { // return no_delay; bool L_1 = __this->get_no_delay_10(); return L_1; } IL_0011: { // return (bool)client.GetSocketOption( // SocketOptionLevel.Tcp, // SocketOptionName.NoDelay); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = __this->get_client_2(); NullCheck(L_2); RuntimeObject * L_3; L_3 = Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D(L_2, 6, 1, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_3, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_NoDelay(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_NoDelay_m24B30ED846F17BBC73CB3E98BBF742ABBD94D01B (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, bool ___value0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B4_2 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B3_2 = NULL; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; int32_t G_B5_2 = 0; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * G_B5_3 = NULL; { // if (!client.Connected) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0023; } } { // no_delay = value; bool L_2 = ___value0; __this->set_no_delay_10(L_2); // values |= Properties.NoDelay; uint32_t L_3 = __this->get_values_4(); __this->set_values_4(((int32_t)((int32_t)L_3|(int32_t)2))); // return; return; } IL_0023: { // client.SetSocketOption( // SocketOptionLevel.Tcp, // SocketOptionName.NoDelay, value ? 1 : 0); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = __this->get_client_2(); bool L_5 = ___value0; G_B3_0 = 1; G_B3_1 = 6; G_B3_2 = L_4; if (L_5) { G_B4_0 = 1; G_B4_1 = 6; G_B4_2 = L_4; goto IL_0031; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; goto IL_0032; } IL_0031: { G_B5_0 = 1; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; } IL_0032: { NullCheck(G_B5_3); Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467(G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_ReceiveBufferSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TcpClient_get_ReceiveBufferSize_mF46CF6E3F0222B0DFEDEC5E0C3F07FAF4A46BC00 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if ((values & Properties.ReceiveBufferSize) != 0) uint32_t L_0 = __this->get_values_4(); if (!((int32_t)((int32_t)L_0&(int32_t)4))) { goto IL_0011; } } { // return recv_buffer_size; int32_t L_1 = __this->get_recv_buffer_size_7(); return L_1; } IL_0011: { // return (int)client.GetSocketOption( // SocketOptionLevel.Socket, // SocketOptionName.ReceiveBuffer); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = __this->get_client_2(); NullCheck(L_2); RuntimeObject * L_3; L_3 = Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D(L_2, ((int32_t)65535), ((int32_t)4098), /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_3, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_ReceiveBufferSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ReceiveBufferSize_m71776AA46FF5BBCEE3508BA346BD9D1D1B36CAA6 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, int32_t ___value0, const RuntimeMethod* method) { { // if (!client.Connected) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0023; } } { // recv_buffer_size = value; int32_t L_2 = ___value0; __this->set_recv_buffer_size_7(L_2); // values |= Properties.ReceiveBufferSize; uint32_t L_3 = __this->get_values_4(); __this->set_values_4(((int32_t)((int32_t)L_3|(int32_t)4))); // return; return; } IL_0023: { // client.SetSocketOption( // SocketOptionLevel.Socket, // SocketOptionName.ReceiveBuffer, value); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = __this->get_client_2(); int32_t L_5 = ___value0; NullCheck(L_4); Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467(L_4, ((int32_t)65535), ((int32_t)4098), L_5, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_ReceiveTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TcpClient_get_ReceiveTimeout_m1BE087E3CBD690194C2965675AB72413456F741B (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if ((values & Properties.ReceiveTimeout) != 0) uint32_t L_0 = __this->get_values_4(); if (!((int32_t)((int32_t)L_0&(int32_t)8))) { goto IL_0011; } } { // return recv_timeout; int32_t L_1 = __this->get_recv_timeout_5(); return L_1; } IL_0011: { // return (int)client.GetSocketOption( // SocketOptionLevel.Socket, // SocketOptionName.ReceiveTimeout); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = __this->get_client_2(); NullCheck(L_2); RuntimeObject * L_3; L_3 = Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D(L_2, ((int32_t)65535), ((int32_t)4102), /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_3, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_ReceiveTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ReceiveTimeout_mC38DB4C314EDE5F29B9D3F9B2C7E2918E04930CD (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, int32_t ___value0, const RuntimeMethod* method) { { // if (!client.Connected) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0023; } } { // recv_timeout = value; int32_t L_2 = ___value0; __this->set_recv_timeout_5(L_2); // values |= Properties.ReceiveTimeout; uint32_t L_3 = __this->get_values_4(); __this->set_values_4(((int32_t)((int32_t)L_3|(int32_t)8))); // return; return; } IL_0023: { // client.SetSocketOption( // SocketOptionLevel.Socket, // SocketOptionName.ReceiveTimeout, value); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = __this->get_client_2(); int32_t L_5 = ___value0; NullCheck(L_4); Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467(L_4, ((int32_t)65535), ((int32_t)4102), L_5, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_SendBufferSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TcpClient_get_SendBufferSize_mA1E35C38EB10537162B3E1EABDCADA5E4655F1FC (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if ((values & Properties.SendBufferSize) != 0) uint32_t L_0 = __this->get_values_4(); if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) { goto IL_0012; } } { // return send_buffer_size; int32_t L_1 = __this->get_send_buffer_size_8(); return L_1; } IL_0012: { // return (int)client.GetSocketOption( // SocketOptionLevel.Socket, // SocketOptionName.SendBuffer); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = __this->get_client_2(); NullCheck(L_2); RuntimeObject * L_3; L_3 = Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D(L_2, ((int32_t)65535), ((int32_t)4097), /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_3, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_SendBufferSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_SendBufferSize_m9BF8FF71490464C51C8530E4232B64976A3008E7 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, int32_t ___value0, const RuntimeMethod* method) { { // if (!client.Connected) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0024; } } { // send_buffer_size = value; int32_t L_2 = ___value0; __this->set_send_buffer_size_8(L_2); // values |= Properties.SendBufferSize; uint32_t L_3 = __this->get_values_4(); __this->set_values_4(((int32_t)((int32_t)L_3|(int32_t)((int32_t)16)))); // return; return; } IL_0024: { // client.SetSocketOption( // SocketOptionLevel.Socket, // SocketOptionName.SendBuffer, value); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = __this->get_client_2(); int32_t L_5 = ___value0; NullCheck(L_4); Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467(L_4, ((int32_t)65535), ((int32_t)4097), L_5, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_SendTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TcpClient_get_SendTimeout_mDEB14A54B7EC5690826EEC21F666C96E5F15D339 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if ((values & Properties.SendTimeout) != 0) uint32_t L_0 = __this->get_values_4(); if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)32)))) { goto IL_0012; } } { // return send_timeout; int32_t L_1 = __this->get_send_timeout_6(); return L_1; } IL_0012: { // return (int)client.GetSocketOption( // SocketOptionLevel.Socket, // SocketOptionName.SendTimeout); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = __this->get_client_2(); NullCheck(L_2); RuntimeObject * L_3; L_3 = Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D(L_2, ((int32_t)65535), ((int32_t)4101), /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_3, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_SendTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_SendTimeout_m8A424D84905E4FB5FA2BD35974BC5F92C013C4A1 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, int32_t ___value0, const RuntimeMethod* method) { { // if (!client.Connected) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); NullCheck(L_0); bool L_1; L_1 = Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0024; } } { // send_timeout = value; int32_t L_2 = ___value0; __this->set_send_timeout_6(L_2); // values |= Properties.SendTimeout; uint32_t L_3 = __this->get_values_4(); __this->set_values_4(((int32_t)((int32_t)L_3|(int32_t)((int32_t)32)))); // return; return; } IL_0024: { // client.SetSocketOption( // SocketOptionLevel.Socket, // SocketOptionName.SendTimeout, value); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = __this->get_client_2(); int32_t L_5 = ___value0; NullCheck(L_4); Socket_SetSocketOption_m6034478D182424029DA43CB526EC578E22C4A467(L_4, ((int32_t)65535), ((int32_t)4101), L_5, /*hidden argument*/NULL); // } return; } } // System.TimeSpan BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_ConnectTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TcpClient_get_ConnectTimeout_m49562A2F5AA9F3250DC88A662F7765DBD7854084 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { { // public TimeSpan ConnectTimeout { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CConnectTimeoutU3Ek__BackingField_11(); return L_0; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_ConnectTimeout(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_set_ConnectTimeout_m41F287128EA5EA39017FA0F9289000886067DE7C (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan ConnectTimeout { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CConnectTimeoutU3Ek__BackingField_11(L_0); return; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Close_m0835AB036C6ACC74EB78F7454C0BEB279F222A29 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ((IDisposable)this).Dispose(); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, __this); // } return; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Connect(System.Net.IPEndPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_m85EDA03D6A30266723D0CBCC18DC83D1BD940F1F (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___remoteEP0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass55_0_U3CConnectU3Eb__0_mDC7F9BA03845737BD5C9A0C36C863A313E721ED8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass55_0_t3E648E58D791612799A7EB0D2D108025673B524E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass55_0_t3E648E58D791612799A7EB0D2D108025673B524E * V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // if (ConnectTimeout > TimeSpan.Zero) TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = TcpClient_get_ConnectTimeout_m49562A2F5AA9F3250DC88A662F7765DBD7854084_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_Zero_19(); bool L_2; L_2 = TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0088; } } IL_0012: { U3CU3Ec__DisplayClass55_0_t3E648E58D791612799A7EB0D2D108025673B524E * L_3 = (U3CU3Ec__DisplayClass55_0_t3E648E58D791612799A7EB0D2D108025673B524E *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass55_0_t3E648E58D791612799A7EB0D2D108025673B524E_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass55_0__ctor_mD6CA80F209D7E931B646FCF793B5994EA5B09CF7(L_3, /*hidden argument*/NULL); V_0 = L_3; // System.Threading.ManualResetEvent mre = new System.Threading.ManualResetEvent(false); U3CU3Ec__DisplayClass55_0_t3E648E58D791612799A7EB0D2D108025673B524E * L_4 = V_0; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_5 = (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)il2cpp_codegen_object_new(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); ManualResetEvent__ctor_mF80BD5B0955BDA8CD514F48EBFF48698E5D03850(L_5, (bool)0, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_mre_0(L_5); // IAsyncResult result = client.BeginConnect(remoteEP, (res) => mre.Set(), null); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_6 = __this->get_client_2(); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_7 = ___remoteEP0; U3CU3Ec__DisplayClass55_0_t3E648E58D791612799A7EB0D2D108025673B524E * L_8 = V_0; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_9 = (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)il2cpp_codegen_object_new(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_il2cpp_TypeInfo_var); AsyncCallback__ctor_m90AB9820D2F8B0B06E5E51AF3E9086415A122D05(L_9, L_8, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass55_0_U3CConnectU3Eb__0_mDC7F9BA03845737BD5C9A0C36C863A313E721ED8_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject* L_10; L_10 = Socket_BeginConnect_m6B71DEA09A833155BBF391D25DC81C404FE5B3EF(L_6, L_7, L_9, NULL, /*hidden argument*/NULL); V_1 = L_10; // active = mre.WaitOne(ConnectTimeout); U3CU3Ec__DisplayClass55_0_t3E648E58D791612799A7EB0D2D108025673B524E * L_11 = V_0; NullCheck(L_11); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_12 = L_11->get_mre_0(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_13; L_13 = TcpClient_get_ConnectTimeout_m49562A2F5AA9F3250DC88A662F7765DBD7854084_inline(__this, /*hidden argument*/NULL); NullCheck(L_12); bool L_14; L_14 = VirtualFuncInvoker1< bool, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 >::Invoke(12 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.TimeSpan) */, L_12, L_13); __this->set_active_1(L_14); // if (active) bool L_15 = __this->get_active_1(); if (!L_15) { goto IL_006b; } } IL_005d: { // client.EndConnect(result); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_16 = __this->get_client_2(); RuntimeObject* L_17 = V_1; NullCheck(L_16); Socket_EndConnect_mC014DB766DCF93646536008F55692BE9143797E6(L_16, L_17, /*hidden argument*/NULL); IL2CPP_LEAVE(0xA4, FINALLY_009d); } IL_006b: { } IL_006c: try {// begin try (depth: 2) // client.Disconnect(true); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_18 = __this->get_client_2(); NullCheck(L_18); Socket_Disconnect_m088E558DFF8B6640DE5D3F041504F15D0C1DB957(L_18, (bool)1, /*hidden argument*/NULL); // } goto IL_007d; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_007a; } throw e; } CATCH_007a: {// begin catch(System.Object) // catch // { } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_007d; }// end catch (depth: 2) IL_007d: { // throw new TimeoutException("Connection timed out!"); TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926 * L_19 = (TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926_il2cpp_TypeInfo_var))); TimeoutException__ctor_m1A7B4D7C61A8090FA3BAFD65B583587567CDC5C3(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBFD589C41584F03B99A5330D3C8A2434112ED4ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_m85EDA03D6A30266723D0CBCC18DC83D1BD940F1F_RuntimeMethod_var))); } IL_0088: { // client.Connect(remoteEP); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_20 = __this->get_client_2(); IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_21 = ___remoteEP0; NullCheck(L_20); Socket_Connect_mA047E173F3E1082B396D018585E0B0B2D6E8E5A8(L_20, L_21, /*hidden argument*/NULL); // active = true; __this->set_active_1((bool)1); // } IL2CPP_LEAVE(0xA4, FINALLY_009d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009d; } FINALLY_009d: {// begin finally (depth: 1) // CheckDisposed(); TcpClient_CheckDisposed_mD3BF5221F3A21875A982A348D0212B2EB3BC513E(__this, /*hidden argument*/NULL); // } IL2CPP_END_FINALLY(157) }// end finally (depth: 1) IL2CPP_CLEANUP(157) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA4, IL_00a4) } IL_00a4: { // } return; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Connect(System.Net.IPAddress,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_m6787A6F66D25188ECFF7D52ADB5ECA26D3C15455 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, int32_t ___port1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Connect(new IPEndPoint(address, port)); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_0 = ___address0; int32_t L_1 = ___port1; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_2 = (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)il2cpp_codegen_object_new(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321(L_2, L_0, L_1, /*hidden argument*/NULL); TcpClient_Connect_m85EDA03D6A30266723D0CBCC18DC83D1BD940F1F(__this, L_2, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::SetOptions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_SetOptions_m2BA2EEA289BEA2D6BE10AF0E63EF1E43521F0E5C (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { uint32_t G_B2_0 = 0; uint32_t G_B1_0 = 0; uint32_t G_B4_0 = 0; uint32_t G_B3_0 = 0; uint32_t G_B6_0 = 0; uint32_t G_B5_0 = 0; uint32_t G_B8_0 = 0; uint32_t G_B7_0 = 0; uint32_t G_B10_0 = 0; uint32_t G_B9_0 = 0; { // Properties props = values; uint32_t L_0 = __this->get_values_4(); // values = 0; __this->set_values_4(0); // if ((props & Properties.LingerState) != 0) uint32_t L_1 = L_0; G_B1_0 = L_1; if (!((int32_t)((int32_t)L_1&(int32_t)1))) { G_B2_0 = L_1; goto IL_001e; } } { // LingerState = linger_state; LingerOption_t4E191E63AB49943D401B71B3E7830E6586CE0E34 * L_2 = __this->get_linger_state_9(); TcpClient_set_LingerState_mC434A19A1971DA2D4865B52BB81EA024BDA6986D(__this, L_2, /*hidden argument*/NULL); G_B2_0 = G_B1_0; } IL_001e: { // if ((props & Properties.NoDelay) != 0) uint32_t L_3 = G_B2_0; G_B3_0 = L_3; if (!((int32_t)((int32_t)L_3&(int32_t)2))) { G_B4_0 = L_3; goto IL_002f; } } { // NoDelay = no_delay; bool L_4 = __this->get_no_delay_10(); TcpClient_set_NoDelay_m24B30ED846F17BBC73CB3E98BBF742ABBD94D01B(__this, L_4, /*hidden argument*/NULL); G_B4_0 = G_B3_0; } IL_002f: { // if ((props & Properties.ReceiveBufferSize) != 0) uint32_t L_5 = G_B4_0; G_B5_0 = L_5; if (!((int32_t)((int32_t)L_5&(int32_t)4))) { G_B6_0 = L_5; goto IL_0040; } } { // ReceiveBufferSize = recv_buffer_size; int32_t L_6 = __this->get_recv_buffer_size_7(); TcpClient_set_ReceiveBufferSize_m71776AA46FF5BBCEE3508BA346BD9D1D1B36CAA6(__this, L_6, /*hidden argument*/NULL); G_B6_0 = G_B5_0; } IL_0040: { // if ((props & Properties.ReceiveTimeout) != 0) uint32_t L_7 = G_B6_0; G_B7_0 = L_7; if (!((int32_t)((int32_t)L_7&(int32_t)8))) { G_B8_0 = L_7; goto IL_0051; } } { // ReceiveTimeout = recv_timeout; int32_t L_8 = __this->get_recv_timeout_5(); TcpClient_set_ReceiveTimeout_mC38DB4C314EDE5F29B9D3F9B2C7E2918E04930CD(__this, L_8, /*hidden argument*/NULL); G_B8_0 = G_B7_0; } IL_0051: { // if ((props & Properties.SendBufferSize) != 0) uint32_t L_9 = G_B8_0; G_B9_0 = L_9; if (!((int32_t)((int32_t)L_9&(int32_t)((int32_t)16)))) { G_B10_0 = L_9; goto IL_0063; } } { // SendBufferSize = send_buffer_size; int32_t L_10 = __this->get_send_buffer_size_8(); TcpClient_set_SendBufferSize_m9BF8FF71490464C51C8530E4232B64976A3008E7(__this, L_10, /*hidden argument*/NULL); G_B10_0 = G_B9_0; } IL_0063: { // if ((props & Properties.SendTimeout) != 0) if (!((int32_t)((int32_t)G_B10_0&(int32_t)((int32_t)32)))) { goto IL_0074; } } { // SendTimeout = send_timeout; int32_t L_11 = __this->get_send_timeout_6(); TcpClient_set_SendTimeout_m8A424D84905E4FB5FA2BD35974BC5F92C013C4A1(__this, L_11, /*hidden argument*/NULL); } IL_0074: { // } return; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Connect(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_m4ABC3FC07D64BB549912D577B611A34398E1B7FE (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, String_t* ___hostname0, int32_t ___port1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass58_0_U3CConnectU3Eb__0_m05FFC7A3C539471C1D1C0A5C9EC8CA57AD311EE5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass58_0_t1F06F2FE6B8AEEDB5965CBFD1EF2876C1812DF62_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass58_0_t1F06F2FE6B8AEEDB5965CBFD1EF2876C1812DF62 * V_0 = NULL; RuntimeObject* V_1 = NULL; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_2 = NULL; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_3 = NULL; { // if (ConnectTimeout > TimeSpan.Zero) TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = TcpClient_get_ConnectTimeout_m49562A2F5AA9F3250DC88A662F7765DBD7854084_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_Zero_19(); bool L_2; L_2 = TimeSpan_op_GreaterThan_m2D4C46D810B02CAA65335A1AB9053AE45875BA18(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0066; } } { U3CU3Ec__DisplayClass58_0_t1F06F2FE6B8AEEDB5965CBFD1EF2876C1812DF62 * L_3 = (U3CU3Ec__DisplayClass58_0_t1F06F2FE6B8AEEDB5965CBFD1EF2876C1812DF62 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass58_0_t1F06F2FE6B8AEEDB5965CBFD1EF2876C1812DF62_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass58_0__ctor_m2FC79DD6740E17CF857A0128596884EFBE3E4434(L_3, /*hidden argument*/NULL); V_0 = L_3; // System.Threading.ManualResetEvent mre = new System.Threading.ManualResetEvent(false); U3CU3Ec__DisplayClass58_0_t1F06F2FE6B8AEEDB5965CBFD1EF2876C1812DF62 * L_4 = V_0; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_5 = (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)il2cpp_codegen_object_new(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); ManualResetEvent__ctor_mF80BD5B0955BDA8CD514F48EBFF48698E5D03850(L_5, (bool)0, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_mre_0(L_5); // IAsyncResult result = Dns.BeginGetHostAddresses(hostname, (res) => mre.Set(), null); String_t* L_6 = ___hostname0; U3CU3Ec__DisplayClass58_0_t1F06F2FE6B8AEEDB5965CBFD1EF2876C1812DF62 * L_7 = V_0; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_8 = (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)il2cpp_codegen_object_new(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA_il2cpp_TypeInfo_var); AsyncCallback__ctor_m90AB9820D2F8B0B06E5E51AF3E9086415A122D05(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass58_0_U3CConnectU3Eb__0_m05FFC7A3C539471C1D1C0A5C9EC8CA57AD311EE5_RuntimeMethod_var), /*hidden argument*/NULL); RuntimeObject* L_9; L_9 = Dns_BeginGetHostAddresses_mF3F4008C496455AEC35B3D2DEDA58406FA8F98A3(L_6, L_8, NULL, /*hidden argument*/NULL); V_1 = L_9; // bool success = mre.WaitOne(ConnectTimeout); U3CU3Ec__DisplayClass58_0_t1F06F2FE6B8AEEDB5965CBFD1EF2876C1812DF62 * L_10 = V_0; NullCheck(L_10); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_11 = L_10->get_mre_0(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_12; L_12 = TcpClient_get_ConnectTimeout_m49562A2F5AA9F3250DC88A662F7765DBD7854084_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); bool L_13; L_13 = VirtualFuncInvoker1< bool, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 >::Invoke(12 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.TimeSpan) */, L_11, L_12); // if (success) if (!L_13) { goto IL_005b; } } { // IPAddress[] addresses = Dns.EndGetHostAddresses(result); RuntimeObject* L_14 = V_1; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_15; L_15 = Dns_EndGetHostAddresses_mEAF1498417D0C8AF5C21A09D02B126DCC474B931(L_14, /*hidden argument*/NULL); V_2 = L_15; // Connect(addresses, port); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_16 = V_2; int32_t L_17 = ___port1; TcpClient_Connect_m3E6095B771FDA0CCF161CDF3848CC5541AB0157D(__this, L_16, L_17, /*hidden argument*/NULL); // } return; } IL_005b: { // throw new TimeoutException("DNS resolve timed out!"); TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926 * L_18 = (TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeoutException_tB5D0EEFAEC3FC79FFDEF23C55D1BDF4DE347C926_il2cpp_TypeInfo_var))); TimeoutException__ctor_m1A7B4D7C61A8090FA3BAFD65B583587567CDC5C3(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75903BE627AB22C8BE5B63C68F42B890B523784F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_m4ABC3FC07D64BB549912D577B611A34398E1B7FE_RuntimeMethod_var))); } IL_0066: { // IPAddress[] addresses = Dns.GetHostAddresses(hostname); String_t* L_19 = ___hostname0; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_20; L_20 = Dns_GetHostAddresses_m8973842AF0FE11D76AC9D4FFE28908F1B974F164(L_19, /*hidden argument*/NULL); V_3 = L_20; // Connect(addresses, port); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_21 = V_3; int32_t L_22 = ___port1; TcpClient_Connect_m3E6095B771FDA0CCF161CDF3848CC5541AB0157D(__this, L_21, L_22, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Connect(System.Net.IPAddress[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_m3E6095B771FDA0CCF161CDF3848CC5541AB0157D (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___ipAddresses0, int32_t ___port1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50ED54FF957D51DB7CD4A2ED9606AB1A8EC457E6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A2B2CF2774C75D4E1469A75F093C83970984EB2); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * V_1 = NULL; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // CheckDisposed(); TcpClient_CheckDisposed_mD3BF5221F3A21875A982A348D0212B2EB3BC513E(__this, /*hidden argument*/NULL); // if (ipAddresses == null) IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_0 = ___ipAddresses0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("ipAddresses"); 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*)&_stringLiteral5CCA5E5918116953E853CD8C3A3AB4C9B0953012)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_m3E6095B771FDA0CCF161CDF3848CC5541AB0157D_RuntimeMethod_var))); } IL_0014: { // for (int i = 0; i < ipAddresses.Length; i++) V_0 = 0; goto IL_00dc; } IL_001b: { } IL_001c: try {// begin try (depth: 1) { // IPAddress address = ipAddresses[i]; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_2 = ___ipAddresses0; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; // if (address.Equals(IPAddress.Any) || // address.Equals(IPAddress.IPv6Any)) IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_7 = ((IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var))->get_Any_0(); NullCheck(L_6); bool L_8; L_8 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_6, L_7); if (L_8) { goto IL_003a; } } IL_002d: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_10 = ((IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var))->get_IPv6Any_7(); NullCheck(L_9); bool L_11; L_11 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_9, L_10); if (!L_11) { goto IL_0045; } } IL_003a: { // throw new SocketException((int)SocketError.AddressNotAvailable); SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_12 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m4AA74DE46D28204456EFCCBBC5ACC841DA2941EF(L_12, ((int32_t)10049), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_m3E6095B771FDA0CCF161CDF3848CC5541AB0157D_RuntimeMethod_var))); } IL_0045: { // Init(address.AddressFamily); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_13 = V_1; NullCheck(L_13); int32_t L_14; L_14 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_13, /*hidden argument*/NULL); TcpClient_Init_m561CC01618197AFA49170029DB448A4BE7B10AC7(__this, L_14, /*hidden argument*/NULL); // if (address.AddressFamily == AddressFamily.InterNetwork) IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_15 = V_1; NullCheck(L_15); int32_t L_16; L_16 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) == ((int32_t)2))) { goto IL_006f; } } IL_005a: { // else if (address.AddressFamily == AddressFamily.InterNetworkV6) IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_17 = V_1; NullCheck(L_17); int32_t L_18; L_18 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) == ((int32_t)((int32_t)23)))) { goto IL_006f; } } IL_0064: { // throw new NotSupportedException("This method is only valid for sockets in the InterNetwork and InterNetworkV6 families"); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_19 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE754011421EEC91701E980324BEE633EE3AA31BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_m3E6095B771FDA0CCF161CDF3848CC5541AB0157D_RuntimeMethod_var))); } IL_006f: { // Connect(new IPEndPoint(address, port)); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_20 = V_1; int32_t L_21 = ___port1; IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * L_22 = (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)il2cpp_codegen_object_new(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_il2cpp_TypeInfo_var); IPEndPoint__ctor_m22783A215BA0B38674F6A6CB6803804268561321(L_22, L_20, L_21, /*hidden argument*/NULL); TcpClient_Connect_m85EDA03D6A30266723D0CBCC18DC83D1BD940F1F(__this, L_22, /*hidden argument*/NULL); // if (values != 0) uint32_t L_23 = __this->get_values_4(); if (!L_23) { goto IL_008a; } } IL_0084: { // SetOptions(); TcpClient_SetOptions_m2BA2EEA289BEA2D6BE10AF0E63EF1E43521F0E5C(__this, /*hidden argument*/NULL); } IL_008a: { // client.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.KeepAlive, true); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_24 = __this->get_client_2(); NullCheck(L_24); Socket_SetSocketOption_m0C098DE4E3F030FD9856E00F34199C28335641D5(L_24, ((int32_t)65535), 8, (bool)1, /*hidden argument*/NULL); // HTTPManager.Logger.Information("TcpClient", string.Format("Connected to {0}:{1}", address.ToString(), port.ToString())); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_25; L_25 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_26 = V_1; NullCheck(L_26); String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_26); String_t* L_28; L_28 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___port1), /*hidden argument*/NULL); String_t* L_29; L_29 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral5A2B2CF2774C75D4E1469A75F093C83970984EB2, L_27, L_28, /*hidden argument*/NULL); NullCheck(L_25); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_25, _stringLiteral50ED54FF957D51DB7CD4A2ED9606AB1A8EC457E6, L_29); // break; goto IL_00e5; } }// 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_00c4; } throw e; } CATCH_00c4: {// begin catch(System.Exception) { // catch (Exception e) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Init(AddressFamily.InterNetwork); TcpClient_Init_m561CC01618197AFA49170029DB448A4BE7B10AC7(__this, 2, /*hidden argument*/NULL); // if (i == ipAddresses.Length - 1) int32_t L_30 = V_0; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_31 = ___ipAddresses0; NullCheck(L_31); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))), (int32_t)1)))))) { goto IL_00d6; } } IL_00d4: { // throw e; Exception_t * L_32 = V_2; IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_Connect_m3E6095B771FDA0CCF161CDF3848CC5541AB0157D_RuntimeMethod_var))); } IL_00d6: { // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00d8; } }// end catch (depth: 1) IL_00d8: { // for (int i = 0; i < ipAddresses.Length; i++) int32_t L_33 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00dc: { // for (int i = 0; i < ipAddresses.Length; i++) int32_t L_34 = V_0; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_35 = ___ipAddresses0; NullCheck(L_35); if ((((int32_t)L_34) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))))) { goto IL_001b; } } IL_00e5: { // } return; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::EndConnect(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_EndConnect_mE1FBDA562DCD6E7A8D217001E527A3700A81D43B (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { // client.EndConnect(asyncResult); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); RuntimeObject* L_1 = ___asyncResult0; NullCheck(L_0); Socket_EndConnect_mC014DB766DCF93646536008F55692BE9143797E6(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.IAsyncResult BestHTTP.PlatformSupport.TcpClient.General.TcpClient::BeginConnect(System.Net.IPAddress,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TcpClient_BeginConnect_mBD16717BC60DDAF32C540D5D8EBDB5F79D7E4BF9 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, int32_t ___port1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method) { { // return client.BeginConnect(address, port, requestCallback, state); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_1 = ___address0; int32_t L_2 = ___port1; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_3 = ___requestCallback2; RuntimeObject * L_4 = ___state3; NullCheck(L_0); RuntimeObject* L_5; L_5 = Socket_BeginConnect_m493E49645C9F1C78621633A8A4CAFD3E35EF6973(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.IAsyncResult BestHTTP.PlatformSupport.TcpClient.General.TcpClient::BeginConnect(System.Net.IPAddress[],System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TcpClient_BeginConnect_m845A46AA4843AD7999A98F37273B6798AA270CD2 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___addresses0, int32_t ___port1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method) { { // return client.BeginConnect(addresses, port, requestCallback, state); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_1 = ___addresses0; int32_t L_2 = ___port1; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_3 = ___requestCallback2; RuntimeObject * L_4 = ___state3; NullCheck(L_0); RuntimeObject* L_5; L_5 = Socket_BeginConnect_m8000CE38F7C701D1B4F07B498C222E718BC5074B(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.IAsyncResult BestHTTP.PlatformSupport.TcpClient.General.TcpClient::BeginConnect(System.String,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TcpClient_BeginConnect_m8686F85A21043162BF39326C09DFF23A39AE4A26 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, String_t* ___host0, int32_t ___port1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method) { { // return client.BeginConnect(host, port, requestCallback, state); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); String_t* L_1 = ___host0; int32_t L_2 = ___port1; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_3 = ___requestCallback2; RuntimeObject * L_4 = ___state3; NullCheck(L_0); RuntimeObject* L_5; L_5 = Socket_BeginConnect_mA2E99418FD828F25F66A3D9DBF4BB20D64ADE133(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_System_IDisposable_Dispose_m43CE8513A34A3DECD4B46089578BB794924220C1 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Dispose(true); VirtualActionInvoker1< bool >::Invoke(5 /* System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Dispose(System.Boolean) */, __this, (bool)1); // GC.SuppressFinalize(this); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Dispose_m8A68B8C79A4642448530822FAE088C29DC07DE73 (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, bool ___disposing0, const RuntimeMethod* method) { NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * V_0 = NULL; { // if (disposed) bool L_0 = __this->get_disposed_3(); if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // disposed = true; __this->set_disposed_3((bool)1); // if (disposing) bool L_1 = ___disposing0; if (!L_1) { goto IL_004e; } } { // NetworkStream s = stream; NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_2 = __this->get_stream_0(); V_0 = L_2; // stream = null; __this->set_stream_0((NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 *)NULL); // if (s != null) NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_3 = V_0; if (!L_3) { goto IL_0034; } } { // s.Close(); NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_4 = V_0; NullCheck(L_4); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_4); // active = false; __this->set_active_1((bool)0); // s = null; V_0 = (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 *)NULL; // } return; } IL_0034: { // else if (client != null) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_5 = __this->get_client_2(); if (!L_5) { goto IL_004e; } } { // client.Close(); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_6 = __this->get_client_2(); NullCheck(L_6); Socket_Close_m24AB78F5DAC1C39BB7FFB30A9620B2B07E01DEEB(L_6, /*hidden argument*/NULL); // client = null; __this->set_client_2((Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 *)NULL); } IL_004e: { // } return; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Finalize_m399DBC9F31AB6D4693248DA24BC8B463BB83E21A (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // Dispose(false); VirtualActionInvoker1< bool >::Invoke(5 /* System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x10, FINALLY_0009); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0009; } FINALLY_0009: {// begin finally (depth: 1) // } Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) }// end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10, IL_0010) } IL_0010: { // } return; } } // System.IO.Stream BestHTTP.PlatformSupport.TcpClient.General.TcpClient::GetStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * TcpClient_GetStream_m18EA98607E68C5B69FA1E97D5AD6AC4C9B50414D (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // if (stream == null) NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_0 = __this->get_stream_0(); if (L_0) { goto IL_001a; } } IL_0008: { // stream = new NetworkStream(client, true); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_1 = __this->get_client_2(); NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_2 = (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 *)il2cpp_codegen_object_new(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48_il2cpp_TypeInfo_var); NetworkStream__ctor_mA1CC20301CE577D0D971E02452956141D21E2F48(L_2, L_1, (bool)1, /*hidden argument*/NULL); __this->set_stream_0(L_2); } IL_001a: { // return stream; NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_3 = __this->get_stream_0(); V_0 = L_3; IL2CPP_LEAVE(0x2A, FINALLY_0023); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: {// begin finally (depth: 1) // finally { CheckDisposed(); } TcpClient_CheckDisposed_mD3BF5221F3A21875A982A348D0212B2EB3BC513E(__this, /*hidden argument*/NULL); // finally { CheckDisposed(); } IL2CPP_END_FINALLY(35) }// end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2A, IL_002a) } IL_002a: { // } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = V_0; return L_4; } } // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::CheckDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_CheckDisposed_mD3BF5221F3A21875A982A348D0212B2EB3BC513E (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { { // if (disposed) bool L_0 = __this->get_disposed_3(); if (!L_0) { goto IL_0019; } } { // throw new ObjectDisposedException(GetType().FullName); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TcpClient_CheckDisposed_mD3BF5221F3A21875A982A348D0212B2EB3BC513E_RuntimeMethod_var))); } IL_0019: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeaEngine__ctor_m8D9D0F418CA5649322AAD53F75A088B523B324E8 (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * __this, const RuntimeMethod* method) { { // public TeaEngine() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // _initialised = false; __this->set__initialised_8((bool)0); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TeaEngine_get_AlgorithmName_m23DBEA1B6D9E32CCB83EFF941A668E5BC048CC23 (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0796E90F43FCEAA833791A89357F3DA6E4AAF4E); s_Il2CppMethodInitialized = true; } { // get { return "TEA"; } return _stringLiteralA0796E90F43FCEAA833791A89357F3DA6E4AAF4E; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TeaEngine_get_IsPartialBlockOkay_mD34D233B88C261D41218664BE8A1A09176FEA915 (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TeaEngine_GetBlockSize_m3BB5D53577C50101807F5AC6E90F585EF8CBC56E (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * __this, const RuntimeMethod* method) { { // return block_size; return 8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeaEngine_Init_m48C1D31016D124B7399C687F380A552FE03BFB7B (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_0 = NULL; { // if (!(parameters is KeyParameter)) RuntimeObject* L_0 = ___parameters1; if (((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_001e; } } { // throw new ArgumentException("invalid parameter passed to TEA init - " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_1 = ___parameters1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD187D665853B8D7EA2432DDF6CBF2E65DC3BA81D)), L_2, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TeaEngine_Init_m48C1D31016D124B7399C687F380A552FE03BFB7B_RuntimeMethod_var))); } IL_001e: { // _forEncryption = forEncryption; bool L_5 = ___forEncryption0; __this->set__forEncryption_9(L_5); // _initialised = true; __this->set__initialised_8((bool)1); // KeyParameter p = (KeyParameter) parameters; RuntimeObject* L_6 = ___parameters1; V_0 = ((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_6, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)); // setKey(p.GetKey()); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_7 = V_0; NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(L_7, /*hidden argument*/NULL); TeaEngine_setKey_mCC19D2F39C4BCD2EBB4B59DEF5CDB6C5F61CF00D(__this, L_8, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TeaEngine_ProcessBlock_mA99ED1ED053DB2C775CC2CB43A45613E086D44DE (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inBytes0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED); s_Il2CppMethodInitialized = true; } { // if (!_initialised) bool L_0 = __this->get__initialised_8(); if (L_0) { goto IL_001e; } } { // throw new InvalidOperationException(AlgorithmName + " not initialised"); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::get_AlgorithmName() */, __this); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54C61EA654A453F853B81CE072DEC048FBB4991)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TeaEngine_ProcessBlock_mA99ED1ED053DB2C775CC2CB43A45613E086D44DE_RuntimeMethod_var))); } IL_001e: { // Check.DataLength(inBytes, inOff, block_size, "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___inBytes0; int32_t L_5 = ___inOff1; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_4, L_5, 8, _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(outBytes, outOff, block_size, "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___outBytes2; int32_t L_7 = ___outOff3; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_6, L_7, 8, _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // return _forEncryption // ? encryptBlock(inBytes, inOff, outBytes, outOff) // : decryptBlock(inBytes, inOff, outBytes, outOff); bool L_8 = __this->get__forEncryption_9(); if (L_8) { goto IL_004d; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___inBytes0; int32_t L_10 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___outBytes2; int32_t L_12 = ___outOff3; int32_t L_13; L_13 = TeaEngine_decryptBlock_mC996608A9AB0B2B034F9E98F1F0AA54D7828AC47(__this, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } IL_004d: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___inBytes0; int32_t L_15 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___outBytes2; int32_t L_17 = ___outOff3; int32_t L_18; L_18 = TeaEngine_encryptBlock_m96AB1FC4B07D61D8CA48CB032F984C2FA57E338A(__this, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeaEngine_Reset_m7DB9AB216331635ECEA7548A21E18D11ED6EE1AB (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::setKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeaEngine_setKey_mCC19D2F39C4BCD2EBB4B59DEF5CDB6C5F61CF00D (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method) { { // _a = Pack.BE_To_UInt32(key, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; uint32_t L_1; L_1 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_0, 0, /*hidden argument*/NULL); __this->set__a_4(L_1); // _b = Pack.BE_To_UInt32(key, 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___key0; uint32_t L_3; L_3 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_2, 4, /*hidden argument*/NULL); __this->set__b_5(L_3); // _c = Pack.BE_To_UInt32(key, 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___key0; uint32_t L_5; L_5 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_4, 8, /*hidden argument*/NULL); __this->set__c_6(L_5); // _d = Pack.BE_To_UInt32(key, 12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___key0; uint32_t L_7; L_7 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_6, ((int32_t)12), /*hidden argument*/NULL); __this->set__d_7(L_7); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::encryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TeaEngine_encryptBlock_m96AB1FC4B07D61D8CA48CB032F984C2FA57E338A (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inBytes0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; int32_t V_3 = 0; { // uint v0 = Pack.BE_To_UInt32(inBytes, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___inBytes0; int32_t L_1 = ___inOff1; uint32_t L_2; L_2 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // uint v1 = Pack.BE_To_UInt32(inBytes, inOff + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___inBytes0; int32_t L_4 = ___inOff1; uint32_t L_5; L_5 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); V_1 = L_5; // uint sum = 0; V_2 = 0; // for (int i = 0; i != rounds; i++) V_3 = 0; goto IL_005c; } IL_0018: { // sum += delta; uint32_t L_6 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)-1640531527))); // v0 += ((v1 << 4) + _a) ^ (v1 + sum) ^ ((v1 >> 5) + _b); uint32_t L_7 = V_0; uint32_t L_8 = V_1; uint32_t L_9 = __this->get__a_4(); uint32_t L_10 = V_1; uint32_t L_11 = V_2; uint32_t L_12 = V_1; uint32_t L_13 = __this->get__b_5(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_8<<(int32_t)4)), (int32_t)L_9))^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11))))^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((uint32_t)L_12>>5)), (int32_t)L_13)))))); // v1 += ((v0 << 4) + _c) ^ (v0 + sum) ^ ((v0 >> 5) + _d); uint32_t L_14 = V_1; uint32_t L_15 = V_0; uint32_t L_16 = __this->get__c_6(); uint32_t L_17 = V_0; uint32_t L_18 = V_2; uint32_t L_19 = V_0; uint32_t L_20 = __this->get__d_7(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_15<<(int32_t)4)), (int32_t)L_16))^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18))))^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((uint32_t)L_19>>5)), (int32_t)L_20)))))); // for (int i = 0; i != rounds; i++) int32_t L_21 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_005c: { // for (int i = 0; i != rounds; i++) int32_t L_22 = V_3; if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)32))))) { goto IL_0018; } } { // Pack.UInt32_To_BE(v0, outBytes, outOff); uint32_t L_23 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___outBytes2; int32_t L_25 = ___outOff3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_23, L_24, L_25, /*hidden argument*/NULL); // Pack.UInt32_To_BE(v1, outBytes, outOff + 4); uint32_t L_26 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = ___outBytes2; int32_t L_28 = ___outOff3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_26, L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)4)), /*hidden argument*/NULL); // return block_size; return 8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.TeaEngine::decryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TeaEngine_decryptBlock_mC996608A9AB0B2B034F9E98F1F0AA54D7828AC47 (TeaEngine_t612C4BEB53CBC9EC7042FA339203798F817153ED * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inBytes0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes2, int32_t ___outOff3, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; int32_t V_3 = 0; { // uint v0 = Pack.BE_To_UInt32(inBytes, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___inBytes0; int32_t L_1 = ___inOff1; uint32_t L_2; L_2 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // uint v1 = Pack.BE_To_UInt32(inBytes, inOff + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___inBytes0; int32_t L_4 = ___inOff1; uint32_t L_5; L_5 = Pack_BE_To_UInt32_m12CE84088675F71E264FA24F5DD4ED29AB44254C(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); V_1 = L_5; // uint sum = d_sum; V_2 = ((int32_t)-957401312); // for (int i = 0; i != rounds; i++) V_3 = 0; goto IL_0060; } IL_001c: { // v1 -= ((v0 << 4) + _c) ^ (v0 + sum) ^ ((v0 >> 5) + _d); uint32_t L_6 = V_1; uint32_t L_7 = V_0; uint32_t L_8 = __this->get__c_6(); uint32_t L_9 = V_0; uint32_t L_10 = V_2; uint32_t L_11 = V_0; uint32_t L_12 = __this->get__d_7(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_7<<(int32_t)4)), (int32_t)L_8))^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10))))^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((uint32_t)L_11>>5)), (int32_t)L_12)))))); // v0 -= ((v1 << 4) + _a) ^ (v1 + sum) ^ ((v1 >> 5) + _b); uint32_t L_13 = V_0; uint32_t L_14 = V_1; uint32_t L_15 = __this->get__a_4(); uint32_t L_16 = V_1; uint32_t L_17 = V_2; uint32_t L_18 = V_1; uint32_t L_19 = __this->get__b_5(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_14<<(int32_t)4)), (int32_t)L_15))^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17))))^(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((uint32_t)L_18>>5)), (int32_t)L_19)))))); // sum -= delta; uint32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)((int32_t)-1640531527))); // for (int i = 0; i != rounds; i++) int32_t L_21 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0060: { // for (int i = 0; i != rounds; i++) int32_t L_22 = V_3; if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)32))))) { goto IL_001c; } } { // Pack.UInt32_To_BE(v0, outBytes, outOff); uint32_t L_23 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___outBytes2; int32_t L_25 = ___outOff3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_23, L_24, L_25, /*hidden argument*/NULL); // Pack.UInt32_To_BE(v1, outBytes, outOff + 4); uint32_t L_26 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = ___outBytes2; int32_t L_28 = ___outOff3; Pack_UInt32_To_BE_m5560F9EA8F3737406E7B760897168AA1B797B2C5(L_26, L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)4)), /*hidden argument*/NULL); // return block_size; return 8; } } #ifdef __clang__ #pragma clang 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.Utilities.IO.TeeInputStream::.ctor(System.IO.Stream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeeInputStream__ctor_mCE28725FEC10FA7EA1C3BFD80A7E1DE25FEA347B (TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___tee1, const RuntimeMethod* method) { { // public TeeInputStream(Stream input, Stream tee) BaseInputStream__ctor_m53BB379680B2299625C9A5927B0B54EFD03DF1D5(__this, /*hidden argument*/NULL); // this.input = input; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input0; __this->set_input_6(L_0); // this.tee = tee; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___tee1; __this->set_tee_7(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeInputStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeeInputStream_Close_m1D5049F751B6514691EA1CC9D5AB0D5F0ECE2231 (TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_input_6(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_0, /*hidden argument*/NULL); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(tee); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_tee_7(); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_1, /*hidden argument*/NULL); // base.Close(); BaseInputStream_Close_mDB813DF101E2258F2A8856B929EC68F053E6FF61(__this, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeInputStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TeeInputStream_Read_mF1DDCAB55C5980FBE8A58C40FE716D0E00071EB8 (TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { int32_t V_0 = 0; { // int i = input.Read(buf, off, len); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_input_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = ___off1; int32_t L_3 = ___len2; NullCheck(L_0); int32_t L_4; L_4 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); V_0 = L_4; // if (i > 0) int32_t L_5 = V_0; if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0021; } } { // tee.Write(buf, off, i); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = __this->get_tee_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buf0; int32_t L_8 = ___off1; int32_t L_9 = V_0; 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, L_8, L_9); } IL_0021: { // return i; int32_t L_10 = V_0; return L_10; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeInputStream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TeeInputStream_ReadByte_mB30D0E31F8CD5828AB697ECD6D6997BE1011011E (TeeInputStream_t98C61167D6547B1A980BB9914E54665302A4FB6C * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // int i = input.ReadByte(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_input_6(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); V_0 = L_1; // if (i >= 0) int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001d; } } { // tee.WriteByte((byte)i); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = __this->get_tee_7(); int32_t L_4 = V_0; NullCheck(L_3); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_3, (uint8_t)((int32_t)((uint8_t)L_4))); } IL_001d: { // return i; int32_t L_5 = V_0; 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 // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream::.ctor(System.IO.Stream,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeeOutputStream__ctor_m3FC8321BCB4C14465EE7310C2DFC68B42101CA79 (TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___tee1, const RuntimeMethod* method) { { // public TeeOutputStream(Stream output, Stream tee) BaseOutputStream__ctor_m7802B08CCF6C19EE509CD8CD10D98142DC57C993(__this, /*hidden argument*/NULL); // this.output = output; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___output0; __this->set_output_6(L_0); // this.tee = tee; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___tee1; __this->set_tee_7(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeeOutputStream_Close_m8C08549A0AAEE42F7E5FE9D4CDFC5FD98127DF3B (TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(output); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_output_6(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_0, /*hidden argument*/NULL); // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Dispose(tee); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_tee_7(); Platform_Dispose_m852AB0A263A990096BCE2A4230CB5723F873C1A2(L_1, /*hidden argument*/NULL); // base.Close(); BaseOutputStream_Close_m6AD1E0DDAC9F4CD3194D77A2B6D275A6A4053BE0(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeeOutputStream_Write_m44D4B2272F35629727EDD511EA7AF022BB57760A (TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { // output.Write(buffer, offset, count); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_output_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); // tee.Write(buffer, offset, count); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = __this->get_tee_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___buffer0; int32_t L_6 = ___offset1; int32_t L_7 = ___count2; 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, L_6, L_7); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.TeeOutputStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeeOutputStream_WriteByte_m629643139A43CC06D9778B266AC7FCEBECD72565 (TeeOutputStream_tC7100E9F608DBB3C50B770379C53E99239E53814 * __this, uint8_t ___b0, const RuntimeMethod* method) { { // output.WriteByte(b); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_output_6(); uint8_t L_1 = ___b0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); // tee.WriteByte(b); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = __this->get_tee_7(); uint8_t L_3 = ___b0; NullCheck(L_2); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_2, L_3); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::ConfigureCurve(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * TeleTrusTNamedCurves_ConfigureCurve_mF72484C38A9FFD5F4E125BDD544C38267479B8DF (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, const RuntimeMethod* method) { { // return curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::DefineCurve(System.String,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParametersHolder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60 (String_t* ___name0, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid1, X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * ___holder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // objIds.Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(name), oid); IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var))->get_objIds_0(); String_t* L_1 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_1, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ___oid1; NullCheck(L_0); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_2, L_3); // names.Add(oid, name); RuntimeObject* L_4 = ((TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var))->get_names_2(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ___oid1; String_t* L_6 = ___name0; NullCheck(L_4); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_4, L_5, L_6); // curves.Add(oid, holder); RuntimeObject* L_7 = ((TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var))->get_curves_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_8 = ___oid1; X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_9 = ___holder2; NullCheck(L_7); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_7, L_8, L_9); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeleTrusTNamedCurves__cctor_mE6CAE722063A93D1B2099D96100619CCE448AD77 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP160r1Holder_t1C122F50D33CD4F48E28F6C36BD95AC584B2C0C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP160t1Holder_tFD68A5D9C6EB7615752EC0098DA76BB2B12F2AC3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP192r1Holder_t78133E13E1D725D7B2563DDE59583A7FB4F82534_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP192t1Holder_t009D0944634E95FB22383B26799343E5EE4298A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP224r1Holder_t31A392D1CD110DF9D5AF53813533DAABA34DE870_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP224t1Holder_t8679D6C7B3FDCEE876E31226D4AED6E3BFECBCFE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP256r1Holder_t1182D6FBF1998AE03CEC52B6C639989246E63310_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP256t1Holder_tEE058517EECC335CE57124C08D9727D514576AAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP320r1Holder_tAEEF421694BE8E15CF3145DD8370434F674AD51B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP320t1Holder_t1DBF39B6E811359359211A193A349D7D1E41FF17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP384r1Holder_tE5CA70E13D28738BAD34B1EC592E76850CF751CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP384t1Holder_t014F39787DB89DB126672AF9CC2183594E71129A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP512r1Holder_tD42F4CC389A3B1980A7E70C0AEAE5DC47AB6EBDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrainpoolP512t1Holder_tB7156F83D1F276D8F290962F696429ECCE9E3E0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0014DFE8C905DAF0C4F40106193E910B41B1CC70); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02944E23D08CDA7A142EFEB879C7186358A22CCA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral281BB5D0C04BC40D275D9DCE38ABB73950A5F20C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A9C691CB5E91EAE05201517784BF116F1BCF52A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C0E8D5689BB9C238931C0AE7E15A835AFAD3488); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FF246983A3B2CEAEA57814A7B884A9ADE68F563); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95419FAFDA01DE5BD36BADABAFA89CAC156E74D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA769D26CEBDB76B20A90DFECE81C1D6E4E458A71); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD564320503E7A0D649F4CBE2035ACC42705FBAE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2F13D6423712EE49184F09B7A5C47EEF28ADBE2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC318857CEA813401776D821FAFDCC824179B3825); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECD0CDD4784B69BF36F1B46C5AAD76D53F683F13); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5D0F53B08BEAB124F7E82CD857F0C2F2C0DBCC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7206E5C537FD9B72E819BCFEA68CF7EECE59AB9); s_Il2CppMethodInitialized = true; } { // private static readonly IDictionary objIds = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var))->set_objIds_0(L_0); // private static readonly IDictionary curves = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_1; L_1 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var))->set_curves_1(L_1); // private static readonly IDictionary names = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_2; L_2 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var))->set_names_2(L_2); // DefineCurve("brainpoolP160r1", TeleTrusTObjectIdentifiers.BrainpoolP160R1, BrainpoolP160r1Holder.Instance); IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_BrainpoolP160R1_14(); IL2CPP_RUNTIME_CLASS_INIT(BrainpoolP160r1Holder_t1C122F50D33CD4F48E28F6C36BD95AC584B2C0C5_il2cpp_TypeInfo_var); X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_4 = ((BrainpoolP160r1Holder_t1C122F50D33CD4F48E28F6C36BD95AC584B2C0C5_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP160r1Holder_t1C122F50D33CD4F48E28F6C36BD95AC584B2C0C5_il2cpp_TypeInfo_var))->get_Instance_1(); TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60(_stringLiteralAD564320503E7A0D649F4CBE2035ACC42705FBAE, L_3, L_4, /*hidden argument*/NULL); // DefineCurve("brainpoolP160t1", TeleTrusTObjectIdentifiers.BrainpoolP160T1, BrainpoolP160t1Holder.Instance); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_BrainpoolP160T1_15(); IL2CPP_RUNTIME_CLASS_INIT(BrainpoolP160t1Holder_tFD68A5D9C6EB7615752EC0098DA76BB2B12F2AC3_il2cpp_TypeInfo_var); X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_6 = ((BrainpoolP160t1Holder_tFD68A5D9C6EB7615752EC0098DA76BB2B12F2AC3_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP160t1Holder_tFD68A5D9C6EB7615752EC0098DA76BB2B12F2AC3_il2cpp_TypeInfo_var))->get_Instance_1(); TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60(_stringLiteral02944E23D08CDA7A142EFEB879C7186358A22CCA, L_5, L_6, /*hidden argument*/NULL); // DefineCurve("brainpoolP192r1", TeleTrusTObjectIdentifiers.BrainpoolP192R1, BrainpoolP192r1Holder.Instance); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_BrainpoolP192R1_16(); IL2CPP_RUNTIME_CLASS_INIT(BrainpoolP192r1Holder_t78133E13E1D725D7B2563DDE59583A7FB4F82534_il2cpp_TypeInfo_var); X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_8 = ((BrainpoolP192r1Holder_t78133E13E1D725D7B2563DDE59583A7FB4F82534_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP192r1Holder_t78133E13E1D725D7B2563DDE59583A7FB4F82534_il2cpp_TypeInfo_var))->get_Instance_1(); TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60(_stringLiteralECD0CDD4784B69BF36F1B46C5AAD76D53F683F13, L_7, L_8, /*hidden argument*/NULL); // DefineCurve("brainpoolP192t1", TeleTrusTObjectIdentifiers.BrainpoolP192T1, BrainpoolP192t1Holder.Instance); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_9 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_BrainpoolP192T1_17(); IL2CPP_RUNTIME_CLASS_INIT(BrainpoolP192t1Holder_t009D0944634E95FB22383B26799343E5EE4298A5_il2cpp_TypeInfo_var); X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_10 = ((BrainpoolP192t1Holder_t009D0944634E95FB22383B26799343E5EE4298A5_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP192t1Holder_t009D0944634E95FB22383B26799343E5EE4298A5_il2cpp_TypeInfo_var))->get_Instance_1(); TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60(_stringLiteral5A9C691CB5E91EAE05201517784BF116F1BCF52A, L_9, L_10, /*hidden argument*/NULL); // DefineCurve("brainpoolP224r1", TeleTrusTObjectIdentifiers.BrainpoolP224R1, BrainpoolP224r1Holder.Instance); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_BrainpoolP224R1_18(); IL2CPP_RUNTIME_CLASS_INIT(BrainpoolP224r1Holder_t31A392D1CD110DF9D5AF53813533DAABA34DE870_il2cpp_TypeInfo_var); X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_12 = ((BrainpoolP224r1Holder_t31A392D1CD110DF9D5AF53813533DAABA34DE870_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP224r1Holder_t31A392D1CD110DF9D5AF53813533DAABA34DE870_il2cpp_TypeInfo_var))->get_Instance_1(); TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60(_stringLiteralF5D0F53B08BEAB124F7E82CD857F0C2F2C0DBCC6, L_11, L_12, /*hidden argument*/NULL); // DefineCurve("brainpoolP224t1", TeleTrusTObjectIdentifiers.BrainpoolP224T1, BrainpoolP224t1Holder.Instance); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_13 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_BrainpoolP224T1_19(); IL2CPP_RUNTIME_CLASS_INIT(BrainpoolP224t1Holder_t8679D6C7B3FDCEE876E31226D4AED6E3BFECBCFE_il2cpp_TypeInfo_var); X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_14 = ((BrainpoolP224t1Holder_t8679D6C7B3FDCEE876E31226D4AED6E3BFECBCFE_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP224t1Holder_t8679D6C7B3FDCEE876E31226D4AED6E3BFECBCFE_il2cpp_TypeInfo_var))->get_Instance_1(); TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60(_stringLiteral95419FAFDA01DE5BD36BADABAFA89CAC156E74D5, L_13, L_14, /*hidden argument*/NULL); // DefineCurve("brainpoolP256r1", TeleTrusTObjectIdentifiers.BrainpoolP256R1, BrainpoolP256r1Holder.Instance); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_15 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_BrainpoolP256R1_20(); IL2CPP_RUNTIME_CLASS_INIT(BrainpoolP256r1Holder_t1182D6FBF1998AE03CEC52B6C639989246E63310_il2cpp_TypeInfo_var); X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_16 = ((BrainpoolP256r1Holder_t1182D6FBF1998AE03CEC52B6C639989246E63310_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP256r1Holder_t1182D6FBF1998AE03CEC52B6C639989246E63310_il2cpp_TypeInfo_var))->get_Instance_1(); TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60(_stringLiteralA769D26CEBDB76B20A90DFECE81C1D6E4E458A71, L_15, L_16, /*hidden argument*/NULL); // DefineCurve("brainpoolP256t1", TeleTrusTObjectIdentifiers.BrainpoolP256T1, BrainpoolP256t1Holder.Instance); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_17 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_BrainpoolP256T1_21(); IL2CPP_RUNTIME_CLASS_INIT(BrainpoolP256t1Holder_tEE058517EECC335CE57124C08D9727D514576AAF_il2cpp_TypeInfo_var); X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_18 = ((BrainpoolP256t1Holder_tEE058517EECC335CE57124C08D9727D514576AAF_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP256t1Holder_tEE058517EECC335CE57124C08D9727D514576AAF_il2cpp_TypeInfo_var))->get_Instance_1(); TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60(_stringLiteral6C0E8D5689BB9C238931C0AE7E15A835AFAD3488, L_17, L_18, /*hidden argument*/NULL); // DefineCurve("brainpoolP320r1", TeleTrusTObjectIdentifiers.BrainpoolP320R1, BrainpoolP320r1Holder.Instance); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_19 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_BrainpoolP320R1_22(); IL2CPP_RUNTIME_CLASS_INIT(BrainpoolP320r1Holder_tAEEF421694BE8E15CF3145DD8370434F674AD51B_il2cpp_TypeInfo_var); X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_20 = ((BrainpoolP320r1Holder_tAEEF421694BE8E15CF3145DD8370434F674AD51B_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP320r1Holder_tAEEF421694BE8E15CF3145DD8370434F674AD51B_il2cpp_TypeInfo_var))->get_Instance_1(); TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60(_stringLiteralF7206E5C537FD9B72E819BCFEA68CF7EECE59AB9, L_19, L_20, /*hidden argument*/NULL); // DefineCurve("brainpoolP320t1", TeleTrusTObjectIdentifiers.BrainpoolP320T1, BrainpoolP320t1Holder.Instance); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_21 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_BrainpoolP320T1_23(); IL2CPP_RUNTIME_CLASS_INIT(BrainpoolP320t1Holder_t1DBF39B6E811359359211A193A349D7D1E41FF17_il2cpp_TypeInfo_var); X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_22 = ((BrainpoolP320t1Holder_t1DBF39B6E811359359211A193A349D7D1E41FF17_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP320t1Holder_t1DBF39B6E811359359211A193A349D7D1E41FF17_il2cpp_TypeInfo_var))->get_Instance_1(); TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60(_stringLiteralC318857CEA813401776D821FAFDCC824179B3825, L_21, L_22, /*hidden argument*/NULL); // DefineCurve("brainpoolP384r1", TeleTrusTObjectIdentifiers.BrainpoolP384R1, BrainpoolP384r1Holder.Instance); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_23 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_BrainpoolP384R1_24(); IL2CPP_RUNTIME_CLASS_INIT(BrainpoolP384r1Holder_tE5CA70E13D28738BAD34B1EC592E76850CF751CC_il2cpp_TypeInfo_var); X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_24 = ((BrainpoolP384r1Holder_tE5CA70E13D28738BAD34B1EC592E76850CF751CC_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP384r1Holder_tE5CA70E13D28738BAD34B1EC592E76850CF751CC_il2cpp_TypeInfo_var))->get_Instance_1(); TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60(_stringLiteralC2F13D6423712EE49184F09B7A5C47EEF28ADBE2, L_23, L_24, /*hidden argument*/NULL); // DefineCurve("brainpoolP384t1", TeleTrusTObjectIdentifiers.BrainpoolP384T1, BrainpoolP384t1Holder.Instance); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_25 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_BrainpoolP384T1_25(); IL2CPP_RUNTIME_CLASS_INIT(BrainpoolP384t1Holder_t014F39787DB89DB126672AF9CC2183594E71129A_il2cpp_TypeInfo_var); X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_26 = ((BrainpoolP384t1Holder_t014F39787DB89DB126672AF9CC2183594E71129A_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP384t1Holder_t014F39787DB89DB126672AF9CC2183594E71129A_il2cpp_TypeInfo_var))->get_Instance_1(); TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60(_stringLiteral7FF246983A3B2CEAEA57814A7B884A9ADE68F563, L_25, L_26, /*hidden argument*/NULL); // DefineCurve("brainpoolP512r1", TeleTrusTObjectIdentifiers.BrainpoolP512R1, BrainpoolP512r1Holder.Instance); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_27 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_BrainpoolP512R1_26(); IL2CPP_RUNTIME_CLASS_INIT(BrainpoolP512r1Holder_tD42F4CC389A3B1980A7E70C0AEAE5DC47AB6EBDA_il2cpp_TypeInfo_var); X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_28 = ((BrainpoolP512r1Holder_tD42F4CC389A3B1980A7E70C0AEAE5DC47AB6EBDA_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP512r1Holder_tD42F4CC389A3B1980A7E70C0AEAE5DC47AB6EBDA_il2cpp_TypeInfo_var))->get_Instance_1(); TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60(_stringLiteral281BB5D0C04BC40D275D9DCE38ABB73950A5F20C, L_27, L_28, /*hidden argument*/NULL); // DefineCurve("brainpoolP512t1", TeleTrusTObjectIdentifiers.BrainpoolP512T1, BrainpoolP512t1Holder.Instance); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_29 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_BrainpoolP512T1_27(); IL2CPP_RUNTIME_CLASS_INIT(BrainpoolP512t1Holder_tB7156F83D1F276D8F290962F696429ECCE9E3E0B_il2cpp_TypeInfo_var); X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_30 = ((BrainpoolP512t1Holder_tB7156F83D1F276D8F290962F696429ECCE9E3E0B_StaticFields*)il2cpp_codegen_static_fields_for(BrainpoolP512t1Holder_tB7156F83D1F276D8F290962F696429ECCE9E3E0B_il2cpp_TypeInfo_var))->get_Instance_1(); TeleTrusTNamedCurves_DefineCurve_mACC2C424DBEC5344F6DB281A45A08ED2FDF6BD60(_stringLiteral0014DFE8C905DAF0C4F40106193E910B41B1CC70, L_29, L_30, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::GetByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * TeleTrusTNamedCurves_GetByName_m08E01FD203269C550A109552A58D56C0588E3881 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * V_0 = NULL; { // DerObjectIdentifier oid = GetOid(name); String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1; L_1 = TeleTrusTNamedCurves_GetOid_m040CC90987BF5474C1C4E8BB43605DA007C6944F(L_0, /*hidden argument*/NULL); V_0 = L_1; // return oid == null ? null : GetByOid(oid); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = V_0; if (!L_2) { goto IL_0011; } } { DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_4; L_4 = TeleTrusTNamedCurves_GetByOid_mA10C15ED55C965DBF6786E2D9C575564ED610895(L_3, /*hidden argument*/NULL); return L_4; } IL_0011: { return (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X9.X9ECParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::GetByOid(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * TeleTrusTNamedCurves_GetByOid_mA10C15ED55C965DBF6786E2D9C575564ED610895 (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * V_0 = NULL; { // X9ECParametersHolder holder = (X9ECParametersHolder)curves[oid]; IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var))->get_curves_1(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___oid0; NullCheck(L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_1); V_0 = ((X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC *)CastclassClass((RuntimeObject*)L_2, X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC_il2cpp_TypeInfo_var)); // return holder == null ? null : holder.Parameters; X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_3 = V_0; if (!L_3) { goto IL_001b; } } { X9ECParametersHolder_tAAD67EA00A8E7DC7C6F765BD065892EF235EDEFC * L_4 = V_0; NullCheck(L_4); X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 * L_5; L_5 = X9ECParametersHolder_get_Parameters_mB00729430BDF213E3441EB5FB1562DCD11D65D6A(L_4, /*hidden argument*/NULL); return L_5; } IL_001b: { return (X9ECParameters_tB28B6062173497FECD7BE710F3F948B2F968D639 *)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::GetOid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * TeleTrusTNamedCurves_GetOid_m040CC90987BF5474C1C4E8BB43605DA007C6944F (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (DerObjectIdentifier)objIds[BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(name)]; IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var))->get_objIds_0(); String_t* L_1 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_2); return ((DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)CastclassClass((RuntimeObject*)L_3, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var)); } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::GetName(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TeleTrusTNamedCurves_GetName_mBD89CE4062055C2CACB6BB3A215FEA7D081199BC (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (string)names[oid]; IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var))->get_names_2(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ___oid0; NullCheck(L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_1); return ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); } } // System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::get_Names() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TeleTrusTNamedCurves_get_Names_m3535663EA1655783E8AD5623E4F5BBC188D77434 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return new EnumerableProxy(names.Values); } IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var))->get_names_2(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3 /* System.Collections.ICollection System.Collections.IDictionary::get_Values() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 * L_2 = (EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2 *)il2cpp_codegen_object_new(EnumerableProxy_t026114E7F2A8CD4B2FA989282FE080341A4614E2_il2cpp_TypeInfo_var); EnumerableProxy__ctor_m3A29836DAA548DB5ADE9DF4D26EE061EF50B34F5(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::GetOid(System.Int16,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * TeleTrusTNamedCurves_GetOid_m4040D87AC1E28C69BF728398BB583B1D5EB32B07 (int16_t ___curvesize0, bool ___twisted1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B1764B62B4E463E96BAFE0017DED59C09BE2D55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA33A5CAE02B786C2060461DF8C6764B4C05E9423); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); s_Il2CppMethodInitialized = true; } String_t* G_B2_0 = NULL; String_t* G_B2_1 = NULL; String_t* G_B1_0 = NULL; String_t* G_B1_1 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; String_t* G_B3_2 = NULL; { // return GetOid("brainpoolP" + curvesize + (twisted ? "t" : "r") + "1"); String_t* L_0; L_0 = Int16_ToString_m8CF4F76507EFEA86FE5984D7572DC66E44C20022((int16_t*)(&___curvesize0), /*hidden argument*/NULL); bool L_1 = ___twisted1; G_B1_0 = L_0; G_B1_1 = _stringLiteral4B1764B62B4E463E96BAFE0017DED59C09BE2D55; if (L_1) { G_B2_0 = L_0; G_B2_1 = _stringLiteral4B1764B62B4E463E96BAFE0017DED59C09BE2D55; goto IL_0016; } } { G_B3_0 = _stringLiteralA33A5CAE02B786C2060461DF8C6764B4C05E9423; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_001b; } IL_0016: { G_B3_0 = _stringLiteral6B866DCFF4A3EC3D3C30879F029D88106601B1B2; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_001b: { String_t* L_2; L_2 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(G_B3_2, G_B3_1, G_B3_0, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_3; L_3 = TeleTrusTNamedCurves_GetOid_m040CC90987BF5474C1C4E8BB43605DA007C6944F(L_2, /*hidden argument*/NULL); return L_3; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeleTrusTNamedCurves__ctor_m0396811834DA7FB73DE8610E3E77FB139AF8D3B4 (TeleTrusTNamedCurves_t4C1E614DB0266E4BB9388876A01CB01ADEFFB1BF * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeleTrusTObjectIdentifiers__ctor_mB3677D28877E10B3C93B755556C568E2CDBBF1A9 (TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E * __this, const RuntimeMethod* method) { { // private TeleTrusTObjectIdentifiers() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTObjectIdentifiers::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TeleTrusTObjectIdentifiers__cctor_m2841381C80885DFB8ADF8A2DEF114E91D83E395B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F79BE4BB9390066C8CFBDD406373CA24F5FADB2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E67A6B790C10D826DBF077CFC2C9158C0C76579); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23E89CDCB71BAF81755E2DFD2B7D09F497E21CC1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27124CDEFE2BE16F697CE9666F41F00BA0C519A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A1BBF8F3C88C44388345A06B8B712DC59927F8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EDF10E62134BD99CA6F1F174420237E76F4A176); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FECD0559F6F45FBD7FC8AF5B0B9AFDB08EBF3B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67A47C687D1BBB246D874B84E68512B5E33BEBA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BACF17DD7DD6AA64CC652E1DCC3F3696D8F0BC8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D42170D8B95AA8DAA8DB676FD28AD564225DA72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral783FAF747B1398DBB5EBF06F7038921BFF60683F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81D0867D36C5583FF580547434E283CAD6DE759A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BDB21D5F1BAF66B7BE908A15E946035E5A43BA4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D16DD2EEFE134881668681ACBE0583A63224ED6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3DC192A0BCCDF087E13486BE2F4F60B24BCC0B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE61C73879BEE91EFDDEA9838CA6F446E91E26195); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF61270EEEAEAE3ED8A61C9D0EE4C2F4E03F9757C); s_Il2CppMethodInitialized = true; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B2_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B5_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B4_0 = NULL; String_t* G_B6_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B8_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B7_0 = NULL; String_t* G_B9_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B11_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B10_0 = NULL; String_t* G_B12_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B14_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B13_0 = NULL; String_t* G_B15_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B17_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B16_0 = NULL; String_t* G_B18_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B20_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B19_0 = NULL; String_t* G_B21_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B23_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B22_0 = NULL; String_t* G_B24_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B26_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B25_0 = NULL; String_t* G_B27_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B29_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B28_0 = NULL; String_t* G_B30_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B32_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B31_0 = NULL; String_t* G_B33_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B35_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B34_0 = NULL; String_t* G_B36_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B38_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B37_0 = NULL; String_t* G_B39_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B41_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B40_0 = NULL; String_t* G_B42_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B44_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B43_0 = NULL; String_t* G_B45_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B47_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B46_0 = NULL; String_t* G_B48_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B50_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B49_0 = NULL; String_t* G_B51_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B53_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B52_0 = NULL; String_t* G_B54_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B56_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B55_0 = NULL; String_t* G_B57_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B59_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B58_0 = NULL; String_t* G_B60_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B62_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B61_0 = NULL; String_t* G_B63_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B65_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B64_0 = NULL; String_t* G_B66_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B68_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B67_0 = NULL; String_t* G_B69_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B71_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B70_0 = NULL; String_t* G_B72_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B74_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B73_0 = NULL; String_t* G_B75_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B77_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B76_0 = NULL; String_t* G_B78_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B80_0 = NULL; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * G_B79_0 = NULL; String_t* G_B81_0 = NULL; { // public static readonly DerObjectIdentifier TeleTrusTAlgorithm = new DerObjectIdentifier("1.3.36.3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_0, _stringLiteral6D42170D8B95AA8DAA8DB676FD28AD564225DA72, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_TeleTrusTAlgorithm_0(L_0); // public static readonly DerObjectIdentifier RipeMD160 = new DerObjectIdentifier(TeleTrusTAlgorithm + ".2.1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_TeleTrusTAlgorithm_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_001b; } } { G_B3_0 = ((String_t*)(NULL)); goto IL_0020; } IL_001b: { NullCheck(G_B2_0); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B2_0); G_B3_0 = L_3; } IL_0020: { String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B3_0, _stringLiteral0F79BE4BB9390066C8CFBDD406373CA24F5FADB2, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_5, L_4, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_RipeMD160_1(L_5); // public static readonly DerObjectIdentifier RipeMD128 = new DerObjectIdentifier(TeleTrusTAlgorithm + ".2.2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_6 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_TeleTrusTAlgorithm_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_7 = L_6; G_B4_0 = L_7; if (L_7) { G_B5_0 = L_7; goto IL_0040; } } { G_B6_0 = ((String_t*)(NULL)); goto IL_0045; } IL_0040: { NullCheck(G_B5_0); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B5_0); G_B6_0 = L_8; } IL_0045: { String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B6_0, _stringLiteral783FAF747B1398DBB5EBF06F7038921BFF60683F, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_10 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_10, L_9, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_RipeMD128_2(L_10); // public static readonly DerObjectIdentifier RipeMD256 = new DerObjectIdentifier(TeleTrusTAlgorithm + ".2.3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_11 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_TeleTrusTAlgorithm_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_12 = L_11; G_B7_0 = L_12; if (L_12) { G_B8_0 = L_12; goto IL_0065; } } { G_B9_0 = ((String_t*)(NULL)); goto IL_006a; } IL_0065: { NullCheck(G_B8_0); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B8_0); G_B9_0 = L_13; } IL_006a: { String_t* L_14; L_14 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B9_0, _stringLiteral3EDF10E62134BD99CA6F1F174420237E76F4A176, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_15 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_15, L_14, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_RipeMD256_3(L_15); // public static readonly DerObjectIdentifier TeleTrusTRsaSignatureAlgorithm = new DerObjectIdentifier(TeleTrusTAlgorithm + ".3.1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_16 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_TeleTrusTAlgorithm_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_17 = L_16; G_B10_0 = L_17; if (L_17) { G_B11_0 = L_17; goto IL_008a; } } { G_B12_0 = ((String_t*)(NULL)); goto IL_008f; } IL_008a: { NullCheck(G_B11_0); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B11_0); G_B12_0 = L_18; } IL_008f: { String_t* L_19; L_19 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B12_0, _stringLiteral8D16DD2EEFE134881668681ACBE0583A63224ED6, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_20 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_20, L_19, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_TeleTrusTRsaSignatureAlgorithm_4(L_20); // public static readonly DerObjectIdentifier RsaSignatureWithRipeMD160 = new DerObjectIdentifier(TeleTrusTRsaSignatureAlgorithm + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_21 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_TeleTrusTRsaSignatureAlgorithm_4(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_22 = L_21; G_B13_0 = L_22; if (L_22) { G_B14_0 = L_22; goto IL_00af; } } { G_B15_0 = ((String_t*)(NULL)); goto IL_00b4; } IL_00af: { NullCheck(G_B14_0); String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B14_0); G_B15_0 = L_23; } IL_00b4: { String_t* L_24; L_24 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B15_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_25 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_25, L_24, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_RsaSignatureWithRipeMD160_5(L_25); // public static readonly DerObjectIdentifier RsaSignatureWithRipeMD128 = new DerObjectIdentifier(TeleTrusTRsaSignatureAlgorithm + ".3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_26 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_TeleTrusTRsaSignatureAlgorithm_4(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_27 = L_26; G_B16_0 = L_27; if (L_27) { G_B17_0 = L_27; goto IL_00d4; } } { G_B18_0 = ((String_t*)(NULL)); goto IL_00d9; } IL_00d4: { NullCheck(G_B17_0); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B17_0); G_B18_0 = L_28; } IL_00d9: { String_t* L_29; L_29 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B18_0, _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_30 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_30, L_29, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_RsaSignatureWithRipeMD128_6(L_30); // public static readonly DerObjectIdentifier RsaSignatureWithRipeMD256 = new DerObjectIdentifier(TeleTrusTRsaSignatureAlgorithm + ".4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_31 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_TeleTrusTRsaSignatureAlgorithm_4(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_32 = L_31; G_B19_0 = L_32; if (L_32) { G_B20_0 = L_32; goto IL_00f9; } } { G_B21_0 = ((String_t*)(NULL)); goto IL_00fe; } IL_00f9: { NullCheck(G_B20_0); String_t* L_33; L_33 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B20_0); G_B21_0 = L_33; } IL_00fe: { String_t* L_34; L_34 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B21_0, _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_35 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_35, L_34, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_RsaSignatureWithRipeMD256_7(L_35); // public static readonly DerObjectIdentifier ECSign = new DerObjectIdentifier(TeleTrusTAlgorithm + ".3.2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_36 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_TeleTrusTAlgorithm_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_37 = L_36; G_B22_0 = L_37; if (L_37) { G_B23_0 = L_37; goto IL_011e; } } { G_B24_0 = ((String_t*)(NULL)); goto IL_0123; } IL_011e: { NullCheck(G_B23_0); String_t* L_38; L_38 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B23_0); G_B24_0 = L_38; } IL_0123: { String_t* L_39; L_39 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B24_0, _stringLiteral6BACF17DD7DD6AA64CC652E1DCC3F3696D8F0BC8, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_40 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_40, L_39, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_ECSign_8(L_40); // public static readonly DerObjectIdentifier ECSignWithSha1 = new DerObjectIdentifier(ECSign + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_41 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_ECSign_8(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_42 = L_41; G_B25_0 = L_42; if (L_42) { G_B26_0 = L_42; goto IL_0143; } } { G_B27_0 = ((String_t*)(NULL)); goto IL_0148; } IL_0143: { NullCheck(G_B26_0); String_t* L_43; L_43 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B26_0); G_B27_0 = L_43; } IL_0148: { String_t* L_44; L_44 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B27_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_45 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_45, L_44, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_ECSignWithSha1_9(L_45); // public static readonly DerObjectIdentifier ECSignWithRipeMD160 = new DerObjectIdentifier(ECSign + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_46 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_ECSign_8(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_47 = L_46; G_B28_0 = L_47; if (L_47) { G_B29_0 = L_47; goto IL_0168; } } { G_B30_0 = ((String_t*)(NULL)); goto IL_016d; } IL_0168: { NullCheck(G_B29_0); String_t* L_48; L_48 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B29_0); G_B30_0 = L_48; } IL_016d: { String_t* L_49; L_49 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B30_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_50 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_50, L_49, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_ECSignWithRipeMD160_10(L_50); // public static readonly DerObjectIdentifier EccBrainpool = new DerObjectIdentifier(TeleTrusTAlgorithm + ".3.2.8"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_51 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_TeleTrusTAlgorithm_0(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_52 = L_51; G_B31_0 = L_52; if (L_52) { G_B32_0 = L_52; goto IL_018d; } } { G_B33_0 = ((String_t*)(NULL)); goto IL_0192; } IL_018d: { NullCheck(G_B32_0); String_t* L_53; L_53 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B32_0); G_B33_0 = L_53; } IL_0192: { String_t* L_54; L_54 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B33_0, _stringLiteral5FECD0559F6F45FBD7FC8AF5B0B9AFDB08EBF3B9, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_55 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_55, L_54, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_EccBrainpool_11(L_55); // public static readonly DerObjectIdentifier EllipticCurve = new DerObjectIdentifier(EccBrainpool + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_56 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_EccBrainpool_11(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_57 = L_56; G_B34_0 = L_57; if (L_57) { G_B35_0 = L_57; goto IL_01b2; } } { G_B36_0 = ((String_t*)(NULL)); goto IL_01b7; } IL_01b2: { NullCheck(G_B35_0); String_t* L_58; L_58 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B35_0); G_B36_0 = L_58; } IL_01b7: { String_t* L_59; L_59 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B36_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_60 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_60, L_59, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_EllipticCurve_12(L_60); // public static readonly DerObjectIdentifier VersionOne = new DerObjectIdentifier(EllipticCurve + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_61 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_EllipticCurve_12(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_62 = L_61; G_B37_0 = L_62; if (L_62) { G_B38_0 = L_62; goto IL_01d7; } } { G_B39_0 = ((String_t*)(NULL)); goto IL_01dc; } IL_01d7: { NullCheck(G_B38_0); String_t* L_63; L_63 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B38_0); G_B39_0 = L_63; } IL_01dc: { String_t* L_64; L_64 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B39_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_65 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_65, L_64, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_VersionOne_13(L_65); // public static readonly DerObjectIdentifier BrainpoolP160R1 = new DerObjectIdentifier(VersionOne + ".1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_66 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_VersionOne_13(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_67 = L_66; G_B40_0 = L_67; if (L_67) { G_B41_0 = L_67; goto IL_01fc; } } { G_B42_0 = ((String_t*)(NULL)); goto IL_0201; } IL_01fc: { NullCheck(G_B41_0); String_t* L_68; L_68 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B41_0); G_B42_0 = L_68; } IL_0201: { String_t* L_69; L_69 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B42_0, _stringLiteral2EC56193C8195EAD5B8542B13E1FCC9CF4DB3C08, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_70 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_70, L_69, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_BrainpoolP160R1_14(L_70); // public static readonly DerObjectIdentifier BrainpoolP160T1 = new DerObjectIdentifier(VersionOne + ".2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_71 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_VersionOne_13(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_72 = L_71; G_B43_0 = L_72; if (L_72) { G_B44_0 = L_72; goto IL_0221; } } { G_B45_0 = ((String_t*)(NULL)); goto IL_0226; } IL_0221: { NullCheck(G_B44_0); String_t* L_73; L_73 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B44_0); G_B45_0 = L_73; } IL_0226: { String_t* L_74; L_74 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B45_0, _stringLiteralC4BDA98415573B97838847CF1A6949BA9FCC789E, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_75 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_75, L_74, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_BrainpoolP160T1_15(L_75); // public static readonly DerObjectIdentifier BrainpoolP192R1 = new DerObjectIdentifier(VersionOne + ".3"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_76 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_VersionOne_13(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_77 = L_76; G_B46_0 = L_77; if (L_77) { G_B47_0 = L_77; goto IL_0246; } } { G_B48_0 = ((String_t*)(NULL)); goto IL_024b; } IL_0246: { NullCheck(G_B47_0); String_t* L_78; L_78 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B47_0); G_B48_0 = L_78; } IL_024b: { String_t* L_79; L_79 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B48_0, _stringLiteralB2E86EB01079C727723F8DBF73E978BACF9028B2, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_80 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_80, L_79, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_BrainpoolP192R1_16(L_80); // public static readonly DerObjectIdentifier BrainpoolP192T1 = new DerObjectIdentifier(VersionOne + ".4"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_81 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_VersionOne_13(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_82 = L_81; G_B49_0 = L_82; if (L_82) { G_B50_0 = L_82; goto IL_026b; } } { G_B51_0 = ((String_t*)(NULL)); goto IL_0270; } IL_026b: { NullCheck(G_B50_0); String_t* L_83; L_83 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B50_0); G_B51_0 = L_83; } IL_0270: { String_t* L_84; L_84 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B51_0, _stringLiteral28CEECE47824EDEF06E64DD53D862ED8A0104CA7, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_85 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_85, L_84, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_BrainpoolP192T1_17(L_85); // public static readonly DerObjectIdentifier BrainpoolP224R1 = new DerObjectIdentifier(VersionOne + ".5"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_86 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_VersionOne_13(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_87 = L_86; G_B52_0 = L_87; if (L_87) { G_B53_0 = L_87; goto IL_0290; } } { G_B54_0 = ((String_t*)(NULL)); goto IL_0295; } IL_0290: { NullCheck(G_B53_0); String_t* L_88; L_88 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B53_0); G_B54_0 = L_88; } IL_0295: { String_t* L_89; L_89 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B54_0, _stringLiteral8BDB21D5F1BAF66B7BE908A15E946035E5A43BA4, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_90 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_90, L_89, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_BrainpoolP224R1_18(L_90); // public static readonly DerObjectIdentifier BrainpoolP224T1 = new DerObjectIdentifier(VersionOne + ".6"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_91 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_VersionOne_13(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_92 = L_91; G_B55_0 = L_92; if (L_92) { G_B56_0 = L_92; goto IL_02b5; } } { G_B57_0 = ((String_t*)(NULL)); goto IL_02ba; } IL_02b5: { NullCheck(G_B56_0); String_t* L_93; L_93 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B56_0); G_B57_0 = L_93; } IL_02ba: { String_t* L_94; L_94 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B57_0, _stringLiteralE61C73879BEE91EFDDEA9838CA6F446E91E26195, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_95 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_95, L_94, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_BrainpoolP224T1_19(L_95); // public static readonly DerObjectIdentifier BrainpoolP256R1 = new DerObjectIdentifier(VersionOne + ".7"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_96 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_VersionOne_13(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_97 = L_96; G_B58_0 = L_97; if (L_97) { G_B59_0 = L_97; goto IL_02da; } } { G_B60_0 = ((String_t*)(NULL)); goto IL_02df; } IL_02da: { NullCheck(G_B59_0); String_t* L_98; L_98 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B59_0); G_B60_0 = L_98; } IL_02df: { String_t* L_99; L_99 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B60_0, _stringLiteral81D0867D36C5583FF580547434E283CAD6DE759A, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_100 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_100, L_99, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_BrainpoolP256R1_20(L_100); // public static readonly DerObjectIdentifier BrainpoolP256T1 = new DerObjectIdentifier(VersionOne + ".8"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_101 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_VersionOne_13(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_102 = L_101; G_B61_0 = L_102; if (L_102) { G_B62_0 = L_102; goto IL_02ff; } } { G_B63_0 = ((String_t*)(NULL)); goto IL_0304; } IL_02ff: { NullCheck(G_B62_0); String_t* L_103; L_103 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B62_0); G_B63_0 = L_103; } IL_0304: { String_t* L_104; L_104 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B63_0, _stringLiteralB3DC192A0BCCDF087E13486BE2F4F60B24BCC0B9, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_105 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_105, L_104, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_BrainpoolP256T1_21(L_105); // public static readonly DerObjectIdentifier BrainpoolP320R1 = new DerObjectIdentifier(VersionOne + ".9"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_106 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_VersionOne_13(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_107 = L_106; G_B64_0 = L_107; if (L_107) { G_B65_0 = L_107; goto IL_0324; } } { G_B66_0 = ((String_t*)(NULL)); goto IL_0329; } IL_0324: { NullCheck(G_B65_0); String_t* L_108; L_108 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B65_0); G_B66_0 = L_108; } IL_0329: { String_t* L_109; L_109 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B66_0, _stringLiteral67A47C687D1BBB246D874B84E68512B5E33BEBA7, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_110 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_110, L_109, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_BrainpoolP320R1_22(L_110); // public static readonly DerObjectIdentifier BrainpoolP320T1 = new DerObjectIdentifier(VersionOne + ".10"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_111 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_VersionOne_13(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_112 = L_111; G_B67_0 = L_112; if (L_112) { G_B68_0 = L_112; goto IL_0349; } } { G_B69_0 = ((String_t*)(NULL)); goto IL_034e; } IL_0349: { NullCheck(G_B68_0); String_t* L_113; L_113 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B68_0); G_B69_0 = L_113; } IL_034e: { String_t* L_114; L_114 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B69_0, _stringLiteral2A1BBF8F3C88C44388345A06B8B712DC59927F8A, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_115 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_115, L_114, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_BrainpoolP320T1_23(L_115); // public static readonly DerObjectIdentifier BrainpoolP384R1 = new DerObjectIdentifier(VersionOne + ".11"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_116 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_VersionOne_13(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_117 = L_116; G_B70_0 = L_117; if (L_117) { G_B71_0 = L_117; goto IL_036e; } } { G_B72_0 = ((String_t*)(NULL)); goto IL_0373; } IL_036e: { NullCheck(G_B71_0); String_t* L_118; L_118 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B71_0); G_B72_0 = L_118; } IL_0373: { String_t* L_119; L_119 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B72_0, _stringLiteral1E67A6B790C10D826DBF077CFC2C9158C0C76579, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_120 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_120, L_119, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_BrainpoolP384R1_24(L_120); // public static readonly DerObjectIdentifier BrainpoolP384T1 = new DerObjectIdentifier(VersionOne + ".12"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_121 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_VersionOne_13(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_122 = L_121; G_B73_0 = L_122; if (L_122) { G_B74_0 = L_122; goto IL_0393; } } { G_B75_0 = ((String_t*)(NULL)); goto IL_0398; } IL_0393: { NullCheck(G_B74_0); String_t* L_123; L_123 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B74_0); G_B75_0 = L_123; } IL_0398: { String_t* L_124; L_124 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B75_0, _stringLiteral23E89CDCB71BAF81755E2DFD2B7D09F497E21CC1, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_125 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_125, L_124, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_BrainpoolP384T1_25(L_125); // public static readonly DerObjectIdentifier BrainpoolP512R1 = new DerObjectIdentifier(VersionOne + ".13"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_126 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_VersionOne_13(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_127 = L_126; G_B76_0 = L_127; if (L_127) { G_B77_0 = L_127; goto IL_03b8; } } { G_B78_0 = ((String_t*)(NULL)); goto IL_03bd; } IL_03b8: { NullCheck(G_B77_0); String_t* L_128; L_128 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B77_0); G_B78_0 = L_128; } IL_03bd: { String_t* L_129; L_129 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B78_0, _stringLiteralF61270EEEAEAE3ED8A61C9D0EE4C2F4E03F9757C, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_130 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_130, L_129, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_BrainpoolP512R1_26(L_130); // public static readonly DerObjectIdentifier BrainpoolP512T1 = new DerObjectIdentifier(VersionOne + ".14"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_131 = ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->get_VersionOne_13(); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_132 = L_131; G_B79_0 = L_132; if (L_132) { G_B80_0 = L_132; goto IL_03dd; } } { G_B81_0 = ((String_t*)(NULL)); goto IL_03e2; } IL_03dd: { NullCheck(G_B80_0); String_t* L_133; L_133 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B80_0); G_B81_0 = L_133; } IL_03e2: { String_t* L_134; L_134 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B81_0, _stringLiteral27124CDEFE2BE16F697CE9666F41F00BA0C519A9, /*hidden argument*/NULL); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_135 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_135, L_134, /*hidden argument*/NULL); ((TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_StaticFields*)il2cpp_codegen_static_fields_for(TeleTrusTObjectIdentifiers_t1B851F0696360482F821BFDC8FEBE00F01AE6D9E_il2cpp_TypeInfo_var))->set_BrainpoolP512T1_27(L_135); 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 TestAnimation::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestAnimation_Start_mF04ABE6EA7992CB2B9A70A8E75B50E11CEA0C252 (TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_mF82889F37004581AC1CF4143BDB0E95BD0EC82CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestAnimation_U3CStartU3Eb__3_0_mA975ADAEF96C84C4F938EDCA352FC2DD19D74C74_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // apList[0].completeCallback = (res) => // { // if (res.index == 3) // { // text.text = "????????" + this.animationClips[index].name + "x" + res.completeCount; // if (res.completeCount == 10) // { // index = 0; // } // else { // return; // } // } // else index++; // StartCoroutine(PlayEach()); // }; AnimationPlayerU5BU5D_t53EFB9C221F3C69105619719E5731B924896C0A6* L_0 = __this->get_apList_4(); NullCheck(L_0); int32_t L_1 = 0; AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_2 = (L_0)->GetAt(static_cast(L_1)); Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 * L_3 = (Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334 *)il2cpp_codegen_object_new(Action_1_t9CE06C44CCCCA956D6961100D645BC2564BC0334_il2cpp_TypeInfo_var); Action_1__ctor_mF82889F37004581AC1CF4143BDB0E95BD0EC82CE(L_3, __this, (intptr_t)((intptr_t)TestAnimation_U3CStartU3Eb__3_0_mA975ADAEF96C84C4F938EDCA352FC2DD19D74C74_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mF82889F37004581AC1CF4143BDB0E95BD0EC82CE_RuntimeMethod_var); NullCheck(L_2); L_2->set_completeCallback_14(L_3); // StartCoroutine(PlayEach()); RuntimeObject* L_4; L_4 = TestAnimation_PlayEach_m7A971F6DF4C34BEE8F7741FE4A8FFB71A41370CA(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_5; L_5 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_4, /*hidden argument*/NULL); // } return; } } // System.Collections.IEnumerator TestAnimation::PlayEach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestAnimation_PlayEach_m7A971F6DF4C34BEE8F7741FE4A8FFB71A41370CA (TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPlayEachU3Ed__4_tEA41F4CE240617EEE41797A2D578564349B51E5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CPlayEachU3Ed__4_tEA41F4CE240617EEE41797A2D578564349B51E5C * L_0 = (U3CPlayEachU3Ed__4_tEA41F4CE240617EEE41797A2D578564349B51E5C *)il2cpp_codegen_object_new(U3CPlayEachU3Ed__4_tEA41F4CE240617EEE41797A2D578564349B51E5C_il2cpp_TypeInfo_var); U3CPlayEachU3Ed__4__ctor_m7164B50A58C9A3FF542E8ECB4CD162917D52635E(L_0, 0, /*hidden argument*/NULL); U3CPlayEachU3Ed__4_tEA41F4CE240617EEE41797A2D578564349B51E5C * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // UnityEngine.AnimationClip[] TestAnimation::get_animationClips() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* TestAnimation_get_animationClips_mC9A44B7C79E879DBFD84992A76EE98DEADC1EBFF (TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnimationState_tDB7088046A65ABCEC66B45147693CA0AD803A3AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAnimation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8_m14F3D755E1A9100FFDBB60373F6F3E81C16A2B33_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; AnimationState_tDB7088046A65ABCEC66B45147693CA0AD803A3AD * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (this.animationMain == null) Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * L_0 = __this->get_animationMain_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0021; } } { // this.animationMain = this.apList[0].GetComponent(); AnimationPlayerU5BU5D_t53EFB9C221F3C69105619719E5731B924896C0A6* L_2 = __this->get_apList_4(); NullCheck(L_2); int32_t L_3 = 0; AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * L_4 = (L_2)->GetAt(static_cast(L_3)); NullCheck(L_4); Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * L_5; L_5 = Component_GetComponent_TisAnimation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8_m14F3D755E1A9100FFDBB60373F6F3E81C16A2B33(L_4, /*hidden argument*/Component_GetComponent_TisAnimation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8_m14F3D755E1A9100FFDBB60373F6F3E81C16A2B33_RuntimeMethod_var); __this->set_animationMain_7(L_5); } IL_0021: { // if (this._animationClips == null) AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* L_6 = __this->get__animationClips_8(); if (L_6) { goto IL_0093; } } { // this._animationClips = new AnimationClip[this.animationMain.GetClipCount()]; Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * L_7 = __this->get_animationMain_7(); NullCheck(L_7); int32_t L_8; L_8 = Animation_GetClipCount_m7F02B7ADF7FC64A7BC1A9D35F9B95739D3682E08(L_7, /*hidden argument*/NULL); AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* L_9 = (AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489*)(AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489*)SZArrayNew(AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489_il2cpp_TypeInfo_var, (uint32_t)L_8); __this->set__animationClips_8(L_9); // int i = 0; V_0 = 0; // foreach (AnimationState AS in this.animationMain) Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * L_10 = __this->get_animationMain_7(); NullCheck(L_10); RuntimeObject* L_11; L_11 = Animation_GetEnumerator_m7F0049CCE49D9F5963AFB5552CDEAD51793891F7(L_10, /*hidden argument*/NULL); V_1 = L_11; } IL_004d: try {// begin try (depth: 1) { goto IL_0078; } IL_004f: { // foreach (AnimationState AS in this.animationMain) RuntimeObject* L_12 = V_1; NullCheck(L_12); RuntimeObject * L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_12); V_2 = ((AnimationState_tDB7088046A65ABCEC66B45147693CA0AD803A3AD *)CastclassSealed((RuntimeObject*)L_13, AnimationState_tDB7088046A65ABCEC66B45147693CA0AD803A3AD_il2cpp_TypeInfo_var)); // this._animationClips[i] = this.animationMain.GetClip(AS.name); AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* L_14 = __this->get__animationClips_8(); int32_t L_15 = V_0; Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * L_16 = __this->get_animationMain_7(); AnimationState_tDB7088046A65ABCEC66B45147693CA0AD803A3AD * L_17 = V_2; NullCheck(L_17); String_t* L_18; L_18 = AnimationState_get_name_m0967781DD92AB4E35E17DD45136E46BAB3C57E9E(L_17, /*hidden argument*/NULL); NullCheck(L_16); AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * L_19; L_19 = Animation_GetClip_m8D59FF4F59C2363DC4D3E087562A0DA606E161D5(L_16, L_18, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_19); (L_14)->SetAt(static_cast(L_15), (AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 *)L_19); // i++; int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0078: { // foreach (AnimationState AS in this.animationMain) RuntimeObject* L_21 = V_1; NullCheck(L_21); bool L_22; L_22 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_004f; } } IL_0080: { IL2CPP_LEAVE(0x93, FINALLY_0082); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0082; } FINALLY_0082: {// begin finally (depth: 1) { RuntimeObject* L_23 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_23, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_24 = V_3; if (!L_24) { goto IL_0092; } } IL_008c: { RuntimeObject* L_25 = V_3; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_25); } IL_0092: { IL2CPP_END_FINALLY(130) } }// end finally (depth: 1) IL2CPP_CLEANUP(130) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x93, IL_0093) } IL_0093: { // return this._animationClips; AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* L_26 = __this->get__animationClips_8(); return L_26; } } // System.Void TestAnimation::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestAnimation__ctor_m79FD67C8378B0720750A34DA476A22B46058308F (TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void TestAnimation::b__3_0(AnimationPlayerCompleteResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestAnimation_U3CStartU3Eb__3_0_mA975ADAEF96C84C4F938EDCA352FC2DD19D74C74 (TestAnimation_t66BA09D9C3845249C528AF8B19C60D5B42C88800 * __this, AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D * ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02B43681539795BF14C9A47DB53B6782D51EA2D); s_Il2CppMethodInitialized = true; } { // if (res.index == 3) AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D * L_0 = ___res0; NullCheck(L_0); int32_t L_1 = L_0->get_index_0(); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0054; } } { // text.text = "????????" + this.animationClips[index].name + "x" + res.completeCount; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_2 = __this->get_text_5(); AnimationClipU5BU5D_t93D1A9ADEC832A4EABC0353D9E4E435B22B28489* L_3; L_3 = TestAnimation_get_animationClips_mC9A44B7C79E879DBFD84992A76EE98DEADC1EBFF(__this, /*hidden argument*/NULL); int32_t L_4 = __this->get_index_6(); NullCheck(L_3); int32_t L_5 = L_4; AnimationClip_tD9BFD73D43793BA608D5C0B46BE29EB59E40D178 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); String_t* L_7; L_7 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_6, /*hidden argument*/NULL); AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D * L_8 = ___res0; NullCheck(L_8); int32_t* L_9 = L_8->get_address_of_completeCount_2(); String_t* L_10; L_10 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(_stringLiteralA02B43681539795BF14C9A47DB53B6782D51EA2D, L_7, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, L_10, /*hidden argument*/NULL); NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_2, L_11); // if (res.completeCount == 10) AnimationPlayerCompleteResult_tC6DF8EDBB55A0A0AF417E35EF6625B3FA762157D * L_12 = ___res0; NullCheck(L_12); int32_t L_13 = L_12->get_completeCount_2(); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)10))))) { goto IL_0053; } } { // index = 0; __this->set_index_6(0); // } goto IL_0062; } IL_0053: { // return; return; } IL_0054: { // else index++; int32_t L_14 = __this->get_index_6(); __this->set_index_6(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); } IL_0062: { // StartCoroutine(PlayEach()); RuntimeObject* L_15; L_15 = TestAnimation_PlayEach_m7A971F6DF4C34BEE8F7741FE4A8FFB71A41370CA(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_16; L_16 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_15, /*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 TestBleConnect::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestBleConnect_Start_mEF9572389A2FD4E930E8CC2162FB05A9FA6889F9 (TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ins = this; ((TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_StaticFields*)il2cpp_codegen_static_fields_for(TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_il2cpp_TypeInfo_var))->set_ins_4(__this); // } return; } } // System.Void TestBleConnect::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestBleConnect_OnDestroy_m18AC643208D3D4389D3619F140B0C044C571FB6C (TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ins == this) ins = null; TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309 * L_0 = ((TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_StaticFields*)il2cpp_codegen_static_fields_for(TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, __this, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // if (ins == this) ins = null; ((TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_StaticFields*)il2cpp_codegen_static_fields_for(TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_il2cpp_TypeInfo_var))->set_ins_4((TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309 *)NULL); } IL_0013: { // } return; } } // System.Void TestBleConnect::Log(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestBleConnect_Log_m60DCFDACC80FBFB949A2B44716566788BBA80AD4 (String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FAB63D80D49743CA7FD9C3CC27E4A25117B5A7C); s_Il2CppMethodInitialized = true; } Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * V_0 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (ins) ins.transform.Find("Scroll View/Viewport/Content/Text").GetComponent().text += DateTime.Now.ToString() + "\n" + msg + "\n"; TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309 * L_0 = ((TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_StaticFields*)il2cpp_codegen_static_fields_for(TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_il2cpp_TypeInfo_var))->get_ins_4(); 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_0064; } } { // if (ins) ins.transform.Find("Scroll View/Viewport/Content/Text").GetComponent().text += DateTime.Now.ToString() + "\n" + msg + "\n"; TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309 * L_2 = ((TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_StaticFields*)il2cpp_codegen_static_fields_for(TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_2, /*hidden argument*/NULL); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_3, _stringLiteral9FAB63D80D49743CA7FD9C3CC27E4A25117B5A7C, /*hidden argument*/NULL); NullCheck(L_4); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_5; L_5 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_4, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); V_0 = L_5; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_6 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(74 /* System.String UnityEngine.UI.Text::get_text() */, L_9); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(0), (String_t*)L_10); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_8; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12; L_12 = DateTime_get_Now_mCAC695993D6E2C57B900C83BEF3F8B18BC4EBC2C(/*hidden argument*/NULL); V_1 = L_12; String_t* L_13; L_13 = DateTime_ToString_m242888E500DFD8CD675BDC455BC696AF47813954((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(1), (String_t*)L_13); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_11; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); (L_14)->SetAt(static_cast(2), (String_t*)_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_14; String_t* L_16 = ___msg0; NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(3), (String_t*)L_16); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_15; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); (L_17)->SetAt(static_cast(4), (String_t*)_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); String_t* L_18; L_18 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_17, /*hidden argument*/NULL); NullCheck(L_6); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_6, L_18); } IL_0064: { // } return; } } // System.Void TestBleConnect::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestBleConnect__ctor_m4B0DF4D6DB8C00F3CE64D3A74715FF2FE5E0213D (TestBleConnect_tF14CF277BE7AD6CC8582C3EE32AD8ACE499E0309 * __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.TestHubExample::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_Start_mB4E9EA0A787246DAC400EEA47170677532DE0D8B (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m090CD607C7652B994D986F12CB18450A24FD8161_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_mF085E12C28AD08D2BB7182301B207590FF97E9D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t71327A2F3C31DF62529F8918E46B7BD749A2D6B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_m2AA53EB59C74F789510F81501EA61954ED2D4988_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_mB660691EDA9AA1A2FBEDCCEB5949F84E54C545D8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t986392A54536D0441914C992D788BD4745B8D886_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3__ctor_m85B18B3955CFC54FC628B64D661B48FD6AD54B64_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_On_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m88587FB8539524A70C345265C2112CC1A44F70FD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_On_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_mD5457E5597EF61E2B7538D0236F8567977D8DC82_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_On_TisString_t_m43F4E5F60E425890E4D970070165241F887F9A1B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_Hub_OnClosed_m50E157DD02BF5742F759AA25361FBF1580684DD3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_Hub_OnConnected_m36938BB9AF1444F2C190110E804CD23B2D73465B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_Hub_OnError_mF995517D8FF12B14BC47F371C6C86F78EA1CBDA8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_Hub_OnMessage_m37CCED969C80E0C8205D3A32251749A554D17B6B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CStartU3Eb__4_0_m96763ED2FF56B9493D39FF9A3722BD9AE449591A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CStartU3Eb__4_1_m94B80031D2F097734E840A0CEF9114E395FF1BB1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CStartU3Eb__4_2_m802C46AC99595E4025D55FD70C246F141FF025D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral31994A27BE70656F269572781826620C095C803E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46E4D88E2C2FF590CB5508E28A8ED4CE89F93985); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7954AB25330BDFE269078FDAA88039E4A1A201C); s_Il2CppMethodInitialized = true; } HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * V_0 = NULL; { // HubOptions options = new HubOptions(); HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * L_0 = (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 *)il2cpp_codegen_object_new(HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855_il2cpp_TypeInfo_var); HubOptions__ctor_m76D75A1D320643F28D6187889CDD532F65541A69(L_0, /*hidden argument*/NULL); V_0 = L_0; // options.SkipNegotiation = false; HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * L_1 = V_0; NullCheck(L_1); HubOptions_set_SkipNegotiation_m15534B31829AAD35679D2A87987E2235E10842A5_inline(L_1, (bool)0, /*hidden argument*/NULL); // hub = new HubConnection(URI, new JsonProtocol(new LitJsonEncoder()), options); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = __this->get_URI_4(); LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D * L_3 = (LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D *)il2cpp_codegen_object_new(LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D_il2cpp_TypeInfo_var); LitJsonEncoder__ctor_m2FC4F68BD8F4B18ACF90464DD0C56B286DCA3B52(L_3, /*hidden argument*/NULL); JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4 * L_4 = (JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4 *)il2cpp_codegen_object_new(JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4_il2cpp_TypeInfo_var); JsonProtocol__ctor_m3704CA0FF00FEDBA16CE9315BF0BFE2B9A38C436(L_4, L_3, /*hidden argument*/NULL); HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * L_5 = V_0; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_6 = (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)il2cpp_codegen_object_new(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_il2cpp_TypeInfo_var); HubConnection__ctor_m82216E480ACCEABB550D2CBEF91FD97D2A4D1236(L_6, L_2, L_4, L_5, /*hidden argument*/NULL); __this->set_hub_5(L_6); // hub.OnConnected += Hub_OnConnected; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_7 = __this->get_hub_5(); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_8 = (Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)il2cpp_codegen_object_new(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var); Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0(L_8, __this, (intptr_t)((intptr_t)TestHubExample_Hub_OnConnected_m36938BB9AF1444F2C190110E804CD23B2D73465B_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0_RuntimeMethod_var); NullCheck(L_7); HubConnection_add_OnConnected_mE646C6A573754170FCA796FB416B927A6613D1AC(L_7, L_8, /*hidden argument*/NULL); // hub.OnError += Hub_OnError; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_9 = __this->get_hub_5(); Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_10 = (Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 *)il2cpp_codegen_object_new(Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9_il2cpp_TypeInfo_var); Action_2__ctor_m2AA53EB59C74F789510F81501EA61954ED2D4988(L_10, __this, (intptr_t)((intptr_t)TestHubExample_Hub_OnError_mF995517D8FF12B14BC47F371C6C86F78EA1CBDA8_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m2AA53EB59C74F789510F81501EA61954ED2D4988_RuntimeMethod_var); NullCheck(L_9); HubConnection_add_OnError_mC6C99540F9E510A3D99131591CE2B3BBC6805936(L_9, L_10, /*hidden argument*/NULL); // hub.OnClosed += Hub_OnClosed; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_11 = __this->get_hub_5(); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_12 = (Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)il2cpp_codegen_object_new(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var); Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0(L_12, __this, (intptr_t)((intptr_t)TestHubExample_Hub_OnClosed_m50E157DD02BF5742F759AA25361FBF1580684DD3_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0_RuntimeMethod_var); NullCheck(L_11); HubConnection_add_OnClosed_mA579126F6DBE400FE478E11A42BF0B8C5774A3FA(L_11, L_12, /*hidden argument*/NULL); // hub.OnMessage += Hub_OnMessage; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_13 = __this->get_hub_5(); Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_14 = (Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 *)il2cpp_codegen_object_new(Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250_il2cpp_TypeInfo_var); Func_3__ctor_m85B18B3955CFC54FC628B64D661B48FD6AD54B64(L_14, __this, (intptr_t)((intptr_t)TestHubExample_Hub_OnMessage_m37CCED969C80E0C8205D3A32251749A554D17B6B_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_m85B18B3955CFC54FC628B64D661B48FD6AD54B64_RuntimeMethod_var); NullCheck(L_13); HubConnection_add_OnMessage_mD6937915D96F1E105916E9320163856AEE0CD810(L_13, L_14, /*hidden argument*/NULL); // hub.On("Send", (string arg) => uiText += string.Format(" On Send: {0}\n", arg)); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_15 = __this->get_hub_5(); Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 * L_16 = (Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3 *)il2cpp_codegen_object_new(Action_1_tC0D73E03177C82525D78670CDC2165F7CBF0A9C3_il2cpp_TypeInfo_var); Action_1__ctor_m090CD607C7652B994D986F12CB18450A24FD8161(L_16, __this, (intptr_t)((intptr_t)TestHubExample_U3CStartU3Eb__4_0_m96763ED2FF56B9493D39FF9A3722BD9AE449591A_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m090CD607C7652B994D986F12CB18450A24FD8161_RuntimeMethod_var); NullCheck(L_15); HubConnection_On_TisString_t_m43F4E5F60E425890E4D970070165241F887F9A1B(L_15, _stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D, L_16, /*hidden argument*/HubConnection_On_TisString_t_m43F4E5F60E425890E4D970070165241F887F9A1B_RuntimeMethod_var); // hub.On("Person", (person) => uiText += string.Format(" On Person: {0}\n", person)); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_17 = __this->get_hub_5(); Action_1_t71327A2F3C31DF62529F8918E46B7BD749A2D6B9 * L_18 = (Action_1_t71327A2F3C31DF62529F8918E46B7BD749A2D6B9 *)il2cpp_codegen_object_new(Action_1_t71327A2F3C31DF62529F8918E46B7BD749A2D6B9_il2cpp_TypeInfo_var); Action_1__ctor_mF085E12C28AD08D2BB7182301B207590FF97E9D7(L_18, __this, (intptr_t)((intptr_t)TestHubExample_U3CStartU3Eb__4_1_m94B80031D2F097734E840A0CEF9114E395FF1BB1_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mF085E12C28AD08D2BB7182301B207590FF97E9D7_RuntimeMethod_var); NullCheck(L_17); HubConnection_On_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_mD5457E5597EF61E2B7538D0236F8567977D8DC82(L_17, _stringLiteralD7954AB25330BDFE269078FDAA88039E4A1A201C, L_18, /*hidden argument*/HubConnection_On_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_mD5457E5597EF61E2B7538D0236F8567977D8DC82_RuntimeMethod_var); // hub.On("TwoPersons", (person1, person2) => uiText += string.Format(" On TwoPersons: {0}, {1}\n", person1, person2)); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_19 = __this->get_hub_5(); Action_2_t986392A54536D0441914C992D788BD4745B8D886 * L_20 = (Action_2_t986392A54536D0441914C992D788BD4745B8D886 *)il2cpp_codegen_object_new(Action_2_t986392A54536D0441914C992D788BD4745B8D886_il2cpp_TypeInfo_var); Action_2__ctor_mB660691EDA9AA1A2FBEDCCEB5949F84E54C545D8(L_20, __this, (intptr_t)((intptr_t)TestHubExample_U3CStartU3Eb__4_2_m802C46AC99595E4025D55FD70C246F141FF025D3_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mB660691EDA9AA1A2FBEDCCEB5949F84E54C545D8_RuntimeMethod_var); NullCheck(L_19); HubConnection_On_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m88587FB8539524A70C345265C2112CC1A44F70FD(L_19, _stringLiteral46E4D88E2C2FF590CB5508E28A8ED4CE89F93985, L_20, /*hidden argument*/HubConnection_On_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m88587FB8539524A70C345265C2112CC1A44F70FD_RuntimeMethod_var); // hub.StartConnect(); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_21 = __this->get_hub_5(); NullCheck(L_21); HubConnection_StartConnect_m19A1847CC52217F06FC24880711E3A3F4E5BEC14(L_21, /*hidden argument*/NULL); // uiText = "StartConnect called\n"; __this->set_uiText_7(_stringLiteral31994A27BE70656F269572781826620C095C803E); // } return; } } // System.Void BestHTTP.Examples.TestHubExample::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_OnDestroy_m31A3EFBB384D02CA657813FC80C5862A21233062 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, const RuntimeMethod* method) { { // if (hub != null) HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_0 = __this->get_hub_5(); if (!L_0) { goto IL_0013; } } { // hub.StartClose(); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_1 = __this->get_hub_5(); NullCheck(L_1); HubConnection_StartClose_m240A8EC4903217BAE6093B546165CD8F43993682(L_1, /*hidden argument*/NULL); } IL_0013: { // } return; } } // System.Void BestHTTP.Examples.TestHubExample::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_OnGUI_m526BBE3785A42B0113B1FC0F247B777159CF5878 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __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*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3COnGUIU3Eb__6_0_m271FF9FA6699F2F67F7208188E5AE02574F23E9B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // GUIHelper.DrawArea(GUIHelper.ClientArea, true, () => // { // scrollPos = GUILayout.BeginScrollView(scrollPos, false, false); // GUILayout.BeginVertical(); // // GUILayout.Label(uiText); // // 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)TestHubExample_U3COnGUIU3Eb__6_0_m271FF9FA6699F2F67F7208188E5AE02574F23E9B_RuntimeMethod_var), /*hidden argument*/NULL); GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D(L_0, (bool)1, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.TestHubExample::Hub_OnConnected(BestHTTP.SignalRCore.HubConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_Hub_OnConnected_m36938BB9AF1444F2C190110E804CD23B2D73465B (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___hub0, 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*)&FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1__ctor_m56117FFAF320CBFE958E65143B7DEFA32CED9FD8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1__ctor_m6B9EAC2B1193D4A4C39E36EB208FD725C71EC59A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1__ctor_m9A72F502C2876BB1387E69C02AF4595F03E1EDDD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1__ctor_m9CCC143100B587B0F22682D46AECF87076A3F18E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1__ctor_m9DD146385F528455B6A39FB3D88A01A14532BC77_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1__ctor_mAAA01CC618DE15C38FF5AF147384AC7DFEAA2315_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1_t2784CA2EA58B563BE5DE193E8F6D566A29997239_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1_t3C9029228B65F876E4623B938A9F4979FA11B9CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1_t49D386D8B15034B7B63364F898930F1991D1F1D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_CancelStream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m6232501BEC3E392FF2136BD46C59261D28FB0DEB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_Invoke_TisInt32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_m145621753428FEE7B7DA759A496CDFAAF41AA36C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_Invoke_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m0EC0FD28269C7B7C890084242C4BF64640E70E7A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_Invoke_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m2F041039DEF651FC734A23A3B824C8785949D98D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_Invoke_TisString_t_mE228D641918394DFF41A33891449B8FB4FFD19B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_Stream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBBDC683D323B02F843696ABBBB18A792BB32426D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_Stream_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m3677FA5E7546907290D76E214112DB24613B4B8A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFuture_1_t0C4FD859E5C7BE1424429E5EE0286A9626A08121_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFuture_1_t1A90EE605B20A7591C1BDE158EF8073A10397E9E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFuture_1_t74C001FC8CC11E5ED2DEAE43A442044516DBE74B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFuture_1_t9497C86A6B01FDED914BAC98710D16E477416657_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFuture_1_tCD692EA3616733B907F8B60D76D664596182C377_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFuture_1_tE82C9020DAF227C79935028B9F9AB87CBC5ECAE6_il2cpp_TypeInfo_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*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_0_m8429EED1AF4BDE6B7C2F77D3C3F1ED59FC4C8E13_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_10_m7EBD9DD3DF08E9EF23D81FC027CB4E8B02297B44_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_11_m365A93A5167937F00AA7755F511FBFAF2BEAAC06_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_12_mA74C937A4521F06442BED30B8924CD17DABA3406_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_13_m65A3398BFAC87D2043E31D8031EFA83CF1637B4F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_14_m135B460E76C0EF09B753C5ADD98B679CA010E525_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_15_m32D3D8A2CAC42250881E9F354FBD228D6885480B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_16_m9E7D1809973A95593F31575C3BA7F17400CE7843_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_1_mD19BD96280B3261C94F861FB96A1A94CCB50D000_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_2_mEF609A2C0AB8C39FBCFA5A37095277DD1718331D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_3_mE2BD8BABAF17F251AB29C20942ED9A403FB5D078_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_4_m0A768253579606A0B2CC2BB5D1EA77A6229C528F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_5_m907CF10C9915DE1A0E0EAD1EFB4F57A99DAD1AFD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_6_m3BAE60CBE4B8C82844F0BE76E543768F93C62C5E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_7_m2778586F74FCA3B182B31C70B49F62CE1F4472E0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_8_mCE5E21492DF45E5709542F1D4A3B739360130628_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestHubExample_U3CHub_OnConnectedU3Eb__7_9_m631088A220B0B4AD1D0DE7DA5BDAB32BA18E2526_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral093B9FEB8C06B9796B61AECCA05F158FEC3DF201); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral107694947DB47644F8036602F63473486E1ED925); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FB0CA795880643744DCC27DDCF96CF09838C54B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53B8A7B133A27632AC7BAB97FAB7EF74032E57C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F7899CECECB024314FAA48D9150494EDD81C5A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FF8E53378674ADAA9B55339A92BD14311E3AC32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral857BD9F21F55583C00B39143001A4E1381023414); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F175E09A4AD5D5B269794F7D6D26A7EE887EB85); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99C3A04EB067FA4EAE169E6D8931C29E6C23B6E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE904C35ED6DFD74929459199482980821BEDFA7D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB856EBD5AAE359AC9370F9358D9B5E1D91ABE08); s_Il2CppMethodInitialized = true; } StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * V_0 = NULL; { // uiText += "Hub Connected\n"; String_t* L_0 = __this->get_uiText_7(); String_t* L_1; L_1 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, _stringLiteral99C3A04EB067FA4EAE169E6D8931C29E6C23B6E8, /*hidden argument*/NULL); __this->set_uiText_7(L_1); // hub.Send("Send", "my message"); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_2 = ___hub0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral7FF8E53378674ADAA9B55339A92BD14311E3AC32); (L_4)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral7FF8E53378674ADAA9B55339A92BD14311E3AC32); NullCheck(L_2); RuntimeObject* L_5; L_5 = HubConnection_Send_m66EF125505B553CD941232B726DFCCD37EA85131(L_2, _stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D, L_4, /*hidden argument*/NULL); // hub.Invoke("NoParam") // .OnSuccess(ret => uiText += string.Format(" 'NoParam' returned: {0}\n", ret)); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_6 = ___hub0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7; L_7 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_6); RuntimeObject* L_8; L_8 = HubConnection_Invoke_TisString_t_mE228D641918394DFF41A33891449B8FB4FFD19B5(L_6, _stringLiteral093B9FEB8C06B9796B61AECCA05F158FEC3DF201, L_7, /*hidden argument*/HubConnection_Invoke_TisString_t_mE228D641918394DFF41A33891449B8FB4FFD19B5_RuntimeMethod_var); FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96 * L_9 = (FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96 *)il2cpp_codegen_object_new(FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96_il2cpp_TypeInfo_var); FutureValueCallback_1__ctor_m6B9EAC2B1193D4A4C39E36EB208FD725C71EC59A(L_9, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_0_m8429EED1AF4BDE6B7C2F77D3C3F1ED59FC4C8E13_RuntimeMethod_var), /*hidden argument*/FutureValueCallback_1__ctor_m6B9EAC2B1193D4A4C39E36EB208FD725C71EC59A_RuntimeMethod_var); NullCheck(L_8); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker1< RuntimeObject*, FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96 * >::Invoke(4 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1::OnSuccess(BestHTTP.Futures.FutureValueCallback`1) */, IFuture_1_tE82C9020DAF227C79935028B9F9AB87CBC5ECAE6_il2cpp_TypeInfo_var, L_8, L_9); // hub.Invoke("Add", 10, 20) // .OnSuccess(result => uiText += string.Format(" 'Add(10, 20)' returned: {0}\n", result)) // .OnError(error => uiText += string.Format(" 'Add(10, 20)' error: {0}\n", error)); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_11 = ___hub0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_12; int32_t L_14 = ((int32_t)10); RuntimeObject * L_15 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_14); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_15); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = L_13; int32_t L_17 = ((int32_t)20); RuntimeObject * L_18 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_17); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(1), (RuntimeObject *)L_18); NullCheck(L_11); RuntimeObject* L_19; L_19 = HubConnection_Invoke_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m0EC0FD28269C7B7C890084242C4BF64640E70E7A(L_11, _stringLiteral107694947DB47644F8036602F63473486E1ED925, L_16, /*hidden argument*/HubConnection_Invoke_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m0EC0FD28269C7B7C890084242C4BF64640E70E7A_RuntimeMethod_var); FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F * L_20 = (FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F *)il2cpp_codegen_object_new(FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F_il2cpp_TypeInfo_var); FutureValueCallback_1__ctor_m9DD146385F528455B6A39FB3D88A01A14532BC77(L_20, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_1_mD19BD96280B3261C94F861FB96A1A94CCB50D000_RuntimeMethod_var), /*hidden argument*/FutureValueCallback_1__ctor_m9DD146385F528455B6A39FB3D88A01A14532BC77_RuntimeMethod_var); NullCheck(L_19); RuntimeObject* L_21; L_21 = InterfaceFuncInvoker1< RuntimeObject*, FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F * >::Invoke(4 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1::OnSuccess(BestHTTP.Futures.FutureValueCallback`1) */, IFuture_1_t0C4FD859E5C7BE1424429E5EE0286A9626A08121_il2cpp_TypeInfo_var, L_19, L_20); FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF * L_22 = (FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF *)il2cpp_codegen_object_new(FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF_il2cpp_TypeInfo_var); FutureErrorCallback__ctor_m5119152801F94CDDA3BAC38076E7F1ED0126D677(L_22, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_2_mEF609A2C0AB8C39FBCFA5A37095277DD1718331D_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_21); RuntimeObject* L_23; L_23 = InterfaceFuncInvoker1< RuntimeObject*, FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF * >::Invoke(5 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1::OnError(BestHTTP.Futures.FutureErrorCallback) */, IFuture_1_t0C4FD859E5C7BE1424429E5EE0286A9626A08121_il2cpp_TypeInfo_var, L_21, L_22); // hub.Invoke("GetPerson", "Mr. Smith", 26) // .OnSuccess(result => uiText += string.Format(" 'GetPerson(\"Mr. Smith\", 26)' returned: {0}\n", result)) // .OnError(error => uiText += string.Format(" 'GetPerson(\"Mr. Smith\", 26)' error: {0}\n", error)); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_24 = ___hub0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_25 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = L_25; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral8F175E09A4AD5D5B269794F7D6D26A7EE887EB85); (L_26)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral8F175E09A4AD5D5B269794F7D6D26A7EE887EB85); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = L_26; int32_t L_28 = ((int32_t)26); RuntimeObject * L_29 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_28); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_29); (L_27)->SetAt(static_cast(1), (RuntimeObject *)L_29); NullCheck(L_24); RuntimeObject* L_30; L_30 = HubConnection_Invoke_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m2F041039DEF651FC734A23A3B824C8785949D98D(L_24, _stringLiteral53B8A7B133A27632AC7BAB97FAB7EF74032E57C9, L_27, /*hidden argument*/HubConnection_Invoke_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m2F041039DEF651FC734A23A3B824C8785949D98D_RuntimeMethod_var); FutureValueCallback_1_t2784CA2EA58B563BE5DE193E8F6D566A29997239 * L_31 = (FutureValueCallback_1_t2784CA2EA58B563BE5DE193E8F6D566A29997239 *)il2cpp_codegen_object_new(FutureValueCallback_1_t2784CA2EA58B563BE5DE193E8F6D566A29997239_il2cpp_TypeInfo_var); FutureValueCallback_1__ctor_m56117FFAF320CBFE958E65143B7DEFA32CED9FD8(L_31, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_3_mE2BD8BABAF17F251AB29C20942ED9A403FB5D078_RuntimeMethod_var), /*hidden argument*/FutureValueCallback_1__ctor_m56117FFAF320CBFE958E65143B7DEFA32CED9FD8_RuntimeMethod_var); NullCheck(L_30); RuntimeObject* L_32; L_32 = InterfaceFuncInvoker1< RuntimeObject*, FutureValueCallback_1_t2784CA2EA58B563BE5DE193E8F6D566A29997239 * >::Invoke(4 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1::OnSuccess(BestHTTP.Futures.FutureValueCallback`1) */, IFuture_1_t74C001FC8CC11E5ED2DEAE43A442044516DBE74B_il2cpp_TypeInfo_var, L_30, L_31); FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF * L_33 = (FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF *)il2cpp_codegen_object_new(FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF_il2cpp_TypeInfo_var); FutureErrorCallback__ctor_m5119152801F94CDDA3BAC38076E7F1ED0126D677(L_33, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_4_m0A768253579606A0B2CC2BB5D1EA77A6229C528F_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_32); RuntimeObject* L_34; L_34 = InterfaceFuncInvoker1< RuntimeObject*, FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF * >::Invoke(5 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1::OnError(BestHTTP.Futures.FutureErrorCallback) */, IFuture_1_t74C001FC8CC11E5ED2DEAE43A442044516DBE74B_il2cpp_TypeInfo_var, L_32, L_33); // hub.Invoke("SingleResultFailure", 10, 20) // .OnSuccess(result => uiText += string.Format(" 'SingleResultFailure(10, 20)' returned: {0}\n", result)) // .OnError(error => uiText += string.Format(" 'SingleResultFailure(10, 20)' error: {0}\n", error)); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_35 = ___hub0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_37 = L_36; int32_t L_38 = ((int32_t)10); RuntimeObject * L_39 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_38); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_39); (L_37)->SetAt(static_cast(0), (RuntimeObject *)L_39); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40 = L_37; int32_t L_41 = ((int32_t)20); RuntimeObject * L_42 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_41); NullCheck(L_40); ArrayElementTypeCheck (L_40, L_42); (L_40)->SetAt(static_cast(1), (RuntimeObject *)L_42); NullCheck(L_35); RuntimeObject* L_43; L_43 = HubConnection_Invoke_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m0EC0FD28269C7B7C890084242C4BF64640E70E7A(L_35, _stringLiteral1FB0CA795880643744DCC27DDCF96CF09838C54B, L_40, /*hidden argument*/HubConnection_Invoke_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m0EC0FD28269C7B7C890084242C4BF64640E70E7A_RuntimeMethod_var); FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F * L_44 = (FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F *)il2cpp_codegen_object_new(FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F_il2cpp_TypeInfo_var); FutureValueCallback_1__ctor_m9DD146385F528455B6A39FB3D88A01A14532BC77(L_44, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_5_m907CF10C9915DE1A0E0EAD1EFB4F57A99DAD1AFD_RuntimeMethod_var), /*hidden argument*/FutureValueCallback_1__ctor_m9DD146385F528455B6A39FB3D88A01A14532BC77_RuntimeMethod_var); NullCheck(L_43); RuntimeObject* L_45; L_45 = InterfaceFuncInvoker1< RuntimeObject*, FutureValueCallback_1_t04DAEE41B8B91FEEEC4A8B7F1803DBFBE71B8B3F * >::Invoke(4 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1::OnSuccess(BestHTTP.Futures.FutureValueCallback`1) */, IFuture_1_t0C4FD859E5C7BE1424429E5EE0286A9626A08121_il2cpp_TypeInfo_var, L_43, L_44); FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF * L_46 = (FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF *)il2cpp_codegen_object_new(FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF_il2cpp_TypeInfo_var); FutureErrorCallback__ctor_m5119152801F94CDDA3BAC38076E7F1ED0126D677(L_46, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_6_m3BAE60CBE4B8C82844F0BE76E543768F93C62C5E_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_45); RuntimeObject* L_47; L_47 = InterfaceFuncInvoker1< RuntimeObject*, FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF * >::Invoke(5 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1::OnError(BestHTTP.Futures.FutureErrorCallback) */, IFuture_1_t0C4FD859E5C7BE1424429E5EE0286A9626A08121_il2cpp_TypeInfo_var, L_45, L_46); // hub.Invoke("Batched", 10) // .OnSuccess(result => uiText += string.Format(" 'Batched(10)' returned items: {0}\n", result.Length)) // .OnError(error => uiText += string.Format(" 'Batched(10)' error: {0}\n", error)); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_48 = ___hub0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_49 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_50 = L_49; int32_t L_51 = ((int32_t)10); RuntimeObject * L_52 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_51); NullCheck(L_50); ArrayElementTypeCheck (L_50, L_52); (L_50)->SetAt(static_cast(0), (RuntimeObject *)L_52); NullCheck(L_48); RuntimeObject* L_53; L_53 = HubConnection_Invoke_TisInt32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_m145621753428FEE7B7DA759A496CDFAAF41AA36C(L_48, _stringLiteral7F7899CECECB024314FAA48D9150494EDD81C5A2, L_50, /*hidden argument*/HubConnection_Invoke_TisInt32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_m145621753428FEE7B7DA759A496CDFAAF41AA36C_RuntimeMethod_var); FutureValueCallback_1_t3C9029228B65F876E4623B938A9F4979FA11B9CD * L_54 = (FutureValueCallback_1_t3C9029228B65F876E4623B938A9F4979FA11B9CD *)il2cpp_codegen_object_new(FutureValueCallback_1_t3C9029228B65F876E4623B938A9F4979FA11B9CD_il2cpp_TypeInfo_var); FutureValueCallback_1__ctor_m9CCC143100B587B0F22682D46AECF87076A3F18E(L_54, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_7_m2778586F74FCA3B182B31C70B49F62CE1F4472E0_RuntimeMethod_var), /*hidden argument*/FutureValueCallback_1__ctor_m9CCC143100B587B0F22682D46AECF87076A3F18E_RuntimeMethod_var); NullCheck(L_53); RuntimeObject* L_55; L_55 = InterfaceFuncInvoker1< RuntimeObject*, FutureValueCallback_1_t3C9029228B65F876E4623B938A9F4979FA11B9CD * >::Invoke(4 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1::OnSuccess(BestHTTP.Futures.FutureValueCallback`1) */, IFuture_1_t9497C86A6B01FDED914BAC98710D16E477416657_il2cpp_TypeInfo_var, L_53, L_54); FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF * L_56 = (FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF *)il2cpp_codegen_object_new(FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF_il2cpp_TypeInfo_var); FutureErrorCallback__ctor_m5119152801F94CDDA3BAC38076E7F1ED0126D677(L_56, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_8_mCE5E21492DF45E5709542F1D4A3B739360130628_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_55); RuntimeObject* L_57; L_57 = InterfaceFuncInvoker1< RuntimeObject*, FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF * >::Invoke(5 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1::OnError(BestHTTP.Futures.FutureErrorCallback) */, IFuture_1_t9497C86A6B01FDED914BAC98710D16E477416657_il2cpp_TypeInfo_var, L_55, L_56); // hub.Stream("ObservableCounter", 10, 1000) // .OnItem(result => uiText += string.Format(" 'ObservableCounter(10, 1000)' OnItem: {0}\n", result.LastAdded)) // .OnSuccess(result => uiText += string.Format(" 'ObservableCounter(10, 1000)' OnSuccess. Final count: {0}\n", result.Items.Count)) // .OnError(error => uiText += string.Format(" 'ObservableCounter(10, 1000)' error: {0}\n", error)); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_58 = ___hub0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_59 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_60 = L_59; int32_t L_61 = ((int32_t)10); RuntimeObject * L_62 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_61); NullCheck(L_60); ArrayElementTypeCheck (L_60, L_62); (L_60)->SetAt(static_cast(0), (RuntimeObject *)L_62); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_63 = L_60; int32_t L_64 = ((int32_t)1000); RuntimeObject * L_65 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_64); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_65); (L_63)->SetAt(static_cast(1), (RuntimeObject *)L_65); NullCheck(L_58); RuntimeObject* L_66; L_66 = HubConnection_Stream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBBDC683D323B02F843696ABBBB18A792BB32426D(L_58, _stringLiteral857BD9F21F55583C00B39143001A4E1381023414, L_63, /*hidden argument*/HubConnection_Stream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBBDC683D323B02F843696ABBBB18A792BB32426D_RuntimeMethod_var); FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 * L_67 = (FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 *)il2cpp_codegen_object_new(FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0_il2cpp_TypeInfo_var); FutureValueCallback_1__ctor_mAAA01CC618DE15C38FF5AF147384AC7DFEAA2315(L_67, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_9_m631088A220B0B4AD1D0DE7DA5BDAB32BA18E2526_RuntimeMethod_var), /*hidden argument*/FutureValueCallback_1__ctor_mAAA01CC618DE15C38FF5AF147384AC7DFEAA2315_RuntimeMethod_var); NullCheck(L_66); RuntimeObject* L_68; L_68 = InterfaceFuncInvoker1< RuntimeObject*, FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 * >::Invoke(3 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1>::OnItem(BestHTTP.Futures.FutureValueCallback`1) */, IFuture_1_tCD692EA3616733B907F8B60D76D664596182C377_il2cpp_TypeInfo_var, L_66, L_67); FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 * L_69 = (FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 *)il2cpp_codegen_object_new(FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0_il2cpp_TypeInfo_var); FutureValueCallback_1__ctor_mAAA01CC618DE15C38FF5AF147384AC7DFEAA2315(L_69, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_10_m7EBD9DD3DF08E9EF23D81FC027CB4E8B02297B44_RuntimeMethod_var), /*hidden argument*/FutureValueCallback_1__ctor_mAAA01CC618DE15C38FF5AF147384AC7DFEAA2315_RuntimeMethod_var); NullCheck(L_68); RuntimeObject* L_70; L_70 = InterfaceFuncInvoker1< RuntimeObject*, FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 * >::Invoke(4 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1>::OnSuccess(BestHTTP.Futures.FutureValueCallback`1) */, IFuture_1_tCD692EA3616733B907F8B60D76D664596182C377_il2cpp_TypeInfo_var, L_68, L_69); FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF * L_71 = (FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF *)il2cpp_codegen_object_new(FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF_il2cpp_TypeInfo_var); FutureErrorCallback__ctor_m5119152801F94CDDA3BAC38076E7F1ED0126D677(L_71, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_11_m365A93A5167937F00AA7755F511FBFAF2BEAAC06_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_70); RuntimeObject* L_72; L_72 = InterfaceFuncInvoker1< RuntimeObject*, FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF * >::Invoke(5 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1>::OnError(BestHTTP.Futures.FutureErrorCallback) */, IFuture_1_tCD692EA3616733B907F8B60D76D664596182C377_il2cpp_TypeInfo_var, L_70, L_71); // var container = hub.Stream("ChannelCounter", 10, 1000) // .OnItem(result => uiText += string.Format(" 'ChannelCounter(10, 1000)' OnItem: {0}\n", result.LastAdded)) // .OnSuccess(result => uiText += string.Format(" 'ChannelCounter(10, 1000)' OnSuccess. Final count: {0}\n", result.Items.Count)) // .OnError(error => uiText += string.Format(" 'ChannelCounter(10, 1000)' error: {0}\n", error)).value; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_73 = ___hub0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_74 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_75 = L_74; int32_t L_76 = ((int32_t)10); RuntimeObject * L_77 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_76); NullCheck(L_75); ArrayElementTypeCheck (L_75, L_77); (L_75)->SetAt(static_cast(0), (RuntimeObject *)L_77); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_78 = L_75; int32_t L_79 = ((int32_t)1000); RuntimeObject * L_80 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_79); NullCheck(L_78); ArrayElementTypeCheck (L_78, L_80); (L_78)->SetAt(static_cast(1), (RuntimeObject *)L_80); NullCheck(L_73); RuntimeObject* L_81; L_81 = HubConnection_Stream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBBDC683D323B02F843696ABBBB18A792BB32426D(L_73, _stringLiteralE904C35ED6DFD74929459199482980821BEDFA7D, L_78, /*hidden argument*/HubConnection_Stream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mBBDC683D323B02F843696ABBBB18A792BB32426D_RuntimeMethod_var); FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 * L_82 = (FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 *)il2cpp_codegen_object_new(FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0_il2cpp_TypeInfo_var); FutureValueCallback_1__ctor_mAAA01CC618DE15C38FF5AF147384AC7DFEAA2315(L_82, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_12_mA74C937A4521F06442BED30B8924CD17DABA3406_RuntimeMethod_var), /*hidden argument*/FutureValueCallback_1__ctor_mAAA01CC618DE15C38FF5AF147384AC7DFEAA2315_RuntimeMethod_var); NullCheck(L_81); RuntimeObject* L_83; L_83 = InterfaceFuncInvoker1< RuntimeObject*, FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 * >::Invoke(3 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1>::OnItem(BestHTTP.Futures.FutureValueCallback`1) */, IFuture_1_tCD692EA3616733B907F8B60D76D664596182C377_il2cpp_TypeInfo_var, L_81, L_82); FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 * L_84 = (FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 *)il2cpp_codegen_object_new(FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0_il2cpp_TypeInfo_var); FutureValueCallback_1__ctor_mAAA01CC618DE15C38FF5AF147384AC7DFEAA2315(L_84, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_13_m65A3398BFAC87D2043E31D8031EFA83CF1637B4F_RuntimeMethod_var), /*hidden argument*/FutureValueCallback_1__ctor_mAAA01CC618DE15C38FF5AF147384AC7DFEAA2315_RuntimeMethod_var); NullCheck(L_83); RuntimeObject* L_85; L_85 = InterfaceFuncInvoker1< RuntimeObject*, FutureValueCallback_1_t4889A86128E65FD1A555EB274264D0AEB86EB8B0 * >::Invoke(4 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1>::OnSuccess(BestHTTP.Futures.FutureValueCallback`1) */, IFuture_1_tCD692EA3616733B907F8B60D76D664596182C377_il2cpp_TypeInfo_var, L_83, L_84); FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF * L_86 = (FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF *)il2cpp_codegen_object_new(FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF_il2cpp_TypeInfo_var); FutureErrorCallback__ctor_m5119152801F94CDDA3BAC38076E7F1ED0126D677(L_86, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_14_m135B460E76C0EF09B753C5ADD98B679CA010E525_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_85); RuntimeObject* L_87; L_87 = InterfaceFuncInvoker1< RuntimeObject*, FutureErrorCallback_t0BA573DA679A7F54DDAC6EA48FDF990D608CD9AF * >::Invoke(5 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1>::OnError(BestHTTP.Futures.FutureErrorCallback) */, IFuture_1_tCD692EA3616733B907F8B60D76D664596182C377_il2cpp_TypeInfo_var, L_85, L_86); NullCheck(L_87); StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * L_88; L_88 = InterfaceFuncInvoker0< StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * >::Invoke(1 /* T BestHTTP.Futures.IFuture`1>::get_value() */, IFuture_1_tCD692EA3616733B907F8B60D76D664596182C377_il2cpp_TypeInfo_var, L_87); V_0 = L_88; // hub.CancelStream(container); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_89 = ___hub0; StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * L_90 = V_0; NullCheck(L_89); HubConnection_CancelStream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m6232501BEC3E392FF2136BD46C59261D28FB0DEB(L_89, L_90, /*hidden argument*/HubConnection_CancelStream_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m6232501BEC3E392FF2136BD46C59261D28FB0DEB_RuntimeMethod_var); // hub.Stream("GetRandomPersons", 20, 2000) // .OnItem(result => uiText += string.Format(" 'GetRandomPersons(20, 1000)' OnItem: {0}\n", result.LastAdded)) // .OnSuccess(result => uiText += string.Format(" 'GetRandomPersons(20, 1000)' OnSuccess. Final count: {0}\n", result.Items.Count)); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_91 = ___hub0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_92 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_93 = L_92; int32_t L_94 = ((int32_t)20); RuntimeObject * L_95 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_94); NullCheck(L_93); ArrayElementTypeCheck (L_93, L_95); (L_93)->SetAt(static_cast(0), (RuntimeObject *)L_95); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_96 = L_93; int32_t L_97 = ((int32_t)2000); RuntimeObject * L_98 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_97); NullCheck(L_96); ArrayElementTypeCheck (L_96, L_98); (L_96)->SetAt(static_cast(1), (RuntimeObject *)L_98); NullCheck(L_91); RuntimeObject* L_99; L_99 = HubConnection_Stream_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m3677FA5E7546907290D76E214112DB24613B4B8A(L_91, _stringLiteralEB856EBD5AAE359AC9370F9358D9B5E1D91ABE08, L_96, /*hidden argument*/HubConnection_Stream_TisPerson_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2_m3677FA5E7546907290D76E214112DB24613B4B8A_RuntimeMethod_var); FutureValueCallback_1_t49D386D8B15034B7B63364F898930F1991D1F1D2 * L_100 = (FutureValueCallback_1_t49D386D8B15034B7B63364F898930F1991D1F1D2 *)il2cpp_codegen_object_new(FutureValueCallback_1_t49D386D8B15034B7B63364F898930F1991D1F1D2_il2cpp_TypeInfo_var); FutureValueCallback_1__ctor_m9A72F502C2876BB1387E69C02AF4595F03E1EDDD(L_100, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_15_m32D3D8A2CAC42250881E9F354FBD228D6885480B_RuntimeMethod_var), /*hidden argument*/FutureValueCallback_1__ctor_m9A72F502C2876BB1387E69C02AF4595F03E1EDDD_RuntimeMethod_var); NullCheck(L_99); RuntimeObject* L_101; L_101 = InterfaceFuncInvoker1< RuntimeObject*, FutureValueCallback_1_t49D386D8B15034B7B63364F898930F1991D1F1D2 * >::Invoke(3 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1>::OnItem(BestHTTP.Futures.FutureValueCallback`1) */, IFuture_1_t1A90EE605B20A7591C1BDE158EF8073A10397E9E_il2cpp_TypeInfo_var, L_99, L_100); FutureValueCallback_1_t49D386D8B15034B7B63364F898930F1991D1F1D2 * L_102 = (FutureValueCallback_1_t49D386D8B15034B7B63364F898930F1991D1F1D2 *)il2cpp_codegen_object_new(FutureValueCallback_1_t49D386D8B15034B7B63364F898930F1991D1F1D2_il2cpp_TypeInfo_var); FutureValueCallback_1__ctor_m9A72F502C2876BB1387E69C02AF4595F03E1EDDD(L_102, __this, (intptr_t)((intptr_t)TestHubExample_U3CHub_OnConnectedU3Eb__7_16_m9E7D1809973A95593F31575C3BA7F17400CE7843_RuntimeMethod_var), /*hidden argument*/FutureValueCallback_1__ctor_m9A72F502C2876BB1387E69C02AF4595F03E1EDDD_RuntimeMethod_var); NullCheck(L_101); RuntimeObject* L_103; L_103 = InterfaceFuncInvoker1< RuntimeObject*, FutureValueCallback_1_t49D386D8B15034B7B63364F898930F1991D1F1D2 * >::Invoke(4 /* BestHTTP.Futures.IFuture`1 BestHTTP.Futures.IFuture`1>::OnSuccess(BestHTTP.Futures.FutureValueCallback`1) */, IFuture_1_t1A90EE605B20A7591C1BDE158EF8073A10397E9E_il2cpp_TypeInfo_var, L_101, L_102); // } return; } } // System.Boolean BestHTTP.Examples.TestHubExample::Hub_OnMessage(BestHTTP.SignalRCore.HubConnection,BestHTTP.SignalRCore.Messages.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TestHubExample_Hub_OnMessage_m37CCED969C80E0C8205D3A32251749A554D17B6B (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___hub0, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___message1, const RuntimeMethod* method) { { // return true; return (bool)1; } } // System.Void BestHTTP.Examples.TestHubExample::Hub_OnClosed(BestHTTP.SignalRCore.HubConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_Hub_OnClosed_m50E157DD02BF5742F759AA25361FBF1580684DD3 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___hub0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61D1EF19DEEDF543C967F4B10734ACFF737D0FE4); s_Il2CppMethodInitialized = true; } { // uiText += "Hub Closed\n"; String_t* L_0 = __this->get_uiText_7(); String_t* L_1; L_1 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, _stringLiteral61D1EF19DEEDF543C967F4B10734ACFF737D0FE4, /*hidden argument*/NULL); __this->set_uiText_7(L_1); // } return; } } // System.Void BestHTTP.Examples.TestHubExample::Hub_OnError(BestHTTP.SignalRCore.HubConnection,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_Hub_OnError_mF995517D8FF12B14BC47F371C6C86F78EA1CBDA8 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___hub0, String_t* ___error1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCC5FCD86E2E30E56BAD0B54B9E8EA03ED0FFC3A); s_Il2CppMethodInitialized = true; } { // uiText += "Hub Error: " + error + "\n"; String_t* L_0 = __this->get_uiText_7(); String_t* L_1 = ___error1; String_t* L_2; L_2 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(L_0, _stringLiteralBCC5FCD86E2E30E56BAD0B54B9E8EA03ED0FFC3A, L_1, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, /*hidden argument*/NULL); __this->set_uiText_7(L_2); // } return; } } // System.Void BestHTTP.Examples.TestHubExample::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample__ctor_m07B037586588ECAE58836EA48E8BD264700042A1 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __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*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral31F6E4B7B0CEE2CF42D62178271E04C6B0ED85E4); s_Il2CppMethodInitialized = true; } { // readonly Uri URI = new Uri(GUIHelper.BaseURL + "/TestHub"); 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, _stringLiteral31F6E4B7B0CEE2CF42D62178271E04C6B0ED85E4, /*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); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__4_0(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CStartU3Eb__4_0_m96763ED2FF56B9493D39FF9A3722BD9AE449591A (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, String_t* ___arg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA678EEED6D7327AA997ACEA91497D3C566BBE2BE); s_Il2CppMethodInitialized = true; } { // hub.On("Send", (string arg) => uiText += string.Format(" On Send: {0}\n", arg)); String_t* L_0 = __this->get_uiText_7(); String_t* L_1 = ___arg0; String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralA678EEED6D7327AA997ACEA91497D3C566BBE2BE, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_2, /*hidden argument*/NULL); __this->set_uiText_7(L_3); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__4_1(BestHTTP.Examples.TestHubExample/Person) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CStartU3Eb__4_1_m94B80031D2F097734E840A0CEF9114E395FF1BB1 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 * ___person0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96727FF278531CCE7778667FB884C1F46A9BC21B); s_Il2CppMethodInitialized = true; } { // hub.On("Person", (person) => uiText += string.Format(" On Person: {0}\n", person)); String_t* L_0 = __this->get_uiText_7(); Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 * L_1 = ___person0; String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral96727FF278531CCE7778667FB884C1F46A9BC21B, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_2, /*hidden argument*/NULL); __this->set_uiText_7(L_3); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__4_2(BestHTTP.Examples.TestHubExample/Person,BestHTTP.Examples.TestHubExample/Person) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CStartU3Eb__4_2_m802C46AC99595E4025D55FD70C246F141FF025D3 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 * ___person10, Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 * ___person21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3ECB68766C144D9D606191E936FB6A553D8FDAD5); s_Il2CppMethodInitialized = true; } { // hub.On("TwoPersons", (person1, person2) => uiText += string.Format(" On TwoPersons: {0}, {1}\n", person1, person2)); String_t* L_0 = __this->get_uiText_7(); Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 * L_1 = ___person10; Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 * L_2 = ___person21; String_t* L_3; L_3 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral3ECB68766C144D9D606191E936FB6A553D8FDAD5, L_1, L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_3, /*hidden argument*/NULL); __this->set_uiText_7(L_4); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__6_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3COnGUIU3Eb__6_0_m271FF9FA6699F2F67F7208188E5AE02574F23E9B (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __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); s_Il2CppMethodInitialized = true; } { // scrollPos = GUILayout.BeginScrollView(scrollPos, false, false); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = __this->get_scrollPos_6(); 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_6(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); // GUILayout.Label(uiText); String_t* L_4 = __this->get_uiText_7(); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_5; L_5 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_4, L_5, /*hidden argument*/NULL); // GUILayout.EndVertical(); GUILayout_EndVertical_mBCF5058C9591A4064722C2B763EF98D066BFDCAD(/*hidden argument*/NULL); // GUILayout.EndScrollView(); GUILayout_EndScrollView_m7A2EFB6B6DFC43302979FD6E2AF032C0D21BA163(/*hidden argument*/NULL); // }); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_0(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_0_m8429EED1AF4BDE6B7C2F77D3C3F1ED59FC4C8E13 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, String_t* ___ret0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7A8F846C5B3E78880513B8989B4D52610E62474); s_Il2CppMethodInitialized = true; } { // .OnSuccess(ret => uiText += string.Format(" 'NoParam' returned: {0}\n", ret)); String_t* L_0 = __this->get_uiText_7(); String_t* L_1 = ___ret0; String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralE7A8F846C5B3E78880513B8989B4D52610E62474, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_2, /*hidden argument*/NULL); __this->set_uiText_7(L_3); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_1_mD19BD96280B3261C94F861FB96A1A94CCB50D000 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, int32_t ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67F3AFA3E2A45A0A2368E92567136901EDBAB1AF); s_Il2CppMethodInitialized = true; } { // .OnSuccess(result => uiText += string.Format(" 'Add(10, 20)' returned: {0}\n", result)) String_t* L_0 = __this->get_uiText_7(); int32_t L_1 = ___result0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_2); String_t* L_4; L_4 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral67F3AFA3E2A45A0A2368E92567136901EDBAB1AF, L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_4, /*hidden argument*/NULL); __this->set_uiText_7(L_5); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_2(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_2_mEF609A2C0AB8C39FBCFA5A37095277DD1718331D (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, Exception_t * ___error0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DCC21133F2B502A81EA0D34A9CE3B03B8D69ACA); s_Il2CppMethodInitialized = true; } { // .OnError(error => uiText += string.Format(" 'Add(10, 20)' error: {0}\n", error)); String_t* L_0 = __this->get_uiText_7(); Exception_t * L_1 = ___error0; String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral5DCC21133F2B502A81EA0D34A9CE3B03B8D69ACA, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_2, /*hidden argument*/NULL); __this->set_uiText_7(L_3); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_3(BestHTTP.Examples.TestHubExample/Person) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_3_mE2BD8BABAF17F251AB29C20942ED9A403FB5D078 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 * ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6FE041548C1D7E804760ADA2AF215E5A059C403); s_Il2CppMethodInitialized = true; } { // .OnSuccess(result => uiText += string.Format(" 'GetPerson(\"Mr. Smith\", 26)' returned: {0}\n", result)) String_t* L_0 = __this->get_uiText_7(); Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 * L_1 = ___result0; String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralE6FE041548C1D7E804760ADA2AF215E5A059C403, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_2, /*hidden argument*/NULL); __this->set_uiText_7(L_3); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_4(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_4_m0A768253579606A0B2CC2BB5D1EA77A6229C528F (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, Exception_t * ___error0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5D61A8389186AFB1FFF771E5BAFEA8A4D8DBF1C); s_Il2CppMethodInitialized = true; } { // .OnError(error => uiText += string.Format(" 'GetPerson(\"Mr. Smith\", 26)' error: {0}\n", error)); String_t* L_0 = __this->get_uiText_7(); Exception_t * L_1 = ___error0; String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralF5D61A8389186AFB1FFF771E5BAFEA8A4D8DBF1C, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_2, /*hidden argument*/NULL); __this->set_uiText_7(L_3); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_5(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_5_m907CF10C9915DE1A0E0EAD1EFB4F57A99DAD1AFD (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, int32_t ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEB0EA12510B1D462E541EAB60AA24FA8D6B5C62); s_Il2CppMethodInitialized = true; } { // .OnSuccess(result => uiText += string.Format(" 'SingleResultFailure(10, 20)' returned: {0}\n", result)) String_t* L_0 = __this->get_uiText_7(); int32_t L_1 = ___result0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_2); String_t* L_4; L_4 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralFEB0EA12510B1D462E541EAB60AA24FA8D6B5C62, L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_4, /*hidden argument*/NULL); __this->set_uiText_7(L_5); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_6(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_6_m3BAE60CBE4B8C82844F0BE76E543768F93C62C5E (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, Exception_t * ___error0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECE84FA590D2C9E33F1DAA2166DB14D102F7BB67); s_Il2CppMethodInitialized = true; } { // .OnError(error => uiText += string.Format(" 'SingleResultFailure(10, 20)' error: {0}\n", error)); String_t* L_0 = __this->get_uiText_7(); Exception_t * L_1 = ___error0; String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralECE84FA590D2C9E33F1DAA2166DB14D102F7BB67, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_2, /*hidden argument*/NULL); __this->set_uiText_7(L_3); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_7(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_7_m2778586F74FCA3B182B31C70B49F62CE1F4472E0 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral443AAA5641646FAF13ECC98BCCC8F698D8D897EB); s_Il2CppMethodInitialized = true; } { // .OnSuccess(result => uiText += string.Format(" 'Batched(10)' returned items: {0}\n", result.Length)) String_t* L_0 = __this->get_uiText_7(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___result0; NullCheck(L_1); int32_t L_2 = ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); RuntimeObject * L_3 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_2); String_t* L_4; L_4 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral443AAA5641646FAF13ECC98BCCC8F698D8D897EB, L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_4, /*hidden argument*/NULL); __this->set_uiText_7(L_5); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_8(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_8_mCE5E21492DF45E5709542F1D4A3B739360130628 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, Exception_t * ___error0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76534C8003872BDD505C298A53B077013F17023B); s_Il2CppMethodInitialized = true; } { // .OnError(error => uiText += string.Format(" 'Batched(10)' error: {0}\n", error)); String_t* L_0 = __this->get_uiText_7(); Exception_t * L_1 = ___error0; String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral76534C8003872BDD505C298A53B077013F17023B, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_2, /*hidden argument*/NULL); __this->set_uiText_7(L_3); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_9(BestHTTP.SignalRCore.StreamItemContainer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_9_m631088A220B0B4AD1D0DE7DA5BDAB32BA18E2526 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamItemContainer_1_get_LastAdded_mB9099C4B0F112FDC073EBB96744D9E88FF20A83F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral191E086AFF2DA1EB4CFE546E6824FD31A1B7D2EB); s_Il2CppMethodInitialized = true; } { // .OnItem(result => uiText += string.Format(" 'ObservableCounter(10, 1000)' OnItem: {0}\n", result.LastAdded)) String_t* L_0 = __this->get_uiText_7(); StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * L_1 = ___result0; NullCheck(L_1); int32_t L_2; L_2 = StreamItemContainer_1_get_LastAdded_mB9099C4B0F112FDC073EBB96744D9E88FF20A83F_inline(L_1, /*hidden argument*/StreamItemContainer_1_get_LastAdded_mB9099C4B0F112FDC073EBB96744D9E88FF20A83F_RuntimeMethod_var); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_3); String_t* L_5; L_5 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral191E086AFF2DA1EB4CFE546E6824FD31A1B7D2EB, L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_5, /*hidden argument*/NULL); __this->set_uiText_7(L_6); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_10(BestHTTP.SignalRCore.StreamItemContainer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_10_m7EBD9DD3DF08E9EF23D81FC027CB4E8B02297B44 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamItemContainer_1_get_Items_m562962FC7613ABD6E2ED96A18E8782DE3B961716_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD3CA8BEBB69201954EF41A5928A0734B1029F170); s_Il2CppMethodInitialized = true; } { // .OnSuccess(result => uiText += string.Format(" 'ObservableCounter(10, 1000)' OnSuccess. Final count: {0}\n", result.Items.Count)) String_t* L_0 = __this->get_uiText_7(); StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * L_1 = ___result0; NullCheck(L_1); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_2; L_2 = StreamItemContainer_1_get_Items_m562962FC7613ABD6E2ED96A18E8782DE3B961716_inline(L_1, /*hidden argument*/StreamItemContainer_1_get_Items_m562962FC7613ABD6E2ED96A18E8782DE3B961716_RuntimeMethod_var); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_inline(L_2, /*hidden argument*/List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_RuntimeMethod_var); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); String_t* L_6; L_6 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralD3CA8BEBB69201954EF41A5928A0734B1029F170, L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_6, /*hidden argument*/NULL); __this->set_uiText_7(L_7); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_11(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_11_m365A93A5167937F00AA7755F511FBFAF2BEAAC06 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, Exception_t * ___error0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA56A6A90DD4CA37183F3A0F453447D92D1775718); s_Il2CppMethodInitialized = true; } { // .OnError(error => uiText += string.Format(" 'ObservableCounter(10, 1000)' error: {0}\n", error)); String_t* L_0 = __this->get_uiText_7(); Exception_t * L_1 = ___error0; String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralA56A6A90DD4CA37183F3A0F453447D92D1775718, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_2, /*hidden argument*/NULL); __this->set_uiText_7(L_3); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_12(BestHTTP.SignalRCore.StreamItemContainer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_12_mA74C937A4521F06442BED30B8924CD17DABA3406 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamItemContainer_1_get_LastAdded_mB9099C4B0F112FDC073EBB96744D9E88FF20A83F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral682B0597E2DE711B4675F79DA04A214D9EB228C6); s_Il2CppMethodInitialized = true; } { // .OnItem(result => uiText += string.Format(" 'ChannelCounter(10, 1000)' OnItem: {0}\n", result.LastAdded)) String_t* L_0 = __this->get_uiText_7(); StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * L_1 = ___result0; NullCheck(L_1); int32_t L_2; L_2 = StreamItemContainer_1_get_LastAdded_mB9099C4B0F112FDC073EBB96744D9E88FF20A83F_inline(L_1, /*hidden argument*/StreamItemContainer_1_get_LastAdded_mB9099C4B0F112FDC073EBB96744D9E88FF20A83F_RuntimeMethod_var); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_3); String_t* L_5; L_5 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral682B0597E2DE711B4675F79DA04A214D9EB228C6, L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_5, /*hidden argument*/NULL); __this->set_uiText_7(L_6); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_13(BestHTTP.SignalRCore.StreamItemContainer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_13_m65A3398BFAC87D2043E31D8031EFA83CF1637B4F (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamItemContainer_1_get_Items_m562962FC7613ABD6E2ED96A18E8782DE3B961716_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF6AEB9FEFF2530B88834ADDA0B0EF0215C816D0); s_Il2CppMethodInitialized = true; } { // .OnSuccess(result => uiText += string.Format(" 'ChannelCounter(10, 1000)' OnSuccess. Final count: {0}\n", result.Items.Count)) String_t* L_0 = __this->get_uiText_7(); StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * L_1 = ___result0; NullCheck(L_1); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_2; L_2 = StreamItemContainer_1_get_Items_m562962FC7613ABD6E2ED96A18E8782DE3B961716_inline(L_1, /*hidden argument*/StreamItemContainer_1_get_Items_m562962FC7613ABD6E2ED96A18E8782DE3B961716_RuntimeMethod_var); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_inline(L_2, /*hidden argument*/List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_RuntimeMethod_var); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); String_t* L_6; L_6 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralFF6AEB9FEFF2530B88834ADDA0B0EF0215C816D0, L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_6, /*hidden argument*/NULL); __this->set_uiText_7(L_7); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_14(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_14_m135B460E76C0EF09B753C5ADD98B679CA010E525 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, Exception_t * ___error0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3684195AF92062225E386578213949D60478FBE); s_Il2CppMethodInitialized = true; } { // .OnError(error => uiText += string.Format(" 'ChannelCounter(10, 1000)' error: {0}\n", error)).value; String_t* L_0 = __this->get_uiText_7(); Exception_t * L_1 = ___error0; String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralF3684195AF92062225E386578213949D60478FBE, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_2, /*hidden argument*/NULL); __this->set_uiText_7(L_3); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_15(BestHTTP.SignalRCore.StreamItemContainer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_15_m32D3D8A2CAC42250881E9F354FBD228D6885480B (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, StreamItemContainer_1_t5E42BFEC576F02F004DC1399900BE8B9E664614B * ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamItemContainer_1_get_LastAdded_m6A66910C0D9109AC4696F7A2B2F9832DECD6151C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD3DA1C3F5F1CA59C09312EEF12477AA7A31DE56); s_Il2CppMethodInitialized = true; } { // .OnItem(result => uiText += string.Format(" 'GetRandomPersons(20, 1000)' OnItem: {0}\n", result.LastAdded)) String_t* L_0 = __this->get_uiText_7(); StreamItemContainer_1_t5E42BFEC576F02F004DC1399900BE8B9E664614B * L_1 = ___result0; NullCheck(L_1); Person_tE8BDD81CE41D19DE2B8432FFF891C484B74DA2E2 * L_2; L_2 = StreamItemContainer_1_get_LastAdded_m6A66910C0D9109AC4696F7A2B2F9832DECD6151C_inline(L_1, /*hidden argument*/StreamItemContainer_1_get_LastAdded_m6A66910C0D9109AC4696F7A2B2F9832DECD6151C_RuntimeMethod_var); String_t* L_3; L_3 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralFD3DA1C3F5F1CA59C09312EEF12477AA7A31DE56, L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_3, /*hidden argument*/NULL); __this->set_uiText_7(L_4); return; } } // System.Void BestHTTP.Examples.TestHubExample::b__7_16(BestHTTP.SignalRCore.StreamItemContainer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestHubExample_U3CHub_OnConnectedU3Eb__7_16_m9E7D1809973A95593F31575C3BA7F17400CE7843 (TestHubExample_t1ADDDA5ED68BFEFCDE2FC4017F8EA32E94873D29 * __this, StreamItemContainer_1_t5E42BFEC576F02F004DC1399900BE8B9E664614B * ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m21FE3E14A31004E42D737073ACEC0C0D86B9FC69_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamItemContainer_1_get_Items_mA4141706835208CF441AF80F72A3FB979C17EA0A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D04A41FF2C6D594FE10B785C90103FB6F63A658); s_Il2CppMethodInitialized = true; } { // .OnSuccess(result => uiText += string.Format(" 'GetRandomPersons(20, 1000)' OnSuccess. Final count: {0}\n", result.Items.Count)); String_t* L_0 = __this->get_uiText_7(); StreamItemContainer_1_t5E42BFEC576F02F004DC1399900BE8B9E664614B * L_1 = ___result0; NullCheck(L_1); List_1_t667FE75B2C93930F11FA40B783EE1AD8C0C6B92B * L_2; L_2 = StreamItemContainer_1_get_Items_mA4141706835208CF441AF80F72A3FB979C17EA0A_inline(L_1, /*hidden argument*/StreamItemContainer_1_get_Items_mA4141706835208CF441AF80F72A3FB979C17EA0A_RuntimeMethod_var); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_m21FE3E14A31004E42D737073ACEC0C0D86B9FC69_inline(L_2, /*hidden argument*/List_1_get_Count_m21FE3E14A31004E42D737073ACEC0C0D86B9FC69_RuntimeMethod_var); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); String_t* L_6; L_6 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral2D04A41FF2C6D594FE10B785C90103FB6F63A658, L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_6, /*hidden argument*/NULL); __this->set_uiText_7(L_7); 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 TestReporter::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestReporter_Start_m6397556902788BB52CAF60730ECE79D25CED86F0 (TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F * __this, 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*)&GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestReporter_threadLogTest_m631A52116F32D171C27CF3B75EF33B423E8B5304_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BE50916EB217F9B9E38754BB90A2846D7C33AFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A756F3B72C8937F9224DC29DFFB2A6CF84D26D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85BF2B0277365D88C11ADBC0E696B4551E4BFFC9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4EFD0A091EDA133BB7A5D3724BAE3C519DCBD01); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // Application.runInBackground = true; Application_set_runInBackground_m99DB210D9A5462D08D5FC122FAB971B640D9B636((bool)1, /*hidden argument*/NULL); // reporter = FindObjectOfType(typeof(Reporter)) as Reporter; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_2; L_2 = Object_FindObjectOfType_m07215A5C789FC7C88754B64DFCF1313C55E2F6D2(L_1, /*hidden argument*/NULL); __this->set_reporter_8(((Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF *)IsInstClass((RuntimeObject*)L_2, Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_il2cpp_TypeInfo_var))); // Debug.Log("test long text sdf asdfg asdfg sdfgsdfg sdfg sfg" + // "sdfgsdfg sdfg sdf gsdfg sfdg sf gsdfg sdfg asdfg " + // "sdfgsdfg sdfg sdf gsdfg sfdg sf gsdfg sdfg asdfg " + // "sdfgsdfg sdfg sdf gsdfg sfdg sf gsdfg sdfg asdfg " + // "sdfgsdfg sdfg sdf gsdfg sfdg sf gsdfg sdfg asdfg " + // "sdfgsdfg sdfg sdf gsdfg sfdg sf gsdfg sdfg asdfg ssssssssssssssssssssss" + // "asdf asdf asdf asdf adsf \n dfgsdfg sdfg sdf gsdfg sfdg sf gsdfg sdfg asdf" + // "asdf asdf asdf asdf adsf \n dfgsdfg sdfg sdf gsdfg sfdg sf gsdfg sdfg asdf" + // "asdf asdf asdf asdf adsf \n dfgsdfg sdfg sdf gsdfg sfdg sf gsdfg sdfg asdf" + // "asdf asdf asdf asdf adsf \n dfgsdfg sdfg sdf gsdfg sfdg sf gsdfg sdfg asdf" + // "asdf asdf asdf asdf adsf \n dfgsdfg sdfg sdf gsdfg sfdg sf gsdfg sdfg asdf"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral1BE50916EB217F9B9E38754BB90A2846D7C33AFD, /*hidden argument*/NULL); // style = new GUIStyle(); GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_3 = (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 *)il2cpp_codegen_object_new(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_il2cpp_TypeInfo_var); GUIStyle__ctor_mDA0E00D0017FC0B2FC333C5DD6E1EDBAE3BCB8E3(L_3, /*hidden argument*/NULL); __this->set_style_9(L_3); // style.alignment = TextAnchor.MiddleCenter; GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_4 = __this->get_style_9(); NullCheck(L_4); GUIStyle_set_alignment_mCF8FDA9DA149F528DCDC19680AEED46F25161D89(L_4, 4, /*hidden argument*/NULL); // style.normal.textColor = Color.white; GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_5 = __this->get_style_9(); NullCheck(L_5); GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * L_6; L_6 = GUIStyle_get_normal_mAD82F2E3C188C5B112B82807398D61B9998E9CDE(L_5, /*hidden argument*/NULL); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_7; L_7 = Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E(/*hidden argument*/NULL); NullCheck(L_6); GUIStyleState_set_textColor_mB4B61B9CAC1D6B4694471A2BB1191B5F0D5D764A(L_6, L_7, /*hidden argument*/NULL); // style.wordWrap = true; GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_8 = __this->get_style_9(); NullCheck(L_8); GUIStyle_set_wordWrap_mB6D788509ADD7BBDEFFB4409E5719FF14DC9A684(L_8, (bool)1, /*hidden argument*/NULL); // for (int i = 0; i < 10; i++) { V_0 = 0; goto IL_0088; } IL_0066: { // Debug.Log("Test Collapsed log"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralF4EFD0A091EDA133BB7A5D3724BAE3C519DCBD01, /*hidden argument*/NULL); // Debug.LogWarning("Test Collapsed Warning"); Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7(_stringLiteral2A756F3B72C8937F9224DC29DFFB2A6CF84D26D6, /*hidden argument*/NULL); // Debug.LogError("Test Collapsed Error"); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(_stringLiteral85BF2B0277365D88C11ADBC0E696B4551E4BFFC9, /*hidden argument*/NULL); // for (int i = 0; i < 10; i++) { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0088: { // for (int i = 0; i < 10; i++) { int32_t L_10 = V_0; if ((((int32_t)L_10) < ((int32_t)((int32_t)10)))) { goto IL_0066; } } { // for (int i = 0; i < 10; i++) { V_1 = 0; goto IL_00b3; } IL_0091: { // Debug.Log("Test Collapsed log"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralF4EFD0A091EDA133BB7A5D3724BAE3C519DCBD01, /*hidden argument*/NULL); // Debug.LogWarning("Test Collapsed Warning"); Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7(_stringLiteral2A756F3B72C8937F9224DC29DFFB2A6CF84D26D6, /*hidden argument*/NULL); // Debug.LogError("Test Collapsed Error"); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(_stringLiteral85BF2B0277365D88C11ADBC0E696B4551E4BFFC9, /*hidden argument*/NULL); // for (int i = 0; i < 10; i++) { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_00b3: { // for (int i = 0; i < 10; i++) { int32_t L_12 = V_1; if ((((int32_t)L_12) < ((int32_t)((int32_t)10)))) { goto IL_0091; } } { // rect1 = new Rect(Screen.width / 2 - 120, Screen.height / 2 - 225, 240, 50); int32_t L_13; L_13 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_14; L_14 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_15; memset((&L_15), 0, sizeof(L_15)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_15), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_13/(int32_t)2)), (int32_t)((int32_t)120))))), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_14/(int32_t)2)), (int32_t)((int32_t)225))))), (240.0f), (50.0f), /*hidden argument*/NULL); __this->set_rect1_10(L_15); // rect2 = new Rect(Screen.width / 2 - 120, Screen.height / 2 - 175, 240, 100); int32_t L_16; L_16 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_17; L_17 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_18; memset((&L_18), 0, sizeof(L_18)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_18), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_16/(int32_t)2)), (int32_t)((int32_t)120))))), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_17/(int32_t)2)), (int32_t)((int32_t)175))))), (240.0f), (100.0f), /*hidden argument*/NULL); __this->set_rect2_11(L_18); // rect3 = new Rect(Screen.width / 2 - 120, Screen.height / 2 - 50, 240, 50); int32_t L_19; L_19 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_20; L_20 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_21; memset((&L_21), 0, sizeof(L_21)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_21), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_19/(int32_t)2)), (int32_t)((int32_t)120))))), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_20/(int32_t)2)), (int32_t)((int32_t)50))))), (240.0f), (50.0f), /*hidden argument*/NULL); __this->set_rect3_12(L_21); // rect4 = new Rect(Screen.width / 2 - 120, Screen.height / 2, 240, 50); int32_t L_22; L_22 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_23; L_23 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_24; memset((&L_24), 0, sizeof(L_24)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_24), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_22/(int32_t)2)), (int32_t)((int32_t)120))))), ((float)((float)((int32_t)((int32_t)L_23/(int32_t)2)))), (240.0f), (50.0f), /*hidden argument*/NULL); __this->set_rect4_13(L_24); // rect5 = new Rect(Screen.width / 2 - 120, Screen.height / 2 + 50, 240, 50); int32_t L_25; L_25 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_26; L_26 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_27; memset((&L_27), 0, sizeof(L_27)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_27), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_25/(int32_t)2)), (int32_t)((int32_t)120))))), ((float)((float)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_26/(int32_t)2)), (int32_t)((int32_t)50))))), (240.0f), (50.0f), /*hidden argument*/NULL); __this->set_rect5_14(L_27); // rect6 = new Rect(Screen.width / 2 - 120, Screen.height / 2 + 100, 240, 50); int32_t L_28; L_28 = Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C(/*hidden argument*/NULL); int32_t L_29; L_29 = Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE(/*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_30; memset((&L_30), 0, sizeof(L_30)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_30), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_28/(int32_t)2)), (int32_t)((int32_t)120))))), ((float)((float)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_29/(int32_t)2)), (int32_t)((int32_t)100))))), (240.0f), (50.0f), /*hidden argument*/NULL); __this->set_rect6_15(L_30); // thread = new Thread(new ThreadStart(threadLogTest)); ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * L_31 = (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 *)il2cpp_codegen_object_new(ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var); ThreadStart__ctor_m360F4EED0AD96A27D6A9612BF79671F26B30411F(L_31, __this, (intptr_t)((intptr_t)TestReporter_threadLogTest_m631A52116F32D171C27CF3B75EF33B423E8B5304_RuntimeMethod_var), /*hidden argument*/NULL); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_32 = (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *)il2cpp_codegen_object_new(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var); Thread__ctor_mF22465F0D0E47C11EF25DB552D1047402750BE90(L_32, L_31, /*hidden argument*/NULL); __this->set_thread_16(L_32); // thread.Start(); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_33 = __this->get_thread_16(); NullCheck(L_33); Thread_Start_m490124B23F5EFD0BB2BED8CA12C77195B9CD9E1B(L_33, /*hidden argument*/NULL); // } return; } } // System.Void TestReporter::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestReporter_OnDestroy_m4A73BE669965BDB08596934A124368035D4BCDE7 (TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F * __this, const RuntimeMethod* method) { { // thread.Abort(); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_0 = __this->get_thread_16(); NullCheck(L_0); Thread_Abort_m9D4D14BFB0F9CC71D026C83EBF3606A6ABE96AF4(L_0, /*hidden argument*/NULL); // } return; } } // System.Void TestReporter::threadLogTest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestReporter_threadLogTest_m631A52116F32D171C27CF3B75EF33B423E8B5304 (TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F * __this, 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*)&_stringLiteral1E55AC277E5F78A35E136717AAA2EEC452747B58); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FD5A1066614F377F8BB227B01BBC27A575BA9BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC290AA7022978E41CA9D2A745FA825DD749CA3C2); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < threadLogTestCount; i++) { V_0 = 0; goto IL_0026; } IL_0004: { // Debug.Log("Test Log from Thread"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral1E55AC277E5F78A35E136717AAA2EEC452747B58, /*hidden argument*/NULL); // Debug.LogWarning("Test Warning from Thread"); Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7(_stringLiteralC290AA7022978E41CA9D2A745FA825DD749CA3C2, /*hidden argument*/NULL); // Debug.LogError("Test Error from Thread"); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(_stringLiteral8FD5A1066614F377F8BB227B01BBC27A575BA9BD, /*hidden argument*/NULL); // for (int i = 0; i < threadLogTestCount; i++) { int32_t L_0 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); } IL_0026: { // for (int i = 0; i < threadLogTestCount; i++) { int32_t L_1 = V_0; int32_t L_2 = __this->get_threadLogTestCount_5(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0004; } } { // } return; } } // System.Void TestReporter::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestReporter_Update_m6BA9D5AA04F97B05FE21726E148C234F246B35A9 (TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F * __this, 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*)&_stringLiteral0B836212F4F63335EAFBC6ADBD97EA45AB1763AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B1630F9122A1BBA0583785006DC7FB273C15AC3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BA213474C45990F37342DDC2B8C75E368C88373); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA80468572C4889E777BE98835E38EF8D7736CF4D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int drawn = 0; V_0 = 0; goto IL_0064; } IL_0004: { // Debug.Log("Test Log " + currentLogTestCount); int32_t* L_0 = __this->get_address_of_currentLogTestCount_7(); String_t* L_1; L_1 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralA80468572C4889E777BE98835E38EF8D7736CF4D, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_2, /*hidden argument*/NULL); // Debug.LogError("Test LogError " + currentLogTestCount); int32_t* L_3 = __this->get_address_of_currentLogTestCount_7(); String_t* L_4; L_4 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral0B836212F4F63335EAFBC6ADBD97EA45AB1763AA, L_4, /*hidden argument*/NULL); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_5, /*hidden argument*/NULL); // Debug.LogWarning("Test LogWarning " + currentLogTestCount); int32_t* L_6 = __this->get_address_of_currentLogTestCount_7(); String_t* L_7; L_7 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral8BA213474C45990F37342DDC2B8C75E368C88373, L_7, /*hidden argument*/NULL); Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7(L_8, /*hidden argument*/NULL); // drawn++; int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); // currentLogTestCount++; int32_t L_10 = __this->get_currentLogTestCount_7(); __this->set_currentLogTestCount_7(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_0064: { // while (currentLogTestCount < logTestCount && drawn < 10) { int32_t L_11 = __this->get_currentLogTestCount_7(); int32_t L_12 = __this->get_logTestCount_4(); if ((((int32_t)L_11) >= ((int32_t)L_12))) { goto IL_0077; } } { int32_t L_13 = V_0; if ((((int32_t)L_13) < ((int32_t)((int32_t)10)))) { goto IL_0004; } } IL_0077: { // elapsed += Time.deltaTime; float L_14 = __this->get_elapsed_17(); float L_15; L_15 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_elapsed_17(((float)il2cpp_codegen_add((float)L_14, (float)L_15))); // if (elapsed >= 1) { float L_16 = __this->get_elapsed_17(); if ((!(((float)L_16) >= ((float)(1.0f))))) { goto IL_00ab; } } { // elapsed = 0; __this->set_elapsed_17((0.0f)); // Debug.Log("One Second Passed"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral1B1630F9122A1BBA0583785006DC7FB273C15AC3, /*hidden argument*/NULL); } IL_00ab: { // } return; } } // System.Void TestReporter::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestReporter_OnGUI_m1F0C8C7C08B940C51976BE835235F6F2BF8E9AA5 (TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F * __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*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1912D6E6AF622BE14A56B4912769A85B92C31299); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral216030F9D9B80E9ADBA361F7508A5B73E3A92020); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56F8CFB94CDF2C5D65755B754115D298DE097FB6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral940001A3359780D6AC10E3D43CEEA0A100327613); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC2064F58BC4D67C925B488AD31B24F337DD7EEA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC008E503687BA2A627379D4E257787AEA3506830); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD276A5684C8A8ED13E43470C661E91D8380DDCEF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA5C766098E45680192306DA0BB8F97C9A996829); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE14104285FC58F5AC47E8B37BCC3FE3CF253431); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEB77FF2AA8D87F40963A46E370E5EC385E8D15A); s_Il2CppMethodInitialized = true; } { // if (reporter && !reporter.show) { Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * L_0 = __this->get_reporter_8(); 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_00d0; } } { Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * L_2 = __this->get_reporter_8(); NullCheck(L_2); bool L_3 = L_2->get_show_10(); if (L_3) { goto IL_00d0; } } { // GUI.Label(rect1, "Draw circle on screen to show logs", style); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_4 = __this->get_rect1_10(); GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_5 = __this->get_style_9(); IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); GUI_Label_mE97FBC73519323E93EFF86E1F1C96E7F4B612850(L_4, _stringLiteral940001A3359780D6AC10E3D43CEEA0A100327613, L_5, /*hidden argument*/NULL); // GUI.Label(rect2, "To use Reporter just create reporter from reporter menu at first scene your game start", style); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_6 = __this->get_rect2_11(); GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_7 = __this->get_style_9(); GUI_Label_mE97FBC73519323E93EFF86E1F1C96E7F4B612850(L_6, _stringLiteralFA5C766098E45680192306DA0BB8F97C9A996829, L_7, /*hidden argument*/NULL); // if (GUI.Button(rect3, "Load ReporterScene")) { Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_8 = __this->get_rect3_12(); bool L_9; L_9 = GUI_Button_m668EE382521BDEA241D719A9CF39B6672E2CA23F(L_8, _stringLiteralD276A5684C8A8ED13E43470C661E91D8380DDCEF, /*hidden argument*/NULL); if (!L_9) { goto IL_0068; } } { // SceneManager.LoadScene("ReporterScene"); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_LoadScene_m7DAF30213E99396ECBDB1BD40CC34CCF36902092(_stringLiteral1912D6E6AF622BE14A56B4912769A85B92C31299, /*hidden argument*/NULL); } IL_0068: { // if (GUI.Button(rect4, "Load test1")) { Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_10 = __this->get_rect4_13(); IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); bool L_11; L_11 = GUI_Button_m668EE382521BDEA241D719A9CF39B6672E2CA23F(L_10, _stringLiteralFEB77FF2AA8D87F40963A46E370E5EC385E8D15A, /*hidden argument*/NULL); if (!L_11) { goto IL_0084; } } { // SceneManager.LoadScene("test1"); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_LoadScene_m7DAF30213E99396ECBDB1BD40CC34CCF36902092(_stringLiteralBC2064F58BC4D67C925B488AD31B24F337DD7EEA, /*hidden argument*/NULL); } IL_0084: { // if (GUI.Button(rect5, "Load test2")) { Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_12 = __this->get_rect5_14(); IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); bool L_13; L_13 = GUI_Button_m668EE382521BDEA241D719A9CF39B6672E2CA23F(L_12, _stringLiteral56F8CFB94CDF2C5D65755B754115D298DE097FB6, /*hidden argument*/NULL); if (!L_13) { goto IL_00a0; } } { // SceneManager.LoadScene("test2"); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_LoadScene_m7DAF30213E99396ECBDB1BD40CC34CCF36902092(_stringLiteralFE14104285FC58F5AC47E8B37BCC3FE3CF253431, /*hidden argument*/NULL); } IL_00a0: { // GUI.Label(rect6, "fps : " + reporter.fps.ToString("0.0"), style); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_14 = __this->get_rect6_15(); Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * L_15 = __this->get_reporter_8(); NullCheck(L_15); float* L_16 = L_15->get_address_of_fps_42(); String_t* L_17; L_17 = Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7((float*)L_16, _stringLiteralC008E503687BA2A627379D4E257787AEA3506830, /*hidden argument*/NULL); String_t* L_18; L_18 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral216030F9D9B80E9ADBA361F7508A5B73E3A92020, L_17, /*hidden argument*/NULL); GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * L_19 = __this->get_style_9(); IL2CPP_RUNTIME_CLASS_INIT(GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var); GUI_Label_mE97FBC73519323E93EFF86E1F1C96E7F4B612850(L_14, L_18, L_19, /*hidden argument*/NULL); } IL_00d0: { // } return; } } // System.Void TestReporter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestReporter__ctor_mF94083FCF4F1102F7780790D06809C17D1EE8F20 (TestReporter_t7BBF3D9BA0B91F3CDF68DB228889348F7C5CED5F * __this, const RuntimeMethod* method) { { // public int logTestCount = 100; __this->set_logTestCount_4(((int32_t)100)); // public int threadLogTestCount = 100; __this->set_threadLogTestCount_5(((int32_t)100)); // public bool logEverySecond = true; __this->set_logEverySecond_6((bool)1); 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 TestVector::SetAcc(UnityEngine.Vector3[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestVector_SetAcc_m4397AADBF950CFA49E8EC8100C80EC8CE9903C3F (TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * __this, Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___accList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m38C091C1676A311B55BC80FB0432388175E3CE57_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02436DCFA899EF85289BA35711C248905AB26619); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < accList.Length; i++) V_0 = 0; goto IL_0030; } IL_0004: { // objectsList[i].Find("Acc").GetChild(0).localPosition = accList[i]; List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_0 = __this->get_objectsList_7(); int32_t L_1 = V_0; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = List_1_get_Item_m38C091C1676A311B55BC80FB0432388175E3CE57_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m38C091C1676A311B55BC80FB0432388175E3CE57_RuntimeMethod_var); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_2, _stringLiteral02436DCFA899EF85289BA35711C248905AB26619, /*hidden argument*/NULL); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_3, 0, /*hidden argument*/NULL); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_5 = ___accList0; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_4); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_4, L_8, /*hidden argument*/NULL); // for (int i = 0; i < accList.Length; i++) int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0030: { // for (int i = 0; i < accList.Length; i++) int32_t L_10 = V_0; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_11 = ___accList0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0004; } } { // } return; } } // System.Void TestVector::SetMag(UnityEngine.Vector3[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestVector_SetMag_m3D3B0176E14CFEA505C4F5C6F834AB1086B8BCD8 (TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * __this, Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___magList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m38C091C1676A311B55BC80FB0432388175E3CE57_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00F70C5041983624F5C31E07A76221B62EACA0A7); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < magList.Length; i++) V_0 = 0; goto IL_0030; } IL_0004: { // objectsList[i].Find("Mag").GetChild(0).localPosition = magList[i]; List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_0 = __this->get_objectsList_7(); int32_t L_1 = V_0; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = List_1_get_Item_m38C091C1676A311B55BC80FB0432388175E3CE57_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m38C091C1676A311B55BC80FB0432388175E3CE57_RuntimeMethod_var); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_2, _stringLiteral00F70C5041983624F5C31E07A76221B62EACA0A7, /*hidden argument*/NULL); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_3, 0, /*hidden argument*/NULL); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_5 = ___magList0; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_4); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_4, L_8, /*hidden argument*/NULL); // for (int i = 0; i < magList.Length; i++) int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0030: { // for (int i = 0; i < magList.Length; i++) int32_t L_10 = V_0; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_11 = ___magList0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0004; } } { // } return; } } // System.Void TestVector::Set9AxisRotation(UnityEngine.Quaternion[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestVector_Set9AxisRotation_m30193650EB91AFE24F2B781180D7741270351026 (TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * __this, QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* ___quatList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m38C091C1676A311B55BC80FB0432388175E3CE57_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2583764F3C56694BA1AFEC2E7DBB66EDD5767BD1); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 0; i < quatList.Length; i++) V_0 = 0; goto IL_002a; } IL_0004: { // objectsList[i].Find("AMesh").localRotation = quatList[i]; List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_0 = __this->get_objectsList_7(); int32_t L_1 = V_0; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = List_1_get_Item_m38C091C1676A311B55BC80FB0432388175E3CE57_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m38C091C1676A311B55BC80FB0432388175E3CE57_RuntimeMethod_var); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_2, _stringLiteral2583764F3C56694BA1AFEC2E7DBB66EDD5767BD1, /*hidden argument*/NULL); QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* L_4 = ___quatList0; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_3); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_3, L_7, /*hidden argument*/NULL); // for (int i = 0; i < quatList.Length; i++) int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002a: { // for (int i = 0; i < quatList.Length; i++) int32_t L_9 = V_0; QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* L_10 = ___quatList0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_0004; } } { // } return; } } // System.Void TestVector::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestVector_Start_m4B431982FB1C156908A05A3E694CA174D1AD8782 (TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5023DFD162EDF7320CE8B2A2CF50C54B50BE1E62_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestVector_U3CStartU3Eb__8_0_m9D8DDDC6A93BA2D4F8B383332396E5DD279669A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral977C4A2FA8D668CBE5B84E83A5D4058B35FD669E); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (ins) TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * L_0 = ((TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B_StaticFields*)il2cpp_codegen_static_fields_for(TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B_il2cpp_TypeInfo_var))->get_ins_4(); 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; } } { // Destroy(gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_2, /*hidden argument*/NULL); // return; return; } IL_0018: { // ins = this; ((TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B_StaticFields*)il2cpp_codegen_static_fields_for(TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B_il2cpp_TypeInfo_var))->set_ins_4(__this); // DontDestroyOnLoad(gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m03007A68ABBA4CCD8C27B944964983395E7640F9(L_3, /*hidden argument*/NULL); // for (int i = 0; i < modelCount; i++) V_0 = 0; goto IL_0058; } IL_002d: { // objectsList.Add(transform.Find("Objects" + i)); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_4 = __this->get_objectsList_7(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); String_t* L_6; L_6 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral977C4A2FA8D668CBE5B84E83A5D4058B35FD669E, L_6, /*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_5, L_7, /*hidden argument*/NULL); NullCheck(L_4); List_1_Add_m5023DFD162EDF7320CE8B2A2CF50C54B50BE1E62(L_4, L_8, /*hidden argument*/List_1_Add_m5023DFD162EDF7320CE8B2A2CF50C54B50BE1E62_RuntimeMethod_var); // for (int i = 0; i < modelCount; i++) int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0058: { // for (int i = 0; i < modelCount; i++) int32_t L_10 = V_0; int32_t L_11 = __this->get_modelCount_5(); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_002d; } } { // btnTap.onClick.AddListener(() => // { // isDebugging = !isDebugging; // RenderByDebugging(); // }); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_12 = __this->get_btnTap_6(); NullCheck(L_12); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_13; L_13 = Button_get_onClick_m28BD8C670676D4E2B292B5A7F59387D4BF61F8F4_inline(L_12, /*hidden argument*/NULL); UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_14 = (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 *)il2cpp_codegen_object_new(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA(L_14, __this, (intptr_t)((intptr_t)TestVector_U3CStartU3Eb__8_0_m9D8DDDC6A93BA2D4F8B383332396E5DD279669A6_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_13); UnityEvent_AddListener_m0ACFF0706176ECCB20E0BC2542D07396616F436D(L_13, L_14, /*hidden argument*/NULL); // RenderByDebugging(); TestVector_RenderByDebugging_mD5A8FBEC83777DD819E4F295F46A300885DA1A9D(__this, /*hidden argument*/NULL); // StartCoroutine(AsyncCaptureExtraUI()); RuntimeObject* L_15; L_15 = TestVector_AsyncCaptureExtraUI_mB14FB88283F204FD7EB7BD5FC1684F3A7F02CDC2(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_16; L_16 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_15, /*hidden argument*/NULL); // } return; } } // System.Void TestVector::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestVector_OnDestroy_mFF21549983F4802408ADDF5583F776A4AB49A561 (TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ins == this) ins = null; TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * L_0 = ((TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B_StaticFields*)il2cpp_codegen_static_fields_for(TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, __this, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // if (ins == this) ins = null; ((TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B_StaticFields*)il2cpp_codegen_static_fields_for(TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B_il2cpp_TypeInfo_var))->set_ins_4((TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B *)NULL); } IL_0013: { // } return; } } // System.Void TestVector::RenderByDebugging() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestVector_RenderByDebugging_mD5A8FBEC83777DD819E4F295F46A300885DA1A9D (TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m9E872F325E834DCF602A1CE73A18CA3763247875_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA730DA199110590A3F99D465C8805F952396270D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m01FBAB4492E2373A539A13B5C0F1280BED350437_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mE03AF2D8F2C8E5E9CDE87E3C2A98F73611A1E206_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A19F8EB58E572415B2CAA500645D3DFAB262C83); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral590C9D2F7A4DA2E97AD2C0C650F0E8236323DFDE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6EA90D368E3D800F9C735A2B75E7191425A37652); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88E6527BC40313AF8F64B2BDC32E69C11591CC2C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC2256C79F666E8BB86BDF77D7B8FDC568DD4F33); s_Il2CppMethodInitialized = true; } Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * G_B2_0 = NULL; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * G_B3_1 = NULL; { // btnTap.GetComponentInChildren().text = (isDebugging ? "??" : "??") + "??"; Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_0 = __this->get_btnTap_6(); NullCheck(L_0); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_1; L_1 = Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E(L_0, /*hidden argument*/Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E_RuntimeMethod_var); bool L_2 = __this->get_isDebugging_8(); G_B1_0 = L_1; if (L_2) { G_B2_0 = L_1; goto IL_001a; } } { G_B3_0 = _stringLiteral590C9D2F7A4DA2E97AD2C0C650F0E8236323DFDE; G_B3_1 = G_B1_0; goto IL_001f; } IL_001a: { G_B3_0 = _stringLiteral88E6527BC40313AF8F64B2BDC32E69C11591CC2C; G_B3_1 = G_B2_0; } IL_001f: { String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B3_0, _stringLiteral6EA90D368E3D800F9C735A2B75E7191425A37652, /*hidden argument*/NULL); NullCheck(G_B3_1); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, G_B3_1, L_3); // foreach (var o in objectsList) o.gameObject.SetActive(isDebugging); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_4 = __this->get_objectsList_7(); NullCheck(L_4); Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C L_5; L_5 = List_1_GetEnumerator_mE03AF2D8F2C8E5E9CDE87E3C2A98F73611A1E206(L_4, /*hidden argument*/List_1_GetEnumerator_mE03AF2D8F2C8E5E9CDE87E3C2A98F73611A1E206_RuntimeMethod_var); V_0 = L_5; } IL_003a: try {// begin try (depth: 1) { goto IL_0053; } IL_003c: { // foreach (var o in objectsList) o.gameObject.SetActive(isDebugging); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Enumerator_get_Current_m01FBAB4492E2373A539A13B5C0F1280BED350437_inline((Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C *)(&V_0), /*hidden argument*/Enumerator_get_Current_m01FBAB4492E2373A539A13B5C0F1280BED350437_RuntimeMethod_var); // foreach (var o in objectsList) o.gameObject.SetActive(isDebugging); NullCheck(L_6); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7; L_7 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_6, /*hidden argument*/NULL); bool L_8 = __this->get_isDebugging_8(); NullCheck(L_7); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_7, L_8, /*hidden argument*/NULL); } IL_0053: { // foreach (var o in objectsList) o.gameObject.SetActive(isDebugging); bool L_9; L_9 = Enumerator_MoveNext_mA730DA199110590A3F99D465C8805F952396270D((Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mA730DA199110590A3F99D465C8805F952396270D_RuntimeMethod_var); if (L_9) { goto IL_003c; } } IL_005c: { IL2CPP_LEAVE(0x6C, FINALLY_005e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005e; } FINALLY_005e: {// begin finally (depth: 1) Enumerator_Dispose_m9E872F325E834DCF602A1CE73A18CA3763247875((Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C *)(&V_0), /*hidden argument*/Enumerator_Dispose_m9E872F325E834DCF602A1CE73A18CA3763247875_RuntimeMethod_var); IL2CPP_END_FINALLY(94) }// end finally (depth: 1) IL2CPP_CLEANUP(94) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6C, IL_006c) } IL_006c: { // transform.Find("Canvas/ellipse-Image").gameObject.SetActive(isDebugging); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_10); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_10, _stringLiteralFC2256C79F666E8BB86BDF77D7B8FDC568DD4F33, /*hidden argument*/NULL); NullCheck(L_11); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12; L_12 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_11, /*hidden argument*/NULL); bool L_13 = __this->get_isDebugging_8(); NullCheck(L_12); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_12, L_13, /*hidden argument*/NULL); // transform.Find("Canvas/ExtraUI").gameObject.SetActive(isDebugging); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14; L_14 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_14); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_14, _stringLiteral1A19F8EB58E572415B2CAA500645D3DFAB262C83, /*hidden argument*/NULL); NullCheck(L_15); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16; L_16 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_15, /*hidden argument*/NULL); bool L_17 = __this->get_isDebugging_8(); NullCheck(L_16); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_16, L_17, /*hidden argument*/NULL); // StartCoroutine(AsyncNoticeBluetoothHolder()); RuntimeObject* L_18; L_18 = TestVector_AsyncNoticeBluetoothHolder_m524A98356AB695B631C77D610CE349EA08CE3618(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_19; L_19 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_18, /*hidden argument*/NULL); // } return; } } // System.Collections.IEnumerator TestVector::AsyncNoticeBluetoothHolder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestVector_AsyncNoticeBluetoothHolder_m524A98356AB695B631C77D610CE349EA08CE3618 (TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAsyncNoticeBluetoothHolderU3Ed__11_tF66E9849C5E249342B2354CC156D86E23DE61579_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CAsyncNoticeBluetoothHolderU3Ed__11_tF66E9849C5E249342B2354CC156D86E23DE61579 * L_0 = (U3CAsyncNoticeBluetoothHolderU3Ed__11_tF66E9849C5E249342B2354CC156D86E23DE61579 *)il2cpp_codegen_object_new(U3CAsyncNoticeBluetoothHolderU3Ed__11_tF66E9849C5E249342B2354CC156D86E23DE61579_il2cpp_TypeInfo_var); U3CAsyncNoticeBluetoothHolderU3Ed__11__ctor_m185F62172B9487B9B6966552B48C03CF03710AB9(L_0, 0, /*hidden argument*/NULL); U3CAsyncNoticeBluetoothHolderU3Ed__11_tF66E9849C5E249342B2354CC156D86E23DE61579 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Collections.IEnumerator TestVector::AsyncCaptureExtraUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TestVector_AsyncCaptureExtraUI_mB14FB88283F204FD7EB7BD5FC1684F3A7F02CDC2 (TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CAsyncCaptureExtraUIU3Ed__12_t48ED2E77150A61BFBFF1E00DD7D3DB44EB08215F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CAsyncCaptureExtraUIU3Ed__12_t48ED2E77150A61BFBFF1E00DD7D3DB44EB08215F * L_0 = (U3CAsyncCaptureExtraUIU3Ed__12_t48ED2E77150A61BFBFF1E00DD7D3DB44EB08215F *)il2cpp_codegen_object_new(U3CAsyncCaptureExtraUIU3Ed__12_t48ED2E77150A61BFBFF1E00DD7D3DB44EB08215F_il2cpp_TypeInfo_var); U3CAsyncCaptureExtraUIU3Ed__12__ctor_mFF35B396452DF1CB59CD74F101D61BC6F97D0027(L_0, 0, /*hidden argument*/NULL); U3CAsyncCaptureExtraUIU3Ed__12_t48ED2E77150A61BFBFF1E00DD7D3DB44EB08215F * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void TestVector::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestVector__ctor_mA1B5E8E51927F3F3B3A098A59675CD97B6DBCF49 (TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF1D464BA700E6389AEA8AF2F197270F387D9A41F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // int modelCount = 4; __this->set_modelCount_5(4); // List objectsList = new List(); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_0 = (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *)il2cpp_codegen_object_new(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_il2cpp_TypeInfo_var); List_1__ctor_mF1D464BA700E6389AEA8AF2F197270F387D9A41F(L_0, /*hidden argument*/List_1__ctor_mF1D464BA700E6389AEA8AF2F197270F387D9A41F_RuntimeMethod_var); __this->set_objectsList_7(L_0); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void TestVector::b__8_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TestVector_U3CStartU3Eb__8_0_m9D8DDDC6A93BA2D4F8B383332396E5DD279669A6 (TestVector_tA0AF05AB9912E9526A0249D9892CBD0483D1AE5B * __this, const RuntimeMethod* method) { { // isDebugging = !isDebugging; bool L_0 = __this->get_isDebugging_8(); __this->set_isDebugging_8((bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)); // RenderByDebugging(); TestVector_RenderByDebugging_mD5A8FBEC83777DD819E4F295F46A300885DA1A9D(__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 TextAutoLanguage::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage_Init_m64D60D6C71539627CE77F0AAA34C3976815C1267 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65); s_Il2CppMethodInitialized = true; } { // if (inited) return; IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); bool L_0 = ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->get_inited_11(); if (!L_0) { goto IL_0008; } } { // if (inited) return; return; } IL_0008: { // inited = true; IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->set_inited_11((bool)1); // int id = PlayerPrefs.GetInt("Language", 0); int32_t L_1; L_1 = PlayerPrefs_GetInt_mDA4476C10FCFF55FC65816E5E519B0EAFCB2AC14(_stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65, 0, /*hidden argument*/NULL); // ChangeLanguage((LanguageEnum) id); TextAutoLanguage_ChangeLanguage_m24043ADD96716C89E11E6BB7F6E24933080350FD(L_1, /*hidden argument*/NULL); // } return; } } // System.Void TextAutoLanguage::ChangeLanguage(LanguageEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage_ChangeLanguage_m24043ADD96716C89E11E6BB7F6E24933080350FD (int32_t ___languageEnum0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mD57EF689E3F75695ADD96C41772C9DD03907F177_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m872567D8F365E6DDCA1014F9546D506F4CE1BCDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m78F6AF67863A25DA1C4D16842AA1067A7737CC9B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m986BE85E61C8987A2AC95643A79BCCDC2829AFAC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65); s_Il2CppMethodInitialized = true; } Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C V_0; memset((&V_0), 0, sizeof(V_0)); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // currentLanguageEnum = languageEnum; int32_t L_0 = ___languageEnum0; IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->set_currentLanguageEnum_6(L_0); // if (languageEnum == LanguageEnum.English) { int32_t L_1 = ___languageEnum0; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0016; } } { // language = new LanguageEnglish(); LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249 * L_2 = (LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249 *)il2cpp_codegen_object_new(LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249_il2cpp_TypeInfo_var); LanguageEnglish__ctor_m59A77B32BF639CCC01ACFB6CF30263D15ECC1E66(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->set_language_7(L_2); // } else { goto IL_0020; } IL_0016: { // language = new LanguageDefault(); LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 * L_3 = (LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 *)il2cpp_codegen_object_new(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783_il2cpp_TypeInfo_var); LanguageDefault__ctor_m0D0C27F099D2B5E96A7292CEE10EF4884F056BB6(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->set_language_7(L_3); } IL_0020: { // PlayerPrefs.SetInt("Language", ((int)languageEnum)); int32_t L_4 = ___languageEnum0; PlayerPrefs_SetInt_m0C5C977E960B9CA8F9AB73AF4129C3DCABD067B6(_stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65, L_4, /*hidden argument*/NULL); // foreach (var textAutoLanguage in textAutoLanguages) IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * L_5 = ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->get_textAutoLanguages_8(); NullCheck(L_5); Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C L_6; L_6 = HashSet_1_GetEnumerator_m986BE85E61C8987A2AC95643A79BCCDC2829AFAC(L_5, /*hidden argument*/HashSet_1_GetEnumerator_m986BE85E61C8987A2AC95643A79BCCDC2829AFAC_RuntimeMethod_var); V_0 = L_6; } IL_0036: try {// begin try (depth: 1) { goto IL_0054; } IL_0038: { // foreach (var textAutoLanguage in textAutoLanguages) TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_7; L_7 = Enumerator_get_Current_m78F6AF67863A25DA1C4D16842AA1067A7737CC9B_inline((Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C *)(&V_0), /*hidden argument*/Enumerator_get_Current_m78F6AF67863A25DA1C4D16842AA1067A7737CC9B_RuntimeMethod_var); V_1 = L_7; } IL_0040: try {// begin try (depth: 2) // textAutoLanguage.ApplyText(); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_8 = V_1; NullCheck(L_8); TextAutoLanguage_ApplyText_mC9C18CACE518E1B67592C605932BABF9A21D111E(L_8, /*hidden argument*/NULL); // } catch (Exception e) { Debug.LogError(e.Message); } goto IL_0054; }// end try (depth: 2) 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_0048; } throw e; } CATCH_0048: {// begin catch(System.Exception) // } catch (Exception e) { Debug.LogError(e.Message); } NullCheck(((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_9, /*hidden argument*/NULL); // } catch (Exception e) { Debug.LogError(e.Message); } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0054; }// end catch (depth: 2) IL_0054: { // foreach (var textAutoLanguage in textAutoLanguages) bool L_10; L_10 = Enumerator_MoveNext_m872567D8F365E6DDCA1014F9546D506F4CE1BCDA((Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m872567D8F365E6DDCA1014F9546D506F4CE1BCDA_RuntimeMethod_var); if (L_10) { goto IL_0038; } } IL_005d: { IL2CPP_LEAVE(0x6D, FINALLY_005f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005f; } FINALLY_005f: {// begin finally (depth: 1) Enumerator_Dispose_mD57EF689E3F75695ADD96C41772C9DD03907F177((Enumerator_t9FF7CC39154694D1E7B865C93E5CEDCD2DB29E6C *)(&V_0), /*hidden argument*/Enumerator_Dispose_mD57EF689E3F75695ADD96C41772C9DD03907F177_RuntimeMethod_var); IL2CPP_END_FINALLY(95) }// end finally (depth: 1) IL2CPP_CLEANUP(95) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6D, IL_006d) } IL_006d: { // } return; } } // LanguageEnum TextAutoLanguage::GetLanguage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextAutoLanguage_GetLanguage_m6AA21233FD4E37F771AFDED4CF036D41DB617386 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Init(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); TextAutoLanguage_Init_m64D60D6C71539627CE77F0AAA34C3976815C1267(/*hidden argument*/NULL); // if (language is LanguageEnglish) { LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 * L_0 = ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->get_language_7(); if (!((LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249 *)IsInstClass((RuntimeObject*)L_0, LanguageEnglish_t2712B33AFFD850AB54DA2576AF250FF8622A1249_il2cpp_TypeInfo_var))) { goto IL_0013; } } { // return LanguageEnum.English; return (int32_t)(1); } IL_0013: { // return LanguageEnum.Chinese; return (int32_t)(0); } } // System.Void TextAutoLanguage::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage_Awake_m6E7E1A5B9B278B7409A2E40B96B7C237F3BF07E8 (TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Init(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); TextAutoLanguage_Init_m64D60D6C71539627CE77F0AAA34C3976815C1267(/*hidden argument*/NULL); // } return; } } // System.Void TextAutoLanguage::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage_Start_m948690E6F4554B84BF01B0396AC987C096E9BA62 (TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mE463957B086AF1AB6622CC9428D8339D2DA3B288_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // textAutoLanguages.Add(this); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * L_0 = ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->get_textAutoLanguages_8(); NullCheck(L_0); bool L_1; L_1 = HashSet_1_Add_mE463957B086AF1AB6622CC9428D8339D2DA3B288(L_0, __this, /*hidden argument*/HashSet_1_Add_mE463957B086AF1AB6622CC9428D8339D2DA3B288_RuntimeMethod_var); // ApplyText(); TextAutoLanguage_ApplyText_mC9C18CACE518E1B67592C605932BABF9A21D111E(__this, /*hidden argument*/NULL); // } return; } } // System.Void TextAutoLanguage::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage_OnDestroy_mA0916D97561B7F86AB8C307BF89D6C68C2613F8C (TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mB533674B001E6675EBEBD8A2CF60EAC58A0C86C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // textAutoLanguages.Remove(this); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * L_0 = ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->get_textAutoLanguages_8(); NullCheck(L_0); bool L_1; L_1 = HashSet_1_Remove_mB533674B001E6675EBEBD8A2CF60EAC58A0C86C1(L_0, __this, /*hidden argument*/HashSet_1_Remove_mB533674B001E6675EBEBD8A2CF60EAC58A0C86C1_RuntimeMethod_var); // } return; } } // System.Void TextAutoLanguage::SetText(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55 (TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * __this, int32_t ___textID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LayoutRebuilder_tE88B8B9EA50644E438123BDCE2BC2A3287E07585_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * V_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_2 = NULL; LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* V_3 = NULL; int32_t V_4 = 0; LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 * V_5 = NULL; { // this.textID = textID; int32_t L_0 = ___textID0; __this->set_textID_4(L_0); // string text = language.GetType().GetField("text" + textID).GetValue(language).ToString(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 * L_1 = ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->get_language_7(); NullCheck(L_1); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___textID0), /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0, L_3, /*hidden argument*/NULL); NullCheck(L_2); FieldInfo_t * L_5; L_5 = Type_GetField_m7E0197C80896690B5F5DBCCE44E3354FFDA13D2C(L_2, L_4, /*hidden argument*/NULL); LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 * L_6 = ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->get_language_7(); NullCheck(L_5); RuntimeObject * L_7; L_7 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_5, L_6); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); V_0 = L_8; // if (textFormatArgs.Length > 0) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = __this->get_textFormatArgs_9(); NullCheck(L_9); if (!(((RuntimeArray*)L_9)->max_length)) { goto IL_004f; } } { // text = String.Format(text, textFormatArgs); String_t* L_10 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = __this->get_textFormatArgs_9(); V_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_11; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = V_2; String_t* L_13; L_13 = String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B(L_10, L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_004f: { // Text textComp = GetComponent(); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_14; L_14 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(__this, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); V_1 = L_14; // textComp.text = text; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_15 = V_1; String_t* L_16 = V_0; NullCheck(L_15); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_15, L_16); // if (defaultFontSize == -1) { //????????????? int32_t L_17 = __this->get_defaultFontSize_12(); if ((!(((uint32_t)L_17) == ((uint32_t)(-1))))) { goto IL_0074; } } { // defaultFontSize = textComp.fontSize; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_18 = V_1; NullCheck(L_18); int32_t L_19; L_19 = Text_get_fontSize_m63951F82E2028B2AAFCB4FEF0C4E6464370AE72A(L_18, /*hidden argument*/NULL); __this->set_defaultFontSize_12(L_19); // } else { goto IL_0080; } IL_0074: { // textComp.fontSize = defaultFontSize; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_20 = V_1; int32_t L_21 = __this->get_defaultFontSize_12(); NullCheck(L_20); Text_set_fontSize_m0D32489043916BCE64E51E0BDFCC12AC1B829411(L_20, L_21, /*hidden argument*/NULL); } IL_0080: { // if (languageFontSizes.Length > 0) { LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* L_22 = __this->get_languageFontSizes_10(); NullCheck(L_22); if (!(((RuntimeArray*)L_22)->max_length)) { goto IL_00c3; } } { // foreach (var languageFontSize in languageFontSizes) LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* L_23 = __this->get_languageFontSizes_10(); V_3 = L_23; V_4 = 0; goto IL_00bc; } IL_0095: { // foreach (var languageFontSize in languageFontSizes) LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* L_24 = V_3; int32_t L_25 = V_4; NullCheck(L_24); int32_t L_26 = L_25; LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 * L_27 = (L_24)->GetAt(static_cast(L_26)); V_5 = L_27; // if (languageFontSize.language == currentLanguageEnum) { LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 * L_28 = V_5; NullCheck(L_28); int32_t L_29 = L_28->get_language_0(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); int32_t L_30 = ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->get_currentLanguageEnum_6(); if ((!(((uint32_t)L_29) == ((uint32_t)L_30)))) { goto IL_00b6; } } { // textComp.fontSize = languageFontSize.fontSize; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_31 = V_1; LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 * L_32 = V_5; NullCheck(L_32); int32_t L_33 = L_32->get_fontSize_1(); NullCheck(L_31); Text_set_fontSize_m0D32489043916BCE64E51E0BDFCC12AC1B829411(L_31, L_33, /*hidden argument*/NULL); } IL_00b6: { int32_t L_34 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00bc: { // foreach (var languageFontSize in languageFontSizes) int32_t L_35 = V_4; LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* L_36 = V_3; NullCheck(L_36); if ((((int32_t)L_35) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))) { goto IL_0095; } } IL_00c3: { // if (layoutRebuildObject) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_37 = __this->get_layoutRebuildObject_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_38; L_38 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00db; } } { // LayoutRebuilder.ForceRebuildLayoutImmediate(layoutRebuildObject); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_39 = __this->get_layoutRebuildObject_5(); IL2CPP_RUNTIME_CLASS_INIT(LayoutRebuilder_tE88B8B9EA50644E438123BDCE2BC2A3287E07585_il2cpp_TypeInfo_var); LayoutRebuilder_ForceRebuildLayoutImmediate_mD06D080BA3FC8111AF814FA67ED8764F8CFECC2C(L_39, /*hidden argument*/NULL); } IL_00db: { // } return; } } // System.Int32 TextAutoLanguage::GetTextID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextAutoLanguage_GetTextID_mE3C40B782A241FA379EB877287CEED0ED2E28362 (TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * __this, const RuntimeMethod* method) { { // return this.textID; int32_t L_0 = __this->get_textID_4(); return L_0; } } // System.Void TextAutoLanguage::ApplyText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage_ApplyText_mC9C18CACE518E1B67592C605932BABF9A21D111E (TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * __this, const RuntimeMethod* method) { { // SetText(textID); int32_t L_0 = __this->get_textID_4(); TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void TextAutoLanguage::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage__ctor_mDE7FD3FDEB163FCEA718A4017FF1E09641B29FE1 (TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public string[] textFormatArgs = {}; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_textFormatArgs_9(L_0); // [SerializeField] LanguageFontSize[] languageFontSizes = {}; LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* L_1 = (LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0*)(LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0*)SZArrayNew(LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_languageFontSizes_10(L_1); // private int defaultFontSize = -1; __this->set_defaultFontSize_12((-1)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void TextAutoLanguage::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage__cctor_m39522BF308AC21694F42A0B764D3FD6402E06126 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_mC1C665659A6BF11F672E15542F6CCCC337F9862A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static LanguageEnum currentLanguageEnum = LanguageEnum.Chinese; ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->set_currentLanguageEnum_6(0); // static LanguageDefault language = null; ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->set_language_7((LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 *)NULL); // static HashSet textAutoLanguages = new HashSet(); HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * L_0 = (HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 *)il2cpp_codegen_object_new(HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130_il2cpp_TypeInfo_var); HashSet_1__ctor_mC1C665659A6BF11F672E15542F6CCCC337F9862A(L_0, /*hidden argument*/HashSet_1__ctor_mC1C665659A6BF11F672E15542F6CCCC337F9862A_RuntimeMethod_var); ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->set_textAutoLanguages_8(L_0); // private static bool inited = false; ((TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_il2cpp_TypeInfo_var))->set_inited_11((bool)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 TextAutoLanguage2::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2_Init_mC0EF46218A13AD143DDE4CAF80E792ACBA0029E5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65); s_Il2CppMethodInitialized = true; } { // if (inited) return; IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); bool L_0 = ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->get_inited_11(); if (!L_0) { goto IL_0008; } } { // if (inited) return; return; } IL_0008: { // inited = true; IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->set_inited_11((bool)1); // int id = PlayerPrefs.GetInt("Language", 0); int32_t L_1; L_1 = PlayerPrefs_GetInt_mDA4476C10FCFF55FC65816E5E519B0EAFCB2AC14(_stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65, 0, /*hidden argument*/NULL); // ChangeLanguage((LanguageEnum) id); TextAutoLanguage2_ChangeLanguage_mDDCD7BA3068900F92EA9C777CFE8B17ADD099C1C(L_1, /*hidden argument*/NULL); // } return; } } // System.Void TextAutoLanguage2::ChangeLanguage(LanguageEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2_ChangeLanguage_mDDCD7BA3068900F92EA9C777CFE8B17ADD099C1C (int32_t ___languageEnum0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mB4F55C1D54BD9D5C087B65B94F499750BE914E55_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m86C35BAA13E98A0FF25546DC36E2534E89ECD07A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m201D7E3B22D73AB59DFC5351747F97ED57E1CE0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_mE061CBA4C491AFB840E5FAEA51C83439020D4728_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisDictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_mA1E6FC7F4FF31B8713068259A7A633248A9EEE76_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisTextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234_m5313E11E04DEBB3C4FC6AA7A32FA37B13209055B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3AEDEF171FCC7C523F5FA821B1D097B5F443501); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB6D9CD0F18AD9EB6899684405586BFD503C31F0); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0 V_1; memset((&V_1), 0, sizeof(V_1)); TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // string fileName = "cn"; V_0 = _stringLiteralC3AEDEF171FCC7C523F5FA821B1D097B5F443501; // if (languageEnum == LanguageEnum.English) fileName = "en"; int32_t L_0 = ___languageEnum0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0010; } } { // if (languageEnum == LanguageEnum.English) fileName = "en"; V_0 = _stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096; } IL_0010: { // languageDictionary = JsonConvert.DeserializeObject>(Resources.Load("TextAutoLanguage2/" + fileName).text); String_t* L_1 = V_0; String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralCB6D9CD0F18AD9EB6899684405586BFD503C31F0, L_1, /*hidden argument*/NULL); TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * L_3; L_3 = Resources_Load_TisTextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234_m5313E11E04DEBB3C4FC6AA7A32FA37B13209055B(L_2, /*hidden argument*/Resources_Load_TisTextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234_m5313E11E04DEBB3C4FC6AA7A32FA37B13209055B_RuntimeMethod_var); NullCheck(L_3); String_t* L_4; L_4 = TextAsset_get_text_m89A756483BA3218E173F5D62A582070714BC1218(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_5; L_5 = JsonConvert_DeserializeObject_TisDictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_mA1E6FC7F4FF31B8713068259A7A633248A9EEE76(L_4, /*hidden argument*/JsonConvert_DeserializeObject_TisDictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_mA1E6FC7F4FF31B8713068259A7A633248A9EEE76_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->set_languageDictionary_7(L_5); // currentLanguageEnum = languageEnum; int32_t L_6 = ___languageEnum0; ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->set_currentLanguageEnum_6(L_6); // PlayerPrefs.SetInt("Language", ((int)languageEnum)); int32_t L_7 = ___languageEnum0; PlayerPrefs_SetInt_m0C5C977E960B9CA8F9AB73AF4129C3DCABD067B6(_stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65, L_7, /*hidden argument*/NULL); // foreach (var textAutoLanguage in textAutoLanguages) HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * L_8 = ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->get_textAutoLanguages_8(); NullCheck(L_8); Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0 L_9; L_9 = HashSet_1_GetEnumerator_mE061CBA4C491AFB840E5FAEA51C83439020D4728(L_8, /*hidden argument*/HashSet_1_GetEnumerator_mE061CBA4C491AFB840E5FAEA51C83439020D4728_RuntimeMethod_var); V_1 = L_9; } IL_004b: try {// begin try (depth: 1) { goto IL_0069; } IL_004d: { // foreach (var textAutoLanguage in textAutoLanguages) TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * L_10; L_10 = Enumerator_get_Current_m201D7E3B22D73AB59DFC5351747F97ED57E1CE0B_inline((Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m201D7E3B22D73AB59DFC5351747F97ED57E1CE0B_RuntimeMethod_var); V_2 = L_10; } IL_0055: try {// begin try (depth: 2) // textAutoLanguage.ApplyToText(); TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * L_11 = V_2; NullCheck(L_11); TextAutoLanguage2_ApplyToText_m5484F049FDFD917782ECEDCD02AA48CD9E8202F4(L_11, /*hidden argument*/NULL); // } catch (Exception e) { Debug.LogError(e.Message); } goto IL_0069; }// end try (depth: 2) 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_005d; } throw e; } CATCH_005d: {// begin catch(System.Exception) // } catch (Exception e) { Debug.LogError(e.Message); } NullCheck(((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *))); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_12, /*hidden argument*/NULL); // } catch (Exception e) { Debug.LogError(e.Message); } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0069; }// end catch (depth: 2) IL_0069: { // foreach (var textAutoLanguage in textAutoLanguages) bool L_13; L_13 = Enumerator_MoveNext_m86C35BAA13E98A0FF25546DC36E2534E89ECD07A((Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m86C35BAA13E98A0FF25546DC36E2534E89ECD07A_RuntimeMethod_var); if (L_13) { goto IL_004d; } } IL_0072: { IL2CPP_LEAVE(0x82, FINALLY_0074); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0074; } FINALLY_0074: {// begin finally (depth: 1) Enumerator_Dispose_mB4F55C1D54BD9D5C087B65B94F499750BE914E55((Enumerator_t427654AD4F334E2B6F3B406CD6351C2478714CA0 *)(&V_1), /*hidden argument*/Enumerator_Dispose_mB4F55C1D54BD9D5C087B65B94F499750BE914E55_RuntimeMethod_var); IL2CPP_END_FINALLY(116) }// end finally (depth: 1) IL2CPP_CLEANUP(116) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x82, IL_0082) } IL_0082: { // } return; } } // LanguageEnum TextAutoLanguage2::GetLanguage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextAutoLanguage2_GetLanguage_mA69317E46E6A45650B6A58B0E162C35120B1BDE3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Init(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); TextAutoLanguage2_Init_mC0EF46218A13AD143DDE4CAF80E792ACBA0029E5(/*hidden argument*/NULL); // return currentLanguageEnum; int32_t L_0 = ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->get_currentLanguageEnum_6(); return L_0; } } // System.String TextAutoLanguage2::GetTextByKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2 (String_t* ___textKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Init(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); TextAutoLanguage2_Init_mC0EF46218A13AD143DDE4CAF80E792ACBA0029E5(/*hidden argument*/NULL); // return languageDictionary[textKey]; Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_0 = ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->get_languageDictionary_7(); String_t* L_1 = ___textKey0; NullCheck(L_0); String_t* L_2; L_2 = Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B(L_0, L_1, /*hidden argument*/Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B_RuntimeMethod_var); return L_2; } } // System.String TextAutoLanguage2::GetTextByCNKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E (String_t* ___textKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mCBCCAD6E1A920367AE36BD7AC5B7135E61B5A5C9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // Init(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); TextAutoLanguage2_Init_mC0EF46218A13AD143DDE4CAF80E792ACBA0029E5(/*hidden argument*/NULL); // if (currentLanguageEnum == LanguageEnum.Chinese) { int32_t L_0 = ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->get_currentLanguageEnum_6(); if (L_0) { goto IL_000e; } } { // return textKey; String_t* L_1 = ___textKey0; return L_1; } IL_000e: { // string resText = null; V_0 = (String_t*)NULL; // languageDictionary.TryGetValue(textKey, out resText); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_2 = ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->get_languageDictionary_7(); String_t* L_3 = ___textKey0; NullCheck(L_2); bool L_4; L_4 = Dictionary_2_TryGetValue_mCBCCAD6E1A920367AE36BD7AC5B7135E61B5A5C9(L_2, L_3, (String_t**)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mCBCCAD6E1A920367AE36BD7AC5B7135E61B5A5C9_RuntimeMethod_var); // if (resText == null) { String_t* L_5 = V_0; if (L_5) { goto IL_0023; } } { // return textKey; String_t* L_6 = ___textKey0; return L_6; } IL_0023: { // return resText; String_t* L_7 = V_0; return L_7; } } // System.Void TextAutoLanguage2::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2_Awake_m3A768EB6674551B808D184A0AD5FF797EB3DFE53 (TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Init(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); TextAutoLanguage2_Init_mC0EF46218A13AD143DDE4CAF80E792ACBA0029E5(/*hidden argument*/NULL); // } return; } } // System.Void TextAutoLanguage2::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2_Start_m788451EE83CA538E3B0C65A9D11543823CBC0DAD (TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m0792654DA8582F57893F51BABD78623553A1878F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // textAutoLanguages.Add(this); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * L_0 = ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->get_textAutoLanguages_8(); NullCheck(L_0); bool L_1; L_1 = HashSet_1_Add_m0792654DA8582F57893F51BABD78623553A1878F(L_0, __this, /*hidden argument*/HashSet_1_Add_m0792654DA8582F57893F51BABD78623553A1878F_RuntimeMethod_var); // ApplyToText(); TextAutoLanguage2_ApplyToText_m5484F049FDFD917782ECEDCD02AA48CD9E8202F4(__this, /*hidden argument*/NULL); // } return; } } // System.Void TextAutoLanguage2::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2_OnDestroy_m321E3F3E10F7B76748FDE905FA78D6548808A774 (TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mF7515B988233B06F8DC809F438E670EECB201296_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // textAutoLanguages.Remove(this); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * L_0 = ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->get_textAutoLanguages_8(); NullCheck(L_0); bool L_1; L_1 = HashSet_1_Remove_mF7515B988233B06F8DC809F438E670EECB201296(L_0, __this, /*hidden argument*/HashSet_1_Remove_mF7515B988233B06F8DC809F438E670EECB201296_RuntimeMethod_var); // } return; } } // System.Void TextAutoLanguage2::SetTextKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2_SetTextKey_m49769AF96548F64A4286BBC488D59FA5806B4C34 (TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * __this, String_t* ___textKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LayoutRebuilder_tE88B8B9EA50644E438123BDCE2BC2A3287E07585_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * V_1 = NULL; LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* V_2 = NULL; int32_t V_3 = 0; LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 * V_4 = NULL; { // this.textKey = textKey; String_t* L_0 = ___textKey0; __this->set_textKey_4(L_0); // string text = languageDictionary[textKey]; IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_1 = ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->get_languageDictionary_7(); String_t* L_2 = ___textKey0; NullCheck(L_1); String_t* L_3; L_3 = Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B(L_1, L_2, /*hidden argument*/Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B_RuntimeMethod_var); V_0 = L_3; // if (textFormatArgs.Length > 0) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = __this->get_textFormatArgs_9(); NullCheck(L_4); if (!(((RuntimeArray*)L_4)->max_length)) { goto IL_0029; } } { // text = String.Format(text, textFormatArgs); String_t* L_5 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = __this->get_textFormatArgs_9(); String_t* L_7; L_7 = String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B(L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_0029: { // Text textComp = GetComponent(); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_8; L_8 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(__this, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); V_1 = L_8; // textComp.text = text; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_9 = V_1; String_t* L_10 = V_0; NullCheck(L_9); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_9, L_10); // if (defaultFontSize == -1) { //????????????? int32_t L_11 = __this->get_defaultFontSize_12(); if ((!(((uint32_t)L_11) == ((uint32_t)(-1))))) { goto IL_004e; } } { // defaultFontSize = textComp.fontSize; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_12 = V_1; NullCheck(L_12); int32_t L_13; L_13 = Text_get_fontSize_m63951F82E2028B2AAFCB4FEF0C4E6464370AE72A(L_12, /*hidden argument*/NULL); __this->set_defaultFontSize_12(L_13); // } else { goto IL_005a; } IL_004e: { // textComp.fontSize = defaultFontSize; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_14 = V_1; int32_t L_15 = __this->get_defaultFontSize_12(); NullCheck(L_14); Text_set_fontSize_m0D32489043916BCE64E51E0BDFCC12AC1B829411(L_14, L_15, /*hidden argument*/NULL); } IL_005a: { // if (languageFontSizes.Length > 0) { LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* L_16 = __this->get_languageFontSizes_10(); NullCheck(L_16); if (!(((RuntimeArray*)L_16)->max_length)) { goto IL_009a; } } { // foreach (var languageFontSize in languageFontSizes) LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* L_17 = __this->get_languageFontSizes_10(); V_2 = L_17; V_3 = 0; goto IL_0094; } IL_006e: { // foreach (var languageFontSize in languageFontSizes) LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* L_18 = V_2; int32_t L_19 = V_3; NullCheck(L_18); int32_t L_20 = L_19; LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 * L_21 = (L_18)->GetAt(static_cast(L_20)); V_4 = L_21; // if (languageFontSize.language == currentLanguageEnum) { LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 * L_22 = V_4; NullCheck(L_22); int32_t L_23 = L_22->get_language_0(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); int32_t L_24 = ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->get_currentLanguageEnum_6(); if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_0090; } } { // textComp.fontSize = languageFontSize.fontSize; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_25 = V_1; LanguageFontSize_t1D69214E22205065DF39D269CA0648625ACB9029 * L_26 = V_4; NullCheck(L_26); int32_t L_27 = L_26->get_fontSize_1(); NullCheck(L_25); Text_set_fontSize_m0D32489043916BCE64E51E0BDFCC12AC1B829411(L_25, L_27, /*hidden argument*/NULL); // break; goto IL_009a; } IL_0090: { int32_t L_28 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0094: { // foreach (var languageFontSize in languageFontSizes) int32_t L_29 = V_3; LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* L_30 = V_2; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))))) { goto IL_006e; } } IL_009a: { // if (layoutRebuildObject) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_31 = __this->get_layoutRebuildObject_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_32; L_32 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00b2; } } { // LayoutRebuilder.ForceRebuildLayoutImmediate(layoutRebuildObject); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_33 = __this->get_layoutRebuildObject_5(); IL2CPP_RUNTIME_CLASS_INIT(LayoutRebuilder_tE88B8B9EA50644E438123BDCE2BC2A3287E07585_il2cpp_TypeInfo_var); LayoutRebuilder_ForceRebuildLayoutImmediate_mD06D080BA3FC8111AF814FA67ED8764F8CFECC2C(L_33, /*hidden argument*/NULL); } IL_00b2: { // } return; } } // System.String TextAutoLanguage2::GetTextKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAutoLanguage2_GetTextKey_m0BB9D8AA68E605BE652BA9CBEC52F8D7A7ADA504 (TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * __this, const RuntimeMethod* method) { { // return this.textKey; String_t* L_0 = __this->get_textKey_4(); return L_0; } } // System.Void TextAutoLanguage2::ApplyToText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2_ApplyToText_m5484F049FDFD917782ECEDCD02AA48CD9E8202F4 (TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m63B7A3DD58B51E33BADE634247B0CAD1CB254852_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * G_B2_0 = NULL; Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * G_B1_0 = NULL; { // SetTextKey(textKey); String_t* L_0 = __this->get_textKey_4(); TextAutoLanguage2_SetTextKey_m49769AF96548F64A4286BBC488D59FA5806B4C34(__this, L_0, /*hidden argument*/NULL); // onApplyToNext?.Invoke(GetComponent()); Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * L_1 = __this->get_onApplyToNext_13(); Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_0017; } } { return; } IL_0017: { Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_3; L_3 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(__this, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); NullCheck(G_B2_0); Action_1_Invoke_m63B7A3DD58B51E33BADE634247B0CAD1CB254852(G_B2_0, L_3, /*hidden argument*/Action_1_Invoke_m63B7A3DD58B51E33BADE634247B0CAD1CB254852_RuntimeMethod_var); // } return; } } // System.Void TextAutoLanguage2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2__ctor_m4F0E9819AB8A5C9F110307B147398A9F3A5DDBC6 (TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public object[] textFormatArgs = {}; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_textFormatArgs_9(L_0); // [SerializeField] LanguageFontSize[] languageFontSizes = {}; LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* L_1 = (LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0*)(LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0*)SZArrayNew(LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_languageFontSizes_10(L_1); // private int defaultFontSize = -1; __this->set_defaultFontSize_12((-1)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void TextAutoLanguage2::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2__cctor_m7651B999FA7384B8514B746863DFF82DE47F5505 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m6E0ED0FC25CB88ECA9E890AF156A22C737297B13_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static LanguageEnum currentLanguageEnum = LanguageEnum.Chinese; ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->set_currentLanguageEnum_6(0); // static Dictionary languageDictionary = null; ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->set_languageDictionary_7((Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *)NULL); // static HashSet textAutoLanguages = new HashSet(); HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * L_0 = (HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E *)il2cpp_codegen_object_new(HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E_il2cpp_TypeInfo_var); HashSet_1__ctor_m6E0ED0FC25CB88ECA9E890AF156A22C737297B13(L_0, /*hidden argument*/HashSet_1__ctor_m6E0ED0FC25CB88ECA9E890AF156A22C737297B13_RuntimeMethod_var); ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->set_textAutoLanguages_8(L_0); // private static bool inited = false; ((TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields*)il2cpp_codegen_static_fields_for(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var))->set_inited_11((bool)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 TextSpacing::ModifyMesh(UnityEngine.UI.VertexHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextSpacing_ModifyMesh_mF84096E4F6A822DCA6FBF2A82BA43008083691C9 (TextSpacing_tB30EF7E53B0BE8E8A468C3926AB58272D431DE08 * __this, VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * ___vh0, 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*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m66CF20877114338DBA82AEDF855E0DF0CD2FE8EC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mE3884E9A0B85F35318E1993493702C464FE0C2C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m4EB9123B02630E1ED76AD6BD89C2A0752288FABF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m6DFB72B7C4479EAF50F318D875B4DE3256B7C495_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A8F0E32CD9F4A77B22B2A76699B6392545E11B6); s_Il2CppMethodInitialized = true; } Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * V_0 = NULL; List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * V_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_2 = NULL; LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* V_3 = NULL; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; int32_t V_6 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_7; memset((&V_7), 0, sizeof(V_7)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_8; memset((&V_8), 0, sizeof(V_8)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_9; memset((&V_9), 0, sizeof(V_9)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_10; memset((&V_10), 0, sizeof(V_10)); int32_t V_11 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_12; memset((&V_12), 0, sizeof(V_12)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_13; memset((&V_13), 0, sizeof(V_13)); int32_t V_14 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_15; memset((&V_15), 0, sizeof(V_15)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_16; memset((&V_16), 0, sizeof(V_16)); int32_t V_17 = 0; { // if (!IsActive() || vh.currentVertCount == 0) bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this); if (!L_0) { goto IL_0010; } } { VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_1 = ___vh0; NullCheck(L_1); int32_t L_2; L_2 = VertexHelper_get_currentVertCount_m4E9932F9BBCC9CB9636B3415A03454D6B7A92807(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0011; } } IL_0010: { // return; return; } IL_0011: { // Text text = GetComponent(); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_3; L_3 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(__this, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); V_0 = L_3; // if (text == null) Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_4, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_002c; } } { // Debug.LogError("Missing Text component"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(_stringLiteral9A8F0E32CD9F4A77B22B2A76699B6392545E11B6, /*hidden argument*/NULL); // return; return; } IL_002c: { // List vertexs = new List(); List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * L_6 = (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F *)il2cpp_codegen_object_new(List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F_il2cpp_TypeInfo_var); List_1__ctor_m66CF20877114338DBA82AEDF855E0DF0CD2FE8EC(L_6, /*hidden argument*/List_1__ctor_m66CF20877114338DBA82AEDF855E0DF0CD2FE8EC_RuntimeMethod_var); V_1 = L_6; // vh.GetUIVertexStream(vertexs); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_7 = ___vh0; List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * L_8 = V_1; NullCheck(L_7); VertexHelper_GetUIVertexStream_mA3E62A7B45BFFFC73D72BC7B8BFAD5388F8578BA(L_7, L_8, /*hidden argument*/NULL); // int indexCount = vh.currentIndexCount; VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_9 = ___vh0; NullCheck(L_9); int32_t L_10; L_10 = VertexHelper_get_currentIndexCount_mBE8966E80B9260A6A8FF56FA7881E027E25702D8(L_9, /*hidden argument*/NULL); // string[] lineTexts = text.text.Split('\n'); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(74 /* System.String UnityEngine.UI.Text::get_text() */, L_11); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = L_13; NullCheck(L_14); (L_14)->SetAt(static_cast(0), (Il2CppChar)((int32_t)10)); NullCheck(L_12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15; L_15 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_12, L_14, /*hidden argument*/NULL); V_2 = L_15; // Line[] lines = new Line[lineTexts.Length]; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = V_2; NullCheck(L_16); LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_17 = (LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C*)(LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C*)SZArrayNew(LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))); V_3 = L_17; // for (int i = 0; i < lines.Length; i++) V_5 = 0; goto IL_00d6; } IL_0065: { // if (i == 0) int32_t L_18 = V_5; if (L_18) { goto IL_0080; } } { // lines[i] = new Line(0, lineTexts[i].Length + 1); LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_19 = V_3; int32_t L_20 = V_5; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = V_2; int32_t L_22 = V_5; NullCheck(L_21); int32_t L_23 = L_22; String_t* L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_24); int32_t L_25; L_25 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_24, /*hidden argument*/NULL); Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * L_26 = (Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A *)il2cpp_codegen_object_new(Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A_il2cpp_TypeInfo_var); Line__ctor_m0BAD3A028A3AF0BF17D078C808A8CE5AF9224288(L_26, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_26); (L_19)->SetAt(static_cast(L_20), (Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A *)L_26); // } goto IL_00d0; } IL_0080: { // else if (i > 0 && i < lines.Length - 1) int32_t L_27 = V_5; if ((((int32_t)L_27) <= ((int32_t)0))) { goto IL_00b1; } } { int32_t L_28 = V_5; LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_29 = V_3; NullCheck(L_29); if ((((int32_t)L_28) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))), (int32_t)1))))) { goto IL_00b1; } } { // lines[i] = new Line(lines[i - 1].EndVertexIndex + 1, lineTexts[i].Length + 1); LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_30 = V_3; int32_t L_31 = V_5; LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_32 = V_3; int32_t L_33 = V_5; NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)); Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_35); int32_t L_36; L_36 = Line_get_EndVertexIndex_m47A3E2458C6D3FA68A2E880810F001E295E7EFC0_inline(L_35, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_37 = V_2; int32_t L_38 = V_5; NullCheck(L_37); int32_t L_39 = L_38; String_t* L_40 = (L_37)->GetAt(static_cast(L_39)); NullCheck(L_40); int32_t L_41; L_41 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_40, /*hidden argument*/NULL); Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * L_42 = (Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A *)il2cpp_codegen_object_new(Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A_il2cpp_TypeInfo_var); Line__ctor_m0BAD3A028A3AF0BF17D078C808A8CE5AF9224288(L_42, ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_42); (L_30)->SetAt(static_cast(L_31), (Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A *)L_42); // } goto IL_00d0; } IL_00b1: { // lines[i] = new Line(lines[i - 1].EndVertexIndex + 1, lineTexts[i].Length); LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_43 = V_3; int32_t L_44 = V_5; LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_45 = V_3; int32_t L_46 = V_5; NullCheck(L_45); int32_t L_47 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1)); Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * L_48 = (L_45)->GetAt(static_cast(L_47)); NullCheck(L_48); int32_t L_49; L_49 = Line_get_EndVertexIndex_m47A3E2458C6D3FA68A2E880810F001E295E7EFC0_inline(L_48, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_50 = V_2; int32_t L_51 = V_5; NullCheck(L_50); int32_t L_52 = L_51; String_t* L_53 = (L_50)->GetAt(static_cast(L_52)); NullCheck(L_53); int32_t L_54; L_54 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_53, /*hidden argument*/NULL); Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * L_55 = (Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A *)il2cpp_codegen_object_new(Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A_il2cpp_TypeInfo_var); Line__ctor_m0BAD3A028A3AF0BF17D078C808A8CE5AF9224288(L_55, ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)), L_54, /*hidden argument*/NULL); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_55); (L_43)->SetAt(static_cast(L_44), (Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A *)L_55); } IL_00d0: { // for (int i = 0; i < lines.Length; i++) int32_t L_56 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_00d6: { // for (int i = 0; i < lines.Length; i++) int32_t L_57 = V_5; LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_58 = V_3; NullCheck(L_58); if ((((int32_t)L_57) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_58)->max_length)))))) { goto IL_0065; } } { // for (int i = 0; i < lines.Length; i++) V_6 = 0; goto IL_0440; } IL_00e5: { // Vector3 startPos = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_59; L_59 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_7 = L_59; // Vector3 endPos = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_60; L_60 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_8 = L_60; // Vector3 defaultStartPos = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_61; L_61 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_9 = L_61; // Vector3 defaultEndPos = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_62; L_62 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_10 = L_62; // for (int j = lines[i].StartVertexIndex; j <= lines[i].EndVertexIndex; j++) LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_63 = V_3; int32_t L_64 = V_6; NullCheck(L_63); int32_t L_65 = L_64; Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_66); int32_t L_67; L_67 = Line_get_StartVertexIndex_mDD891E79DA0D900AF42E0F9A4E04633F7262722A_inline(L_66, /*hidden argument*/NULL); V_11 = L_67; goto IL_027e; } IL_0111: { // if (j < 0 || j >= vertexs.Count) int32_t L_68 = V_11; if ((((int32_t)L_68) < ((int32_t)0))) { goto IL_0278; } } { int32_t L_69 = V_11; List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * L_70 = V_1; NullCheck(L_70); int32_t L_71; L_71 = List_1_get_Count_mE3884E9A0B85F35318E1993493702C464FE0C2C6_inline(L_70, /*hidden argument*/List_1_get_Count_mE3884E9A0B85F35318E1993493702C464FE0C2C6_RuntimeMethod_var); if ((((int32_t)L_69) >= ((int32_t)L_71))) { goto IL_0278; } } { // vt = vertexs[j]; List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * L_72 = V_1; int32_t L_73 = V_11; NullCheck(L_72); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_74; L_74 = List_1_get_Item_m4EB9123B02630E1ED76AD6BD89C2A0752288FABF_inline(L_72, L_73, /*hidden argument*/List_1_get_Item_m4EB9123B02630E1ED76AD6BD89C2A0752288FABF_RuntimeMethod_var); V_4 = L_74; // if (defaultStartPos == Vector3.zero) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_75 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_76; L_76 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); bool L_77; L_77 = Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296(L_75, L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_0169; } } { // defaultStartPos = new Vector3(vt.position.x, vt.position.y, vt.position.z); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_78 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_79 = L_78.get_position_0(); float L_80 = L_79.get_x_2(); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_81 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_82 = L_81.get_position_0(); float L_83 = L_82.get_y_3(); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_84 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_85 = L_84.get_position_0(); float L_86 = L_85.get_z_4(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_9), L_80, L_83, L_86, /*hidden argument*/NULL); } IL_0169: { // defaultEndPos = new Vector3(vt.position.x, vt.position.y, vt.position.z); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_87 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_88 = L_87.get_position_0(); float L_89 = L_88.get_x_2(); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_90 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_91 = L_90.get_position_0(); float L_92 = L_91.get_y_3(); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_93 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_94 = L_93.get_position_0(); float L_95 = L_94.get_z_4(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_10), L_89, L_92, L_95, /*hidden argument*/NULL); // if (j != 0) int32_t L_96 = V_11; if (!L_96) { goto IL_01d4; } } { // vt.position += new Vector3(_textSpacing * ((j - lines[i].StartVertexIndex) / 6), 0, 0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_97 = (&V_4)->get_address_of_position_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_98 = L_97; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_99 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_98); float L_100 = __this->get__textSpacing_5(); int32_t L_101 = V_11; LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_102 = V_3; int32_t L_103 = V_6; NullCheck(L_102); int32_t L_104 = L_103; Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * L_105 = (L_102)->GetAt(static_cast(L_104)); NullCheck(L_105); int32_t L_106; L_106 = Line_get_StartVertexIndex_mDD891E79DA0D900AF42E0F9A4E04633F7262722A_inline(L_105, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_107; memset((&L_107), 0, sizeof(L_107)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_107), ((float)il2cpp_codegen_multiply((float)L_100, (float)((float)((float)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_101, (int32_t)L_106))/(int32_t)6)))))), (0.0f), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_108; L_108 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_99, L_107, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_98 = L_108; } IL_01d4: { // if (startPos == Vector3.zero) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_109 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_110; L_110 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); bool L_111; L_111 = Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296(L_109, L_110, /*hidden argument*/NULL); if (!L_111) { goto IL_020d; } } { // startPos = new Vector3(vt.position.x, vt.position.y, vt.position.z); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_112 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_113 = L_112.get_position_0(); float L_114 = L_113.get_x_2(); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_115 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_116 = L_115.get_position_0(); float L_117 = L_116.get_y_3(); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_118 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_119 = L_118.get_position_0(); float L_120 = L_119.get_z_4(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_7), L_114, L_117, L_120, /*hidden argument*/NULL); } IL_020d: { // endPos = new Vector3(vt.position.x, vt.position.y, vt.position.z); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_121 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_122 = L_121.get_position_0(); float L_123 = L_122.get_x_2(); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_124 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_125 = L_124.get_position_0(); float L_126 = L_125.get_y_3(); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_127 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_128 = L_127.get_position_0(); float L_129 = L_128.get_z_4(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_8), L_123, L_126, L_129, /*hidden argument*/NULL); // vertexs[j] = vt; List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * L_130 = V_1; int32_t L_131 = V_11; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_132 = V_4; NullCheck(L_130); List_1_set_Item_m6DFB72B7C4479EAF50F318D875B4DE3256B7C495(L_130, L_131, L_132, /*hidden argument*/List_1_set_Item_m6DFB72B7C4479EAF50F318D875B4DE3256B7C495_RuntimeMethod_var); // if (j % 6 <= 2) int32_t L_133 = V_11; if ((((int32_t)((int32_t)((int32_t)L_133%(int32_t)6))) > ((int32_t)2))) { goto IL_025c; } } { // vh.SetUIVertex(vt, (j / 6) * 4 + j % 6); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_134 = ___vh0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_135 = V_4; int32_t L_136 = V_11; int32_t L_137 = V_11; NullCheck(L_134); VertexHelper_SetUIVertex_mE6E1BF09DA31C90FA922B6F96123D7C363A71D7E(L_134, L_135, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_136/(int32_t)6)), (int32_t)4)), (int32_t)((int32_t)((int32_t)L_137%(int32_t)6)))), /*hidden argument*/NULL); } IL_025c: { // if (j % 6 == 4) int32_t L_138 = V_11; if ((!(((uint32_t)((int32_t)((int32_t)L_138%(int32_t)6))) == ((uint32_t)4)))) { goto IL_0278; } } { // vh.SetUIVertex(vt, (j / 6) * 4 + j % 6 - 1); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_139 = ___vh0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_140 = V_4; int32_t L_141 = V_11; int32_t L_142 = V_11; NullCheck(L_139); VertexHelper_SetUIVertex_mE6E1BF09DA31C90FA922B6F96123D7C363A71D7E(L_139, L_140, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_141/(int32_t)6)), (int32_t)4)), (int32_t)((int32_t)((int32_t)L_142%(int32_t)6)))), (int32_t)1)), /*hidden argument*/NULL); } IL_0278: { // for (int j = lines[i].StartVertexIndex; j <= lines[i].EndVertexIndex; j++) int32_t L_143 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)1)); } IL_027e: { // for (int j = lines[i].StartVertexIndex; j <= lines[i].EndVertexIndex; j++) int32_t L_144 = V_11; LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_145 = V_3; int32_t L_146 = V_6; NullCheck(L_145); int32_t L_147 = L_146; Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * L_148 = (L_145)->GetAt(static_cast(L_147)); NullCheck(L_148); int32_t L_149; L_149 = Line_get_EndVertexIndex_m47A3E2458C6D3FA68A2E880810F001E295E7EFC0_inline(L_148, /*hidden argument*/NULL); if ((((int32_t)L_144) <= ((int32_t)L_149))) { goto IL_0111; } } { // if (text.alignment == TextAnchor.MiddleCenter || text.alignment == TextAnchor.UpperCenter || text.alignment == TextAnchor.LowerCenter) Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_150 = V_0; NullCheck(L_150); int32_t L_151; L_151 = Text_get_alignment_m815A072002DEFDA14F8D523DE96403F3D70B2BBA(L_150, /*hidden argument*/NULL); if ((((int32_t)L_151) == ((int32_t)4))) { goto IL_02ac; } } { Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_152 = V_0; NullCheck(L_152); int32_t L_153; L_153 = Text_get_alignment_m815A072002DEFDA14F8D523DE96403F3D70B2BBA(L_152, /*hidden argument*/NULL); if ((((int32_t)L_153) == ((int32_t)1))) { goto IL_02ac; } } { Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_154 = V_0; NullCheck(L_154); int32_t L_155; L_155 = Text_get_alignment_m815A072002DEFDA14F8D523DE96403F3D70B2BBA(L_154, /*hidden argument*/NULL); if ((!(((uint32_t)L_155) == ((uint32_t)7)))) { goto IL_037c; } } IL_02ac: { // Vector3 defaultCenterPos = defaultStartPos + (defaultEndPos - defaultStartPos) / 2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_156 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_157 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_158 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_159; L_159 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_157, L_158, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_160; L_160 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_159, (2.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_161; L_161 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_156, L_160, /*hidden argument*/NULL); V_12 = L_161; // Vector3 centerPos = startPos + (endPos - startPos) / 2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_162 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_163 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_164 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_165; L_165 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_163, L_164, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_166; L_166 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_165, (2.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_167; L_167 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_162, L_166, /*hidden argument*/NULL); V_13 = L_167; // for (int j = lines[i].StartVertexIndex; j <= lines[i].EndVertexIndex; j++) LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_168 = V_3; int32_t L_169 = V_6; NullCheck(L_168); int32_t L_170 = L_169; Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * L_171 = (L_168)->GetAt(static_cast(L_170)); NullCheck(L_171); int32_t L_172; L_172 = Line_get_StartVertexIndex_mDD891E79DA0D900AF42E0F9A4E04633F7262722A_inline(L_171, /*hidden argument*/NULL); V_14 = L_172; goto IL_036c; } IL_02f1: { // if (j < 0 || j >= vertexs.Count) int32_t L_173 = V_14; if ((((int32_t)L_173) < ((int32_t)0))) { goto IL_0366; } } { int32_t L_174 = V_14; List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * L_175 = V_1; NullCheck(L_175); int32_t L_176; L_176 = List_1_get_Count_mE3884E9A0B85F35318E1993493702C464FE0C2C6_inline(L_175, /*hidden argument*/List_1_get_Count_mE3884E9A0B85F35318E1993493702C464FE0C2C6_RuntimeMethod_var); if ((((int32_t)L_174) >= ((int32_t)L_176))) { goto IL_0366; } } { // vt = vertexs[j]; List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * L_177 = V_1; int32_t L_178 = V_14; NullCheck(L_177); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_179; L_179 = List_1_get_Item_m4EB9123B02630E1ED76AD6BD89C2A0752288FABF_inline(L_177, L_178, /*hidden argument*/List_1_get_Item_m4EB9123B02630E1ED76AD6BD89C2A0752288FABF_RuntimeMethod_var); V_4 = L_179; // vt.position = vt.position + defaultCenterPos - centerPos; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_180 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_181 = L_180.get_position_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_182 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_183; L_183 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_181, L_182, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_184 = V_13; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_185; L_185 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_183, L_184, /*hidden argument*/NULL); (&V_4)->set_position_0(L_185); // vertexs[j] = vt; List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * L_186 = V_1; int32_t L_187 = V_14; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_188 = V_4; NullCheck(L_186); List_1_set_Item_m6DFB72B7C4479EAF50F318D875B4DE3256B7C495(L_186, L_187, L_188, /*hidden argument*/List_1_set_Item_m6DFB72B7C4479EAF50F318D875B4DE3256B7C495_RuntimeMethod_var); // if (j % 6 <= 2) int32_t L_189 = V_14; if ((((int32_t)((int32_t)((int32_t)L_189%(int32_t)6))) > ((int32_t)2))) { goto IL_034a; } } { // vh.SetUIVertex(vt, (j / 6) * 4 + j % 6); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_190 = ___vh0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_191 = V_4; int32_t L_192 = V_14; int32_t L_193 = V_14; NullCheck(L_190); VertexHelper_SetUIVertex_mE6E1BF09DA31C90FA922B6F96123D7C363A71D7E(L_190, L_191, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_192/(int32_t)6)), (int32_t)4)), (int32_t)((int32_t)((int32_t)L_193%(int32_t)6)))), /*hidden argument*/NULL); } IL_034a: { // if (j % 6 == 4) int32_t L_194 = V_14; if ((!(((uint32_t)((int32_t)((int32_t)L_194%(int32_t)6))) == ((uint32_t)4)))) { goto IL_0366; } } { // vh.SetUIVertex(vt, (j / 6) * 4 + j % 6 - 1); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_195 = ___vh0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_196 = V_4; int32_t L_197 = V_14; int32_t L_198 = V_14; NullCheck(L_195); VertexHelper_SetUIVertex_mE6E1BF09DA31C90FA922B6F96123D7C363A71D7E(L_195, L_196, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_197/(int32_t)6)), (int32_t)4)), (int32_t)((int32_t)((int32_t)L_198%(int32_t)6)))), (int32_t)1)), /*hidden argument*/NULL); } IL_0366: { // for (int j = lines[i].StartVertexIndex; j <= lines[i].EndVertexIndex; j++) int32_t L_199 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_199, (int32_t)1)); } IL_036c: { // for (int j = lines[i].StartVertexIndex; j <= lines[i].EndVertexIndex; j++) int32_t L_200 = V_14; LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_201 = V_3; int32_t L_202 = V_6; NullCheck(L_201); int32_t L_203 = L_202; Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * L_204 = (L_201)->GetAt(static_cast(L_203)); NullCheck(L_204); int32_t L_205; L_205 = Line_get_EndVertexIndex_m47A3E2458C6D3FA68A2E880810F001E295E7EFC0_inline(L_204, /*hidden argument*/NULL); if ((((int32_t)L_200) <= ((int32_t)L_205))) { goto IL_02f1; } } IL_037c: { // if (text.alignment == TextAnchor.MiddleRight || text.alignment == TextAnchor.UpperRight || text.alignment == TextAnchor.LowerRight) Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_206 = V_0; NullCheck(L_206); int32_t L_207; L_207 = Text_get_alignment_m815A072002DEFDA14F8D523DE96403F3D70B2BBA(L_206, /*hidden argument*/NULL); if ((((int32_t)L_207) == ((int32_t)5))) { goto IL_039a; } } { Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_208 = V_0; NullCheck(L_208); int32_t L_209; L_209 = Text_get_alignment_m815A072002DEFDA14F8D523DE96403F3D70B2BBA(L_208, /*hidden argument*/NULL); if ((((int32_t)L_209) == ((int32_t)2))) { goto IL_039a; } } { Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_210 = V_0; NullCheck(L_210); int32_t L_211; L_211 = Text_get_alignment_m815A072002DEFDA14F8D523DE96403F3D70B2BBA(L_210, /*hidden argument*/NULL); if ((!(((uint32_t)L_211) == ((uint32_t)8)))) { goto IL_043a; } } IL_039a: { // Vector3 defaultRightPos = defaultEndPos; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_212 = V_10; V_15 = L_212; // Vector3 rightPos = endPos; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_213 = V_8; V_16 = L_213; // for (int j = lines[i].StartVertexIndex; j <= lines[i].EndVertexIndex; j++) LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_214 = V_3; int32_t L_215 = V_6; NullCheck(L_214); int32_t L_216 = L_215; Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * L_217 = (L_214)->GetAt(static_cast(L_216)); NullCheck(L_217); int32_t L_218; L_218 = Line_get_StartVertexIndex_mDD891E79DA0D900AF42E0F9A4E04633F7262722A_inline(L_217, /*hidden argument*/NULL); V_17 = L_218; goto IL_042a; } IL_03af: { // if (j < 0 || j >= vertexs.Count) int32_t L_219 = V_17; if ((((int32_t)L_219) < ((int32_t)0))) { goto IL_0424; } } { int32_t L_220 = V_17; List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * L_221 = V_1; NullCheck(L_221); int32_t L_222; L_222 = List_1_get_Count_mE3884E9A0B85F35318E1993493702C464FE0C2C6_inline(L_221, /*hidden argument*/List_1_get_Count_mE3884E9A0B85F35318E1993493702C464FE0C2C6_RuntimeMethod_var); if ((((int32_t)L_220) >= ((int32_t)L_222))) { goto IL_0424; } } { // vt = vertexs[j]; List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * L_223 = V_1; int32_t L_224 = V_17; NullCheck(L_223); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_225; L_225 = List_1_get_Item_m4EB9123B02630E1ED76AD6BD89C2A0752288FABF_inline(L_223, L_224, /*hidden argument*/List_1_get_Item_m4EB9123B02630E1ED76AD6BD89C2A0752288FABF_RuntimeMethod_var); V_4 = L_225; // vt.position = vt.position + defaultRightPos - rightPos; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_226 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_227 = L_226.get_position_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_228 = V_15; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_229; L_229 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_227, L_228, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_230 = V_16; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_231; L_231 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_229, L_230, /*hidden argument*/NULL); (&V_4)->set_position_0(L_231); // vertexs[j] = vt; List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * L_232 = V_1; int32_t L_233 = V_17; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_234 = V_4; NullCheck(L_232); List_1_set_Item_m6DFB72B7C4479EAF50F318D875B4DE3256B7C495(L_232, L_233, L_234, /*hidden argument*/List_1_set_Item_m6DFB72B7C4479EAF50F318D875B4DE3256B7C495_RuntimeMethod_var); // if (j % 6 <= 2) int32_t L_235 = V_17; if ((((int32_t)((int32_t)((int32_t)L_235%(int32_t)6))) > ((int32_t)2))) { goto IL_0408; } } { // vh.SetUIVertex(vt, (j / 6) * 4 + j % 6); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_236 = ___vh0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_237 = V_4; int32_t L_238 = V_17; int32_t L_239 = V_17; NullCheck(L_236); VertexHelper_SetUIVertex_mE6E1BF09DA31C90FA922B6F96123D7C363A71D7E(L_236, L_237, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_238/(int32_t)6)), (int32_t)4)), (int32_t)((int32_t)((int32_t)L_239%(int32_t)6)))), /*hidden argument*/NULL); } IL_0408: { // if (j % 6 == 4) int32_t L_240 = V_17; if ((!(((uint32_t)((int32_t)((int32_t)L_240%(int32_t)6))) == ((uint32_t)4)))) { goto IL_0424; } } { // vh.SetUIVertex(vt, (j / 6) * 4 + j % 6 - 1); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_241 = ___vh0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_242 = V_4; int32_t L_243 = V_17; int32_t L_244 = V_17; NullCheck(L_241); VertexHelper_SetUIVertex_mE6E1BF09DA31C90FA922B6F96123D7C363A71D7E(L_241, L_242, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_243/(int32_t)6)), (int32_t)4)), (int32_t)((int32_t)((int32_t)L_244%(int32_t)6)))), (int32_t)1)), /*hidden argument*/NULL); } IL_0424: { // for (int j = lines[i].StartVertexIndex; j <= lines[i].EndVertexIndex; j++) int32_t L_245 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_245, (int32_t)1)); } IL_042a: { // for (int j = lines[i].StartVertexIndex; j <= lines[i].EndVertexIndex; j++) int32_t L_246 = V_17; LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_247 = V_3; int32_t L_248 = V_6; NullCheck(L_247); int32_t L_249 = L_248; Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * L_250 = (L_247)->GetAt(static_cast(L_249)); NullCheck(L_250); int32_t L_251; L_251 = Line_get_EndVertexIndex_m47A3E2458C6D3FA68A2E880810F001E295E7EFC0_inline(L_250, /*hidden argument*/NULL); if ((((int32_t)L_246) <= ((int32_t)L_251))) { goto IL_03af; } } IL_043a: { // for (int i = 0; i < lines.Length; i++) int32_t L_252 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_252, (int32_t)1)); } IL_0440: { // for (int i = 0; i < lines.Length; i++) int32_t L_253 = V_6; LineU5BU5D_t1E52A88BD5FCF76DA189BCF57839E8C5A6E3EC4C* L_254 = V_3; NullCheck(L_254); if ((((int32_t)L_253) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_254)->max_length)))))) { goto IL_00e5; } } { // } return; } } // System.Void TextSpacing::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextSpacing__ctor_m139763038C510A10DAD7F63C1D829E97CA6E874B (TextSpacing_tB30EF7E53B0BE8E8A468C3926AB58272D431DE08 * __this, const RuntimeMethod* method) { { // public float _textSpacing = 1f; __this->set__textSpacing_5((1.0f)); BaseMeshEffect__ctor_m7D21D47A3B87CB9B715FCEEE1B955E417FEEF01B(__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.TextureDownloadSample::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureDownloadSample_Awake_mA1BAFB9906E342D56434FA15ED3296C6CC387BBE (TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // HTTPManager.MaxConnectionPerServer = 1; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HTTPManager_set_MaxConnectionPerServer_mFF2EDBA22285481DB01A957DA6146B14F4DD3194((uint8_t)1, /*hidden argument*/NULL); // for (int i = 0; i < Images.Length; ++i) V_0 = 0; goto IL_0022; } IL_000a: { // Textures[i] = new Texture2D(100, 150); Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* L_0 = __this->get_Textures_6(); int32_t L_1 = V_0; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_2 = (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)il2cpp_codegen_object_new(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); Texture2D__ctor_m7D64AB4C55A01F2EE57483FD9EF826607DF9E4B4(L_2, ((int32_t)100), ((int32_t)150), /*hidden argument*/NULL); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_2); (L_0)->SetAt(static_cast(L_1), (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)L_2); // for (int i = 0; i < Images.Length; ++i) int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0022: { // for (int i = 0; i < Images.Length; ++i) int32_t L_4 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = __this->get_Images_5(); NullCheck(L_5); if ((((int32_t)L_4) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))) { goto IL_000a; } } { // } return; } } // System.Void BestHTTP.Examples.TextureDownloadSample::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureDownloadSample_OnDestroy_mE44F2EE5EE00AA3B1287D07AD454D03F85C1D6B5 (TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // HTTPManager.MaxConnectionPerServer = 4; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HTTPManager_set_MaxConnectionPerServer_mFF2EDBA22285481DB01A957DA6146B14F4DD3194((uint8_t)4, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.TextureDownloadSample::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureDownloadSample_OnGUI_m1C6E2614FAC1163A40FDFDBCA50715F26EB1A2BE (TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171 * __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*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureDownloadSample_U3COnGUIU3Eb__8_0_m24154A55C1381435E10B651C278DFF96B722A970_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // GUIHelper.DrawArea(GUIHelper.ClientArea, true, () => // { // scrollPos = GUILayout.BeginScrollView(scrollPos); // // // Draw out the textures // GUILayout.SelectionGrid(0, Textures, 3); // // #if !BESTHTTP_DISABLE_CACHING // if (finishedCount == Images.Length && allDownloadedFromLocalCache) // GUIHelper.DrawCenteredText("All images loaded from the local cache!"); // #endif // // GUILayout.FlexibleSpace(); // // GUILayout.BeginHorizontal(); // GUILayout.Label("Max Connection/Server: ", GUILayout.Width(150)); // GUILayout.Label(HTTPManager.MaxConnectionPerServer.ToString(), GUILayout.Width(20)); // HTTPManager.MaxConnectionPerServer = (byte)GUILayout.HorizontalSlider(HTTPManager.MaxConnectionPerServer, 1, 10); // GUILayout.EndHorizontal(); // // if (GUILayout.Button("Start Download")) // DownloadImages(); // // 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)TextureDownloadSample_U3COnGUIU3Eb__8_0_m24154A55C1381435E10B651C278DFF96B722A970_RuntimeMethod_var), /*hidden argument*/NULL); GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D(L_0, (bool)1, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.TextureDownloadSample::DownloadImages() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureDownloadSample_DownloadImages_mCC5A17BF30C9E6304E19143A4CE6C517C97654AE (TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureDownloadSample_ImageDownloaded_m1E6083C67C62F885048F790F2B3C1725E0C5C567_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // allDownloadedFromLocalCache = true; __this->set_allDownloadedFromLocalCache_7((bool)1); // finishedCount = 0; __this->set_finishedCount_8(0); // for (int i = 0; i < Images.Length; ++i) V_0 = 0; goto IL_0067; } IL_0012: { // Textures[i] = new Texture2D(100, 150); Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* L_0 = __this->get_Textures_6(); int32_t L_1 = V_0; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_2 = (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)il2cpp_codegen_object_new(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); Texture2D__ctor_m7D64AB4C55A01F2EE57483FD9EF826607DF9E4B4(L_2, ((int32_t)100), ((int32_t)150), /*hidden argument*/NULL); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_2); (L_0)->SetAt(static_cast(L_1), (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)L_2); // var request = new HTTPRequest(new Uri(BaseURL + Images[i]), ImageDownloaded); String_t* L_3 = __this->get_BaseURL_4(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = __this->get_Images_5(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, L_7, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_9 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_9, L_8, /*hidden argument*/NULL); OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * L_10 = (OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 *)il2cpp_codegen_object_new(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m2379F5429ED6B8FB42D7D7D8C3FADE30932BD9FA(L_10, __this, (intptr_t)((intptr_t)TextureDownloadSample_ImageDownloaded_m1E6083C67C62F885048F790F2B3C1725E0C5C567_RuntimeMethod_var), /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_11 = (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 *)il2cpp_codegen_object_new(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); HTTPRequest__ctor_m4F7F6CEC0DFC147AA0BBB24686E845E47324FBF7(L_11, L_9, L_10, /*hidden argument*/NULL); // request.Tag = Textures[i]; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_12 = L_11; Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* L_13 = __this->get_Textures_6(); int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = L_14; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_12); HTTPRequest_set_Tag_m7434A03462EDFFA9E1150CE466E56B2D57EACE6D_inline(L_12, L_16, /*hidden argument*/NULL); // request.Send(); NullCheck(L_12); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_17; L_17 = HTTPRequest_Send_m6DFACD89B7BA3689A32616A9B7F7AD41DBA86C46(L_12, /*hidden argument*/NULL); // for (int i = 0; i < Images.Length; ++i) int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0067: { // for (int i = 0; i < Images.Length; ++i) int32_t L_19 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = __this->get_Images_5(); NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0012; } } { // } return; } } // System.Void BestHTTP.Examples.TextureDownloadSample::ImageDownloaded(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureDownloadSample_ImageDownloaded_m1E6083C67C62F885048F790F2B3C1725E0C5C567 (TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___req0, HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___resp1, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11191BF1C6F1CD57E82D5B9DAFA538F74E112CA9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral208FB3837B215C39A2EF71DECFFC19C9FDB72F27); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171 * G_B5_0 = NULL; TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171 * G_B4_0 = NULL; int32_t G_B6_0 = 0; TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171 * G_B6_1 = NULL; String_t* G_B10_0 = NULL; String_t* G_B9_0 = NULL; String_t* G_B11_0 = NULL; String_t* G_B11_1 = NULL; { // finishedCount++; int32_t L_0 = __this->get_finishedCount_8(); __this->set_finishedCount_8(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); // switch (req.State) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_1 = ___req0; NullCheck(L_1); int32_t L_2; L_2 = HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)3))) { case 0: { goto IL_0032; } case 1: { goto IL_0090; } case 2: { goto IL_00cf; } case 3: { goto IL_00da; } case 4: { goto IL_00e5; } } } { return; } IL_0032: { // if (resp.IsSuccess) HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_4 = ___resp1; NullCheck(L_4); bool L_5; L_5 = HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0069; } } { // Texture2D tex = req.Tag as Texture2D; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_6 = ___req0; NullCheck(L_6); RuntimeObject * L_7; L_7 = HTTPRequest_get_Tag_m9E9363A72B24420C265FDB7DE83A6985980B345B_inline(L_6, /*hidden argument*/NULL); // tex.LoadImage(resp.Data); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_8 = ___resp1; NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = HTTPResponse_get_Data_m0CCF6E05405D6F2EEB11F87DEB23DB61A6059F0F_inline(L_8, /*hidden argument*/NULL); bool L_10; L_10 = ImageConversion_LoadImage_m5BB4FBA0565E698ED5C6F25F7A0A5F83CADD7477(((Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)IsInstSealed((RuntimeObject*)L_7, Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL); // allDownloadedFromLocalCache = allDownloadedFromLocalCache && resp.IsFromCache; bool L_11 = __this->get_allDownloadedFromLocalCache_7(); G_B4_0 = __this; if (!L_11) { G_B5_0 = __this; goto IL_0062; } } { HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_12 = ___resp1; NullCheck(L_12); bool L_13; L_13 = HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline(L_12, /*hidden argument*/NULL); G_B6_0 = ((int32_t)(L_13)); G_B6_1 = G_B4_0; goto IL_0063; } IL_0062: { G_B6_0 = 0; G_B6_1 = G_B5_0; } IL_0063: { NullCheck(G_B6_1); G_B6_1->set_allDownloadedFromLocalCache_7((bool)G_B6_0); // } return; } IL_0069: { // Debug.LogWarning(string.Format("Request finished Successfully, but the server sent an error. Status Code: {0}-{1} Message: {2}", // resp.StatusCode, // resp.Message, // resp.DataAsText)); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_14 = ___resp1; NullCheck(L_14); int32_t L_15; L_15 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_14, /*hidden argument*/NULL); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_16); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_18 = ___resp1; NullCheck(L_18); String_t* L_19; L_19 = HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline(L_18, /*hidden argument*/NULL); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_20 = ___resp1; NullCheck(L_20); String_t* L_21; L_21 = HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA(L_20, /*hidden argument*/NULL); String_t* L_22; L_22 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral11191BF1C6F1CD57E82D5B9DAFA538F74E112CA9, L_17, L_19, L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7(L_22, /*hidden argument*/NULL); // break; return; } IL_0090: { // Debug.LogError("Request Finished with Error! " + (req.Exception != null ? (req.Exception.Message + "\n" + req.Exception.StackTrace) : "No Exception")); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_23 = ___req0; NullCheck(L_23); Exception_t * L_24; L_24 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_23, /*hidden argument*/NULL); G_B9_0 = _stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE; if (L_24) { G_B10_0 = _stringLiteralA91F812B4E9ACBE9AA316EF0B8EAB265F5D286CE; goto IL_00a4; } } { G_B11_0 = _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; G_B11_1 = G_B9_0; goto IL_00c4; } IL_00a4: { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_25 = ___req0; NullCheck(L_25); Exception_t * L_26; L_26 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_25, /*hidden argument*/NULL); NullCheck(L_26); String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_26); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_28 = ___req0; NullCheck(L_28); Exception_t * L_29; L_29 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_28, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30; L_30 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_29); String_t* L_31; L_31 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_27, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_30, /*hidden argument*/NULL); G_B11_0 = L_31; G_B11_1 = G_B10_0; } IL_00c4: { String_t* L_32; L_32 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B11_1, G_B11_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_32, /*hidden argument*/NULL); // break; return; } IL_00cf: { // Debug.LogWarning("Request Aborted!"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7(_stringLiteral208FB3837B215C39A2EF71DECFFC19C9FDB72F27, /*hidden argument*/NULL); // break; return; } IL_00da: { // Debug.LogError("Connection Timed Out!"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(_stringLiteral4282F0EC210266935AD8C4F278FE8699B66C189E, /*hidden argument*/NULL); // break; return; } IL_00e5: { // Debug.LogError("Processing the request Timed Out!"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(_stringLiteral6FFB662544B7CC75E90E30E825D1C3A41E593CBC, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.TextureDownloadSample::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureDownloadSample__ctor_m9452069B5F9EB743CEC41CACF9FB0C1A17C5EB15 (TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171 * __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*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19F61C01F1A1C0C51833A16F7D0B028BFB207A05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B8AC19FD2D3594F86424202B9F8ED440A1BF824); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D2FF4EC89434EEE14F9D6E19158C24E242DB11D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5933530F68F28C509F4597659726A48C87FA6A79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C69F1A584C6551A0134F8E6EAD9AD2156739671); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90DA9249D6D98E348F7A768F3114C12BE487BB1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8E32B6029B7DF0D5733545FE1989ED7F8464079); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEFDB95843274A09202A7DA0BD9C157214FD4B956); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBA0568BAC1D7E0640497567E09067FD6C888082); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC717002DFFCCF459A79B5214C046CD24A8306B4); s_Il2CppMethodInitialized = true; } { // string BaseURL = GUIHelper.BaseURL + "/images/Demo/"; 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, _stringLiteral90DA9249D6D98E348F7A768F3114C12BE487BB1B, /*hidden argument*/NULL); __this->set_BaseURL_4(L_1); // string[] Images = new string[9] { "One.png", "Two.png", "Three.png", "Four.png", "Five.png", "Six.png", "Seven.png", "Eight.png", "Nine.png" }; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral5C69F1A584C6551A0134F8E6EAD9AD2156739671); (L_3)->SetAt(static_cast(0), (String_t*)_stringLiteral5C69F1A584C6551A0134F8E6EAD9AD2156739671); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralEFDB95843274A09202A7DA0BD9C157214FD4B956); (L_4)->SetAt(static_cast(1), (String_t*)_stringLiteralEFDB95843274A09202A7DA0BD9C157214FD4B956); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral2D2FF4EC89434EEE14F9D6E19158C24E242DB11D); (L_5)->SetAt(static_cast(2), (String_t*)_stringLiteral2D2FF4EC89434EEE14F9D6E19158C24E242DB11D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral1B8AC19FD2D3594F86424202B9F8ED440A1BF824); (L_6)->SetAt(static_cast(3), (String_t*)_stringLiteral1B8AC19FD2D3594F86424202B9F8ED440A1BF824); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral5933530F68F28C509F4597659726A48C87FA6A79); (L_7)->SetAt(static_cast(4), (String_t*)_stringLiteral5933530F68F28C509F4597659726A48C87FA6A79); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral19F61C01F1A1C0C51833A16F7D0B028BFB207A05); (L_8)->SetAt(static_cast(5), (String_t*)_stringLiteral19F61C01F1A1C0C51833A16F7D0B028BFB207A05); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteralFC717002DFFCCF459A79B5214C046CD24A8306B4); (L_9)->SetAt(static_cast(6), (String_t*)_stringLiteralFC717002DFFCCF459A79B5214C046CD24A8306B4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteralFBA0568BAC1D7E0640497567E09067FD6C888082); (L_10)->SetAt(static_cast(7), (String_t*)_stringLiteralFBA0568BAC1D7E0640497567E09067FD6C888082); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteralA8E32B6029B7DF0D5733545FE1989ED7F8464079); (L_11)->SetAt(static_cast(8), (String_t*)_stringLiteralA8E32B6029B7DF0D5733545FE1989ED7F8464079); __this->set_Images_5(L_11); // Texture2D[] Textures = new Texture2D[9]; Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* L_12 = (Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316*)(Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316*)SZArrayNew(Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); __this->set_Textures_6(L_12); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Examples.TextureDownloadSample::b__8_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureDownloadSample_U3COnGUIU3Eb__8_0_m24154A55C1381435E10B651C278DFF96B722A970 (TextureDownloadSample_tA08E928626505470E135DF0B236FE5CE6EE98171 * __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*)&GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B09BFE7DC319172135533234BB06DFC0B6FFCF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C5A9B11BC0D7A18E88B52DFAB70A388DAECDEAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF0A0FD53111C9611DC7E777A4B16AC7B5C8F381); s_Il2CppMethodInitialized = true; } TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150* V_0 = NULL; uint8_t V_1 = 0x0; { // scrollPos = GUILayout.BeginScrollView(scrollPos); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = __this->get_scrollPos_9(); 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_m6C15A5A84E90A20AF0BE9433B8BFF573619C925A(L_0, L_1, /*hidden argument*/NULL); __this->set_scrollPos_9(L_2); // GUILayout.SelectionGrid(0, Textures, 3); Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* L_3 = __this->get_Textures_6(); V_0 = (TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150*)L_3; TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150* L_4 = V_0; GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_5; L_5 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); int32_t L_6; L_6 = GUILayout_SelectionGrid_m6EFF9823D15F5275FBACA5BC29CD751BA5D95C2D(0, L_4, 3, L_5, /*hidden argument*/NULL); // if (finishedCount == Images.Length && allDownloadedFromLocalCache) int32_t L_7 = __this->get_finishedCount_8(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = __this->get_Images_5(); NullCheck(L_8); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))))) { goto IL_004d; } } { bool L_9 = __this->get_allDownloadedFromLocalCache_7(); if (!L_9) { goto IL_004d; } } { // GUIHelper.DrawCenteredText("All images loaded from the local cache!"); IL2CPP_RUNTIME_CLASS_INIT(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var); GUIHelper_DrawCenteredText_mDF60B04F2BADFC231C6DC3E1DDAABCF6965F0C16(_stringLiteralBF0A0FD53111C9611DC7E777A4B16AC7B5C8F381, /*hidden argument*/NULL); } IL_004d: { // GUILayout.FlexibleSpace(); GUILayout_FlexibleSpace_m357E849C21221E7C1F3F6D4D873AE5E9C4311000(/*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.Label("Max Connection/Server: ", GUILayout.Width(150)); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_11 = (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)SZArrayNew(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var, (uint32_t)1); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_12 = L_11; GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * L_13; L_13 = GUILayout_Width_m2529B16156A3E8109EA75B8D67C723B1B8E24C53((150.0f), /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB *)L_13); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(_stringLiteral00B09BFE7DC319172135533234BB06DFC0B6FFCF, L_12, /*hidden argument*/NULL); // GUILayout.Label(HTTPManager.MaxConnectionPerServer.ToString(), GUILayout.Width(20)); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); uint8_t L_14; L_14 = HTTPManager_get_MaxConnectionPerServer_m5509778F050AD330F03D3DE2EAF453FDE0E05065_inline(/*hidden argument*/NULL); V_1 = L_14; String_t* L_15; L_15 = Byte_ToString_m6A11C71EB9B8031596645EA1A4C2430721B282B5((uint8_t*)(&V_1), /*hidden argument*/NULL); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_16 = (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B*)SZArrayNew(GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var, (uint32_t)1); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_17 = L_16; GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * L_18; L_18 = GUILayout_Width_m2529B16156A3E8109EA75B8D67C723B1B8E24C53((20.0f), /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(0), (GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB *)L_18); GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502(L_15, L_17, /*hidden argument*/NULL); // HTTPManager.MaxConnectionPerServer = (byte)GUILayout.HorizontalSlider(HTTPManager.MaxConnectionPerServer, 1, 10); uint8_t L_19; L_19 = HTTPManager_get_MaxConnectionPerServer_m5509778F050AD330F03D3DE2EAF453FDE0E05065_inline(/*hidden argument*/NULL); GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_20; L_20 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); float L_21; L_21 = GUILayout_HorizontalSlider_m03D4AF69A1F1EA05236AB10FAD393580F2A3DC3D(((float)((float)L_19)), (1.0f), (10.0f), L_20, /*hidden argument*/NULL); HTTPManager_set_MaxConnectionPerServer_mFF2EDBA22285481DB01A957DA6146B14F4DD3194((uint8_t)il2cpp_codegen_cast_floating_point(L_21), /*hidden argument*/NULL); // GUILayout.EndHorizontal(); GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946(/*hidden argument*/NULL); // if (GUILayout.Button("Start Download")) GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* L_22; L_22 = Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline(/*hidden argument*/Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var); bool L_23; L_23 = GUILayout_Button_m749F2887D57BDC9B6901F2C35F5C6A7E22154162(_stringLiteral7C5A9B11BC0D7A18E88B52DFAB70A388DAECDEAF, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00da; } } { // DownloadImages(); TextureDownloadSample_DownloadImages_mCC5A17BF30C9E6304E19143A4CE6C517C97654AE(__this, /*hidden argument*/NULL); } IL_00da: { // GUILayout.EndScrollView(); GUILayout_EndScrollView_m7A2EFB6B6DFC43302979FD6E2AF032C0D21BA163(/*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_ConnectWith_mD71CE48065AAC8A21804E0373089B91DBCE4C357_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public Transports.TransportTypes ConnectWith { get; set; } int32_t L_0 = ___value0; __this->set_U3CConnectWithU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_Reconnection_mD59AB8FAFD04AE1A0F68FDEDB5409561330F0114_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool Reconnection { get; set; } bool L_0 = ___value0; __this->set_U3CReconnectionU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_ReconnectionAttempts_m736093DF2431567305EECE35183D77E62284D695_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int ReconnectionAttempts { get; set; } int32_t L_0 = ___value0; __this->set_U3CReconnectionAttemptsU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_ReconnectionDelay_m04540DD595241D350CB2D1458FCE2B8EAAB11105_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan ReconnectionDelay { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CReconnectionDelayU3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_ReconnectionDelayMax_mE2B0F904A9FC8E3376AF6C9AAE13B00870291689_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan ReconnectionDelayMax { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CReconnectionDelayMaxU3Ek__BackingField_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_Timeout_mC58585C453FC61A1D580460BA9E58E97EED1CC0F_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan Timeout { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CTimeoutU3Ek__BackingField_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_AutoConnect_mDE2B2B59AA2E9D5DB579C0AE49B38992695ED984_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool AutoConnect { get; set; } bool L_0 = ___value0; __this->set_U3CAutoConnectU3Ek__BackingField_7(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SocketOptions_set_QueryParamsOnlyForHandshake_mCB0A8F0A3F46B420990CB48563F2113225630701_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool QueryParamsOnlyForHandshake { get; set; } bool L_0 = ___value0; __this->set_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * SocketOptions_get_AdditionalQueryParams_m6EF327D9E065CD909D3969C7A075CFBEA3971121_inline (SocketOptions_tDBE78D23C75B2B25AD0070092E64449DE7571403 * __this, const RuntimeMethod* method) { { // get { return additionalQueryParams; } ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * L_0 = __this->get_additionalQueryParams_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, 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(); float L_2 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; float L_4 = L_3.get_y_3(); float L_5 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_z_4(); float L_8 = ___d1; 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 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 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6GroupParameters_get_N_m9153EB69712651CAE44E49662590DD279D4D9BE7_inline (Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * __this, const RuntimeMethod* method) { { // get { return n; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_n_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Srp6GroupParameters_get_G_m2FDB6D901F5D02584934026BB2179C2E0781EBA2_inline (Srp6GroupParameters_t41BDBF64B0E938D847C8542D69ACF57F808E2538 * __this, const RuntimeMethod* method) { { // get { return g; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_g_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method) { { // get { return sign; } int32_t L_0 = __this->get_sign_31(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method) { { // return m_Text; String_t* L_0 = __this->get_m_Text_39(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * InputField_get_placeholder_mFA1B993866F8CD89D76AA238D8CFF2D48AC3970B_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method) { { // public Graphic placeholder { get { return m_Placeholder; } set { SetPropertyUtility.SetClass(ref m_Placeholder, value); } } Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * L_0 = __this->get_m_Placeholder_23(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * SubjectPublicKeyInfo_get_PublicKeyData_mE74361F41A82225A09A9A4B95E37C6F5C337D7A4_inline (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, const RuntimeMethod* method) { { // get { return keyData; } DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * L_0 = __this->get_keyData_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AsymmetricKeyParameter_get_IsPrivate_m4A94334067C062D7991228DDB6CBFE57A5D8244B_inline (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, const RuntimeMethod* method) { { // get { return privateKey; } bool L_0 = __this->get_privateKey_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * ElGamalKeyParameters_get_Parameters_mCE4C3D4C8C4BAA830886D6C000C5A450B69E7C29_inline (ElGamalKeyParameters_t3A7311FB1949051C4C65F6BCD9D1BE909CB9ACDC * __this, const RuntimeMethod* method) { { // get { return parameters; } ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * L_0 = __this->get_parameters_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalParameters_get_P_mA79BF30B25404781643C8BA50B1DAD8C76B67765_inline (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, const RuntimeMethod* method) { { // get { return p; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_p_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalParameters_get_G_mDFF45B690EE3358A09CC773AA1F9844FC1743DBF_inline (ElGamalParameters_tDD0714F0A0B36F3D4347AF6F0457BFBE142A9E13 * __this, const RuntimeMethod* method) { { // get { return g; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_g_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ElGamalPublicKeyParameters_get_Y_mA905DC4C7160BC625BC2256F5F10E5719FB5117A_inline (ElGamalPublicKeyParameters_tBEE9F4AA98F16EF1C18EC1E766F328009A436826 * __this, const RuntimeMethod* method) { { // get { return y; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_y_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * DsaKeyParameters_get_Parameters_mC51CFA0D395F4AE1BF0CA32043A7C290408EDEE4_inline (DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * __this, const RuntimeMethod* method) { { // get { return parameters; } DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_0 = __this->get_parameters_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_P_mA6C35D7CCBF79E522515CDB351B76961C2CD7A0C_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method) { { // get { return p; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_p_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_Q_mDDEA980729D10045F0EFFF72E018FBB6AEFEB433_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method) { { // get { return q; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_q_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_G_m01D4CB03D0E50BE67CF67A1D8FA6394C35A106F9_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method) { { // get { return g; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_g_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaPublicKeyParameters_get_Y_m5A3F46235738D1898CF1D43B545956F22EAE7AA2_inline (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, const RuntimeMethod* method) { { // get { return y; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_y_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * DHKeyParameters_get_Parameters_m8326B9027BC20424443693EE35810E681E9F07C1_inline (DHKeyParameters_t6691EA3D1F8F4AC3FFD335951291147F81281626 * __this, const RuntimeMethod* method) { { // get { return parameters; } DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * L_0 = __this->get_parameters_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DHKeyParameters_get_AlgorithmOid_m8B91E99543755E64EA8D10758B6F1A95211D4940_inline (DHKeyParameters_t6691EA3D1F8F4AC3FFD335951291147F81281626 * __this, const RuntimeMethod* method) { { // get { return algorithmOid; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_algorithmOid_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DHParameters_get_P_m4F16EAF2B2AE1031176E637AF06F2877B9E1CC87_inline (DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * __this, const RuntimeMethod* method) { { // get { return p; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_p_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DHParameters_get_G_mE648B11712FAA465A0FB35A53B99A32B71FBD10F_inline (DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * __this, const RuntimeMethod* method) { { // get { return g; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_g_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DHParameters_get_L_m0C935690F1CAD67EBB3D87D3891B65B9230B34FA_inline (DHParameters_tCDF67A47BA2AB208DA1E9A0D0B1A15FB10A7401C * __this, const RuntimeMethod* method) { { // get { return l; } int32_t L_0 = __this->get_l_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaKeyParameters_get_Modulus_m8C8BDA5DBD2FF688103C0B23BF5C7C320F31C41C_inline (RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * __this, const RuntimeMethod* method) { { // get { return modulus; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_modulus_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * RsaKeyParameters_get_Exponent_m21F569575AA358CF9B770D3C7C4D26DF1AF76A62_inline (RsaKeyParameters_t5CEAA6F9B92D2B6F1225DFF7C089B43146012801 * __this, const RuntimeMethod* method) { { // get { return exponent; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_exponent_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ECKeyParameters_get_AlgorithmName_m0E30F5C6A272F2846DCC4892B8F0B87657C4BECA_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method) { { // get { return algorithm; } String_t* L_0 = __this->get_algorithm_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ECKeyParameters_get_PublicKeyParamSet_m085E16FD3F9BD58804A4A818FBA05F9320C9C41B_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method) { { // get { return publicKeyParamSet; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_publicKeyParamSet_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPublicKeyParameters_get_Q_m37408C2CF552166020ADF2CFD5D881029BC9C533_inline (ECPublicKeyParameters_tB75EB7F71DB6B346048D07C4EC9D4968988F92FB * __this, const RuntimeMethod* method) { { // get { return q; } ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = __this->get_q_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * ECKeyParameters_get_Parameters_m542E2EBDEDF773CFA59A881334563D7B3888F32B_inline (ECKeyParameters_tC564F57CB492506FC8DACDDD142BFEF68E9A3141 * __this, const RuntimeMethod* method) { { // get { return parameters; } ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * L_0 = __this->get_parameters_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ECDomainParameters_get_Curve_mAF743EDFBA6FB8B0CBFB23022CE6D7471EEEFC79_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method) { { // get { return curve; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = __this->get_curve_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECDomainParameters_get_G_m98A15A2437F3706CF1B8D7F738246A1675B6243B_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method) { { // get { return g; } ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = __this->get_g_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDomainParameters_get_N_m080834A40F7AF8441A6C3858E9E7738CE8812D2B_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method) { { // get { return n; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_n_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ECDomainParameters_get_H_m63EEBE8D9957F9B7487AC767891F317A488E3014_inline (ECDomainParameters_t497C366AFE7E3BFD490E52439C422AFDE91B12DC * __this, const RuntimeMethod* method) { { // get { return h; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_h_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * Gost3410KeyParameters_get_PublicKeyParamSet_m2621754F65DE7FF0C569E875D2B986816E1A8389_inline (Gost3410KeyParameters_t91BD3F5BD76B1025331E857334DCD8427ADF273E * __this, const RuntimeMethod* method) { { // get { return publicKeyParamSet; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_publicKeyParamSet_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * Gost3410PublicKeyParameters_get_Y_m016885377B84AC2716A0E80A420E07ACEDFF1C85_inline (Gost3410PublicKeyParameters_t26FA7E52948277523F148FC31081EF9A62FAFEE0 * __this, const RuntimeMethod* method) { { // get { return y; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_y_3(); return L_0; } } 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 void SupportedTransport_set_Name_mC36A6E0C2A542154BAC95F45C94015CBB33ADDEB_inline (SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Name { get; private set; } String_t* L_0 = ___value0; __this->set_U3CNameU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SupportedTransport_set_SupportedFormats_m3C1076548BAF77896D2773BDD600B2C06ED61E5B_inline (SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB * __this, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___value0, const RuntimeMethod* method) { { // public List SupportedFormats { get; private set; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = ___value0; __this->set_U3CSupportedFormatsU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_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_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), ((float)il2cpp_codegen_subtract((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 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 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 float TargetBody_GetDistance_mA604DF4CA8F8615FE5376505323F1C7585DF28CB_inline (TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * __this, const RuntimeMethod* method) { { // return distance; float L_0 = __this->get_distance_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AbstractTargetFollower_SetTarget_mCB80D61FD43B809825CF5685694F069163835A80_inline (AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___newTransform0, const RuntimeMethod* method) { { // m_Target = newTransform; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___newTransform0; __this->set_m_Target_4(L_0); // } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TcpClient_set_ConnectTimeout_m41F287128EA5EA39017FA0F9289000886067DE7C_inline (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan ConnectTimeout { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CConnectTimeoutU3Ek__BackingField_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_connected_23(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * TcpClient_get_Client_mF042D03BD323C5D43FBF3FECDE90DF606B68C854_inline (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { { // get { return client; } Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_client_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TcpClient_get_ConnectTimeout_m49562A2F5AA9F3250DC88A662F7765DBD7854084_inline (TcpClient_t31BAC3FC66E2985035A039820F08B7F64DC59075 * __this, const RuntimeMethod* method) { { // public TimeSpan ConnectTimeout { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CConnectTimeoutU3Ek__BackingField_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Family_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HubOptions_set_SkipNegotiation_m15534B31829AAD35679D2A87987E2235E10842A5_inline (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool SkipNegotiation { get; set; } bool L_0 = ___value0; __this->set_U3CSkipNegotiationU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * Button_get_onClick_m28BD8C670676D4E2B292B5A7F59387D4BF61F8F4_inline (Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * __this, const RuntimeMethod* method) { { // get { return m_OnClick; } ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_0 = __this->get_m_OnClick_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Line_get_EndVertexIndex_m47A3E2458C6D3FA68A2E880810F001E295E7EFC0_inline (Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * __this, const RuntimeMethod* method) { { // return _endVertexIndex; int32_t L_0 = __this->get__endVertexIndex_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Line_get_StartVertexIndex_mDD891E79DA0D900AF42E0F9A4E04633F7262722A_inline (Line_t57C54D858CA72DAE79A0CA36963C7CDF17AA982A * __this, const RuntimeMethod* method) { { // return _startVertexIndex; int32_t L_0 = __this->get__startVertexIndex_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, 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(); float L_2 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; float L_4 = L_3.get_y_3(); float L_5 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_z_4(); float L_8 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)((float)L_1/(float)L_2)), ((float)((float)L_4/(float)L_5)), ((float)((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 void HTTPRequest_set_Tag_m7434A03462EDFFA9E1150CE466E56B2D57EACE6D_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { // public object Tag { get; set; } RuntimeObject * L_0 = ___value0; __this->set_U3CTagU3Ek__BackingField_20(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mA2343B8DDC11F4489B724FDC12DD6671C55DA82A_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public HTTPRequestStates State { get; internal set; } int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_28(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * HTTPRequest_get_Tag_m9E9363A72B24420C265FDB7DE83A6985980B345B_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public object Tag { get; set; } RuntimeObject * L_0 = __this->get_U3CTagU3Ek__BackingField_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HTTPResponse_get_Data_m0CCF6E05405D6F2EEB11F87DEB23DB61A6059F0F_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public byte[] Data { get; internal set; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_U3CDataU3Ek__BackingField_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public bool IsFromCache { get; internal set; } bool L_0 = __this->get_U3CIsFromCacheU3Ek__BackingField_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public int StatusCode { get; protected set; } int32_t L_0 = __this->get_U3CStatusCodeU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public string Message { get; protected set; } String_t* L_0 = __this->get_U3CMessageU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public Exception Exception { get; internal set; } Exception_t * L_0 = __this->get_U3CExceptionU3Ek__BackingField_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t HTTPManager_get_MaxConnectionPerServer_m5509778F050AD330F03D3DE2EAF453FDE0E05065_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get{ return maxConnectionPerServer; } IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); uint8_t L_0 = ((HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))->get_maxConnectionPerServer_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 List_1_get_Item_m91F8EF1E8032847DEB15ECCC83303DFC6D10347D_gshared_inline (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85* L_2 = (CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85*)__this->get__items_1(); int32_t L_3 = ___index0; CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85*)L_2, (int32_t)L_3); return (CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 )L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m77C0A9F7A26F1DD49DB026B37646FC29940DD78D_gshared_inline (List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StreamItemContainer_1_get_LastAdded_mB9099C4B0F112FDC073EBB96744D9E88FF20A83F_gshared_inline (StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * __this, const RuntimeMethod* method) { { // public T LastAdded { get; private set; } int32_t L_0 = (int32_t)__this->get_U3CLastAddedU3Ek__BackingField_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * StreamItemContainer_1_get_Items_m562962FC7613ABD6E2ED96A18E8782DE3B961716_gshared_inline (StreamItemContainer_1_tC964427D6EA8D01978C987F1A577CA2F0A656A4D * __this, const RuntimeMethod* method) { { // public List Items { get; private set; } List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_0 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)__this->get_U3CItemsU3Ek__BackingField_1(); return (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m7FA90926D9267868473EF90941F6BF794EC87FF2_gshared_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * StreamItemContainer_1_get_LastAdded_m28E6EC82EC78F8EA690B6D772415E1127B396A7B_gshared_inline (StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * __this, const RuntimeMethod* method) { { // public T LastAdded { get; private set; } RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CLastAddedU3Ek__BackingField_2(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * StreamItemContainer_1_get_Items_m8EC0027A434C605B60A72B70693440394E77559F_gshared_inline (StreamItemContainer_1_t0A9EC90A313C54ED588EBD89373EB37E03E45B57 * __this, const RuntimeMethod* method) { { // public List Items { get; private set; } List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)__this->get_U3CItemsU3Ek__BackingField_1(); return (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mE3884E9A0B85F35318E1993493702C464FE0C2C6_gshared_inline (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A List_1_get_Item_m4EB9123B02630E1ED76AD6BD89C2A0752288FABF_gshared_inline (List_1_t8907FD137E854241E2657BF53E6CEFF7370FAC5F * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* L_2 = (UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A*)__this->get__items_1(); int32_t L_3 = ___index0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A*)L_2, (int32_t)L_3); return (UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A )L_4; } }