#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, 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); } }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD; // System.Action`1 struct Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83; // System.Action`1 struct Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39; // System.Action`1 struct Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299; // System.Action`2 struct Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94; // System.Action`2 struct Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9; // System.Action`2 struct Action_2_tD3D7B4C276C5182ACF0A4B175305DF0854686FC4; // System.Action`2 struct Action_2_t0E8CFD7D8A4393070552ED14F07C6D3B5AD0ED57; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // System.Action`2 struct Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486; // System.Action`2 struct Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD; // System.Action`2 struct Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8; // System.Action`3 struct Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB; // System.Action`3 struct Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t240BB5F785CC3B2A17B14447F3C0E0BB6AAB8E26; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423; // 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_tF4468D80E7CE97788C2E325EC65E231981A653F6; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F; // System.Func`2 struct Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A; // 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_t32E4723A7DFAB696F9F0CCDAD23E267907BCC0A3; // BestHTTP.Futures.FutureValueCallback`1 struct FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96; // BestHTTP.Futures.Future`1 struct Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7; // System.Collections.Generic.HashSet`1 struct HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5; // 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_t45F75268054D01D9E70EB33D7F6D2FA609DB9229; // System.Collections.Generic.HashSet`1 struct HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089; // 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_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t9B09E145338E5053E03FE6190E5D1262CF40AA35; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tBD7EB381E8B25356EF3AED6C41B65AECA6B91A19; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1A386BEF1855064FD5CC71F340A68881A52B4932; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tAFCE72ADC2EDFFA5D34E7918994DD34A8583449F; // BestHTTP.Futures.IFuture`1 struct IFuture_1_t13B9220AC29E1F697DFAD1A5BB02844AA9FD56CA; // BestHTTP.Futures.IFuture`1 struct IFuture_1_t7F71A70E54B17A2C8D81D7AF4D3A1E32DEF51AC6; // BestHTTP.Futures.IFuture`1 struct IFuture_1_tE82C9020DAF227C79935028B9F9AB87CBC5ECAE6; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_tDC5360CA31E1050C6BC95C36FB551007718CB443; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_tFDE7FE6F6A0AE461D4FD5935445ADF914C9610C8; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t8F51161510AEAD1C06604AB4D5B32A8AD40C50F8; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t31CA19914BA047ECE79E155E42124DED21D68B09; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297; // System.Collections.Generic.List`1> struct List_1_t877A9345C4D33C6AAED6B08A8D7BF1C25F7001D5; // System.Collections.Generic.List`1> struct List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C; // System.Collections.Generic.List`1 struct List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE; // System.Collections.Generic.List`1 struct List_1_t6642D08E578C77292ED5537CF3192269131C189C; // 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_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1; // System.Collections.Generic.List`1 struct List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C; // System.Collections.Generic.List`1 struct List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3; // System.Collections.Generic.List`1 struct List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD; // System.Collections.Generic.List`1 struct List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189; // System.Collections.Generic.List`1 struct List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E; // System.Collections.Generic.List`1 struct List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7; // System.Collections.Generic.List`1 struct List_1_t815A476B0A21E183042059E705F9E505478CD8AE; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393; // System.Collections.Generic.List`1 struct List_1_t15B094AD97C2A09C1379B7F6EBE64A6EBA491692; // System.Collections.Generic.List`1 struct List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0; // System.Collections.Generic.List`1 struct List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1; // System.Collections.Generic.List`1 struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181; // System.Collections.Generic.List`1 struct List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 struct ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789; // System.Collections.Generic.Queue`1 struct Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D; // System.Collections.Generic.Queue`1 struct Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4; // System.Collections.Generic.Queue`1 struct Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t54AADD910D27BC33081CDA38D3D6059F913C866B; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t3C26F2C1F184437F9AF9918EEA4CE247BD559468; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t4DD91D66AC353D9D19B907B5FAD6F7ADA03495B0; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t109EC599D8751FE512B2EAF476D3836955FC7407; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tFC678915217440EB2893006038AA44DD30B11E1D; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_t8395BDA94C510A44948BC8D45F7030F889F42D48; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_tEB1A6A782C0FB4D167EF4299967371DCD8A5FDB7; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tF6F18A696DAE320FFC5C6380E442910C0AA54AB6; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tA4141BE259B3A80EA7B470BBC51F981387ED2017; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // BestHTTP.SignalRCore.CallbackDescriptor[] struct CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // BestHTTP.Cookies.Cookie[] struct CookieU5BU5D_tDF93A5552501FC6ED12D5E69F15104C81EF9F051; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] struct GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E; // BestHTTP.Forms.HTTPFieldData[] struct HTTPFieldDataU5BU5D_tAD8FDF3D2548E3FA09A798625C0F06549E55228D; // BestHTTP.Extensions.HeaderValue[] struct HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6; // BestHTTP.SignalR.Hubs.Hub[] struct HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44; // BestHTTP.Extensions.IHeartbeat[] struct IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE; // LanguageFontSize[] struct LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0; // BestHTTP.SignalRCore.Messages.Message[] struct MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.ParticleSystem[] struct ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // UnityEngine.Sprite[] struct SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // BestHTTP.SignalRCore.Messages.SupportedTransport[] struct SupportedTransportU5BU5D_tFE30F1AE86957CB6729C58B3BEF2205DB97E4626; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ComponentModel.AddingNewEventHandler struct AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // BluetoothAim struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243; // ArduinoBluetoothAPI.BluetoothHelper struct BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic struct BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9; // ArduinoBluetoothAPI.BluetoothHelperService struct BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9; // BowRotateConvert struct BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384; // BestHTTP.Extensions.BufferPoolMemoryStream struct BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D; // CMD struct CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // UnityEngine.CapsuleCollider struct CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635; // ChallengeGameMode struct ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B; // ChallengeGameModeLocalPK struct ChallengeGameModeLocalPK_t1B4DC78B64AF43CD49C70ACD5204D88F13CA39B5; // JCEngineCore.Channel struct Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // JCUnityLib.CountLock struct CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1; // BestHTTP.Authentication.Credentials struct Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8; // UnityStandardAssets.Utility.CurveControlledBob struct CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // BestHTTP.SignalRCore.Authentication.DefaultAccessTokenAuthenticator struct DefaultAccessTokenAuthenticator_t25E8B0EE8F246239C110B306D78B5666B9442085; // BestHTTP.Decompression.Zlib.DeflateStream struct DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated struct DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // DeviceConfig struct DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD; // DeviceInfo struct DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759; // DeviceMgr struct DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD; // DG.Tweening.EaseFunction struct EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C; // System.Exception struct Exception_t; // BestHTTP.SignalR.Messages.FailureMessage struct FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB; // UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726; // BestHTTP.Decompression.Zlib.GZipStream struct GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1; // GameAssistUI struct GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75; // GameEventCenter struct GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190; // GameMgr struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950; // GameMode struct GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames struct GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac struct HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B; // BestHTTP.Caching.HTTPCacheFileInfo struct HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA; // BestHTTP.Forms.HTTPFieldData struct HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E; // BestHTTP.Forms.HTTPFormBase struct HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2; // BestHTTP.HTTPRange struct HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD; // BestHTTP.HTTPUpdateDelegator struct HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459; // BestHTTP.Forms.HTTPUrlEncodedForm struct HTTPUrlEncodedForm_t8E2BE5AB6A6F3A3D8260820746C46CA2A35572AF; // UnityStandardAssets.Cameras.HandHeldCam struct HandHeldCam_tB9889FF5BB18A815E99E7B7EE61DCF4571B5671C; // BestHTTP.SocketIO.HandshakeData struct HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HandshakeType struct HandshakeType_tD46A8EB362293EA91876C33397D11BFA25135D1D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HashAlgorithm struct HashAlgorithm_t37AD873E6EE334DBB2EE32A965EBDFB91D717EA6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg struct HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet struct HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // UnityStandardAssets.Characters.FirstPerson.HeadBob struct HeadBob_t32E351A94509FA02E95280C0F44EB0091314A8F7; // BestHTTP.SignalR.Authentication.HeaderAuthenticator struct HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6; // BestHTTP.SignalRCore.Authentication.HeaderAuthenticator struct HeaderAuthenticator_t4DAA44144D2C5479BBF931149D53BFB485A516DF; // BestHTTP.Extensions.HeaderParser struct HeaderParser_t90F5D0027B4A301EFD28FC225846CB32AB67AD5E; // BestHTTP.Extensions.HeaderValue struct HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatExtension struct HeartbeatExtension_t2BD363B2637B8A983BBDCA9EB10EE4B832B299E7; // BestHTTP.Extensions.HeartbeatManager struct HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage struct HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessageType struct HeartbeatMessageType_t042D59A30EE70473D60EBF2BDD8391F95ACA12EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMode struct HeartbeatMode_tA98E3996BC3352A83FC2D218024ADA15C8D24D61; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex struct Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexEncoder struct HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexTranslator struct HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93; // HitTargetNumber struct HitTargetNumber_tA9E623C729AFE3FF3FC195D319C8F62A0109FC59; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator struct HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters struct HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder struct Holder_t64C922905238378DD56C273DE16BA7D09529E22A; // HollowOutMask struct HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B; // HomeFrameView struct HomeFrameView_t54E9DFAB078D307ECBBF8B018B3D907AE8A5F72A; // HomeMgr struct HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7; // HomeView struct HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041; // UnityStandardAssets.Effects.Hose struct Hose_t14714E97C6121A4DA0AA96A6F02DE99E04EA2FCA; // BestHTTP.SignalR.Hubs.Hub struct Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362; // BestHTTP.SignalRCore.HubConnection struct HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6; // BestHTTP.SignalRCore.HubOptions struct HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855; // BestHTTP.Examples.HubWithAuthorizationSample struct HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856; // BestHTTP.Examples.HubWithPreAuthorizationSample struct HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E; // HuntGameSelectLevelView struct HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768; // HunterGamePlayerScoreCounter struct HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7; // HunterGameSettleView struct HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4; // HunterGameView struct HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // BestHTTP.SignalR.Authentication.IAuthenticationProvider struct IAuthenticationProvider_t1EEDDE546985C71F5FB8EF9B1B944FAE3C572508; // BestHTTP.SignalRCore.IAuthenticationProvider struct IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer struct ICertificateVerifyer_t7FF89D73580A6E6A7FF6E40E7670C1BF3E8F0CAB; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider struct IClientCredentialsProvider_tAA7262E853B0CACED4DFA19BA071BB2F2315DEEA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationParameters struct IDerivationParameters_t1CE547FC65DE522314229BE0AD3C3E8654EAA02C; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.IEncoder struct IEncoder_t009BA6AFBB6F832F99CBC05B7B31BAAC2E240A2B; // BestHTTP.SignalRCore.IEncoder struct IEncoder_t24E72EE05B58DEC15E03A38641A9B0E2C95197A4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IEntropySource struct IEntropySource_tB5D9DE195690CD14EA3F129F3F30B2B6A8B21CCE; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // BestHTTP.Extensions.IHeartbeat struct IHeartbeat_t7FD51FFA06B22C3BA75291F512E1F7D47F28789D; // BestHTTP.SignalR.JsonEncoders.IJsonEncoder struct IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.Logger.ILogger struct ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable struct IMemoable_tCAA06406EC7801BBF87BFBDB788638640A87D5BC; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // BestHTTP.SignalRCore.IProtocol struct IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304; // BestHTTP.SignalR.Messages.IServerMessage struct IServerMessage_t49A44EB2445F67443853A8C0C7775D328B2B43A5; // BestHTTP.SignalRCore.ITransport struct ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // UnityEngine.Events.InvokableCallList struct InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial struct IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37; // Newtonsoft.Json.Linq.JArray struct JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4; // BestHTTP.SignalRCore.JsonProtocol struct JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // BestHTTP.Extensions.KeyValuePairList struct KeyValuePairList_tFB05264C65689BEB0A93912EE115844C33E3FF0F; // LanguageDefault struct LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783; // UnityStandardAssets.Utility.LerpControlledBob struct LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C; // BestHTTP.SignalRCore.Encoders.LitJsonEncoder struct LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D; // UnityStandardAssets.Cameras.LookatTarget struct LookatTarget_t5F919748928EEF2D561AE5013BAF1ADCA60E9B84; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // BestHTTP.SignalR.Messages.MethodCallMessage struct MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB; // System.Reflection.MethodInfo struct MethodInfo_t; // ModalView struct ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // UnityStandardAssets.Characters.FirstPerson.MouseLook struct MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621; // BestHTTP.SignalR.Messages.MultiMessage struct MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4; // BestHTTP.SignalR.NegotiationData struct NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260; // BestHTTP.SignalRCore.Messages.NegotiationResult struct NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ObjectDigestInfo struct ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005; // BestHTTP.SignalR.Authentication.OnAuthenticationFailedDelegate struct OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37; // BestHTTP.SignalRCore.OnAuthenticationFailedDelegate struct OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2; // BestHTTP.SignalR.Authentication.OnAuthenticationSuccededDelegate struct OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3; // BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate struct OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6; // BestHTTP.OnBeforeHeaderSendDelegate struct OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F; // BestHTTP.OnBeforeRedirectionDelegate struct OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238; // BestHTTP.SignalR.OnClosedDelegate struct OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA; // BestHTTP.SignalR.OnConnectedDelegate struct OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99; // BestHTTP.OnDownloadProgressDelegate struct OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69; // BestHTTP.SignalR.OnErrorDelegate struct OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30; // BestHTTP.SignalR.Hubs.OnMethodCallCallbackDelegate struct OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11; // BestHTTP.SignalR.Hubs.OnMethodCallDelegate struct OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868; // BestHTTP.SignalR.Hubs.OnMethodFailedDelegate struct OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9; // BestHTTP.SignalR.Hubs.OnMethodProgressDelegate struct OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450; // BestHTTP.SignalR.Hubs.OnMethodResultDelegate struct OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92; // BestHTTP.SignalR.OnNonHubMessageDelegate struct OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4; // BestHTTP.SignalR.OnPrepareRequestDelegate struct OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4; // BestHTTP.SignalR.OnStateChanged struct OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24; // BestHTTP.OnUploadProgressDelegate struct OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9; // PKMatchingView struct PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC; // UnityEngine.ParticleSystem struct ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC; // BestHTTP.Examples.PreAuthAccessTokenAuthenticator struct PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48; // BestHTTP.SignalR.Messages.ProgressMessage struct ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF; // BestHTTP.Proxy struct Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6; // RankComp struct RankComp_t5CD947AA321DFB0AC489BFF4E98B751062B4ED20; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // BestHTTP.SignalR.Messages.ResultMessage struct ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController struct RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1; // JCUnityLib.SceneResourceManager struct SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E; // ShootCheck struct ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0; // SimulateMouseController struct SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5; // System.Net.Sockets.Socket struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6; // BestHTTP.SignalRCore.Subscription struct Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB; // BestHTTP.SignalRCore.Messages.SupportedTransport struct SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB; // TargetAnimal struct TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // TextAutoLanguage struct TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1; // TextAutoLanguage2 struct TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // JCUnityLib.Throttler struct Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext struct TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // BestHTTP.SignalR.Transports.TransportBase struct TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC; // DG.Tweening.Tween struct Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB; // System.Type struct Type_t; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriBuilder struct UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // UserInfo struct UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F; // UserSettings struct UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC; // ViewMgr struct ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319; // BestHTTP.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54; // BestHTTP.SignalRCore.Transports.WebSocketTransport struct WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C; // WolfHuntGameMode struct WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF; // BestHTTP.Decompression.Zlib.ZlibBaseStream struct ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage/PayloadBuffer struct PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC; // HomeView/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075; // HomeView/<>c__DisplayClass26_0 struct U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A; // HomeView/d__23 struct U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D; // HomeView/d__25 struct U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass65_0 struct U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass68_0 struct U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408; // HuntGameSelectLevelView/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604; // HunterGamePlayerScoreCounter/<>c__DisplayClass2_0 struct U3CU3Ec__DisplayClass2_0_t42C070A176DD083DB50065DEDC04853CF98732A6; // HunterGameSettleView/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_t4D4E190D5CEDBC3D8BB0D3ADE156C8FDBCD0D665; // HunterGameSettleView/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_tD8DE7B2EB6428778F00D98919A7B89F0D21897ED; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings struct AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings struct MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // UserPlayer/TempData struct TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A; IL2CPP_EXTERN_C RuntimeClass* Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_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* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChallengeGameModeLocalPK_t1B4DC78B64AF43CD49C70ACD5204D88F13CA39B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieJar_tEAA297825C22C4D5902B7DA8DA1707E09A167316_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_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* DefaultAccessTokenAuthenticator_t25E8B0EE8F246239C110B306D78B5666B9442085_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B_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* DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DrbgUtilities_tE3432795718F27B184DC1ABEA30D74188E8742D0_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* FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7_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* GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_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* GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HeartbeatExtension_t2BD363B2637B8A983BBDCA9EB10EE4B832B299E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Holder_t64C922905238378DD56C273DE16BA7D09529E22A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_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* IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t3F08C3DF00EBBA126760EB721551FDAA5B0EDED8_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* IEncoder_t009BA6AFBB6F832F99CBC05B7B31BAAC2E240A2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEntropySource_tB5D9DE195690CD14EA3F129F3F30B2B6A8B21CCE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t8ACA6B0DE7FFF63CD5FC28E90063271CA8B5DA3D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t04D882226AB7D8875E8DE1B4FEDCB5060F885EBB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFuture_1_tE82C9020DAF227C79935028B9F9AB87CBC5ECAE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHeartbeat_t7FD51FFA06B22C3BA75291F512E1F7D47F28789D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHubMessage_tAAA9914E87D6138A789A1E4C147CDA0CD285BFCB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IServerMessage_t49A44EB2445F67443853A8C0C7775D328B2B43A5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F_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* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_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* LayoutRebuilder_tE88B8B9EA50644E438123BDCE2BC2A3287E07585_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_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* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_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* Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TransportStates_tD4276F56444B1B2E6C02FEC859DDD3EBCCD19A1E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TransportTypes_t64453FD26634509FEE0E9380AF71E4C67F727DB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass1_0_t4D4E190D5CEDBC3D8BB0D3ADE156C8FDBCD0D665_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass2_0_t42C070A176DD083DB50065DEDC04853CF98732A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass3_0_tD8DE7B2EB6428778F00D98919A7B89F0D21897ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral01C97CF1102937C4FC82C556F6E0BFC5F425C6E7; IL2CPP_EXTERN_C String_t* _stringLiteral04799565CD60A911F9CBB57805A3592363822500; IL2CPP_EXTERN_C String_t* _stringLiteral04CE1247C5F4382F65FC1A6F501630C5F4E882BF; IL2CPP_EXTERN_C String_t* _stringLiteral0767326DBE1DD31063256737FD019DC6682353E2; IL2CPP_EXTERN_C String_t* _stringLiteral0778ADF06A3AEBBED43F786CFC6FC7AFDA240AFE; IL2CPP_EXTERN_C String_t* _stringLiteral07E0BBBEEACCE07325048E61F55FE827A6FB0B48; IL2CPP_EXTERN_C String_t* _stringLiteral0AEA2C46AAEB233C6D2DF0275EF92FB2E56BAFE9; IL2CPP_EXTERN_C String_t* _stringLiteral0B3E13B70C271DBF812C0CA3D8580F6BB1D3A17D; IL2CPP_EXTERN_C String_t* _stringLiteral0E9C7EC66796179F504EE3E8DA0FCDDE429FCBEA; IL2CPP_EXTERN_C String_t* _stringLiteral0E9E34245923A0BB21FDAA5FE52670E5EAD09AF1; IL2CPP_EXTERN_C String_t* _stringLiteral0EB08A3A2A6C68BECC49FB58956E4A963CFE1058; IL2CPP_EXTERN_C String_t* _stringLiteral0EC6489826B67668C7B2C993156A33B5273C9D0D; IL2CPP_EXTERN_C String_t* _stringLiteral0F3885041B08F24433786068C2FC57B9F3DE1610; IL2CPP_EXTERN_C String_t* _stringLiteral0F58CEA70DDBF1734F84974B29A929F1F80A2E26; IL2CPP_EXTERN_C String_t* _stringLiteral0F98EEE4517AAC7A0C4CCDC846A702A9A454E729; IL2CPP_EXTERN_C String_t* _stringLiteral0FAD9B3F825F6B68D4B85503BD06BC9591ACEB02; IL2CPP_EXTERN_C String_t* _stringLiteral0FF29ED429682654C8984958DA51C4CA81AC68CB; IL2CPP_EXTERN_C String_t* _stringLiteral100F66B34DED70C9F077241426609E1784905F15; IL2CPP_EXTERN_C String_t* _stringLiteral11145030D47AEA6C041477AA62B19B8AE9109FF9; IL2CPP_EXTERN_C String_t* _stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A; IL2CPP_EXTERN_C String_t* _stringLiteral1181EEBECE2001C0F5F42F69B355A20729152B4E; IL2CPP_EXTERN_C String_t* _stringLiteral11C9E793637A7DDCD374D5695E1503F31B4553EC; IL2CPP_EXTERN_C String_t* _stringLiteral122C01A3EC2F7C851F12F3C05FEAA04BA8355C36; IL2CPP_EXTERN_C String_t* _stringLiteral131F00C551D8B6B06586707B7CB54DE4DF424670; IL2CPP_EXTERN_C String_t* _stringLiteral14B6DF3349D302FD20ED0B3BD448C2045066E9BE; IL2CPP_EXTERN_C String_t* _stringLiteral1592F3C7D2161E4929051EA244E6213BE249F09A; IL2CPP_EXTERN_C String_t* _stringLiteral179A7752540EF152886B7EDDBBEA8F584E6DF2F3; IL2CPP_EXTERN_C String_t* _stringLiteral18F21469A4A934082827CA90EBFA84B46AFB947A; IL2CPP_EXTERN_C String_t* _stringLiteral18F36D7505CE8DE25D690169CAD30FB6321CD4FD; IL2CPP_EXTERN_C String_t* _stringLiteral1938FDF81D9EFE09E9786A7A7DDFFBD755961098; IL2CPP_EXTERN_C String_t* _stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F; IL2CPP_EXTERN_C String_t* _stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51; IL2CPP_EXTERN_C String_t* _stringLiteral1C95D6E125E73B23BAB8DD50AF51A33810846D49; IL2CPP_EXTERN_C String_t* _stringLiteral1D11D8C0A8798ADD231771AA852E5BAE5DE841CF; IL2CPP_EXTERN_C String_t* _stringLiteral1EA6AB71ED44C0E3F98E6967EE3531E98F70731D; IL2CPP_EXTERN_C String_t* _stringLiteral1F4125B4E798217411C6D6C7CB69EA389BDCD46A; IL2CPP_EXTERN_C String_t* _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E; IL2CPP_EXTERN_C String_t* _stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE; IL2CPP_EXTERN_C String_t* _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; IL2CPP_EXTERN_C String_t* _stringLiteral252D543EA0717EAA72A094E02CFFB455F9800124; IL2CPP_EXTERN_C String_t* _stringLiteral25C241457632965CF0415ACE6CB8DB92A7A9ADD9; IL2CPP_EXTERN_C String_t* _stringLiteral2813CAE75E7B12AB0DA3AF379283D93DA0036F4D; IL2CPP_EXTERN_C String_t* _stringLiteral29F9E09AC1D1DED23B64DF32DE50C143BF63DA3B; IL2CPP_EXTERN_C String_t* _stringLiteral2A880DC774BF90204CBA0B461779BE4BA72C3749; IL2CPP_EXTERN_C String_t* _stringLiteral2BCDDD90864A065D87A7C75887907863F5B2F8A8; IL2CPP_EXTERN_C String_t* _stringLiteral2C8E537CD95EB01511379C9AD67BC901600B5326; IL2CPP_EXTERN_C String_t* _stringLiteral2CFFCA0FD63404F4FD5ABD88691B64EB35DD6763; IL2CPP_EXTERN_C String_t* _stringLiteral2E6CEFB6F639A6160EA3105155A3EAE761124F4D; IL2CPP_EXTERN_C String_t* _stringLiteral3177C3549DF7103EBF6FAD9F320123D3A8D97BE7; IL2CPP_EXTERN_C String_t* _stringLiteral31994A27BE70656F269572781826620C095C803E; IL2CPP_EXTERN_C String_t* _stringLiteral33CDA54249DD6FC0C632F8D17499228D4BE05029; IL2CPP_EXTERN_C String_t* _stringLiteral358F80E8F6D3448BDD57C52832ABCE6A3D43F1BD; IL2CPP_EXTERN_C String_t* _stringLiteral36E3E707943437B7C4E668E3A9B3F2DDC7F1E1E8; IL2CPP_EXTERN_C String_t* _stringLiteral376E0EBF36DDF94B3FD31ADBE6EF926066EEC225; IL2CPP_EXTERN_C String_t* _stringLiteral39A62679B718FBEFBDF92591FD59597B6F6C08DD; IL2CPP_EXTERN_C String_t* _stringLiteral3C97615AF12D95660222C754FCFD40CA9605E402; IL2CPP_EXTERN_C String_t* _stringLiteral3DDB8A5B0756C4CCEE1051FF32423C7DF524E6C5; IL2CPP_EXTERN_C String_t* _stringLiteral3E116542BC24A017EB2A12E67CF541997D1B6709; IL2CPP_EXTERN_C String_t* _stringLiteral409C81A5B30C0BC762564E8F20B4B6C4149B2C84; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral43EBCE3F92BEB97B484692A435CA05F50D0D4E1C; IL2CPP_EXTERN_C String_t* _stringLiteral454E01E89B05B8CA4194137ADDEC917790152499; IL2CPP_EXTERN_C String_t* _stringLiteral46B945C3FEFB2723360FDF5220832998F2087EA7; IL2CPP_EXTERN_C String_t* _stringLiteral476FE113C7A37A67418AFDED11F8BD9167FADCF0; IL2CPP_EXTERN_C String_t* _stringLiteral481F87425B715D7AD771463B48A4086238C186B9; IL2CPP_EXTERN_C String_t* _stringLiteral49A470699A271F2381BF52565CA1BB3A822897BF; IL2CPP_EXTERN_C String_t* _stringLiteral4A6620638C732BC4EE82529189D54AF4DDAE546E; IL2CPP_EXTERN_C String_t* _stringLiteral4B1C7E4D75A1886120C5236BEB7244D47E5C537C; IL2CPP_EXTERN_C String_t* _stringLiteral4B9EA1F270BF9EE6BCF2EFE20495E4564CFEE369; IL2CPP_EXTERN_C String_t* _stringLiteral4BBBE16F5F072EBB4A04BA8DA68EBC5DE0EDE33F; IL2CPP_EXTERN_C String_t* _stringLiteral4C23E639A5A412FD6FD6D1C92298ADD2B8DF4D0E; IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30; IL2CPP_EXTERN_C String_t* _stringLiteral5003179EF96A91A0848E7B4544B22658295360DE; IL2CPP_EXTERN_C String_t* _stringLiteral50525E7442B163E31E3F372C4FE5242CE9918AED; IL2CPP_EXTERN_C String_t* _stringLiteral51D64EF16BF669B64DAB343E9DD4DC21B2ABB34F; IL2CPP_EXTERN_C String_t* _stringLiteral55AC598ED5884D77F7D97920AA5DDDDA2CAA02B4; IL2CPP_EXTERN_C String_t* _stringLiteral561500D6AD33DA13E73622BC8FE61043CBC85097; IL2CPP_EXTERN_C String_t* _stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55; IL2CPP_EXTERN_C String_t* _stringLiteral59C91D0CEA92DEE8F27C3054F271E69E57DA968F; IL2CPP_EXTERN_C String_t* _stringLiteral5A1A59F458A496332544271E4602EC17B5872E9D; IL2CPP_EXTERN_C String_t* _stringLiteral5ADECB2584E579C4159C8EE883B183571FC917C6; IL2CPP_EXTERN_C String_t* _stringLiteral5B14696C3F0507764243C5117A97056636362FAB; IL2CPP_EXTERN_C String_t* _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6; IL2CPP_EXTERN_C String_t* _stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18; IL2CPP_EXTERN_C String_t* _stringLiteral5C3860DF5824D74486DB71394545D806FE58F20A; IL2CPP_EXTERN_C String_t* _stringLiteral5E0819AAB7B84E70B6D8F6DEFE9E7161D53DBF3A; IL2CPP_EXTERN_C String_t* _stringLiteral5E5BB87CA3EAD6B4F14AF39FC3378E99D9181F4D; IL2CPP_EXTERN_C String_t* _stringLiteral6185241CEEDF3838454B9B73E43267F97557BDF7; IL2CPP_EXTERN_C String_t* _stringLiteral61D1EF19DEEDF543C967F4B10734ACFF737D0FE4; IL2CPP_EXTERN_C String_t* _stringLiteral61F303D81DCD72E710CAE6BBDAB92307CCA9E2E5; IL2CPP_EXTERN_C String_t* _stringLiteral621B2384C5278A00A88AFEB950C77E07DB1A9BBA; IL2CPP_EXTERN_C String_t* _stringLiteral6287E03E4BA5E084D733B008108745D8989DCA69; IL2CPP_EXTERN_C String_t* _stringLiteral6788FE3D0708AE647B4E720336F0FE98F18F4F55; IL2CPP_EXTERN_C String_t* _stringLiteral68A26501AB0DE53BC872EF69B6FA99520CB9D071; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral69AD9BC3F411DDCC87724038C684C4CAABD46CB1; IL2CPP_EXTERN_C String_t* _stringLiteral6AEBF2588D99A5BCE5491BD5A3EDCA960357300A; IL2CPP_EXTERN_C String_t* _stringLiteral6BF7D93FE101C93D5FA7D512172A8602E64E08E9; IL2CPP_EXTERN_C String_t* _stringLiteral7011EADA856FEA68E065F89C8F34B777AD6349EF; IL2CPP_EXTERN_C String_t* _stringLiteral70209D100585F41DCF819AD4AD7C110527232456; IL2CPP_EXTERN_C String_t* _stringLiteral70F7614A48C8C3AA87B473A1FDE12A8847CAF0F4; IL2CPP_EXTERN_C String_t* _stringLiteral71443AC7CF5CC108984A138188DE915E32441BB2; IL2CPP_EXTERN_C String_t* _stringLiteral7145DB000FB7A15A3BC887316484C05C47DF929F; IL2CPP_EXTERN_C String_t* _stringLiteral7276F9936A2FD995165591188D1AA881567D2A77; IL2CPP_EXTERN_C String_t* _stringLiteral728BAD71A0E54133C58DA6FE051031D7BE7602CE; IL2CPP_EXTERN_C String_t* _stringLiteral73C1392E41D1186BE8468DCBDB02A5325BF81931; IL2CPP_EXTERN_C String_t* _stringLiteral75172E4D216E2F2C9771F72FD0933107A49EB28A; IL2CPP_EXTERN_C String_t* _stringLiteral76DF165E2105C1C5528E7F5AEBFD02D0CC562115; IL2CPP_EXTERN_C String_t* _stringLiteral777818FE9EC8E58C86F7D0EC8A5C0CAB81EEC289; IL2CPP_EXTERN_C String_t* _stringLiteral7ACA34FD81900767B6FAD748BAAEF3F03C87EF79; IL2CPP_EXTERN_C String_t* _stringLiteral7B28676A697A8BBC209A419D9D4BEECAA756DDF4; IL2CPP_EXTERN_C String_t* _stringLiteral7DB56CFD558B13D95B19D64BDAE0AAD5F3AECBCB; IL2CPP_EXTERN_C String_t* _stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1; IL2CPP_EXTERN_C String_t* _stringLiteral7E8B32CD9731AD0D6409874C75F68F1B32AB3AF8; IL2CPP_EXTERN_C String_t* _stringLiteral7F063E052E7AA7D3B9F76CBB9ED7094775FBDDA5; IL2CPP_EXTERN_C String_t* _stringLiteral80AB0500744377D0F8FE43B4E6065B7218B2DD40; IL2CPP_EXTERN_C String_t* _stringLiteral8179691FB1B466DBDF736DA6A856E4D5D9C2FF4A; IL2CPP_EXTERN_C String_t* _stringLiteral845EFE740DD945200113D23E0E5F2599D12932A0; IL2CPP_EXTERN_C String_t* _stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2; IL2CPP_EXTERN_C String_t* _stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868; IL2CPP_EXTERN_C String_t* _stringLiteral894BC5458F5E1105129CC92FE8166EA51C2E0DCC; IL2CPP_EXTERN_C String_t* _stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6; IL2CPP_EXTERN_C String_t* _stringLiteral8B7422FC179BFFF6C5254614E93C0724BCAA66A8; IL2CPP_EXTERN_C String_t* _stringLiteral8C528B256546A2D559383B5643CE0C3BDBF51D08; IL2CPP_EXTERN_C String_t* _stringLiteral8CAA1629889D39A81533276E8A9F161B9DF25A36; IL2CPP_EXTERN_C String_t* _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E; IL2CPP_EXTERN_C String_t* _stringLiteral8E528B3D59F4DF44EA6F2EFBE4003B6BBE14CAB2; IL2CPP_EXTERN_C String_t* _stringLiteral8E8779109C8DE5831BDDF3CF3905FD03460BC270; IL2CPP_EXTERN_C String_t* _stringLiteral95340194831CBE36C94D52322A72F71A9AFAD1D3; IL2CPP_EXTERN_C String_t* _stringLiteral97767C8CF3C2114F57F2DA6FB2BAA16750E5F8E2; IL2CPP_EXTERN_C String_t* _stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral99C3A04EB067FA4EAE169E6D8931C29E6C23B6E8; IL2CPP_EXTERN_C String_t* _stringLiteral9BC06B19E5FA130F5B429B906B728D286088B42D; IL2CPP_EXTERN_C String_t* _stringLiteral9D0EA24CA2951CEF832EBAC9EDC1CFB84027BEE0; IL2CPP_EXTERN_C String_t* _stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907; IL2CPP_EXTERN_C String_t* _stringLiteral9DE6623D87304E73BA2C5650273C218A9AE960EC; IL2CPP_EXTERN_C String_t* _stringLiteral9EC143BD87C9E2F5D37E2655CECC2E3AEFB18BDC; IL2CPP_EXTERN_C String_t* _stringLiteral9F0270E19E52FFCFB5B561EC2E9DF6A94B63DD56; IL2CPP_EXTERN_C String_t* _stringLiteral9F78603018EA5C0A26128AA04C8C0037E6B81A4C; IL2CPP_EXTERN_C String_t* _stringLiteralA02A52ED7204CC9A8929B6D885EE489135C987B9; IL2CPP_EXTERN_C String_t* _stringLiteralA140EDFCC6DC071B77FFA267830E7B72F64ECA25; IL2CPP_EXTERN_C String_t* _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73; IL2CPP_EXTERN_C String_t* _stringLiteralA500EB6C4EAA770A74A65F9913CA6CE529AD7B8F; IL2CPP_EXTERN_C String_t* _stringLiteralA704818CAB6F39E183D25D84ADBC14AB37E22C38; IL2CPP_EXTERN_C String_t* _stringLiteralA91BC6B7438D9FA67272371E212F4796D0F610FA; IL2CPP_EXTERN_C String_t* _stringLiteralA9503AB23D3F55180E900F5706E92E9EFF4EB9A2; IL2CPP_EXTERN_C String_t* _stringLiteralA9747BD578464BC94B6012230226D59B1995B217; IL2CPP_EXTERN_C String_t* _stringLiteralA9777F197284455C993422257749927462143AF5; IL2CPP_EXTERN_C String_t* _stringLiteralAA60E5E80E935042FEC800EF194DCEDE3559B74D; IL2CPP_EXTERN_C String_t* _stringLiteralAAF381C8896187EEE0164FEE3EDE54AAD05C0F30; IL2CPP_EXTERN_C String_t* _stringLiteralAC74C91AC84175DF19050FAF49E7E682198F5EBA; IL2CPP_EXTERN_C String_t* _stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74; IL2CPP_EXTERN_C String_t* _stringLiteralAFD974B2C0BAEF9D7DF5F0C68694ABF070399DE3; IL2CPP_EXTERN_C String_t* _stringLiteralB068FB13E9101C24A946B2A8F25DF230EB6A8131; IL2CPP_EXTERN_C String_t* _stringLiteralB224A2EFE789603DFDDB79BA6CD8E1B7A89B708B; IL2CPP_EXTERN_C String_t* _stringLiteralB259F97D12037728D4A938077D19019EDE5D80D8; IL2CPP_EXTERN_C String_t* _stringLiteralB2AF2E6452A86E58A925C46142C32628989CA39F; IL2CPP_EXTERN_C String_t* _stringLiteralB3AE920A70C3FEF63EDBF9525F6700EC74CEAC76; IL2CPP_EXTERN_C String_t* _stringLiteralB3B21A44BB1AFD0889B5ECE60D144D6F0C0340E3; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB3FAA66308461F1BC7771CA107A7DF8D0F9D66CD; IL2CPP_EXTERN_C String_t* _stringLiteralB4B83732B1724F86E7DDF33CB39039FDBBD915B9; IL2CPP_EXTERN_C String_t* _stringLiteralB55F80D303FE66E6A3FC324EF8C553D28EE2AB7C; IL2CPP_EXTERN_C String_t* _stringLiteralB6715D1393DD3C6199F733E1E8211654C1DDBA4E; IL2CPP_EXTERN_C String_t* _stringLiteralB7079973FA59FFAAE028DCF100E22A0E15287593; IL2CPP_EXTERN_C String_t* _stringLiteralB82244460F050E4F7E423A7000AE2646F10EF257; IL2CPP_EXTERN_C String_t* _stringLiteralBA49ACF29EBDFCB8B10B52D72FF1700610D50FE1; IL2CPP_EXTERN_C String_t* _stringLiteralBB99D106942CBA89B19E426C04C3093EC27CEAEC; IL2CPP_EXTERN_C String_t* _stringLiteralBC84DEE25CA064735826765382C8C0163F41D491; IL2CPP_EXTERN_C String_t* _stringLiteralBCC5FCD86E2E30E56BAD0B54B9E8EA03ED0FFC3A; IL2CPP_EXTERN_C String_t* _stringLiteralC04F2F8B4ED584C8828AF8FEBAFAA83596DEF638; IL2CPP_EXTERN_C String_t* _stringLiteralC22A3368DA1F3923C1C727FE4A430448608FDF29; IL2CPP_EXTERN_C String_t* _stringLiteralC2350B5572693C76A2581371606D5A586D0C75B0; IL2CPP_EXTERN_C String_t* _stringLiteralC2B306D82330FDC1F4F18BDA7ED68757DC41492C; IL2CPP_EXTERN_C String_t* _stringLiteralC2DA60AE96E2C9EF3EAF20897A5AA957AFDF64EC; IL2CPP_EXTERN_C String_t* _stringLiteralC469F43B92FD4994A96736D765F7FA11AB48FD55; IL2CPP_EXTERN_C String_t* _stringLiteralC4DD80D5F0498F38FD6CC83834B1DEBE1F9636B6; IL2CPP_EXTERN_C String_t* _stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1; IL2CPP_EXTERN_C String_t* _stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralC72D6939B89294A9F2EC1C41F48E257B97B8759A; IL2CPP_EXTERN_C String_t* _stringLiteralC73995D1603E83396B3B11A3781474865F7B5F12; IL2CPP_EXTERN_C String_t* _stringLiteralC7FBAA25D7E1CC6C9135A867493DD5D81DE38AE8; IL2CPP_EXTERN_C String_t* _stringLiteralC83695F1B6299F4C690C1DF31CA7466F8DAE353D; IL2CPP_EXTERN_C String_t* _stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D; IL2CPP_EXTERN_C String_t* _stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27; IL2CPP_EXTERN_C String_t* _stringLiteralCEB082728C8A77C85B9C5AF27DC44F2C41BD7791; IL2CPP_EXTERN_C String_t* _stringLiteralCF11167C3F00D90E9E5D10312BF833EAD916E6B4; IL2CPP_EXTERN_C String_t* _stringLiteralCF35AAB75ADEAB2A6BEA36DDCA64F7D95AC01589; IL2CPP_EXTERN_C String_t* _stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8; IL2CPP_EXTERN_C String_t* _stringLiteralD99D8013BD683F6504E108EA72C3351A53338FA8; IL2CPP_EXTERN_C String_t* _stringLiteralDA0952330D96F71C5F32F1538355BCC4A939BD66; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDC8C137E6E12691F04B8D912B4B7A5FB66AAB280; IL2CPP_EXTERN_C String_t* _stringLiteralDD34F778FB23960D83AA3FD3A29D46081135103F; IL2CPP_EXTERN_C String_t* _stringLiteralDE63B727CB892FA382A223ADAA38661EE6545AF7; IL2CPP_EXTERN_C String_t* _stringLiteralDEA5ECB6F40B237DFB65B96DBD812B4E8C66A241; IL2CPP_EXTERN_C String_t* _stringLiteralE0BA0AE8A83E674A1009EA2C879B1246A74B16B4; IL2CPP_EXTERN_C String_t* _stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7; IL2CPP_EXTERN_C String_t* _stringLiteralE3667A4D276FAA0FFE19E1208BBCB7F66ED6F3D2; IL2CPP_EXTERN_C String_t* _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735; IL2CPP_EXTERN_C String_t* _stringLiteralE530F6FE1810EDAA785D978F4369AB668FABC3FE; IL2CPP_EXTERN_C String_t* _stringLiteralE649AB555E8F0D381995FDDF8C4D184B582F10CE; IL2CPP_EXTERN_C String_t* _stringLiteralE7B25AA03EBC7AE7926267A5DA45FB101AE4809B; IL2CPP_EXTERN_C String_t* _stringLiteralE7DD1BFA98B038E94B720562CFC70A65BD44772B; IL2CPP_EXTERN_C String_t* _stringLiteralE9044BC6E53A553099FA81E77EEBB8B3583EACE1; IL2CPP_EXTERN_C String_t* _stringLiteralEB35F6D63EF093FB81648BCE8DAA4F7079C25405; IL2CPP_EXTERN_C String_t* _stringLiteralEC578DBE646EFE7777E9734B49B16DE9921FC04E; IL2CPP_EXTERN_C String_t* _stringLiteralECE582A48E09A08BD8AC14526ADFB745178EB776; IL2CPP_EXTERN_C String_t* _stringLiteralED24D67988FEC77F272211FD827BAA923E056BE2; IL2CPP_EXTERN_C String_t* _stringLiteralEDA4DF5D0E45515C2985B7C743A1CC4EE5398E51; IL2CPP_EXTERN_C String_t* _stringLiteralEE0C76B68769BA02D12B817598E76ED872B435C1; IL2CPP_EXTERN_C String_t* _stringLiteralEE56515221E591C56805CA9D1BFA917F7E8C1B32; IL2CPP_EXTERN_C String_t* _stringLiteralEE66D44DF1D09448A6FAEF0AF45273E3B3F32DD0; IL2CPP_EXTERN_C String_t* _stringLiteralEF15C15221814987C7E61C7213C6BB9A8D55EE2F; IL2CPP_EXTERN_C String_t* _stringLiteralF2C664062B08C45A72062A12F594875899D49C17; IL2CPP_EXTERN_C String_t* _stringLiteralF2C7C81BEF5B990ADE6E0EEF584B83698B9FDC87; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF541D81906682AFF9CD71D693F5A5A8760C459FC; IL2CPP_EXTERN_C String_t* _stringLiteralF6556AB131A4B4C73C42397A87019EA6947F5FBA; IL2CPP_EXTERN_C String_t* _stringLiteralF6E1693A3753EB85817FEF6FD88BCE52392E7C74; IL2CPP_EXTERN_C String_t* _stringLiteralF8167CCC78C1117CDBB4F4177DE66863BA21E27A; IL2CPP_EXTERN_C String_t* _stringLiteralF96145DCAFAD259C0EC320BA921C25C3E33D25E8; IL2CPP_EXTERN_C String_t* _stringLiteralFA4309E9FB9939FBA96921EEE64172D608994FC2; IL2CPP_EXTERN_C String_t* _stringLiteralFB9BD18F52838042E65A1D6A3D6615DFED51BF0C; IL2CPP_EXTERN_C String_t* _stringLiteralFBC94C2E97469EC3DBBDD3904B8740F1C5380D73; IL2CPP_EXTERN_C String_t* _stringLiteralFC075BC3DFE942623230E78DC9D41126E9C003CA; IL2CPP_EXTERN_C String_t* _stringLiteralFC0B78F7F34B12C0A2804C1AB09E3CD93F73F716; IL2CPP_EXTERN_C String_t* _stringLiteralFCD76A19655E5002F5066B778397EFE3453FD66C; IL2CPP_EXTERN_C String_t* _stringLiteralFF55C9251B3BBCD330B3B4B7D50A6FD91D7C8E18; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m4829955252E64D9D4D48E92A7C76B23C05C55FBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m69BCACF9FF8C9268E3088E39AE1C94CEEF314A90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m6DAE19EBF67088C3E8330FD78086BB1415656B22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m5E5CCDE099463BC449E6BEA8A2B53D01A5EBCF6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m6A93D53BCB310FE497964E23B8C69D4D6DE3FF4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mB2E3D94BC95DB8A07C14AAB1A8ED6E09F90A04A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_mE35171EA79162C17963CB5541F0888EACAA57368_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m2AA53EB59C74F789510F81501EA61954ED2D4988_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mD0867E89AE29072A1DFB580E108A092E8A8D7A63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mD2AF3CF58AF5D79915C6A3F31A6FDD67DFEB8694_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_3_Invoke_mBB9237A966BBF43075D7792AE7A048E3B4124AFA_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* Array_Resize_TisIHeartbeat_t7FD51FFA06B22C3BA75291F512E1F7D47F28789D_m55F285B61FF1501CCCD8F438078D964DCA7F07A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m6227EB0772C6B9B1017CA759622A1B940D660594_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mED8C9575844B41F67CB4C2B13685FC0174CB61BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m9BBC60021C94CE9CD8BC8B0919067E6E7227FA54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m604E0DFDBF24EE0E31FDB925DDFA74A49BCD1C8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m699333D050BD0CC3BBB007F96141B89CCFD6C5BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mCE6F0D7B21205311EADDCAD1ED9D52978E36E8BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mE1595A160031DBD08E6A1CDD5BC38F8A34DD98D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m9A94227EE736F0FBA20428C3C46135D7E20B8371_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m49934A846737EB8207E38CA8624726AD4E8C2B92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m5968A89DB94BDA1C14A82A45EBE68C730E884DC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m8B1A08A5CDD9BEB7898610F801A8C67D073FD88A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m6682D77BBDE1B7CB90B263065A3636F54B8EE40D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m7DB4064901DDC63E2E6867EBE31F7AECD750F6C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mAD3BF926925BC89D9AD1ACE56DEDF384520DF88F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mC7FAC7DB41B759BC18791572C1CBF1A483DF3919_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mDC7DD396DA09D4F40DA4D8F8BD7124D76691B465_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m03E621B90C9C527F8BDBBDB47C3616B71CA90145_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m4BF4B650B2E69D5D783B9AE68644355C271BE54C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5904CE1535CB968B8C5F104377875EE129740C8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mCD0C2F0325B7677B9BC340A60AA3FB9C7A88FF63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE29A3443E46ADC424183CC2386EBBD80333A3B37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mF39F63303CC29CAA05F0B91739F0185FB2DDAC03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m012F321188703DCCB5C4F99C5A5AA2FA31A98144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m10B368E36278D18DFE994750A8B02E12E5BA6D9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_m6F17C7E4C6F7C091224A4D6332D0A7BD86B499BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_3__ctor_m85B18B3955CFC54FC628B64D661B48FD6AD54B64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FutureValueCallback_1__ctor_m6B9EAC2B1193D4A4C39E36EB208FD725C71EC59A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_1__ctor_m9B342C170743791B4E9D85F1C2A381A7D9B6A9DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_m21DA40E832F71BAF2120D1B690693EA7DA90DEC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisHTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_m3D2E4F2E7486562C6958D4A9EBA2A63251D61250_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m394A07B8EE2A4A198924AD2695D6C745B719A4D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mA05E3E8DA3DAE2AF09AC18D79DEC6C3D9B483A39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisHTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_m05549BAA1DFC278830B96D78568A8D09BCAEFCC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HTTPResponse_ReadChunkLength_m8714ABF905A575CE321AA6E97A50D365A340E5C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HTTPResponse_ReadChunked_mB9E70F4EB7F891971FB9AB28DB5A1CAB8FDF516B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HTTPResponse_ReadRaw_m6DEF8955ECD771EBBA3A95C308AC37942F9BC44E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HTTPResponse_Receive_m57DFEB2D41AB126FF6AB776F907C18A0B1707F56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HTTPUpdateDelegator_ThreadFunc_m22DD5E0E1B8A74A9030E74221FFB2CD9ED9C6A30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HandshakeData_Get_m8CB8000F3844A699D9C72DB8888DDF10EDBA761B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSP800Drbg_Generate_mD0DFF7F31424E7414DC0A304D18BEAEF6853C3A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSP800Drbg_GetEntropy_mEA6751E613C05426A7C915787415BA9C4C4A7301_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSP800Drbg__ctor_m8EE1001B7B70921136200D8A84D1BDA6D8A75066_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HeartbeatExtension_Parse_mEF43B54D435CB887090892A30DD3BC6371712CCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HeartbeatExtension__ctor_m55B0BE4FBED60E682CCB063A32FC83A42011BBFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HeartbeatMessage_Parse_mC09839C86D2EB9F82BE2A3FCE45489BDE182980A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HeartbeatMessage__ctor_mEAEED5AC1A53D208F6209AF2BF7933A3040BF44D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HexEncoder_DecodeString_m0097524B42C9ECFAED8F5030182D8ED13F444BBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HexEncoder_Decode_m585399D72402AEE32438EBDE8E74C891DA35891E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HitTargetNumber_U3CDoTextU3Eb__1_0_m1D456230A254F2083DC2AC3C986084E35CC5487E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HkdfBytesGenerator_ExpandNext_mA893A65D44FC1E46813A1DF70B37842A5B5FD8C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HkdfBytesGenerator_GenerateBytes_m3945FEDFE981F3A16D623F2168D522EB584A66F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HkdfBytesGenerator_Init_mE662815876AAC0A951E7288F7DBD1F61CD749B51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HkdfParameters__ctor_m28209BA9911BA46AE8C83F993F3DBC6C0F06048F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Holder_GetInstance_mD116AE0C1F1E67ABE1E2C4ECDA85AD8B7D1EC6B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Holder__ctor_m9F0D6735EFE579A0C2CD56278D4E9E25EA7141B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Holder__ctor_mFF7630717982650CFF9EDE3732E13D7DE4BA5EC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_Invoke_TisString_t_mE228D641918394DFF41A33891449B8FB4FFD19B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_OnAuthenticationFailed_m334C489C64685AC68154D35DB5D1966D47F426E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_OnAuthenticationSucceded_m6C9614CE89FDB9AE034EADDEFA47E2E9B2678296_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_OnNegotiationRequestFinished_m2DE4A02A3B5ADC24E487849E43405AC3852AEBBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubConnection_Transport_OnStateChanged_m8A8D15022698C36B224EE5C6ECE6AF26CC24C3E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubWithAuthorizationSample_Hub_OnClosed_mB995BD5FB1E4301FAEA6E64CF7E461E839D889BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubWithAuthorizationSample_Hub_OnConnected_mA20C3810B327D6418BA0ABC0BE015E1BF6B4C6DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubWithAuthorizationSample_Hub_OnError_m5DF6D2BA46912F6D4292C98058038490E3EBD557_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubWithAuthorizationSample_Hub_OnMessage_mAF49607D27817828FE29345E6751177E5ADBDB45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubWithAuthorizationSample_U3CHub_OnConnectedU3Eb__7_0_m3C091C7F8EAD9B257CDD32B0B435CF185F6EA037_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubWithAuthorizationSample_U3COnGUIU3Eb__6_0_m9C011E152062E87ED8C84D8FACAC87AF5683A2DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubWithPreAuthorizationSample_AuthenticationProvider_OnAuthenticationFailed_mBF3EE20103D0146E1A05288AD658B0ED3E3BD6FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubWithPreAuthorizationSample_AuthenticationProvider_OnAuthenticationSucceded_m07C2B00EE920DBC46F0080485DF125408CA0EA8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubWithPreAuthorizationSample_Hub_OnClosed_mA2DE55E5C5530B54E73A3A22C28CC7D252E62591_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubWithPreAuthorizationSample_Hub_OnConnected_m8C648156748DB3B306236F56BC32F6994A71DC06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubWithPreAuthorizationSample_Hub_OnError_mD88A1F1897BEDFBBCA12349A0FB36CDD273C88A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubWithPreAuthorizationSample_Hub_OnMessage_m145A2D3A39017EB3F551A5F0A7707AB0A7232097_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubWithPreAuthorizationSample_U3CHub_OnConnectedU3Eb__10_0_m5C98A3D648E7BF7D8CE1EF86E9765619AFBD7CA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HubWithPreAuthorizationSample_U3COnGUIU3Eb__9_0_m004216042AF9696EE2892FDB80F3032795DFF368_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HunterGameSettleView_BackHome_mDC113DE0C32C8F294D56A1600184FEA8BC2C92C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HunterGameSettleView_TryAgain_m992274A907595A666756D5404555AE38FC0F967A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_Value_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m604F7341719C3EF947A75382E78E30E1D396A6EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_Value_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mFF0C8BACD6555B158AFDF36F47B8E4B3B83F3E11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mFB917E6FEE708763FEAF5DE581605FFAD49E43E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m1120E5765C36A49474825201AFCB974596297A19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mDA769E25FD7E7BEF999CC57347B6B5F4E90620F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m5621C38865E52261F1EBAD5841646169F08B0E0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_mC0351F06C71605E840F34C6EEA31DCAA29876963_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_CopyTo_m2A420146FC386E7AE4102D7ED07EFA7D7ADD954C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mEA68FB89F5530B708B2B5C83F6E0491B07F1DE19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m17D47A8F0DFB8BEF003B805877118739870F6942_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC74F8340E150B8F9520188937677421C55AF5C05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mEA9D6AC26B97FD7886EFEC88672CF06DCEC72C0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m14830FB8CB94C5F517EE78FFFC8F01F8C07D14E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1BB59FAE474A8746CE28197FF3DCCB8C28FFB10A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m423A27B5E6CB596CB6F0EB3921A02D0D9F2D8463_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m569E8005EDE9CFCB78ABCC399A26361D9B46B8EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m77C0A9F7A26F1DD49DB026B37646FC29940DD78D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m8AE987185C2C4F583F4D0E4532CD8D47FD00FFFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m22277597AF3CBF965433E8285B3F3FEE770EC852_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3362D8FA858DDDCD5A48ADE54F31493949D5BBAF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m91F8EF1E8032847DEB15ECCC83303DFC6D10347D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mA69E582750CEE6FD74E9A11054C33C1F47036151_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF4F6719718719560F662560AC561A3AFF6B39332_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mACEFD07C5A0FE9C85BC165DF1E4A825675719EAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1_get_Instance_m1D31404614B2A6FA654C81B7F5EBEF0C87ED52EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CParseImplementationU3Eb__18_0_m18127156B809EA155D86B4B8D044A11355466601_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_0_U3CShowProminentBeforeConnectBLEU3Eb__0_m888AC0DEB0340927068FE68F81AE64197FC2F27D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass1_0_U3CCheckOpenNextLevelBtnU3Eb__0_mE865AC0945CBAF12886EE0A8A347FD423D980874_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass1_0_U3CStartU3Eb__0_m4FA3E3F22BAF820AF599EE578ACBF4A3FFE7B24F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass26_0_U3CRenderFriendRankListU3Eb__0_mB78A8C6770C695AE5C2382D37BA276A3DE8409F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__0_mBD5CBA56970DCF7FE48FF701B0AF0E45BD450852_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass3_0_U3CTryAgainU3Eb__0_m4727485F518936A9F7C36167754E8DDD5928B66F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass65_0_U3CSendU3Eb__0_m06043E0AD751ED83C81067D21C6883650EFAF231_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass68_0_U3COnU3Eb__0_m557DD528C5349F5E9886E19C57987688B05E299B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_HideView_TisChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74_mF0DFAC907EB2704DB33E70ABEE1A179295637035_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_HideView_TisGameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_mF56ECECF6BE602B527903A36E017E7CA0F7D74AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_HideView_TisPKGameOptionView_t6B4B0D0D99267834F9724E96FF405CE42AFA9B3C_m99BF091026E8E9C463F0C7DBEA4EECD40374FBB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_HideView_TisPKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260_m6A602B12096E89A3B844BFAC72046D127744B4AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_HideView_TisRoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E_m451B07851AD43181E12EF3C3648D08133B94514A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ResumeView_TisChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74_mBB7333337877704532450FE92B1C782C124D0828_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ResumeView_TisGameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_m4EDA08C3EE2570E02781BCE174B05251FC9133DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ResumeView_TisPKGameOptionView_t6B4B0D0D99267834F9724E96FF405CE42AFA9B3C_m46F60E8E651E86826C7DF4EB9B3FCE12A02E3D6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ResumeView_TisPKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260_m2ECC0EFED80345094F7F06FC25E7141878C29218_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ResumeView_TisRoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E_mE849E1EA7736BB3E0F9444B5B39598079AF8D50A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_SetViewDontDestroy_TisChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74_mF9070FDCF3FF14CB32C977DB4EB9431C4384D9DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_SetViewDontDestroy_TisGameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_mE929F27C3F759734DF518A7C9ED850EBADD323D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_SetViewDontDestroy_TisPKGameOptionView_t6B4B0D0D99267834F9724E96FF405CE42AFA9B3C_m403CF27E8814446A378E5DB36CB38ACE775DE2C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_SetViewDontDestroy_TisPKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260_m9B09F243D036F389FF30F0FEE50279685DCB98E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_SetViewDontDestroy_TisRoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E_m3A8EBBC8626D113C9A8400B3E6763996AB17B340_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisDeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_mA5BBB78695BEA27DC3C99DB880DC4B62FA8052CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisFriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C_m042C54A4496BA4714E8C8B9E0BE5962EFB6DE878_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisGameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_mB1AAB14DD5073A8958D6B8EA2E84720A961BFCDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisHomeFrameView_t54E9DFAB078D307ECBBF8B018B3D907AE8A5F72A_mCEF5587D4D42D4107A86D014736787247547998D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisHomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_m54E685BFB2CADD53A89278E3C67A788D5DA61669_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisMeView_t0A77A36644164073E24CC72636C76CF67E9B7F69_mC063DF73AE085D610D8C0A8C85121CB7F61B9AED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisPKGameOptionView_t6B4B0D0D99267834F9724E96FF405CE42AFA9B3C_m6928688770B46B579B1790C51E7C4C587356FB15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisRankView_tE5C219F6182DB522063A069F5DC912015E58128E_m68A36E4AD0181433DDC4A2DEB34AB60567336A0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_ShowView_TisTopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_m1214B9C0171B79EEFD751E81FEF846EDE1DA5AE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CallbackDescriptorU5BU5D_tD4FB3FB9369BCEF1B4D5DBCB7EE69F577EDC3E85; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; struct IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; 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_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 : 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_t8395BDA94C510A44948BC8D45F7030F889F42D48* ___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_tDC5360CA31E1050C6BC95C36FB551007718CB443 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t54AADD910D27BC33081CDA38D3D6059F913C866B * ___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_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22, ___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_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22, ___entries_1)); } inline EntryU5BU5D_t8395BDA94C510A44948BC8D45F7030F889F42D48* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t8395BDA94C510A44948BC8D45F7030F889F42D48** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t8395BDA94C510A44948BC8D45F7030F889F42D48* 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_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22, ___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_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22, ___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_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22, ___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_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22, ___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_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22, ___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_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22, ___keys_7)); } inline KeyCollection_tDC5360CA31E1050C6BC95C36FB551007718CB443 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tDC5360CA31E1050C6BC95C36FB551007718CB443 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tDC5360CA31E1050C6BC95C36FB551007718CB443 * 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_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22, ___values_8)); } inline ValueCollection_t54AADD910D27BC33081CDA38D3D6059F913C866B * get_values_8() const { return ___values_8; } inline ValueCollection_t54AADD910D27BC33081CDA38D3D6059F913C866B ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t54AADD910D27BC33081CDA38D3D6059F913C866B * 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_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 : 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_tEB1A6A782C0FB4D167EF4299967371DCD8A5FDB7* ___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_tFDE7FE6F6A0AE461D4FD5935445ADF914C9610C8 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t3C26F2C1F184437F9AF9918EEA4CE247BD559468 * ___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_tEB5D55E42E5DA520002C808F5126BAC54EE05086, ___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_tEB5D55E42E5DA520002C808F5126BAC54EE05086, ___entries_1)); } inline EntryU5BU5D_tEB1A6A782C0FB4D167EF4299967371DCD8A5FDB7* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tEB1A6A782C0FB4D167EF4299967371DCD8A5FDB7** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tEB1A6A782C0FB4D167EF4299967371DCD8A5FDB7* 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_tEB5D55E42E5DA520002C808F5126BAC54EE05086, ___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_tEB5D55E42E5DA520002C808F5126BAC54EE05086, ___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_tEB5D55E42E5DA520002C808F5126BAC54EE05086, ___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_tEB5D55E42E5DA520002C808F5126BAC54EE05086, ___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_tEB5D55E42E5DA520002C808F5126BAC54EE05086, ___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_tEB5D55E42E5DA520002C808F5126BAC54EE05086, ___keys_7)); } inline KeyCollection_tFDE7FE6F6A0AE461D4FD5935445ADF914C9610C8 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tFDE7FE6F6A0AE461D4FD5935445ADF914C9610C8 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tFDE7FE6F6A0AE461D4FD5935445ADF914C9610C8 * 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_tEB5D55E42E5DA520002C808F5126BAC54EE05086, ___values_8)); } inline ValueCollection_t3C26F2C1F184437F9AF9918EEA4CE247BD559468 * get_values_8() const { return ___values_8; } inline ValueCollection_t3C26F2C1F184437F9AF9918EEA4CE247BD559468 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t3C26F2C1F184437F9AF9918EEA4CE247BD559468 * 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_tEB5D55E42E5DA520002C808F5126BAC54EE05086, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___entries_1)); } inline EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tDCA1A62E50C5B5A40FD6F44107088AF42F5671D2* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___keys_7)); } inline KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t0043475CBB02FD67894529F3CAA818080A2F7A17 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ___values_8)); } inline ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * get_values_8() const { return ___values_8; } inline ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tB942A1033B750DCF04FE948413982D120FC69A4E * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 : 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_tF6F18A696DAE320FFC5C6380E442910C0AA54AB6* ___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_t8F51161510AEAD1C06604AB4D5B32A8AD40C50F8 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t4DD91D66AC353D9D19B907B5FAD6F7ADA03495B0 * ___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_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81, ___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_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81, ___entries_1)); } inline EntryU5BU5D_tF6F18A696DAE320FFC5C6380E442910C0AA54AB6* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tF6F18A696DAE320FFC5C6380E442910C0AA54AB6** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tF6F18A696DAE320FFC5C6380E442910C0AA54AB6* 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_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81, ___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_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81, ___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_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81, ___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_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81, ___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_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81, ___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_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81, ___keys_7)); } inline KeyCollection_t8F51161510AEAD1C06604AB4D5B32A8AD40C50F8 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t8F51161510AEAD1C06604AB4D5B32A8AD40C50F8 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t8F51161510AEAD1C06604AB4D5B32A8AD40C50F8 * 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_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81, ___values_8)); } inline ValueCollection_t4DD91D66AC353D9D19B907B5FAD6F7ADA03495B0 * get_values_8() const { return ___values_8; } inline ValueCollection_t4DD91D66AC353D9D19B907B5FAD6F7ADA03495B0 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t4DD91D66AC353D9D19B907B5FAD6F7ADA03495B0 * 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_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B : 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_tA4141BE259B3A80EA7B470BBC51F981387ED2017* ___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_t31CA19914BA047ECE79E155E42124DED21D68B09 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t109EC599D8751FE512B2EAF476D3836955FC7407 * ___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_t88EEF5584BE1724959F1E96256757BBEE5D15F5B, ___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_t88EEF5584BE1724959F1E96256757BBEE5D15F5B, ___entries_1)); } inline EntryU5BU5D_tA4141BE259B3A80EA7B470BBC51F981387ED2017* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tA4141BE259B3A80EA7B470BBC51F981387ED2017** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tA4141BE259B3A80EA7B470BBC51F981387ED2017* 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_t88EEF5584BE1724959F1E96256757BBEE5D15F5B, ___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_t88EEF5584BE1724959F1E96256757BBEE5D15F5B, ___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_t88EEF5584BE1724959F1E96256757BBEE5D15F5B, ___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_t88EEF5584BE1724959F1E96256757BBEE5D15F5B, ___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_t88EEF5584BE1724959F1E96256757BBEE5D15F5B, ___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_t88EEF5584BE1724959F1E96256757BBEE5D15F5B, ___keys_7)); } inline KeyCollection_t31CA19914BA047ECE79E155E42124DED21D68B09 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t31CA19914BA047ECE79E155E42124DED21D68B09 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t31CA19914BA047ECE79E155E42124DED21D68B09 * 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_t88EEF5584BE1724959F1E96256757BBEE5D15F5B, ___values_8)); } inline ValueCollection_t109EC599D8751FE512B2EAF476D3836955FC7407 * get_values_8() const { return ___values_8; } inline ValueCollection_t109EC599D8751FE512B2EAF476D3836955FC7407 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t109EC599D8751FE512B2EAF476D3836955FC7407 * 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_t88EEF5584BE1724959F1E96256757BBEE5D15F5B, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F : 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_t0779070D715EAE6B907E720772FD056000EB3A1C* ___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_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tFC678915217440EB2893006038AA44DD30B11E1D * ___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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___entries_1)); } inline EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t0779070D715EAE6B907E720772FD056000EB3A1C* 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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___keys_7)); } inline KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t47A0296344C1B5192031628B05FA2FB9B3ABE297 * 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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ___values_8)); } inline ValueCollection_tFC678915217440EB2893006038AA44DD30B11E1D * get_values_8() const { return ___values_8; } inline ValueCollection_tFC678915217440EB2893006038AA44DD30B11E1D ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tFC678915217440EB2893006038AA44DD30B11E1D * 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_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F, ____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.List`1 struct List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ____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_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE, ____items_1)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get__items_1() const { return ____items_1; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* 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_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE, ____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_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE, ____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_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE, ____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_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE_StaticFields, ____emptyArray_5)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get__emptyArray_5() const { return ____emptyArray_5; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (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_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CookieU5BU5D_tDF93A5552501FC6ED12D5E69F15104C81EF9F051* ____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_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1, ____items_1)); } inline CookieU5BU5D_tDF93A5552501FC6ED12D5E69F15104C81EF9F051* get__items_1() const { return ____items_1; } inline CookieU5BU5D_tDF93A5552501FC6ED12D5E69F15104C81EF9F051** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CookieU5BU5D_tDF93A5552501FC6ED12D5E69F15104C81EF9F051* 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_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1, ____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_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1, ____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_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1, ____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_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray CookieU5BU5D_tDF93A5552501FC6ED12D5E69F15104C81EF9F051* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1_StaticFields, ____emptyArray_5)); } inline CookieU5BU5D_tDF93A5552501FC6ED12D5E69F15104C81EF9F051* get__emptyArray_5() const { return ____emptyArray_5; } inline CookieU5BU5D_tDF93A5552501FC6ED12D5E69F15104C81EF9F051** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(CookieU5BU5D_tDF93A5552501FC6ED12D5E69F15104C81EF9F051* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items HTTPFieldDataU5BU5D_tAD8FDF3D2548E3FA09A798625C0F06549E55228D* ____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_tAB6EE9557BF734F9EF011194835DEFD04B650ACD, ____items_1)); } inline HTTPFieldDataU5BU5D_tAD8FDF3D2548E3FA09A798625C0F06549E55228D* get__items_1() const { return ____items_1; } inline HTTPFieldDataU5BU5D_tAD8FDF3D2548E3FA09A798625C0F06549E55228D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(HTTPFieldDataU5BU5D_tAD8FDF3D2548E3FA09A798625C0F06549E55228D* 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_tAB6EE9557BF734F9EF011194835DEFD04B650ACD, ____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_tAB6EE9557BF734F9EF011194835DEFD04B650ACD, ____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_tAB6EE9557BF734F9EF011194835DEFD04B650ACD, ____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_tAB6EE9557BF734F9EF011194835DEFD04B650ACD_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray HTTPFieldDataU5BU5D_tAD8FDF3D2548E3FA09A798625C0F06549E55228D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD_StaticFields, ____emptyArray_5)); } inline HTTPFieldDataU5BU5D_tAD8FDF3D2548E3FA09A798625C0F06549E55228D* get__emptyArray_5() const { return ____emptyArray_5; } inline HTTPFieldDataU5BU5D_tAD8FDF3D2548E3FA09A798625C0F06549E55228D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(HTTPFieldDataU5BU5D_tAD8FDF3D2548E3FA09A798625C0F06549E55228D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* ____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_t9C4606F69CB3833861EC4E41C2E8DA5647D07189, ____items_1)); } inline HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* get__items_1() const { return ____items_1; } inline HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6** get_address_of__items_1() { return &____items_1; } inline void set__items_1(HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* 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_t9C4606F69CB3833861EC4E41C2E8DA5647D07189, ____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_t9C4606F69CB3833861EC4E41C2E8DA5647D07189, ____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_t9C4606F69CB3833861EC4E41C2E8DA5647D07189, ____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_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_StaticFields, ____emptyArray_5)); } inline HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* get__emptyArray_5() const { return ____emptyArray_5; } inline HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(HeaderValueU5BU5D_tB17E7E2A7576BB62B119BF7E73C8E14A2AC611B6* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* ____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_t149BF1AE616553E9302398F34B08E9CD0F02792E, ____items_1)); } inline IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* get__items_1() const { return ____items_1; } inline IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* 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_t149BF1AE616553E9302398F34B08E9CD0F02792E, ____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_t149BF1AE616553E9302398F34B08E9CD0F02792E, ____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_t149BF1AE616553E9302398F34B08E9CD0F02792E, ____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_t149BF1AE616553E9302398F34B08E9CD0F02792E_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E_StaticFields, ____emptyArray_5)); } inline IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* get__emptyArray_5() const { return ____emptyArray_5; } inline IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A* ____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_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B, ____items_1)); } inline MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A* get__items_1() const { return ____items_1; } inline MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A* 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_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B, ____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_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B, ____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_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B, ____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_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B_StaticFields, ____emptyArray_5)); } inline MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A* get__emptyArray_5() const { return ____emptyArray_5; } inline MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A* 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_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SupportedTransportU5BU5D_tFE30F1AE86957CB6729C58B3BEF2205DB97E4626* ____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_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169, ____items_1)); } inline SupportedTransportU5BU5D_tFE30F1AE86957CB6729C58B3BEF2205DB97E4626* get__items_1() const { return ____items_1; } inline SupportedTransportU5BU5D_tFE30F1AE86957CB6729C58B3BEF2205DB97E4626** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SupportedTransportU5BU5D_tFE30F1AE86957CB6729C58B3BEF2205DB97E4626* 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_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169, ____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_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169, ____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_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169, ____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_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SupportedTransportU5BU5D_tFE30F1AE86957CB6729C58B3BEF2205DB97E4626* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169_StaticFields, ____emptyArray_5)); } inline SupportedTransportU5BU5D_tFE30F1AE86957CB6729C58B3BEF2205DB97E4626* get__emptyArray_5() const { return ____emptyArray_5; } inline SupportedTransportU5BU5D_tFE30F1AE86957CB6729C58B3BEF2205DB97E4626** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SupportedTransportU5BU5D_tFE30F1AE86957CB6729C58B3BEF2205DB97E4626* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // JCUnityLib.Singleton`1 struct Singleton_1_tB3E59B618CF26A3607F125E4C0B0BB7887EE08B9 : public RuntimeObject { public: public: }; struct Singleton_1_tB3E59B618CF26A3607F125E4C0B0BB7887EE08B9_StaticFields { public: // T JCUnityLib.Singleton`1::s_Instance RankComp_t5CD947AA321DFB0AC489BFF4E98B751062B4ED20 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(Singleton_1_tB3E59B618CF26A3607F125E4C0B0BB7887EE08B9_StaticFields, ___s_Instance_0)); } inline RankComp_t5CD947AA321DFB0AC489BFF4E98B751062B4ED20 * get_s_Instance_0() const { return ___s_Instance_0; } inline RankComp_t5CD947AA321DFB0AC489BFF4E98B751062B4ED20 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(RankComp_t5CD947AA321DFB0AC489BFF4E98B751062B4ED20 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::v RuntimeObject* ___v_0; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3, ___v_0)); } inline RuntimeObject* get_v_0() const { return ___v_0; } inline RuntimeObject** get_address_of_v_0() { return &___v_0; } inline void set_v_0(RuntimeObject* value) { ___v_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_0), (void*)value); } }; // BestHTTP.SignalRCore.Authentication.DefaultAccessTokenAuthenticator struct DefaultAccessTokenAuthenticator_t25E8B0EE8F246239C110B306D78B5666B9442085 : public RuntimeObject { public: // BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate BestHTTP.SignalRCore.Authentication.DefaultAccessTokenAuthenticator::OnAuthenticationSucceded OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * ___OnAuthenticationSucceded_0; // BestHTTP.SignalRCore.OnAuthenticationFailedDelegate BestHTTP.SignalRCore.Authentication.DefaultAccessTokenAuthenticator::OnAuthenticationFailed OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * ___OnAuthenticationFailed_1; // BestHTTP.SignalRCore.HubConnection BestHTTP.SignalRCore.Authentication.DefaultAccessTokenAuthenticator::_connection HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ____connection_2; public: inline static int32_t get_offset_of_OnAuthenticationSucceded_0() { return static_cast(offsetof(DefaultAccessTokenAuthenticator_t25E8B0EE8F246239C110B306D78B5666B9442085, ___OnAuthenticationSucceded_0)); } inline OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * get_OnAuthenticationSucceded_0() const { return ___OnAuthenticationSucceded_0; } inline OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 ** get_address_of_OnAuthenticationSucceded_0() { return &___OnAuthenticationSucceded_0; } inline void set_OnAuthenticationSucceded_0(OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * value) { ___OnAuthenticationSucceded_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnAuthenticationSucceded_0), (void*)value); } inline static int32_t get_offset_of_OnAuthenticationFailed_1() { return static_cast(offsetof(DefaultAccessTokenAuthenticator_t25E8B0EE8F246239C110B306D78B5666B9442085, ___OnAuthenticationFailed_1)); } inline OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * get_OnAuthenticationFailed_1() const { return ___OnAuthenticationFailed_1; } inline OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 ** get_address_of_OnAuthenticationFailed_1() { return &___OnAuthenticationFailed_1; } inline void set_OnAuthenticationFailed_1(OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * value) { ___OnAuthenticationFailed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnAuthenticationFailed_1), (void*)value); } inline static int32_t get_offset_of__connection_2() { return static_cast(offsetof(DefaultAccessTokenAuthenticator_t25E8B0EE8F246239C110B306D78B5666B9442085, ____connection_2)); } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * get__connection_2() const { return ____connection_2; } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 ** get_address_of__connection_2() { return &____connection_2; } inline void set__connection_2(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * value) { ____connection_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____connection_2), (void*)value); } }; // DeviceConfig struct DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD : public RuntimeObject { public: // System.Int32 DeviceConfig::id int32_t ___id_0; // System.Int32 DeviceConfig::name int32_t ___name_1; // System.Int32 DeviceConfig::detail int32_t ___detail_2; // System.Int32 DeviceConfig::difficulty int32_t ___difficulty_3; // System.Int32 DeviceConfig::model int32_t ___model_4; // System.Int32 DeviceConfig::type int32_t ___type_5; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___name_1)); } inline int32_t get_name_1() const { return ___name_1; } inline int32_t* get_address_of_name_1() { return &___name_1; } inline void set_name_1(int32_t value) { ___name_1 = value; } inline static int32_t get_offset_of_detail_2() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___detail_2)); } inline int32_t get_detail_2() const { return ___detail_2; } inline int32_t* get_address_of_detail_2() { return &___detail_2; } inline void set_detail_2(int32_t value) { ___detail_2 = value; } inline static int32_t get_offset_of_difficulty_3() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___difficulty_3)); } inline int32_t get_difficulty_3() const { return ___difficulty_3; } inline int32_t* get_address_of_difficulty_3() { return &___difficulty_3; } inline void set_difficulty_3(int32_t value) { ___difficulty_3 = value; } inline static int32_t get_offset_of_model_4() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___model_4)); } inline int32_t get_model_4() const { return ___model_4; } inline int32_t* get_address_of_model_4() { return &___model_4; } inline void set_model_4(int32_t value) { ___model_4 = value; } inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___type_5)); } inline int32_t get_type_5() const { return ___type_5; } inline int32_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(int32_t value) { ___type_5 = value; } }; // DeviceInfo struct DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 : public RuntimeObject { public: // System.Int32 DeviceInfo::id int32_t ___id_0; // System.Boolean DeviceInfo::inuse bool ___inuse_1; // DeviceConfig DeviceInfo::config DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD * ___config_2; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_inuse_1() { return static_cast(offsetof(DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759, ___inuse_1)); } inline bool get_inuse_1() const { return ___inuse_1; } inline bool* get_address_of_inuse_1() { return &___inuse_1; } inline void set_inuse_1(bool value) { ___inuse_1 = value; } inline static int32_t get_offset_of_config_2() { return static_cast(offsetof(DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759, ___config_2)); } inline DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD * get_config_2() const { return ___config_2; } inline DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD ** get_address_of_config_2() { return &___config_2; } inline void set_config_2(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD * value) { ___config_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___config_2), (void*)value); } }; // DeviceMgr struct DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD : public RuntimeObject { public: // System.Collections.Hashtable DeviceMgr::deviceConfigs Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___deviceConfigs_1; public: inline static int32_t get_offset_of_deviceConfigs_1() { return static_cast(offsetof(DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD, ___deviceConfigs_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_deviceConfigs_1() const { return ___deviceConfigs_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_deviceConfigs_1() { return &___deviceConfigs_1; } inline void set_deviceConfigs_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___deviceConfigs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceConfigs_1), (void*)value); } }; struct DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD_StaticFields { public: // DeviceMgr DeviceMgr::_ins DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * ____ins_0; public: inline static int32_t get_offset_of__ins_0() { return static_cast(offsetof(DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD_StaticFields, ____ins_0)); } inline DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * get__ins_0() const { return ____ins_0; } inline DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD ** get_address_of__ins_0() { return &____ins_0; } inline void set__ins_0(DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * value) { ____ins_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_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); } }; // BestHTTP.SignalR.Messages.FailureMessage struct FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F : public RuntimeObject { public: // System.UInt64 BestHTTP.SignalR.Messages.FailureMessage::k__BackingField uint64_t ___U3CInvocationIdU3Ek__BackingField_0; // System.Boolean BestHTTP.SignalR.Messages.FailureMessage::k__BackingField bool ___U3CIsHubErrorU3Ek__BackingField_1; // System.String BestHTTP.SignalR.Messages.FailureMessage::k__BackingField String_t* ___U3CErrorMessageU3Ek__BackingField_2; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.FailureMessage::k__BackingField RuntimeObject* ___U3CAdditionalDataU3Ek__BackingField_3; // System.String BestHTTP.SignalR.Messages.FailureMessage::k__BackingField String_t* ___U3CStackTraceU3Ek__BackingField_4; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.FailureMessage::k__BackingField RuntimeObject* ___U3CStateU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CInvocationIdU3Ek__BackingField_0() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CInvocationIdU3Ek__BackingField_0)); } inline uint64_t get_U3CInvocationIdU3Ek__BackingField_0() const { return ___U3CInvocationIdU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CInvocationIdU3Ek__BackingField_0() { return &___U3CInvocationIdU3Ek__BackingField_0; } inline void set_U3CInvocationIdU3Ek__BackingField_0(uint64_t value) { ___U3CInvocationIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsHubErrorU3Ek__BackingField_1() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CIsHubErrorU3Ek__BackingField_1)); } inline bool get_U3CIsHubErrorU3Ek__BackingField_1() const { return ___U3CIsHubErrorU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsHubErrorU3Ek__BackingField_1() { return &___U3CIsHubErrorU3Ek__BackingField_1; } inline void set_U3CIsHubErrorU3Ek__BackingField_1(bool value) { ___U3CIsHubErrorU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CErrorMessageU3Ek__BackingField_2() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CErrorMessageU3Ek__BackingField_2)); } inline String_t* get_U3CErrorMessageU3Ek__BackingField_2() const { return ___U3CErrorMessageU3Ek__BackingField_2; } inline String_t** get_address_of_U3CErrorMessageU3Ek__BackingField_2() { return &___U3CErrorMessageU3Ek__BackingField_2; } inline void set_U3CErrorMessageU3Ek__BackingField_2(String_t* value) { ___U3CErrorMessageU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorMessageU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CAdditionalDataU3Ek__BackingField_3() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CAdditionalDataU3Ek__BackingField_3)); } inline RuntimeObject* get_U3CAdditionalDataU3Ek__BackingField_3() const { return ___U3CAdditionalDataU3Ek__BackingField_3; } inline RuntimeObject** get_address_of_U3CAdditionalDataU3Ek__BackingField_3() { return &___U3CAdditionalDataU3Ek__BackingField_3; } inline void set_U3CAdditionalDataU3Ek__BackingField_3(RuntimeObject* value) { ___U3CAdditionalDataU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAdditionalDataU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CStackTraceU3Ek__BackingField_4() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CStackTraceU3Ek__BackingField_4)); } inline String_t* get_U3CStackTraceU3Ek__BackingField_4() const { return ___U3CStackTraceU3Ek__BackingField_4; } inline String_t** get_address_of_U3CStackTraceU3Ek__BackingField_4() { return &___U3CStackTraceU3Ek__BackingField_4; } inline void set_U3CStackTraceU3Ek__BackingField_4(String_t* value) { ___U3CStackTraceU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStackTraceU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_5() { return static_cast(offsetof(FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F, ___U3CStateU3Ek__BackingField_5)); } inline RuntimeObject* get_U3CStateU3Ek__BackingField_5() const { return ___U3CStateU3Ek__BackingField_5; } inline RuntimeObject** get_address_of_U3CStateU3Ek__BackingField_5() { return &___U3CStateU3Ek__BackingField_5; } inline void set_U3CStateU3Ek__BackingField_5(RuntimeObject* value) { ___U3CStateU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateU3Ek__BackingField_5), (void*)value); } }; // 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.Macs.HMac struct HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::digest RuntimeObject* ___digest_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::digestSize int32_t ___digestSize_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::blockLength int32_t ___blockLength_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::ipadState RuntimeObject* ___ipadState_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::opadState RuntimeObject* ___opadState_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::inputPad ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inputPad_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::outputBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outputBuf_8; public: inline static int32_t get_offset_of_digest_2() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___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); } inline static int32_t get_offset_of_digestSize_3() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___digestSize_3)); } inline int32_t get_digestSize_3() const { return ___digestSize_3; } inline int32_t* get_address_of_digestSize_3() { return &___digestSize_3; } inline void set_digestSize_3(int32_t value) { ___digestSize_3 = value; } inline static int32_t get_offset_of_blockLength_4() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___blockLength_4)); } inline int32_t get_blockLength_4() const { return ___blockLength_4; } inline int32_t* get_address_of_blockLength_4() { return &___blockLength_4; } inline void set_blockLength_4(int32_t value) { ___blockLength_4 = value; } inline static int32_t get_offset_of_ipadState_5() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___ipadState_5)); } inline RuntimeObject* get_ipadState_5() const { return ___ipadState_5; } inline RuntimeObject** get_address_of_ipadState_5() { return &___ipadState_5; } inline void set_ipadState_5(RuntimeObject* value) { ___ipadState_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ipadState_5), (void*)value); } inline static int32_t get_offset_of_opadState_6() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___opadState_6)); } inline RuntimeObject* get_opadState_6() const { return ___opadState_6; } inline RuntimeObject** get_address_of_opadState_6() { return &___opadState_6; } inline void set_opadState_6(RuntimeObject* value) { ___opadState_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___opadState_6), (void*)value); } inline static int32_t get_offset_of_inputPad_7() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___inputPad_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_inputPad_7() const { return ___inputPad_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_inputPad_7() { return &___inputPad_7; } inline void set_inputPad_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___inputPad_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputPad_7), (void*)value); } inline static int32_t get_offset_of_outputBuf_8() { return static_cast(offsetof(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B, ___outputBuf_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_outputBuf_8() const { return ___outputBuf_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_outputBuf_8() { return &___outputBuf_8; } inline void set_outputBuf_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___outputBuf_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputBuf_8), (void*)value); } }; // BestHTTP.Forms.HTTPFieldData struct HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E : public RuntimeObject { public: // System.String BestHTTP.Forms.HTTPFieldData::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.String BestHTTP.Forms.HTTPFieldData::k__BackingField String_t* ___U3CFileNameU3Ek__BackingField_1; // System.String BestHTTP.Forms.HTTPFieldData::k__BackingField String_t* ___U3CMimeTypeU3Ek__BackingField_2; // System.Text.Encoding BestHTTP.Forms.HTTPFieldData::k__BackingField Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___U3CEncodingU3Ek__BackingField_3; // System.String BestHTTP.Forms.HTTPFieldData::k__BackingField String_t* ___U3CTextU3Ek__BackingField_4; // System.Byte[] BestHTTP.Forms.HTTPFieldData::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CBinaryU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E, ___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_U3CFileNameU3Ek__BackingField_1() { return static_cast(offsetof(HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E, ___U3CFileNameU3Ek__BackingField_1)); } inline String_t* get_U3CFileNameU3Ek__BackingField_1() const { return ___U3CFileNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CFileNameU3Ek__BackingField_1() { return &___U3CFileNameU3Ek__BackingField_1; } inline void set_U3CFileNameU3Ek__BackingField_1(String_t* value) { ___U3CFileNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFileNameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMimeTypeU3Ek__BackingField_2() { return static_cast(offsetof(HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E, ___U3CMimeTypeU3Ek__BackingField_2)); } inline String_t* get_U3CMimeTypeU3Ek__BackingField_2() const { return ___U3CMimeTypeU3Ek__BackingField_2; } inline String_t** get_address_of_U3CMimeTypeU3Ek__BackingField_2() { return &___U3CMimeTypeU3Ek__BackingField_2; } inline void set_U3CMimeTypeU3Ek__BackingField_2(String_t* value) { ___U3CMimeTypeU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMimeTypeU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CEncodingU3Ek__BackingField_3() { return static_cast(offsetof(HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E, ___U3CEncodingU3Ek__BackingField_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_U3CEncodingU3Ek__BackingField_3() const { return ___U3CEncodingU3Ek__BackingField_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_U3CEncodingU3Ek__BackingField_3() { return &___U3CEncodingU3Ek__BackingField_3; } inline void set_U3CEncodingU3Ek__BackingField_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___U3CEncodingU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEncodingU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CTextU3Ek__BackingField_4() { return static_cast(offsetof(HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E, ___U3CTextU3Ek__BackingField_4)); } inline String_t* get_U3CTextU3Ek__BackingField_4() const { return ___U3CTextU3Ek__BackingField_4; } inline String_t** get_address_of_U3CTextU3Ek__BackingField_4() { return &___U3CTextU3Ek__BackingField_4; } inline void set_U3CTextU3Ek__BackingField_4(String_t* value) { ___U3CTextU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTextU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CBinaryU3Ek__BackingField_5() { return static_cast(offsetof(HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E, ___U3CBinaryU3Ek__BackingField_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CBinaryU3Ek__BackingField_5() const { return ___U3CBinaryU3Ek__BackingField_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CBinaryU3Ek__BackingField_5() { return &___U3CBinaryU3Ek__BackingField_5; } inline void set_U3CBinaryU3Ek__BackingField_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CBinaryU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBinaryU3Ek__BackingField_5), (void*)value); } }; // BestHTTP.Forms.HTTPFormBase struct HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Forms.HTTPFormBase::k__BackingField List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD * ___U3CFieldsU3Ek__BackingField_1; // System.Boolean BestHTTP.Forms.HTTPFormBase::k__BackingField bool ___U3CIsChangedU3Ek__BackingField_2; // System.Boolean BestHTTP.Forms.HTTPFormBase::k__BackingField bool ___U3CHasBinaryU3Ek__BackingField_3; // System.Boolean BestHTTP.Forms.HTTPFormBase::k__BackingField bool ___U3CHasLongValueU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CFieldsU3Ek__BackingField_1() { return static_cast(offsetof(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2, ___U3CFieldsU3Ek__BackingField_1)); } inline List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD * get_U3CFieldsU3Ek__BackingField_1() const { return ___U3CFieldsU3Ek__BackingField_1; } inline List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD ** get_address_of_U3CFieldsU3Ek__BackingField_1() { return &___U3CFieldsU3Ek__BackingField_1; } inline void set_U3CFieldsU3Ek__BackingField_1(List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD * value) { ___U3CFieldsU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFieldsU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CIsChangedU3Ek__BackingField_2() { return static_cast(offsetof(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2, ___U3CIsChangedU3Ek__BackingField_2)); } inline bool get_U3CIsChangedU3Ek__BackingField_2() const { return ___U3CIsChangedU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsChangedU3Ek__BackingField_2() { return &___U3CIsChangedU3Ek__BackingField_2; } inline void set_U3CIsChangedU3Ek__BackingField_2(bool value) { ___U3CIsChangedU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CHasBinaryU3Ek__BackingField_3() { return static_cast(offsetof(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2, ___U3CHasBinaryU3Ek__BackingField_3)); } inline bool get_U3CHasBinaryU3Ek__BackingField_3() const { return ___U3CHasBinaryU3Ek__BackingField_3; } inline bool* get_address_of_U3CHasBinaryU3Ek__BackingField_3() { return &___U3CHasBinaryU3Ek__BackingField_3; } inline void set_U3CHasBinaryU3Ek__BackingField_3(bool value) { ___U3CHasBinaryU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CHasLongValueU3Ek__BackingField_4() { return static_cast(offsetof(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2, ___U3CHasLongValueU3Ek__BackingField_4)); } inline bool get_U3CHasLongValueU3Ek__BackingField_4() const { return ___U3CHasLongValueU3Ek__BackingField_4; } inline bool* get_address_of_U3CHasLongValueU3Ek__BackingField_4() { return &___U3CHasLongValueU3Ek__BackingField_4; } inline void set_U3CHasLongValueU3Ek__BackingField_4(bool value) { ___U3CHasLongValueU3Ek__BackingField_4 = value; } }; // BestHTTP.HTTPRange struct HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B : public RuntimeObject { public: // System.Int32 BestHTTP.HTTPRange::k__BackingField int32_t ___U3CFirstBytePosU3Ek__BackingField_0; // System.Int32 BestHTTP.HTTPRange::k__BackingField int32_t ___U3CLastBytePosU3Ek__BackingField_1; // System.Int32 BestHTTP.HTTPRange::k__BackingField int32_t ___U3CContentLengthU3Ek__BackingField_2; // System.Boolean BestHTTP.HTTPRange::k__BackingField bool ___U3CIsValidU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CFirstBytePosU3Ek__BackingField_0() { return static_cast(offsetof(HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B, ___U3CFirstBytePosU3Ek__BackingField_0)); } inline int32_t get_U3CFirstBytePosU3Ek__BackingField_0() const { return ___U3CFirstBytePosU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CFirstBytePosU3Ek__BackingField_0() { return &___U3CFirstBytePosU3Ek__BackingField_0; } inline void set_U3CFirstBytePosU3Ek__BackingField_0(int32_t value) { ___U3CFirstBytePosU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CLastBytePosU3Ek__BackingField_1() { return static_cast(offsetof(HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B, ___U3CLastBytePosU3Ek__BackingField_1)); } inline int32_t get_U3CLastBytePosU3Ek__BackingField_1() const { return ___U3CLastBytePosU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CLastBytePosU3Ek__BackingField_1() { return &___U3CLastBytePosU3Ek__BackingField_1; } inline void set_U3CLastBytePosU3Ek__BackingField_1(int32_t value) { ___U3CLastBytePosU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CContentLengthU3Ek__BackingField_2() { return static_cast(offsetof(HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B, ___U3CContentLengthU3Ek__BackingField_2)); } inline int32_t get_U3CContentLengthU3Ek__BackingField_2() const { return ___U3CContentLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CContentLengthU3Ek__BackingField_2() { return &___U3CContentLengthU3Ek__BackingField_2; } inline void set_U3CContentLengthU3Ek__BackingField_2(int32_t value) { ___U3CContentLengthU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CIsValidU3Ek__BackingField_3() { return static_cast(offsetof(HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B, ___U3CIsValidU3Ek__BackingField_3)); } inline bool get_U3CIsValidU3Ek__BackingField_3() const { return ___U3CIsValidU3Ek__BackingField_3; } inline bool* get_address_of_U3CIsValidU3Ek__BackingField_3() { return &___U3CIsValidU3Ek__BackingField_3; } inline void set_U3CIsValidU3Ek__BackingField_3(bool value) { ___U3CIsValidU3Ek__BackingField_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.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HandshakeType struct HandshakeType_tD46A8EB362293EA91876C33397D11BFA25135D1D : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HashAlgorithm struct HashAlgorithm_t37AD873E6EE334DBB2EE32A965EBDFB91D717EA6 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg struct HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::mDigest RuntimeObject* ___mDigest_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IEntropySource BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::mEntropySource RuntimeObject* ___mEntropySource_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::mSecurityStrength int32_t ___mSecurityStrength_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::mSeedLength int32_t ___mSeedLength_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::mV ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mV_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::mC ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mC_9; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::mReseedCounter int64_t ___mReseedCounter_10; public: inline static int32_t get_offset_of_mDigest_4() { return static_cast(offsetof(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090, ___mDigest_4)); } inline RuntimeObject* get_mDigest_4() const { return ___mDigest_4; } inline RuntimeObject** get_address_of_mDigest_4() { return &___mDigest_4; } inline void set_mDigest_4(RuntimeObject* value) { ___mDigest_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDigest_4), (void*)value); } inline static int32_t get_offset_of_mEntropySource_5() { return static_cast(offsetof(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090, ___mEntropySource_5)); } inline RuntimeObject* get_mEntropySource_5() const { return ___mEntropySource_5; } inline RuntimeObject** get_address_of_mEntropySource_5() { return &___mEntropySource_5; } inline void set_mEntropySource_5(RuntimeObject* value) { ___mEntropySource_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mEntropySource_5), (void*)value); } inline static int32_t get_offset_of_mSecurityStrength_6() { return static_cast(offsetof(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090, ___mSecurityStrength_6)); } inline int32_t get_mSecurityStrength_6() const { return ___mSecurityStrength_6; } inline int32_t* get_address_of_mSecurityStrength_6() { return &___mSecurityStrength_6; } inline void set_mSecurityStrength_6(int32_t value) { ___mSecurityStrength_6 = value; } inline static int32_t get_offset_of_mSeedLength_7() { return static_cast(offsetof(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090, ___mSeedLength_7)); } inline int32_t get_mSeedLength_7() const { return ___mSeedLength_7; } inline int32_t* get_address_of_mSeedLength_7() { return &___mSeedLength_7; } inline void set_mSeedLength_7(int32_t value) { ___mSeedLength_7 = value; } inline static int32_t get_offset_of_mV_8() { return static_cast(offsetof(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090, ___mV_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mV_8() const { return ___mV_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mV_8() { return &___mV_8; } inline void set_mV_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mV_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___mV_8), (void*)value); } inline static int32_t get_offset_of_mC_9() { return static_cast(offsetof(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090, ___mC_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mC_9() const { return ___mC_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mC_9() { return &___mC_9; } inline void set_mC_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mC_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___mC_9), (void*)value); } inline static int32_t get_offset_of_mReseedCounter_10() { return static_cast(offsetof(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090, ___mReseedCounter_10)); } inline int64_t get_mReseedCounter_10() const { return ___mReseedCounter_10; } inline int64_t* get_address_of_mReseedCounter_10() { return &___mReseedCounter_10; } inline void set_mReseedCounter_10(int64_t value) { ___mReseedCounter_10 = value; } }; struct HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::ONE ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ONE_0; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::RESEED_MAX int64_t ___RESEED_MAX_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::MAX_BITS_REQUEST int32_t ___MAX_BITS_REQUEST_2; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::seedlens RuntimeObject* ___seedlens_3; public: inline static int32_t get_offset_of_ONE_0() { return static_cast(offsetof(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields, ___ONE_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ONE_0() const { return ___ONE_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ONE_0() { return &___ONE_0; } inline void set_ONE_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ONE_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ONE_0), (void*)value); } inline static int32_t get_offset_of_RESEED_MAX_1() { return static_cast(offsetof(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields, ___RESEED_MAX_1)); } inline int64_t get_RESEED_MAX_1() const { return ___RESEED_MAX_1; } inline int64_t* get_address_of_RESEED_MAX_1() { return &___RESEED_MAX_1; } inline void set_RESEED_MAX_1(int64_t value) { ___RESEED_MAX_1 = value; } inline static int32_t get_offset_of_MAX_BITS_REQUEST_2() { return static_cast(offsetof(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields, ___MAX_BITS_REQUEST_2)); } inline int32_t get_MAX_BITS_REQUEST_2() const { return ___MAX_BITS_REQUEST_2; } inline int32_t* get_address_of_MAX_BITS_REQUEST_2() { return &___MAX_BITS_REQUEST_2; } inline void set_MAX_BITS_REQUEST_2(int32_t value) { ___MAX_BITS_REQUEST_2 = value; } inline static int32_t get_offset_of_seedlens_3() { return static_cast(offsetof(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields, ___seedlens_3)); } inline RuntimeObject* get_seedlens_3() const { return ___seedlens_3; } inline RuntimeObject** get_address_of_seedlens_3() { return &___seedlens_3; } inline void set_seedlens_3(RuntimeObject* value) { ___seedlens_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___seedlens_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet struct HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 : public RuntimeObject { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::impl RuntimeObject* ___impl_0; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754, ___impl_0)); } inline RuntimeObject* get_impl_0() const { return ___impl_0; } inline RuntimeObject** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(RuntimeObject* value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value); } }; // BestHTTP.SignalR.Authentication.HeaderAuthenticator struct HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 : public RuntimeObject { public: // System.String BestHTTP.SignalR.Authentication.HeaderAuthenticator::k__BackingField String_t* ___U3CUserU3Ek__BackingField_0; // System.String BestHTTP.SignalR.Authentication.HeaderAuthenticator::k__BackingField String_t* ___U3CRolesU3Ek__BackingField_1; // BestHTTP.SignalR.Authentication.OnAuthenticationSuccededDelegate BestHTTP.SignalR.Authentication.HeaderAuthenticator::OnAuthenticationSucceded OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * ___OnAuthenticationSucceded_2; // BestHTTP.SignalR.Authentication.OnAuthenticationFailedDelegate BestHTTP.SignalR.Authentication.HeaderAuthenticator::OnAuthenticationFailed OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * ___OnAuthenticationFailed_3; public: inline static int32_t get_offset_of_U3CUserU3Ek__BackingField_0() { return static_cast(offsetof(HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6, ___U3CUserU3Ek__BackingField_0)); } inline String_t* get_U3CUserU3Ek__BackingField_0() const { return ___U3CUserU3Ek__BackingField_0; } inline String_t** get_address_of_U3CUserU3Ek__BackingField_0() { return &___U3CUserU3Ek__BackingField_0; } inline void set_U3CUserU3Ek__BackingField_0(String_t* value) { ___U3CUserU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUserU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CRolesU3Ek__BackingField_1() { return static_cast(offsetof(HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6, ___U3CRolesU3Ek__BackingField_1)); } inline String_t* get_U3CRolesU3Ek__BackingField_1() const { return ___U3CRolesU3Ek__BackingField_1; } inline String_t** get_address_of_U3CRolesU3Ek__BackingField_1() { return &___U3CRolesU3Ek__BackingField_1; } inline void set_U3CRolesU3Ek__BackingField_1(String_t* value) { ___U3CRolesU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRolesU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_OnAuthenticationSucceded_2() { return static_cast(offsetof(HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6, ___OnAuthenticationSucceded_2)); } inline OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * get_OnAuthenticationSucceded_2() const { return ___OnAuthenticationSucceded_2; } inline OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 ** get_address_of_OnAuthenticationSucceded_2() { return &___OnAuthenticationSucceded_2; } inline void set_OnAuthenticationSucceded_2(OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * value) { ___OnAuthenticationSucceded_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnAuthenticationSucceded_2), (void*)value); } inline static int32_t get_offset_of_OnAuthenticationFailed_3() { return static_cast(offsetof(HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6, ___OnAuthenticationFailed_3)); } inline OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * get_OnAuthenticationFailed_3() const { return ___OnAuthenticationFailed_3; } inline OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 ** get_address_of_OnAuthenticationFailed_3() { return &___OnAuthenticationFailed_3; } inline void set_OnAuthenticationFailed_3(OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * value) { ___OnAuthenticationFailed_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnAuthenticationFailed_3), (void*)value); } }; // BestHTTP.SignalRCore.Authentication.HeaderAuthenticator struct HeaderAuthenticator_t4DAA44144D2C5479BBF931149D53BFB485A516DF : public RuntimeObject { public: // BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate BestHTTP.SignalRCore.Authentication.HeaderAuthenticator::OnAuthenticationSucceded OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * ___OnAuthenticationSucceded_0; // BestHTTP.SignalRCore.OnAuthenticationFailedDelegate BestHTTP.SignalRCore.Authentication.HeaderAuthenticator::OnAuthenticationFailed OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * ___OnAuthenticationFailed_1; // System.String BestHTTP.SignalRCore.Authentication.HeaderAuthenticator::_credentials String_t* ____credentials_2; public: inline static int32_t get_offset_of_OnAuthenticationSucceded_0() { return static_cast(offsetof(HeaderAuthenticator_t4DAA44144D2C5479BBF931149D53BFB485A516DF, ___OnAuthenticationSucceded_0)); } inline OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * get_OnAuthenticationSucceded_0() const { return ___OnAuthenticationSucceded_0; } inline OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 ** get_address_of_OnAuthenticationSucceded_0() { return &___OnAuthenticationSucceded_0; } inline void set_OnAuthenticationSucceded_0(OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * value) { ___OnAuthenticationSucceded_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnAuthenticationSucceded_0), (void*)value); } inline static int32_t get_offset_of_OnAuthenticationFailed_1() { return static_cast(offsetof(HeaderAuthenticator_t4DAA44144D2C5479BBF931149D53BFB485A516DF, ___OnAuthenticationFailed_1)); } inline OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * get_OnAuthenticationFailed_1() const { return ___OnAuthenticationFailed_1; } inline OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 ** get_address_of_OnAuthenticationFailed_1() { return &___OnAuthenticationFailed_1; } inline void set_OnAuthenticationFailed_1(OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * value) { ___OnAuthenticationFailed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnAuthenticationFailed_1), (void*)value); } inline static int32_t get_offset_of__credentials_2() { return static_cast(offsetof(HeaderAuthenticator_t4DAA44144D2C5479BBF931149D53BFB485A516DF, ____credentials_2)); } inline String_t* get__credentials_2() const { return ____credentials_2; } inline String_t** get_address_of__credentials_2() { return &____credentials_2; } inline void set__credentials_2(String_t* value) { ____credentials_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____credentials_2), (void*)value); } }; // BestHTTP.Extensions.HeaderValue struct HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 : public RuntimeObject { public: // System.String BestHTTP.Extensions.HeaderValue::k__BackingField String_t* ___U3CKeyU3Ek__BackingField_0; // System.String BestHTTP.Extensions.HeaderValue::k__BackingField String_t* ___U3CValueU3Ek__BackingField_1; // System.Collections.Generic.List`1 BestHTTP.Extensions.HeaderValue::k__BackingField List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * ___U3COptionsU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CKeyU3Ek__BackingField_0() { return static_cast(offsetof(HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77, ___U3CKeyU3Ek__BackingField_0)); } inline String_t* get_U3CKeyU3Ek__BackingField_0() const { return ___U3CKeyU3Ek__BackingField_0; } inline String_t** get_address_of_U3CKeyU3Ek__BackingField_0() { return &___U3CKeyU3Ek__BackingField_0; } inline void set_U3CKeyU3Ek__BackingField_0(String_t* value) { ___U3CKeyU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CKeyU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_1() { return static_cast(offsetof(HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77, ___U3CValueU3Ek__BackingField_1)); } inline String_t* get_U3CValueU3Ek__BackingField_1() const { return ___U3CValueU3Ek__BackingField_1; } inline String_t** get_address_of_U3CValueU3Ek__BackingField_1() { return &___U3CValueU3Ek__BackingField_1; } inline void set_U3CValueU3Ek__BackingField_1(String_t* value) { ___U3CValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3COptionsU3Ek__BackingField_2() { return static_cast(offsetof(HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77, ___U3COptionsU3Ek__BackingField_2)); } inline List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * get_U3COptionsU3Ek__BackingField_2() const { return ___U3COptionsU3Ek__BackingField_2; } inline List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 ** get_address_of_U3COptionsU3Ek__BackingField_2() { return &___U3COptionsU3Ek__BackingField_2; } inline void set_U3COptionsU3Ek__BackingField_2(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * value) { ___U3COptionsU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COptionsU3Ek__BackingField_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatExtension struct HeartbeatExtension_t2BD363B2637B8A983BBDCA9EB10EE4B832B299E7 : public RuntimeObject { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatExtension::mMode uint8_t ___mMode_0; public: inline static int32_t get_offset_of_mMode_0() { return static_cast(offsetof(HeartbeatExtension_t2BD363B2637B8A983BBDCA9EB10EE4B832B299E7, ___mMode_0)); } inline uint8_t get_mMode_0() const { return ___mMode_0; } inline uint8_t* get_address_of_mMode_0() { return &___mMode_0; } inline void set_mMode_0(uint8_t value) { ___mMode_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage struct HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3 : public RuntimeObject { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage::mType uint8_t ___mType_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage::mPayload ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mPayload_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage::mPaddingLength int32_t ___mPaddingLength_2; public: inline static int32_t get_offset_of_mType_0() { return static_cast(offsetof(HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3, ___mType_0)); } inline uint8_t get_mType_0() const { return ___mType_0; } inline uint8_t* get_address_of_mType_0() { return &___mType_0; } inline void set_mType_0(uint8_t value) { ___mType_0 = value; } inline static int32_t get_offset_of_mPayload_1() { return static_cast(offsetof(HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3, ___mPayload_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mPayload_1() const { return ___mPayload_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mPayload_1() { return &___mPayload_1; } inline void set_mPayload_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mPayload_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPayload_1), (void*)value); } inline static int32_t get_offset_of_mPaddingLength_2() { return static_cast(offsetof(HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3, ___mPaddingLength_2)); } inline int32_t get_mPaddingLength_2() const { return ___mPaddingLength_2; } inline int32_t* get_address_of_mPaddingLength_2() { return &___mPaddingLength_2; } inline void set_mPaddingLength_2(int32_t value) { ___mPaddingLength_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessageType struct HeartbeatMessageType_t042D59A30EE70473D60EBF2BDD8391F95ACA12EA : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMode struct HeartbeatMode_tA98E3996BC3352A83FC2D218024ADA15C8D24D61 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex struct Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE : public RuntimeObject { public: public: }; struct Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.IEncoder BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::encoder RuntimeObject* ___encoder_0; public: inline static int32_t get_offset_of_encoder_0() { return static_cast(offsetof(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_StaticFields, ___encoder_0)); } inline RuntimeObject* get_encoder_0() const { return ___encoder_0; } inline RuntimeObject** get_address_of_encoder_0() { return &___encoder_0; } inline void set_encoder_0(RuntimeObject* value) { ___encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexEncoder struct HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexEncoder::encodingTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encodingTable_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexEncoder::decodingTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___decodingTable_1; public: inline static int32_t get_offset_of_encodingTable_0() { return static_cast(offsetof(HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1, ___encodingTable_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_encodingTable_0() const { return ___encodingTable_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_encodingTable_0() { return &___encodingTable_0; } inline void set_encodingTable_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___encodingTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodingTable_0), (void*)value); } inline static int32_t get_offset_of_decodingTable_1() { return static_cast(offsetof(HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1, ___decodingTable_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_decodingTable_1() const { return ___decodingTable_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_decodingTable_1() { return &___decodingTable_1; } inline void set_decodingTable_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___decodingTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___decodingTable_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexTranslator struct HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93 : public RuntimeObject { public: public: }; struct HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexTranslator::hexTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___hexTable_0; public: inline static int32_t get_offset_of_hexTable_0() { return static_cast(offsetof(HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93_StaticFields, ___hexTable_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_hexTable_0() const { return ___hexTable_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_hexTable_0() { return &___hexTable_0; } inline void set_hexTable_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___hexTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hexTable_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator struct HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator::hMacHash HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * ___hMacHash_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator::hashLen int32_t ___hashLen_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator::info ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___info_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator::currentT ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___currentT_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator::generatedBytes int32_t ___generatedBytes_4; public: inline static int32_t get_offset_of_hMacHash_0() { return static_cast(offsetof(HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE, ___hMacHash_0)); } inline HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * get_hMacHash_0() const { return ___hMacHash_0; } inline HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B ** get_address_of_hMacHash_0() { return &___hMacHash_0; } inline void set_hMacHash_0(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * value) { ___hMacHash_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hMacHash_0), (void*)value); } inline static int32_t get_offset_of_hashLen_1() { return static_cast(offsetof(HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE, ___hashLen_1)); } inline int32_t get_hashLen_1() const { return ___hashLen_1; } inline int32_t* get_address_of_hashLen_1() { return &___hashLen_1; } inline void set_hashLen_1(int32_t value) { ___hashLen_1 = value; } inline static int32_t get_offset_of_info_2() { return static_cast(offsetof(HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE, ___info_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_info_2() const { return ___info_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_info_2() { return &___info_2; } inline void set_info_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___info_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_2), (void*)value); } inline static int32_t get_offset_of_currentT_3() { return static_cast(offsetof(HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE, ___currentT_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_currentT_3() const { return ___currentT_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_currentT_3() { return &___currentT_3; } inline void set_currentT_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___currentT_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentT_3), (void*)value); } inline static int32_t get_offset_of_generatedBytes_4() { return static_cast(offsetof(HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE, ___generatedBytes_4)); } inline int32_t get_generatedBytes_4() const { return ___generatedBytes_4; } inline int32_t* get_address_of_generatedBytes_4() { return &___generatedBytes_4; } inline void set_generatedBytes_4(int32_t value) { ___generatedBytes_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters struct HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::ikm ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ikm_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::skipExpand bool ___skipExpand_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::salt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::info ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___info_3; public: inline static int32_t get_offset_of_ikm_0() { return static_cast(offsetof(HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0, ___ikm_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ikm_0() const { return ___ikm_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ikm_0() { return &___ikm_0; } inline void set_ikm_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ikm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ikm_0), (void*)value); } inline static int32_t get_offset_of_skipExpand_1() { return static_cast(offsetof(HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0, ___skipExpand_1)); } inline bool get_skipExpand_1() const { return ___skipExpand_1; } inline bool* get_address_of_skipExpand_1() { return &___skipExpand_1; } inline void set_skipExpand_1(bool value) { ___skipExpand_1 = value; } inline static int32_t get_offset_of_salt_2() { return static_cast(offsetof(HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0, ___salt_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_salt_2() const { return ___salt_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_salt_2() { return &___salt_2; } inline void set_salt_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___salt_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___salt_2), (void*)value); } inline static int32_t get_offset_of_info_3() { return static_cast(offsetof(HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0, ___info_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_info_3() const { return ___info_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_info_3() { return &___info_3; } inline void set_info_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___info_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_3), (void*)value); } }; // BestHTTP.SignalR.Hubs.Hub struct Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 : public RuntimeObject { public: // System.String BestHTTP.SignalR.Hubs.Hub::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::state Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___state_1; // BestHTTP.SignalR.Hubs.OnMethodCallDelegate BestHTTP.SignalR.Hubs.Hub::OnMethodCall OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * ___OnMethodCall_2; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::SentMessages Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * ___SentMessages_3; // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::MethodTable Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * ___MethodTable_4; // System.Text.StringBuilder BestHTTP.SignalR.Hubs.Hub::builder StringBuilder_t * ___builder_5; // BestHTTP.SignalR.Connection BestHTTP.SignalR.Hubs.Hub::k__BackingField Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___U3CNameU3Ek__BackingField_0)); } inline String_t* get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(String_t* value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___state_1)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_state_1() const { return ___state_1; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_state_1() { return &___state_1; } inline void set_state_1(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___state_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_1), (void*)value); } inline static int32_t get_offset_of_OnMethodCall_2() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___OnMethodCall_2)); } inline OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * get_OnMethodCall_2() const { return ___OnMethodCall_2; } inline OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 ** get_address_of_OnMethodCall_2() { return &___OnMethodCall_2; } inline void set_OnMethodCall_2(OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * value) { ___OnMethodCall_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnMethodCall_2), (void*)value); } inline static int32_t get_offset_of_SentMessages_3() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___SentMessages_3)); } inline Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * get_SentMessages_3() const { return ___SentMessages_3; } inline Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F ** get_address_of_SentMessages_3() { return &___SentMessages_3; } inline void set_SentMessages_3(Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * value) { ___SentMessages_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SentMessages_3), (void*)value); } inline static int32_t get_offset_of_MethodTable_4() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___MethodTable_4)); } inline Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * get_MethodTable_4() const { return ___MethodTable_4; } inline Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 ** get_address_of_MethodTable_4() { return &___MethodTable_4; } inline void set_MethodTable_4(Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * value) { ___MethodTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MethodTable_4), (void*)value); } inline static int32_t get_offset_of_builder_5() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___builder_5)); } inline StringBuilder_t * get_builder_5() const { return ___builder_5; } inline StringBuilder_t ** get_address_of_builder_5() { return &___builder_5; } inline void set_builder_5(StringBuilder_t * value) { ___builder_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___builder_5), (void*)value); } inline static int32_t get_offset_of_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() { return static_cast(offsetof(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362, ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6)); } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * get_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() const { return ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; } inline Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC ** get_address_of_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6() { return &___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6; } inline void set_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * value) { ___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6), (void*)value); } }; // HunterGamePlayerScoreCounter struct HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 : public RuntimeObject { public: // System.Int32[] HunterGamePlayerScoreCounter::hitScores Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___hitScores_0; // ChallengeGameModeLocalPK HunterGamePlayerScoreCounter::gameModeLocalPK RuntimeObject* ___gameModeLocalPK_1; public: inline static int32_t get_offset_of_hitScores_0() { return static_cast(offsetof(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7, ___hitScores_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_hitScores_0() const { return ___hitScores_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_hitScores_0() { return &___hitScores_0; } inline void set_hitScores_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___hitScores_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitScores_0), (void*)value); } inline static int32_t get_offset_of_gameModeLocalPK_1() { return static_cast(offsetof(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7, ___gameModeLocalPK_1)); } inline RuntimeObject* get_gameModeLocalPK_1() const { return ___gameModeLocalPK_1; } inline RuntimeObject** get_address_of_gameModeLocalPK_1() { return &___gameModeLocalPK_1; } inline void set_gameModeLocalPK_1(RuntimeObject* value) { ___gameModeLocalPK_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameModeLocalPK_1), (void*)value); } }; // JCEngineCore.JCEntity struct JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB : public RuntimeObject { public: // System.Int32 JCEngineCore.JCEntity::id int32_t ___id_0; // JCEngineCore.Channel JCEngineCore.JCEntity::channel Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * ___channel_1; // System.Boolean JCEngineCore.JCEntity::isValid bool ___isValid_2; // System.Boolean JCEngineCore.JCEntity::loaded bool ___loaded_3; // System.Collections.Generic.Dictionary`2 JCEngineCore.JCEntity::components Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___components_4; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_channel_1() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___channel_1)); } inline Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * get_channel_1() const { return ___channel_1; } inline Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 ** get_address_of_channel_1() { return &___channel_1; } inline void set_channel_1(Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1 * value) { ___channel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___channel_1), (void*)value); } inline static int32_t get_offset_of_isValid_2() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___isValid_2)); } inline bool get_isValid_2() const { return ___isValid_2; } inline bool* get_address_of_isValid_2() { return &___isValid_2; } inline void set_isValid_2(bool value) { ___isValid_2 = value; } inline static int32_t get_offset_of_loaded_3() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___loaded_3)); } inline bool get_loaded_3() const { return ___loaded_3; } inline bool* get_address_of_loaded_3() { return &___loaded_3; } inline void set_loaded_3(bool value) { ___loaded_3 = value; } inline static int32_t get_offset_of_components_4() { return static_cast(offsetof(JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB, ___components_4)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_components_4() const { return ___components_4; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_components_4() { return &___components_4; } inline void set_components_4(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___components_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___components_4), (void*)value); } }; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 : public RuntimeObject { public: // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::_parent JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ____parent_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_previous JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____previous_1; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_next JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____next_2; // System.Object Newtonsoft.Json.Linq.JToken::_annotations RuntimeObject * ____annotations_3; public: inline static int32_t get_offset_of__parent_0() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____parent_0)); } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * get__parent_0() const { return ____parent_0; } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 ** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value); } inline static int32_t get_offset_of__previous_1() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____previous_1)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__previous_1() const { return ____previous_1; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__previous_1() { return &____previous_1; } inline void set__previous_1(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____previous_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____previous_1), (void*)value); } inline static int32_t get_offset_of__next_2() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____next_2)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__next_2() const { return ____next_2; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__next_2() { return &____next_2; } inline void set__next_2(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____next_2), (void*)value); } inline static int32_t get_offset_of__annotations_3() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____annotations_3)); } inline RuntimeObject * get__annotations_3() const { return ____annotations_3; } inline RuntimeObject ** get_address_of__annotations_3() { return &____annotations_3; } inline void set__annotations_3(RuntimeObject * value) { ____annotations_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____annotations_3), (void*)value); } }; struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields { public: // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BooleanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BooleanTypes_4; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::NumberTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___NumberTypes_5; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::StringTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___StringTypes_6; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::GuidTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___GuidTypes_7; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::TimeSpanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___TimeSpanTypes_8; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::UriTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___UriTypes_9; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::CharTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___CharTypes_10; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::DateTimeTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___DateTimeTypes_11; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BytesTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BytesTypes_12; public: inline static int32_t get_offset_of_BooleanTypes_4() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BooleanTypes_4)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BooleanTypes_4() const { return ___BooleanTypes_4; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BooleanTypes_4() { return &___BooleanTypes_4; } inline void set_BooleanTypes_4(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BooleanTypes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___BooleanTypes_4), (void*)value); } inline static int32_t get_offset_of_NumberTypes_5() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___NumberTypes_5)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_NumberTypes_5() const { return ___NumberTypes_5; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_NumberTypes_5() { return &___NumberTypes_5; } inline void set_NumberTypes_5(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___NumberTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___NumberTypes_5), (void*)value); } inline static int32_t get_offset_of_StringTypes_6() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___StringTypes_6)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_StringTypes_6() const { return ___StringTypes_6; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_StringTypes_6() { return &___StringTypes_6; } inline void set_StringTypes_6(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___StringTypes_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringTypes_6), (void*)value); } inline static int32_t get_offset_of_GuidTypes_7() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___GuidTypes_7)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_GuidTypes_7() const { return ___GuidTypes_7; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_GuidTypes_7() { return &___GuidTypes_7; } inline void set_GuidTypes_7(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___GuidTypes_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GuidTypes_7), (void*)value); } inline static int32_t get_offset_of_TimeSpanTypes_8() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___TimeSpanTypes_8)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_TimeSpanTypes_8() const { return ___TimeSpanTypes_8; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_TimeSpanTypes_8() { return &___TimeSpanTypes_8; } inline void set_TimeSpanTypes_8(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___TimeSpanTypes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeSpanTypes_8), (void*)value); } inline static int32_t get_offset_of_UriTypes_9() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___UriTypes_9)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_UriTypes_9() const { return ___UriTypes_9; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_UriTypes_9() { return &___UriTypes_9; } inline void set_UriTypes_9(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___UriTypes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriTypes_9), (void*)value); } inline static int32_t get_offset_of_CharTypes_10() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___CharTypes_10)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_CharTypes_10() const { return ___CharTypes_10; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_CharTypes_10() { return &___CharTypes_10; } inline void set_CharTypes_10(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___CharTypes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___CharTypes_10), (void*)value); } inline static int32_t get_offset_of_DateTimeTypes_11() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___DateTimeTypes_11)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_DateTimeTypes_11() const { return ___DateTimeTypes_11; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_DateTimeTypes_11() { return &___DateTimeTypes_11; } inline void set_DateTimeTypes_11(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___DateTimeTypes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeTypes_11), (void*)value); } inline static int32_t get_offset_of_BytesTypes_12() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BytesTypes_12)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BytesTypes_12() const { return ___BytesTypes_12; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BytesTypes_12() { return &___BytesTypes_12; } inline void set_BytesTypes_12(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BytesTypes_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BytesTypes_12), (void*)value); } }; // 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); } }; // BestHTTP.Extensions.KeyValuePairList struct KeyValuePairList_tFB05264C65689BEB0A93912EE115844C33E3FF0F : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Extensions.KeyValuePairList::k__BackingField List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * ___U3CValuesU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CValuesU3Ek__BackingField_0() { return static_cast(offsetof(KeyValuePairList_tFB05264C65689BEB0A93912EE115844C33E3FF0F, ___U3CValuesU3Ek__BackingField_0)); } inline List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * get_U3CValuesU3Ek__BackingField_0() const { return ___U3CValuesU3Ek__BackingField_0; } inline List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 ** get_address_of_U3CValuesU3Ek__BackingField_0() { return &___U3CValuesU3Ek__BackingField_0; } inline void set_U3CValuesU3Ek__BackingField_0(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * value) { ___U3CValuesU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValuesU3Ek__BackingField_0), (void*)value); } }; // UnityStandardAssets.Utility.LerpControlledBob struct LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 : public RuntimeObject { public: // System.Single UnityStandardAssets.Utility.LerpControlledBob::BobDuration float ___BobDuration_0; // System.Single UnityStandardAssets.Utility.LerpControlledBob::BobAmount float ___BobAmount_1; // System.Single UnityStandardAssets.Utility.LerpControlledBob::m_Offset float ___m_Offset_2; public: inline static int32_t get_offset_of_BobDuration_0() { return static_cast(offsetof(LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214, ___BobDuration_0)); } inline float get_BobDuration_0() const { return ___BobDuration_0; } inline float* get_address_of_BobDuration_0() { return &___BobDuration_0; } inline void set_BobDuration_0(float value) { ___BobDuration_0 = value; } inline static int32_t get_offset_of_BobAmount_1() { return static_cast(offsetof(LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214, ___BobAmount_1)); } inline float get_BobAmount_1() const { return ___BobAmount_1; } inline float* get_address_of_BobAmount_1() { return &___BobAmount_1; } inline void set_BobAmount_1(float value) { ___BobAmount_1 = value; } inline static int32_t get_offset_of_m_Offset_2() { return static_cast(offsetof(LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214, ___m_Offset_2)); } inline float get_m_Offset_2() const { return ___m_Offset_2; } inline float* get_address_of_m_Offset_2() { return &___m_Offset_2; } inline void set_m_Offset_2(float value) { ___m_Offset_2 = 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; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // BestHTTP.SignalR.Messages.MethodCallMessage struct MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB : public RuntimeObject { public: // System.String BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField String_t* ___U3CHubU3Ek__BackingField_0; // System.String BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField String_t* ___U3CMethodU3Ek__BackingField_1; // System.Object[] BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___U3CArgumentsU3Ek__BackingField_2; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.MethodCallMessage::k__BackingField RuntimeObject* ___U3CStateU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CHubU3Ek__BackingField_0() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CHubU3Ek__BackingField_0)); } inline String_t* get_U3CHubU3Ek__BackingField_0() const { return ___U3CHubU3Ek__BackingField_0; } inline String_t** get_address_of_U3CHubU3Ek__BackingField_0() { return &___U3CHubU3Ek__BackingField_0; } inline void set_U3CHubU3Ek__BackingField_0(String_t* value) { ___U3CHubU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHubU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CMethodU3Ek__BackingField_1() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CMethodU3Ek__BackingField_1)); } inline String_t* get_U3CMethodU3Ek__BackingField_1() const { return ___U3CMethodU3Ek__BackingField_1; } inline String_t** get_address_of_U3CMethodU3Ek__BackingField_1() { return &___U3CMethodU3Ek__BackingField_1; } inline void set_U3CMethodU3Ek__BackingField_1(String_t* value) { ___U3CMethodU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMethodU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CArgumentsU3Ek__BackingField_2() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CArgumentsU3Ek__BackingField_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_U3CArgumentsU3Ek__BackingField_2() const { return ___U3CArgumentsU3Ek__BackingField_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_U3CArgumentsU3Ek__BackingField_2() { return &___U3CArgumentsU3Ek__BackingField_2; } inline void set_U3CArgumentsU3Ek__BackingField_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___U3CArgumentsU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CArgumentsU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_3() { return static_cast(offsetof(MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB, ___U3CStateU3Ek__BackingField_3)); } inline RuntimeObject* get_U3CStateU3Ek__BackingField_3() const { return ___U3CStateU3Ek__BackingField_3; } inline RuntimeObject** get_address_of_U3CStateU3Ek__BackingField_3() { return &___U3CStateU3Ek__BackingField_3; } inline void set_U3CStateU3Ek__BackingField_3(RuntimeObject* value) { ___U3CStateU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateU3Ek__BackingField_3), (void*)value); } }; // BestHTTP.SignalRCore.Messages.NegotiationResult struct NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 : public RuntimeObject { public: // System.String BestHTTP.SignalRCore.Messages.NegotiationResult::k__BackingField String_t* ___U3CConnectionIdU3Ek__BackingField_0; // System.Collections.Generic.List`1 BestHTTP.SignalRCore.Messages.NegotiationResult::k__BackingField List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 * ___U3CSupportedTransportsU3Ek__BackingField_1; // System.Uri BestHTTP.SignalRCore.Messages.NegotiationResult::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUrlU3Ek__BackingField_2; // System.String BestHTTP.SignalRCore.Messages.NegotiationResult::k__BackingField String_t* ___U3CAccessTokenU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CConnectionIdU3Ek__BackingField_0() { return static_cast(offsetof(NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85, ___U3CConnectionIdU3Ek__BackingField_0)); } inline String_t* get_U3CConnectionIdU3Ek__BackingField_0() const { return ___U3CConnectionIdU3Ek__BackingField_0; } inline String_t** get_address_of_U3CConnectionIdU3Ek__BackingField_0() { return &___U3CConnectionIdU3Ek__BackingField_0; } inline void set_U3CConnectionIdU3Ek__BackingField_0(String_t* value) { ___U3CConnectionIdU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectionIdU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSupportedTransportsU3Ek__BackingField_1() { return static_cast(offsetof(NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85, ___U3CSupportedTransportsU3Ek__BackingField_1)); } inline List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 * get_U3CSupportedTransportsU3Ek__BackingField_1() const { return ___U3CSupportedTransportsU3Ek__BackingField_1; } inline List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 ** get_address_of_U3CSupportedTransportsU3Ek__BackingField_1() { return &___U3CSupportedTransportsU3Ek__BackingField_1; } inline void set_U3CSupportedTransportsU3Ek__BackingField_1(List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 * value) { ___U3CSupportedTransportsU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSupportedTransportsU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CUrlU3Ek__BackingField_2() { return static_cast(offsetof(NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85, ___U3CUrlU3Ek__BackingField_2)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUrlU3Ek__BackingField_2() const { return ___U3CUrlU3Ek__BackingField_2; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUrlU3Ek__BackingField_2() { return &___U3CUrlU3Ek__BackingField_2; } inline void set_U3CUrlU3Ek__BackingField_2(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUrlU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUrlU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CAccessTokenU3Ek__BackingField_3() { return static_cast(offsetof(NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85, ___U3CAccessTokenU3Ek__BackingField_3)); } inline String_t* get_U3CAccessTokenU3Ek__BackingField_3() const { return ___U3CAccessTokenU3Ek__BackingField_3; } inline String_t** get_address_of_U3CAccessTokenU3Ek__BackingField_3() { return &___U3CAccessTokenU3Ek__BackingField_3; } inline void set_U3CAccessTokenU3Ek__BackingField_3(String_t* value) { ___U3CAccessTokenU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAccessTokenU3Ek__BackingField_3), (void*)value); } }; // BestHTTP.Examples.PreAuthAccessTokenAuthenticator struct PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48 : public RuntimeObject { public: // BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate BestHTTP.Examples.PreAuthAccessTokenAuthenticator::OnAuthenticationSucceded OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * ___OnAuthenticationSucceded_0; // BestHTTP.SignalRCore.OnAuthenticationFailedDelegate BestHTTP.Examples.PreAuthAccessTokenAuthenticator::OnAuthenticationFailed OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * ___OnAuthenticationFailed_1; // System.Uri BestHTTP.Examples.PreAuthAccessTokenAuthenticator::authenticationUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___authenticationUri_2; // System.String BestHTTP.Examples.PreAuthAccessTokenAuthenticator::k__BackingField String_t* ___U3CTokenU3Ek__BackingField_3; public: inline static int32_t get_offset_of_OnAuthenticationSucceded_0() { return static_cast(offsetof(PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48, ___OnAuthenticationSucceded_0)); } inline OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * get_OnAuthenticationSucceded_0() const { return ___OnAuthenticationSucceded_0; } inline OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 ** get_address_of_OnAuthenticationSucceded_0() { return &___OnAuthenticationSucceded_0; } inline void set_OnAuthenticationSucceded_0(OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * value) { ___OnAuthenticationSucceded_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnAuthenticationSucceded_0), (void*)value); } inline static int32_t get_offset_of_OnAuthenticationFailed_1() { return static_cast(offsetof(PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48, ___OnAuthenticationFailed_1)); } inline OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * get_OnAuthenticationFailed_1() const { return ___OnAuthenticationFailed_1; } inline OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 ** get_address_of_OnAuthenticationFailed_1() { return &___OnAuthenticationFailed_1; } inline void set_OnAuthenticationFailed_1(OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * value) { ___OnAuthenticationFailed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnAuthenticationFailed_1), (void*)value); } inline static int32_t get_offset_of_authenticationUri_2() { return static_cast(offsetof(PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48, ___authenticationUri_2)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_authenticationUri_2() const { return ___authenticationUri_2; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_authenticationUri_2() { return &___authenticationUri_2; } inline void set_authenticationUri_2(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___authenticationUri_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___authenticationUri_2), (void*)value); } inline static int32_t get_offset_of_U3CTokenU3Ek__BackingField_3() { return static_cast(offsetof(PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48, ___U3CTokenU3Ek__BackingField_3)); } inline String_t* get_U3CTokenU3Ek__BackingField_3() const { return ___U3CTokenU3Ek__BackingField_3; } inline String_t** get_address_of_U3CTokenU3Ek__BackingField_3() { return &___U3CTokenU3Ek__BackingField_3; } inline void set_U3CTokenU3Ek__BackingField_3(String_t* value) { ___U3CTokenU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTokenU3Ek__BackingField_3), (void*)value); } }; // BestHTTP.SignalR.Messages.ProgressMessage struct ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF : public RuntimeObject { public: // System.UInt64 BestHTTP.SignalR.Messages.ProgressMessage::k__BackingField uint64_t ___U3CInvocationIdU3Ek__BackingField_0; // System.Double BestHTTP.SignalR.Messages.ProgressMessage::k__BackingField double ___U3CProgressU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CInvocationIdU3Ek__BackingField_0() { return static_cast(offsetof(ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF, ___U3CInvocationIdU3Ek__BackingField_0)); } inline uint64_t get_U3CInvocationIdU3Ek__BackingField_0() const { return ___U3CInvocationIdU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CInvocationIdU3Ek__BackingField_0() { return &___U3CInvocationIdU3Ek__BackingField_0; } inline void set_U3CInvocationIdU3Ek__BackingField_0(uint64_t value) { ___U3CInvocationIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CProgressU3Ek__BackingField_1() { return static_cast(offsetof(ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF, ___U3CProgressU3Ek__BackingField_1)); } inline double get_U3CProgressU3Ek__BackingField_1() const { return ___U3CProgressU3Ek__BackingField_1; } inline double* get_address_of_U3CProgressU3Ek__BackingField_1() { return &___U3CProgressU3Ek__BackingField_1; } inline void set_U3CProgressU3Ek__BackingField_1(double value) { ___U3CProgressU3Ek__BackingField_1 = value; } }; // BestHTTP.SignalR.Messages.ResultMessage struct ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D : public RuntimeObject { public: // System.UInt64 BestHTTP.SignalR.Messages.ResultMessage::k__BackingField uint64_t ___U3CInvocationIdU3Ek__BackingField_0; // System.Object BestHTTP.SignalR.Messages.ResultMessage::k__BackingField RuntimeObject * ___U3CReturnValueU3Ek__BackingField_1; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.ResultMessage::k__BackingField RuntimeObject* ___U3CStateU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CInvocationIdU3Ek__BackingField_0() { return static_cast(offsetof(ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D, ___U3CInvocationIdU3Ek__BackingField_0)); } inline uint64_t get_U3CInvocationIdU3Ek__BackingField_0() const { return ___U3CInvocationIdU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CInvocationIdU3Ek__BackingField_0() { return &___U3CInvocationIdU3Ek__BackingField_0; } inline void set_U3CInvocationIdU3Ek__BackingField_0(uint64_t value) { ___U3CInvocationIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CReturnValueU3Ek__BackingField_1() { return static_cast(offsetof(ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D, ___U3CReturnValueU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CReturnValueU3Ek__BackingField_1() const { return ___U3CReturnValueU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CReturnValueU3Ek__BackingField_1() { return &___U3CReturnValueU3Ek__BackingField_1; } inline void set_U3CReturnValueU3Ek__BackingField_1(RuntimeObject * value) { ___U3CReturnValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CReturnValueU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_2() { return static_cast(offsetof(ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D, ___U3CStateU3Ek__BackingField_2)); } inline RuntimeObject* get_U3CStateU3Ek__BackingField_2() const { return ___U3CStateU3Ek__BackingField_2; } inline RuntimeObject** get_address_of_U3CStateU3Ek__BackingField_2() { return &___U3CStateU3Ek__BackingField_2; } inline void set_U3CStateU3Ek__BackingField_2(RuntimeObject* value) { ___U3CStateU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateU3Ek__BackingField_2), (void*)value); } }; // SimulateMouseController struct SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 : public RuntimeObject { public: // System.Boolean SimulateMouseController::bleConnected bool ___bleConnected_1; // System.Collections.Generic.HashSet`1 SimulateMouseController::openLockerSet HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ___openLockerSet_2; public: inline static int32_t get_offset_of_bleConnected_1() { return static_cast(offsetof(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5, ___bleConnected_1)); } inline bool get_bleConnected_1() const { return ___bleConnected_1; } inline bool* get_address_of_bleConnected_1() { return &___bleConnected_1; } inline void set_bleConnected_1(bool value) { ___bleConnected_1 = value; } inline static int32_t get_offset_of_openLockerSet_2() { return static_cast(offsetof(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5, ___openLockerSet_2)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get_openLockerSet_2() const { return ___openLockerSet_2; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of_openLockerSet_2() { return &___openLockerSet_2; } inline void set_openLockerSet_2(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ___openLockerSet_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___openLockerSet_2), (void*)value); } }; struct SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_StaticFields { public: // SimulateMouseController SimulateMouseController::ins SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * ___ins_0; public: inline static int32_t get_offset_of_ins_0() { return static_cast(offsetof(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_StaticFields, ___ins_0)); } inline SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * get_ins_0() const { return ___ins_0; } inline SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 ** get_address_of_ins_0() { return &___ins_0; } inline void set_ins_0(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * value) { ___ins_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_0), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 : public RuntimeObject { public: public: }; struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields { public: // System.StringComparer System.StringComparer::_invariantCulture StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____invariantCulture_0; // System.StringComparer System.StringComparer::_invariantCultureIgnoreCase StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____invariantCultureIgnoreCase_1; // System.StringComparer System.StringComparer::_ordinal StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____ordinal_2; // System.StringComparer System.StringComparer::_ordinalIgnoreCase StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____ordinalIgnoreCase_3; public: inline static int32_t get_offset_of__invariantCulture_0() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____invariantCulture_0)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__invariantCulture_0() const { return ____invariantCulture_0; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; } inline void set__invariantCulture_0(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____invariantCulture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value); } inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____invariantCultureIgnoreCase_1)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; } inline void set__invariantCultureIgnoreCase_1(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____invariantCultureIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value); } inline static int32_t get_offset_of__ordinal_2() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____ordinal_2)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__ordinal_2() const { return ____ordinal_2; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__ordinal_2() { return &____ordinal_2; } inline void set__ordinal_2(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____ordinal_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value); } inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____ordinalIgnoreCase_3)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; } inline void set__ordinalIgnoreCase_3(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____ordinalIgnoreCase_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (void*)value); } }; // 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.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); } }; // JCUnityLib.Throttler struct Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 : public RuntimeObject { public: // System.Int64 JCUnityLib.Throttler::m_lastPassTime int64_t ___m_lastPassTime_0; // System.Int64 JCUnityLib.Throttler::m_limitTimeMillis int64_t ___m_limitTimeMillis_1; public: inline static int32_t get_offset_of_m_lastPassTime_0() { return static_cast(offsetof(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246, ___m_lastPassTime_0)); } inline int64_t get_m_lastPassTime_0() const { return ___m_lastPassTime_0; } inline int64_t* get_address_of_m_lastPassTime_0() { return &___m_lastPassTime_0; } inline void set_m_lastPassTime_0(int64_t value) { ___m_lastPassTime_0 = value; } inline static int32_t get_offset_of_m_limitTimeMillis_1() { return static_cast(offsetof(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246, ___m_limitTimeMillis_1)); } inline int64_t get_m_limitTimeMillis_1() const { return ___m_limitTimeMillis_1; } inline int64_t* get_address_of_m_limitTimeMillis_1() { return &___m_limitTimeMillis_1; } inline void set_m_limitTimeMillis_1(int64_t value) { ___m_limitTimeMillis_1 = 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.UriBuilder struct UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 : public RuntimeObject { public: // System.Boolean System.UriBuilder::_changed bool ____changed_0; // System.String System.UriBuilder::_fragment String_t* ____fragment_1; // System.String System.UriBuilder::_host String_t* ____host_2; // System.String System.UriBuilder::_password String_t* ____password_3; // System.String System.UriBuilder::_path String_t* ____path_4; // System.Int32 System.UriBuilder::_port int32_t ____port_5; // System.String System.UriBuilder::_query String_t* ____query_6; // System.String System.UriBuilder::_scheme String_t* ____scheme_7; // System.String System.UriBuilder::_schemeDelimiter String_t* ____schemeDelimiter_8; // System.Uri System.UriBuilder::_uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ____uri_9; // System.String System.UriBuilder::_username String_t* ____username_10; public: inline static int32_t get_offset_of__changed_0() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____changed_0)); } inline bool get__changed_0() const { return ____changed_0; } inline bool* get_address_of__changed_0() { return &____changed_0; } inline void set__changed_0(bool value) { ____changed_0 = value; } inline static int32_t get_offset_of__fragment_1() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____fragment_1)); } inline String_t* get__fragment_1() const { return ____fragment_1; } inline String_t** get_address_of__fragment_1() { return &____fragment_1; } inline void set__fragment_1(String_t* value) { ____fragment_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____fragment_1), (void*)value); } inline static int32_t get_offset_of__host_2() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____host_2)); } inline String_t* get__host_2() const { return ____host_2; } inline String_t** get_address_of__host_2() { return &____host_2; } inline void set__host_2(String_t* value) { ____host_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____host_2), (void*)value); } inline static int32_t get_offset_of__password_3() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____password_3)); } inline String_t* get__password_3() const { return ____password_3; } inline String_t** get_address_of__password_3() { return &____password_3; } inline void set__password_3(String_t* value) { ____password_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____password_3), (void*)value); } inline static int32_t get_offset_of__path_4() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____path_4)); } inline String_t* get__path_4() const { return ____path_4; } inline String_t** get_address_of__path_4() { return &____path_4; } inline void set__path_4(String_t* value) { ____path_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____path_4), (void*)value); } inline static int32_t get_offset_of__port_5() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____port_5)); } inline int32_t get__port_5() const { return ____port_5; } inline int32_t* get_address_of__port_5() { return &____port_5; } inline void set__port_5(int32_t value) { ____port_5 = value; } inline static int32_t get_offset_of__query_6() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____query_6)); } inline String_t* get__query_6() const { return ____query_6; } inline String_t** get_address_of__query_6() { return &____query_6; } inline void set__query_6(String_t* value) { ____query_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____query_6), (void*)value); } inline static int32_t get_offset_of__scheme_7() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____scheme_7)); } inline String_t* get__scheme_7() const { return ____scheme_7; } inline String_t** get_address_of__scheme_7() { return &____scheme_7; } inline void set__scheme_7(String_t* value) { ____scheme_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____scheme_7), (void*)value); } inline static int32_t get_offset_of__schemeDelimiter_8() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____schemeDelimiter_8)); } inline String_t* get__schemeDelimiter_8() const { return ____schemeDelimiter_8; } inline String_t** get_address_of__schemeDelimiter_8() { return &____schemeDelimiter_8; } inline void set__schemeDelimiter_8(String_t* value) { ____schemeDelimiter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____schemeDelimiter_8), (void*)value); } inline static int32_t get_offset_of__uri_9() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____uri_9)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get__uri_9() const { return ____uri_9; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of__uri_9() { return &____uri_9; } inline void set__uri_9(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ____uri_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____uri_9), (void*)value); } inline static int32_t get_offset_of__username_10() { return static_cast(offsetof(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42, ____username_10)); } inline String_t* get__username_10() const { return ____username_10; } inline String_t** get_address_of__username_10() { return &____username_10; } inline void set__username_10(String_t* value) { ____username_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____username_10), (void*)value); } }; // UserInfo struct UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F : public RuntimeObject { public: // System.Int32 UserInfo::id int32_t ___id_0; // System.Int32 UserInfo::avatarID int32_t ___avatarID_1; // System.String UserInfo::nickname String_t* ___nickname_2; // System.Int32 UserInfo::gender int32_t ___gender_3; // System.String UserInfo::phone String_t* ___phone_4; // System.String UserInfo::email String_t* ___email_5; // System.String UserInfo::birthday String_t* ___birthday_6; // System.String UserInfo::country String_t* ___country_7; // System.String UserInfo::state String_t* ___state_8; // System.String UserInfo::city String_t* ___city_9; // System.Int32 UserInfo::integral int32_t ___integral_10; // System.Int32 UserInfo::coin int32_t ___coin_11; // System.Int32 UserInfo::diamond int32_t ___diamond_12; // System.String UserInfo::mac String_t* ___mac_13; // System.Collections.Generic.List`1 UserInfo::bagList List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * ___bagList_14; // System.Collections.Generic.List`1 UserInfo::deviceList List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * ___deviceList_15; // System.Collections.Generic.Dictionary`2 UserInfo::timeLimitGameScores Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * ___timeLimitGameScores_16; // System.Collections.Generic.Dictionary`2 UserInfo::challengeLevels Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * ___challengeLevels_17; // System.String UserInfo::guideRecord String_t* ___guideRecord_18; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_avatarID_1() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___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(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___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); } inline static int32_t get_offset_of_gender_3() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___gender_3)); } inline int32_t get_gender_3() const { return ___gender_3; } inline int32_t* get_address_of_gender_3() { return &___gender_3; } inline void set_gender_3(int32_t value) { ___gender_3 = value; } inline static int32_t get_offset_of_phone_4() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___phone_4)); } inline String_t* get_phone_4() const { return ___phone_4; } inline String_t** get_address_of_phone_4() { return &___phone_4; } inline void set_phone_4(String_t* value) { ___phone_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___phone_4), (void*)value); } inline static int32_t get_offset_of_email_5() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___email_5)); } inline String_t* get_email_5() const { return ___email_5; } inline String_t** get_address_of_email_5() { return &___email_5; } inline void set_email_5(String_t* value) { ___email_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_5), (void*)value); } inline static int32_t get_offset_of_birthday_6() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___birthday_6)); } inline String_t* get_birthday_6() const { return ___birthday_6; } inline String_t** get_address_of_birthday_6() { return &___birthday_6; } inline void set_birthday_6(String_t* value) { ___birthday_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___birthday_6), (void*)value); } inline static int32_t get_offset_of_country_7() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___country_7)); } inline String_t* get_country_7() const { return ___country_7; } inline String_t** get_address_of_country_7() { return &___country_7; } inline void set_country_7(String_t* value) { ___country_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___country_7), (void*)value); } inline static int32_t get_offset_of_state_8() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___state_8)); } inline String_t* get_state_8() const { return ___state_8; } inline String_t** get_address_of_state_8() { return &___state_8; } inline void set_state_8(String_t* value) { ___state_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_8), (void*)value); } inline static int32_t get_offset_of_city_9() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___city_9)); } inline String_t* get_city_9() const { return ___city_9; } inline String_t** get_address_of_city_9() { return &___city_9; } inline void set_city_9(String_t* value) { ___city_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___city_9), (void*)value); } inline static int32_t get_offset_of_integral_10() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___integral_10)); } inline int32_t get_integral_10() const { return ___integral_10; } inline int32_t* get_address_of_integral_10() { return &___integral_10; } inline void set_integral_10(int32_t value) { ___integral_10 = value; } inline static int32_t get_offset_of_coin_11() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___coin_11)); } inline int32_t get_coin_11() const { return ___coin_11; } inline int32_t* get_address_of_coin_11() { return &___coin_11; } inline void set_coin_11(int32_t value) { ___coin_11 = value; } inline static int32_t get_offset_of_diamond_12() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___diamond_12)); } inline int32_t get_diamond_12() const { return ___diamond_12; } inline int32_t* get_address_of_diamond_12() { return &___diamond_12; } inline void set_diamond_12(int32_t value) { ___diamond_12 = value; } inline static int32_t get_offset_of_mac_13() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___mac_13)); } inline String_t* get_mac_13() const { return ___mac_13; } inline String_t** get_address_of_mac_13() { return &___mac_13; } inline void set_mac_13(String_t* value) { ___mac_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mac_13), (void*)value); } inline static int32_t get_offset_of_bagList_14() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___bagList_14)); } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * get_bagList_14() const { return ___bagList_14; } inline List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C ** get_address_of_bagList_14() { return &___bagList_14; } inline void set_bagList_14(List_1_tD1C57F699E297479E8FC0AD40BFAAB1FDF420E4C * value) { ___bagList_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___bagList_14), (void*)value); } inline static int32_t get_offset_of_deviceList_15() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___deviceList_15)); } inline List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * get_deviceList_15() const { return ___deviceList_15; } inline List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C ** get_address_of_deviceList_15() { return &___deviceList_15; } inline void set_deviceList_15(List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C * value) { ___deviceList_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceList_15), (void*)value); } inline static int32_t get_offset_of_timeLimitGameScores_16() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___timeLimitGameScores_16)); } inline Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * get_timeLimitGameScores_16() const { return ___timeLimitGameScores_16; } inline Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 ** get_address_of_timeLimitGameScores_16() { return &___timeLimitGameScores_16; } inline void set_timeLimitGameScores_16(Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423 * value) { ___timeLimitGameScores_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeLimitGameScores_16), (void*)value); } inline static int32_t get_offset_of_challengeLevels_17() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___challengeLevels_17)); } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * get_challengeLevels_17() const { return ___challengeLevels_17; } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 ** get_address_of_challengeLevels_17() { return &___challengeLevels_17; } inline void set_challengeLevels_17(Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * value) { ___challengeLevels_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___challengeLevels_17), (void*)value); } inline static int32_t get_offset_of_guideRecord_18() { return static_cast(offsetof(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F, ___guideRecord_18)); } inline String_t* get_guideRecord_18() const { return ___guideRecord_18; } inline String_t** get_address_of_guideRecord_18() { return &___guideRecord_18; } inline void set_guideRecord_18(String_t* value) { ___guideRecord_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___guideRecord_18), (void*)value); } }; // UserSettings struct UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 : public RuntimeObject { public: // System.Boolean UserSettings::openBGM bool ___openBGM_0; // System.Boolean UserSettings::openEffect bool ___openEffect_1; // System.Boolean UserSettings::openCrossHair bool ___openCrossHair_2; // System.Int32 UserSettings::shootLevel int32_t ___shootLevel_3; // System.Single UserSettings::actualArrowWeight float ___actualArrowWeight_4; // BowRotateConvert UserSettings::bowRotateConvert BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * ___bowRotateConvert_5; // System.Boolean UserSettings::bowCameraFixed bool ___bowCameraFixed_6; // System.Boolean UserSettings::trainMode bool ___trainMode_7; // System.Boolean UserSettings::deviceCalibrateGuideFinish bool ___deviceCalibrateGuideFinish_8; // System.Collections.Generic.HashSet`1 UserSettings::gameRuleGuideFinish HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___gameRuleGuideFinish_9; public: inline static int32_t get_offset_of_openBGM_0() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___openBGM_0)); } inline bool get_openBGM_0() const { return ___openBGM_0; } inline bool* get_address_of_openBGM_0() { return &___openBGM_0; } inline void set_openBGM_0(bool value) { ___openBGM_0 = value; } inline static int32_t get_offset_of_openEffect_1() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___openEffect_1)); } inline bool get_openEffect_1() const { return ___openEffect_1; } inline bool* get_address_of_openEffect_1() { return &___openEffect_1; } inline void set_openEffect_1(bool value) { ___openEffect_1 = value; } inline static int32_t get_offset_of_openCrossHair_2() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___openCrossHair_2)); } inline bool get_openCrossHair_2() const { return ___openCrossHair_2; } inline bool* get_address_of_openCrossHair_2() { return &___openCrossHair_2; } inline void set_openCrossHair_2(bool value) { ___openCrossHair_2 = value; } inline static int32_t get_offset_of_shootLevel_3() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___shootLevel_3)); } inline int32_t get_shootLevel_3() const { return ___shootLevel_3; } inline int32_t* get_address_of_shootLevel_3() { return &___shootLevel_3; } inline void set_shootLevel_3(int32_t value) { ___shootLevel_3 = value; } inline static int32_t get_offset_of_actualArrowWeight_4() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___actualArrowWeight_4)); } inline float get_actualArrowWeight_4() const { return ___actualArrowWeight_4; } inline float* get_address_of_actualArrowWeight_4() { return &___actualArrowWeight_4; } inline void set_actualArrowWeight_4(float value) { ___actualArrowWeight_4 = value; } inline static int32_t get_offset_of_bowRotateConvert_5() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___bowRotateConvert_5)); } inline BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * get_bowRotateConvert_5() const { return ___bowRotateConvert_5; } inline BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 ** get_address_of_bowRotateConvert_5() { return &___bowRotateConvert_5; } inline void set_bowRotateConvert_5(BowRotateConvert_tC32470F9656A6BAE0DEBFAFEB4877D53EEA12384 * value) { ___bowRotateConvert_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___bowRotateConvert_5), (void*)value); } inline static int32_t get_offset_of_bowCameraFixed_6() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___bowCameraFixed_6)); } inline bool get_bowCameraFixed_6() const { return ___bowCameraFixed_6; } inline bool* get_address_of_bowCameraFixed_6() { return &___bowCameraFixed_6; } inline void set_bowCameraFixed_6(bool value) { ___bowCameraFixed_6 = value; } inline static int32_t get_offset_of_trainMode_7() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___trainMode_7)); } inline bool get_trainMode_7() const { return ___trainMode_7; } inline bool* get_address_of_trainMode_7() { return &___trainMode_7; } inline void set_trainMode_7(bool value) { ___trainMode_7 = value; } inline static int32_t get_offset_of_deviceCalibrateGuideFinish_8() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___deviceCalibrateGuideFinish_8)); } inline bool get_deviceCalibrateGuideFinish_8() const { return ___deviceCalibrateGuideFinish_8; } inline bool* get_address_of_deviceCalibrateGuideFinish_8() { return &___deviceCalibrateGuideFinish_8; } inline void set_deviceCalibrateGuideFinish_8(bool value) { ___deviceCalibrateGuideFinish_8 = value; } inline static int32_t get_offset_of_gameRuleGuideFinish_9() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84, ___gameRuleGuideFinish_9)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_gameRuleGuideFinish_9() const { return ___gameRuleGuideFinish_9; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_gameRuleGuideFinish_9() { return &___gameRuleGuideFinish_9; } inline void set_gameRuleGuideFinish_9(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___gameRuleGuideFinish_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameRuleGuideFinish_9), (void*)value); } }; struct UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84_StaticFields { public: // UserSettings UserSettings::_ins UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * ____ins_10; public: inline static int32_t get_offset_of__ins_10() { return static_cast(offsetof(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84_StaticFields, ____ins_10)); } inline UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * get__ins_10() const { return ____ins_10; } inline UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 ** get_address_of__ins_10() { return &____ins_10; } inline void set__ins_10(UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * value) { ____ins_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_10), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // 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.Extensions.HeaderValue/<>c struct U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 : public RuntimeObject { public: public: }; struct U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_StaticFields { public: // BestHTTP.Extensions.HeaderValue/<>c BestHTTP.Extensions.HeaderValue/<>c::<>9 U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 * ___U3CU3E9_0; // System.Func`2 BestHTTP.Extensions.HeaderValue/<>c::<>9__18_0 Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * ___U3CU3E9__18_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__18_0_1() { return static_cast(offsetof(U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_StaticFields, ___U3CU3E9__18_0_1)); } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * get_U3CU3E9__18_0_1() const { return ___U3CU3E9__18_0_1; } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A ** get_address_of_U3CU3E9__18_0_1() { return &___U3CU3E9__18_0_1; } inline void set_U3CU3E9__18_0_1(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * value) { ___U3CU3E9__18_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__18_0_1), (void*)value); } }; // HomeView/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075 : public RuntimeObject { public: // System.Action HomeView/<>c__DisplayClass13_0::onAgree Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onAgree_0; public: inline static int32_t get_offset_of_onAgree_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075, ___onAgree_0)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onAgree_0() const { return ___onAgree_0; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onAgree_0() { return &___onAgree_0; } inline void set_onAgree_0(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onAgree_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAgree_0), (void*)value); } }; // HomeView/<>c__DisplayClass26_0 struct U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A : public RuntimeObject { public: // System.Int32 HomeView/<>c__DisplayClass26_0::rankNum int32_t ___rankNum_0; public: inline static int32_t get_offset_of_rankNum_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A, ___rankNum_0)); } inline int32_t get_rankNum_0() const { return ___rankNum_0; } inline int32_t* get_address_of_rankNum_0() { return &___rankNum_0; } inline void set_rankNum_0(int32_t value) { ___rankNum_0 = value; } }; // HomeView/d__23 struct U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D : public RuntimeObject { public: // System.Int32 HomeView/d__23::<>1__state int32_t ___U3CU3E1__state_0; // System.Object HomeView/d__23::<>2__current RuntimeObject * ___U3CU3E2__current_1; // HomeView HomeView/d__23::<>4__this HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D, ___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(U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D, ___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(U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D, ___U3CU3E4__this_2)); } inline HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // HomeView/d__25 struct U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE : public RuntimeObject { public: // System.Int32 HomeView/d__25::<>1__state int32_t ___U3CU3E1__state_0; // System.Object HomeView/d__25::<>2__current RuntimeObject * ___U3CU3E2__current_1; // HomeView HomeView/d__25::<>4__this HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE, ___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(U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE, ___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(U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE, ___U3CU3E4__this_2)); } inline HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass65_0 struct U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631 : public RuntimeObject { public: // BestHTTP.Futures.Future`1 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass65_0::future Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * ___future_0; public: inline static int32_t get_offset_of_future_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631, ___future_0)); } inline Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * get_future_0() const { return ___future_0; } inline Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 ** get_address_of_future_0() { return &___future_0; } inline void set_future_0(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * value) { ___future_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___future_0), (void*)value); } }; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass68_0 struct U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408 : public RuntimeObject { public: // System.Action BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass68_0::callback Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___callback_0; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408, ___callback_0)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_callback_0() const { return ___callback_0; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } }; // HuntGameSelectLevelView/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604 : public RuntimeObject { public: // System.Int32 HuntGameSelectLevelView/<>c__DisplayClass1_0::levelRecord int32_t ___levelRecord_0; // HuntGameSelectLevelView HuntGameSelectLevelView/<>c__DisplayClass1_0::<>4__this HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_levelRecord_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604, ___levelRecord_0)); } inline int32_t get_levelRecord_0() const { return ___levelRecord_0; } inline int32_t* get_address_of_levelRecord_0() { return &___levelRecord_0; } inline void set_levelRecord_0(int32_t value) { ___levelRecord_0 = value; } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604, ___U3CU3E4__this_1)); } inline HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // HunterGamePlayerScoreCounter/<>c__DisplayClass2_0 struct U3CU3Ec__DisplayClass2_0_t42C070A176DD083DB50065DEDC04853CF98732A6 : public RuntimeObject { public: // ChallengeGameModeLocalPK HunterGamePlayerScoreCounter/<>c__DisplayClass2_0::gameModeLocalPK RuntimeObject* ___gameModeLocalPK_0; // HunterGamePlayerScoreCounter HunterGamePlayerScoreCounter/<>c__DisplayClass2_0::<>4__this HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_gameModeLocalPK_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass2_0_t42C070A176DD083DB50065DEDC04853CF98732A6, ___gameModeLocalPK_0)); } inline RuntimeObject* get_gameModeLocalPK_0() const { return ___gameModeLocalPK_0; } inline RuntimeObject** get_address_of_gameModeLocalPK_0() { return &___gameModeLocalPK_0; } inline void set_gameModeLocalPK_0(RuntimeObject* value) { ___gameModeLocalPK_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameModeLocalPK_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass2_0_t42C070A176DD083DB50065DEDC04853CF98732A6, ___U3CU3E4__this_1)); } inline HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // HunterGameSettleView/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_t4D4E190D5CEDBC3D8BB0D3ADE156C8FDBCD0D665 : public RuntimeObject { public: // ChallengeGameMode HunterGameSettleView/<>c__DisplayClass1_0::gameMode ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * ___gameMode_0; // HunterGameSettleView HunterGameSettleView/<>c__DisplayClass1_0::<>4__this HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_gameMode_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_t4D4E190D5CEDBC3D8BB0D3ADE156C8FDBCD0D665, ___gameMode_0)); } inline ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * get_gameMode_0() const { return ___gameMode_0; } inline ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B ** get_address_of_gameMode_0() { return &___gameMode_0; } inline void set_gameMode_0(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * value) { ___gameMode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_t4D4E190D5CEDBC3D8BB0D3ADE156C8FDBCD0D665, ___U3CU3E4__this_1)); } inline HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // HunterGameSettleView/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_tD8DE7B2EB6428778F00D98919A7B89F0D21897ED : public RuntimeObject { public: // HunterGameSettleView HunterGameSettleView/<>c__DisplayClass3_0::<>4__this HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * ___U3CU3E4__this_0; // PKMatchingView HunterGameSettleView/<>c__DisplayClass3_0::view PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * ___view_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_tD8DE7B2EB6428778F00D98919A7B89F0D21897ED, ___U3CU3E4__this_0)); } inline HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_view_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_tD8DE7B2EB6428778F00D98919A7B89F0D21897ED, ___view_1)); } inline PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * get_view_1() const { return ___view_1; } inline PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC ** get_address_of_view_1() { return &___view_1; } inline void set_view_1(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * value) { ___view_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_1), (void*)value); } }; // UserPlayer/TempData struct TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A : public RuntimeObject { public: // System.Action UserPlayer/TempData::onUpdate Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onUpdate_0; // System.Boolean UserPlayer/TempData::_hasFriendRequest bool ____hasFriendRequest_1; public: inline static int32_t get_offset_of_onUpdate_0() { return static_cast(offsetof(TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A, ___onUpdate_0)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onUpdate_0() const { return ___onUpdate_0; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onUpdate_0() { return &___onUpdate_0; } inline void set_onUpdate_0(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onUpdate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_0), (void*)value); } inline static int32_t get_offset_of__hasFriendRequest_1() { return static_cast(offsetof(TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A, ____hasFriendRequest_1)); } inline bool get__hasFriendRequest_1() const { return ____hasFriendRequest_1; } inline bool* get_address_of__hasFriendRequest_1() { return &____hasFriendRequest_1; } inline void set__hasFriendRequest_1(bool value) { ____hasFriendRequest_1 = 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_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE, ___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_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE, ___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.Nullable`1 struct Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 { public: // T System.Nullable`1::value Il2CppChar ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95, ___value_0)); } inline Il2CppChar get_value_0() const { return ___value_0; } inline Il2CppChar* get_address_of_value_0() { return &___value_0; } inline void set_value_0(Il2CppChar value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_t628FFF20CED3CB683ABE4C2A98582BAC4015E6A3 { public: // T1 System.ValueTuple`2::Item1 DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * ___Item1_0; // T2 System.ValueTuple`2::Item2 DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t628FFF20CED3CB683ABE4C2A98582BAC4015E6A3, ___Item1_0)); } inline DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * get_Item1_0() const { return ___Item1_0; } inline DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t628FFF20CED3CB683ABE4C2A98582BAC4015E6A3, ___Item2_1)); } inline DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * get_Item2_1() const { return ___Item2_1; } inline DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // 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; }; // ChallengeGameMode struct ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B : public GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 { public: // System.Int32 ChallengeGameMode::animalTypeID int32_t ___animalTypeID_2; // UnityEngine.GameObject ChallengeGameMode::animalPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___animalPrefab_3; // UnityEngine.Transform ChallengeGameMode::hunterT Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___hunterT_4; // UnityEngine.Transform ChallengeGameMode::animalsBaseT Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___animalsBaseT_5; // System.Collections.Generic.HashSet`1 ChallengeGameMode::animalSet HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * ___animalSet_6; // System.Int32 ChallengeGameMode::maxAnimalCountAtTheSameTime int32_t ___maxAnimalCountAtTheSameTime_7; // System.Int32 ChallengeGameMode::animalCount int32_t ___animalCount_8; // System.Int32 ChallengeGameMode::animalCountMax int32_t ___animalCountMax_9; // System.Int32 ChallengeGameMode::arrowCount int32_t ___arrowCount_10; // System.Int32 ChallengeGameMode::arrowCountMax int32_t ___arrowCountMax_11; // System.Single ChallengeGameMode::time float ___time_12; // System.Int32 ChallengeGameMode::currentlevel int32_t ___currentlevel_13; // System.String ChallengeGameMode::nextLevel String_t* ___nextLevel_15; // System.Boolean ChallengeGameMode::banOnBowArrowShootOut bool ___banOnBowArrowShootOut_16; public: inline static int32_t get_offset_of_animalTypeID_2() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalTypeID_2)); } inline int32_t get_animalTypeID_2() const { return ___animalTypeID_2; } inline int32_t* get_address_of_animalTypeID_2() { return &___animalTypeID_2; } inline void set_animalTypeID_2(int32_t value) { ___animalTypeID_2 = value; } inline static int32_t get_offset_of_animalPrefab_3() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalPrefab_3)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_animalPrefab_3() const { return ___animalPrefab_3; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_animalPrefab_3() { return &___animalPrefab_3; } inline void set_animalPrefab_3(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___animalPrefab_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalPrefab_3), (void*)value); } inline static int32_t get_offset_of_hunterT_4() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___hunterT_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_hunterT_4() const { return ___hunterT_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_hunterT_4() { return &___hunterT_4; } inline void set_hunterT_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___hunterT_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hunterT_4), (void*)value); } inline static int32_t get_offset_of_animalsBaseT_5() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalsBaseT_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_animalsBaseT_5() const { return ___animalsBaseT_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_animalsBaseT_5() { return &___animalsBaseT_5; } inline void set_animalsBaseT_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___animalsBaseT_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalsBaseT_5), (void*)value); } inline static int32_t get_offset_of_animalSet_6() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalSet_6)); } inline HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * get_animalSet_6() const { return ___animalSet_6; } inline HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 ** get_address_of_animalSet_6() { return &___animalSet_6; } inline void set_animalSet_6(HashSet_1_tBBDF351960AC909F90DBEEF112FAB92D79FAB089 * value) { ___animalSet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalSet_6), (void*)value); } inline static int32_t get_offset_of_maxAnimalCountAtTheSameTime_7() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___maxAnimalCountAtTheSameTime_7)); } inline int32_t get_maxAnimalCountAtTheSameTime_7() const { return ___maxAnimalCountAtTheSameTime_7; } inline int32_t* get_address_of_maxAnimalCountAtTheSameTime_7() { return &___maxAnimalCountAtTheSameTime_7; } inline void set_maxAnimalCountAtTheSameTime_7(int32_t value) { ___maxAnimalCountAtTheSameTime_7 = value; } inline static int32_t get_offset_of_animalCount_8() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalCount_8)); } inline int32_t get_animalCount_8() const { return ___animalCount_8; } inline int32_t* get_address_of_animalCount_8() { return &___animalCount_8; } inline void set_animalCount_8(int32_t value) { ___animalCount_8 = value; } inline static int32_t get_offset_of_animalCountMax_9() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___animalCountMax_9)); } inline int32_t get_animalCountMax_9() const { return ___animalCountMax_9; } inline int32_t* get_address_of_animalCountMax_9() { return &___animalCountMax_9; } inline void set_animalCountMax_9(int32_t value) { ___animalCountMax_9 = value; } inline static int32_t get_offset_of_arrowCount_10() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___arrowCount_10)); } inline int32_t get_arrowCount_10() const { return ___arrowCount_10; } inline int32_t* get_address_of_arrowCount_10() { return &___arrowCount_10; } inline void set_arrowCount_10(int32_t value) { ___arrowCount_10 = value; } inline static int32_t get_offset_of_arrowCountMax_11() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___arrowCountMax_11)); } inline int32_t get_arrowCountMax_11() const { return ___arrowCountMax_11; } inline int32_t* get_address_of_arrowCountMax_11() { return &___arrowCountMax_11; } inline void set_arrowCountMax_11(int32_t value) { ___arrowCountMax_11 = value; } inline static int32_t get_offset_of_time_12() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___time_12)); } inline float get_time_12() const { return ___time_12; } inline float* get_address_of_time_12() { return &___time_12; } inline void set_time_12(float value) { ___time_12 = value; } inline static int32_t get_offset_of_currentlevel_13() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___currentlevel_13)); } inline int32_t get_currentlevel_13() const { return ___currentlevel_13; } inline int32_t* get_address_of_currentlevel_13() { return &___currentlevel_13; } inline void set_currentlevel_13(int32_t value) { ___currentlevel_13 = value; } inline static int32_t get_offset_of_nextLevel_15() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___nextLevel_15)); } inline String_t* get_nextLevel_15() const { return ___nextLevel_15; } inline String_t** get_address_of_nextLevel_15() { return &___nextLevel_15; } inline void set_nextLevel_15(String_t* value) { ___nextLevel_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextLevel_15), (void*)value); } inline static int32_t get_offset_of_banOnBowArrowShootOut_16() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B, ___banOnBowArrowShootOut_16)); } inline bool get_banOnBowArrowShootOut_16() const { return ___banOnBowArrowShootOut_16; } inline bool* get_address_of_banOnBowArrowShootOut_16() { return &___banOnBowArrowShootOut_16; } inline void set_banOnBowArrowShootOut_16(bool value) { ___banOnBowArrowShootOut_16 = value; } }; struct ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_StaticFields { public: // System.String ChallengeGameMode::enterNextLevel String_t* ___enterNextLevel_14; public: inline static int32_t get_offset_of_enterNextLevel_14() { return static_cast(offsetof(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_StaticFields, ___enterNextLevel_14)); } inline String_t* get_enterNextLevel_14() const { return ___enterNextLevel_14; } inline String_t** get_address_of_enterNextLevel_14() { return &___enterNextLevel_14; } inline void set_enterNextLevel_14(String_t* value) { ___enterNextLevel_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___enterNextLevel_14), (void*)value); } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // BestHTTP.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 { public: // BestHTTP.SignalR.Hubs.Hub BestHTTP.SignalR.Messages.ClientMessage::Hub Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; // System.String BestHTTP.SignalR.Messages.ClientMessage::Method String_t* ___Method_1; // System.Object[] BestHTTP.SignalR.Messages.ClientMessage::Args ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; // System.UInt64 BestHTTP.SignalR.Messages.ClientMessage::CallIdx uint64_t ___CallIdx_3; // BestHTTP.SignalR.Hubs.OnMethodResultDelegate BestHTTP.SignalR.Messages.ClientMessage::ResultCallback OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___ResultCallback_4; // BestHTTP.SignalR.Hubs.OnMethodFailedDelegate BestHTTP.SignalR.Messages.ClientMessage::ResultErrorCallback OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * ___ResultErrorCallback_5; // BestHTTP.SignalR.Hubs.OnMethodProgressDelegate BestHTTP.SignalR.Messages.ClientMessage::ProgressCallback OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * ___ProgressCallback_6; public: inline static int32_t get_offset_of_Hub_0() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Hub_0)); } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * get_Hub_0() const { return ___Hub_0; } inline Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 ** get_address_of_Hub_0() { return &___Hub_0; } inline void set_Hub_0(Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * value) { ___Hub_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Hub_0), (void*)value); } inline static int32_t get_offset_of_Method_1() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Method_1)); } inline String_t* get_Method_1() const { return ___Method_1; } inline String_t** get_address_of_Method_1() { return &___Method_1; } inline void set_Method_1(String_t* value) { ___Method_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Method_1), (void*)value); } inline static int32_t get_offset_of_Args_2() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___Args_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Args_2() const { return ___Args_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Args_2() { return &___Args_2; } inline void set_Args_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Args_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Args_2), (void*)value); } inline static int32_t get_offset_of_CallIdx_3() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___CallIdx_3)); } inline uint64_t get_CallIdx_3() const { return ___CallIdx_3; } inline uint64_t* get_address_of_CallIdx_3() { return &___CallIdx_3; } inline void set_CallIdx_3(uint64_t value) { ___CallIdx_3 = value; } inline static int32_t get_offset_of_ResultCallback_4() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ResultCallback_4)); } inline OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * get_ResultCallback_4() const { return ___ResultCallback_4; } inline OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 ** get_address_of_ResultCallback_4() { return &___ResultCallback_4; } inline void set_ResultCallback_4(OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * value) { ___ResultCallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResultCallback_4), (void*)value); } inline static int32_t get_offset_of_ResultErrorCallback_5() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ResultErrorCallback_5)); } inline OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * get_ResultErrorCallback_5() const { return ___ResultErrorCallback_5; } inline OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 ** get_address_of_ResultErrorCallback_5() { return &___ResultErrorCallback_5; } inline void set_ResultErrorCallback_5(OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * value) { ___ResultErrorCallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResultErrorCallback_5), (void*)value); } inline static int32_t get_offset_of_ProgressCallback_6() { return static_cast(offsetof(ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0, ___ProgressCallback_6)); } inline OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * get_ProgressCallback_6() const { return ___ProgressCallback_6; } inline OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 ** get_address_of_ProgressCallback_6() { return &___ProgressCallback_6; } inline void set_ProgressCallback_6(OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * value) { ___ProgressCallback_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProgressCallback_6), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_pinvoke { Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; char* ___Method_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; uint64_t ___CallIdx_3; Il2CppMethodPointer ___ResultCallback_4; Il2CppMethodPointer ___ResultErrorCallback_5; Il2CppMethodPointer ___ProgressCallback_6; }; // Native definition for COM marshalling of BestHTTP.SignalR.Messages.ClientMessage struct ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0_marshaled_com { Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___Hub_0; Il2CppChar* ___Method_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Args_2; uint64_t ___CallIdx_3; Il2CppMethodPointer ___ResultCallback_4; Il2CppMethodPointer ___ResultErrorCallback_5; Il2CppMethodPointer ___ProgressCallback_6; }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // 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; } }; // DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A { public: // System.Boolean DG.Tweening.Plugins.Options.ColorOptions::alphaOnly bool ___alphaOnly_0; public: inline static int32_t get_offset_of_alphaOnly_0() { return static_cast(offsetof(ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A, ___alphaOnly_0)); } inline bool get_alphaOnly_0() const { return ___alphaOnly_0; } inline bool* get_address_of_alphaOnly_0() { return &___alphaOnly_0; } inline void set_alphaOnly_0(bool value) { ___alphaOnly_0 = value; } }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A_marshaled_pinvoke { int32_t ___alphaOnly_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A_marshaled_com { int32_t ___alphaOnly_0; }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames struct GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames::names GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* ___names_2; public: inline static int32_t get_offset_of_names_2() { return static_cast(offsetof(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5, ___names_2)); } inline GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* get_names_2() const { return ___names_2; } inline GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E** get_address_of_names_2() { return &___names_2; } inline void set_names_2(GeneralNameU5BU5D_tC5459EEE4473361B1C6BA567DF1EDCE06DF5D60E* value) { ___names_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___names_2), (void*)value); } }; // BestHTTP.Forms.HTTPUrlEncodedForm struct HTTPUrlEncodedForm_t8E2BE5AB6A6F3A3D8260820746C46CA2A35572AF : public HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 { public: // System.Byte[] BestHTTP.Forms.HTTPUrlEncodedForm::CachedData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___CachedData_6; public: inline static int32_t get_offset_of_CachedData_6() { return static_cast(offsetof(HTTPUrlEncodedForm_t8E2BE5AB6A6F3A3D8260820746C46CA2A35572AF, ___CachedData_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_CachedData_6() const { return ___CachedData_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_CachedData_6() { return &___CachedData_6; } inline void set_CachedData_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___CachedData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___CachedData_6), (void*)value); } }; // BestHTTP.Extensions.HeaderParser struct HeaderParser_t90F5D0027B4A301EFD28FC225846CB32AB67AD5E : public KeyValuePairList_tFB05264C65689BEB0A93912EE115844C33E3FF0F { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder struct Holder_t64C922905238378DD56C273DE16BA7D09529E22A : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::baseCertificateID IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * ___baseCertificateID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::entityName GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * ___entityName_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ObjectDigestInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::objectDigestInfo ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005 * ___objectDigestInfo_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::version int32_t ___version_5; public: inline static int32_t get_offset_of_baseCertificateID_2() { return static_cast(offsetof(Holder_t64C922905238378DD56C273DE16BA7D09529E22A, ___baseCertificateID_2)); } inline IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * get_baseCertificateID_2() const { return ___baseCertificateID_2; } inline IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 ** get_address_of_baseCertificateID_2() { return &___baseCertificateID_2; } inline void set_baseCertificateID_2(IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * value) { ___baseCertificateID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseCertificateID_2), (void*)value); } inline static int32_t get_offset_of_entityName_3() { return static_cast(offsetof(Holder_t64C922905238378DD56C273DE16BA7D09529E22A, ___entityName_3)); } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * get_entityName_3() const { return ___entityName_3; } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 ** get_address_of_entityName_3() { return &___entityName_3; } inline void set_entityName_3(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * value) { ___entityName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___entityName_3), (void*)value); } inline static int32_t get_offset_of_objectDigestInfo_4() { return static_cast(offsetof(Holder_t64C922905238378DD56C273DE16BA7D09529E22A, ___objectDigestInfo_4)); } inline ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005 * get_objectDigestInfo_4() const { return ___objectDigestInfo_4; } inline ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005 ** get_address_of_objectDigestInfo_4() { return &___objectDigestInfo_4; } inline void set_objectDigestInfo_4(ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005 * value) { ___objectDigestInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectDigestInfo_4), (void*)value); } inline static int32_t get_offset_of_version_5() { return static_cast(offsetof(Holder_t64C922905238378DD56C273DE16BA7D09529E22A, ___version_5)); } inline int32_t get_version_5() const { return ___version_5; } inline int32_t* get_address_of_version_5() { return &___version_5; } inline void set_version_5(int32_t value) { ___version_5 = 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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial struct IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial::issuer GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * ___issuer_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial::serial DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serial_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial::issuerUid DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___issuerUid_4; public: inline static int32_t get_offset_of_issuer_2() { return static_cast(offsetof(IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37, ___issuer_2)); } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * get_issuer_2() const { return ___issuer_2; } inline GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 ** get_address_of_issuer_2() { return &___issuer_2; } inline void set_issuer_2(GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * value) { ___issuer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_2), (void*)value); } inline static int32_t get_offset_of_serial_3() { return static_cast(offsetof(IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37, ___serial_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serial_3() const { return ___serial_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serial_3() { return &___serial_3; } inline void set_serial_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serial_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serial_3), (void*)value); } inline static int32_t get_offset_of_issuerUid_4() { return static_cast(offsetof(IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37, ___issuerUid_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_issuerUid_4() const { return ___issuerUid_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_issuerUid_4() { return &___issuerUid_4; } inline void set_issuerUid_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___issuerUid_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerUid_4), (void*)value); } }; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 : public JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 { public: // System.ComponentModel.ListChangedEventHandler Newtonsoft.Json.Linq.JContainer::_listChanged ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * ____listChanged_13; // System.ComponentModel.AddingNewEventHandler Newtonsoft.Json.Linq.JContainer::_addingNew AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * ____addingNew_14; // System.Object Newtonsoft.Json.Linq.JContainer::_syncRoot RuntimeObject * ____syncRoot_15; // System.Boolean Newtonsoft.Json.Linq.JContainer::_busy bool ____busy_16; public: inline static int32_t get_offset_of__listChanged_13() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____listChanged_13)); } inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * get__listChanged_13() const { return ____listChanged_13; } inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C ** get_address_of__listChanged_13() { return &____listChanged_13; } inline void set__listChanged_13(ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * value) { ____listChanged_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____listChanged_13), (void*)value); } inline static int32_t get_offset_of__addingNew_14() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____addingNew_14)); } inline AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * get__addingNew_14() const { return ____addingNew_14; } inline AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB ** get_address_of__addingNew_14() { return &____addingNew_14; } inline void set__addingNew_14(AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * value) { ____addingNew_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____addingNew_14), (void*)value); } inline static int32_t get_offset_of__syncRoot_15() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____syncRoot_15)); } inline RuntimeObject * get__syncRoot_15() const { return ____syncRoot_15; } inline RuntimeObject ** get_address_of__syncRoot_15() { return &____syncRoot_15; } inline void set__syncRoot_15(RuntimeObject * value) { ____syncRoot_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_15), (void*)value); } inline static int32_t get_offset_of__busy_16() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____busy_16)); } inline bool get__busy_16() const { return ____busy_16; } inline bool* get_address_of__busy_16() { return &____busy_16; } inline void set__busy_16(bool value) { ____busy_16 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ObjectDigestInfo struct ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerEnumerated BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ObjectDigestInfo::digestedObjectType DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * ___digestedObjectType_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ObjectDigestInfo::otherObjectTypeID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___otherObjectTypeID_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ObjectDigestInfo::digestAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___digestAlgorithm_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ObjectDigestInfo::objectDigest DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___objectDigest_8; public: inline static int32_t get_offset_of_digestedObjectType_5() { return static_cast(offsetof(ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005, ___digestedObjectType_5)); } inline DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * get_digestedObjectType_5() const { return ___digestedObjectType_5; } inline DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 ** get_address_of_digestedObjectType_5() { return &___digestedObjectType_5; } inline void set_digestedObjectType_5(DerEnumerated_t34EB11D3BACD3E5E585013C67CB510869104B229 * value) { ___digestedObjectType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestedObjectType_5), (void*)value); } inline static int32_t get_offset_of_otherObjectTypeID_6() { return static_cast(offsetof(ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005, ___otherObjectTypeID_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_otherObjectTypeID_6() const { return ___otherObjectTypeID_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_otherObjectTypeID_6() { return &___otherObjectTypeID_6; } inline void set_otherObjectTypeID_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___otherObjectTypeID_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___otherObjectTypeID_6), (void*)value); } inline static int32_t get_offset_of_digestAlgorithm_7() { return static_cast(offsetof(ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005, ___digestAlgorithm_7)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_digestAlgorithm_7() const { return ___digestAlgorithm_7; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_digestAlgorithm_7() { return &___digestAlgorithm_7; } inline void set_digestAlgorithm_7(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___digestAlgorithm_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___digestAlgorithm_7), (void*)value); } inline static int32_t get_offset_of_objectDigest_8() { return static_cast(offsetof(ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005, ___objectDigest_8)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_objectDigest_8() const { return ___objectDigest_8; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_objectDigest_8() { return &___objectDigest_8; } inline void set_objectDigest_8(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___objectDigest_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectDigest_8), (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; } }; // RankComp struct RankComp_t5CD947AA321DFB0AC489BFF4E98B751062B4ED20 : public Singleton_1_tB3E59B618CF26A3607F125E4C0B0BB7887EE08B9 { public: public: }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // UnityEngine.SceneManagement.Scene struct Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE { public: // System.Int32 UnityEngine.SceneManagement.Scene::m_Handle int32_t ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE, ___m_Handle_0)); } inline int32_t get_m_Handle_0() const { return ___m_Handle_0; } inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(int32_t value) { ___m_Handle_0 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // 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); } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // 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); } }; // UserPlayer struct UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 : public JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB { public: // System.Boolean UserPlayer::canReconnnect bool ___canReconnnect_6; // UserPlayer/TempData UserPlayer::tempData TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * ___tempData_8; public: inline static int32_t get_offset_of_canReconnnect_6() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6, ___canReconnnect_6)); } inline bool get_canReconnnect_6() const { return ___canReconnnect_6; } inline bool* get_address_of_canReconnnect_6() { return &___canReconnnect_6; } inline void set_canReconnnect_6(bool value) { ___canReconnnect_6 = value; } inline static int32_t get_offset_of_tempData_8() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6, ___tempData_8)); } inline TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * get_tempData_8() const { return ___tempData_8; } inline TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A ** get_address_of_tempData_8() { return &___tempData_8; } inline void set_tempData_8(TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * value) { ___tempData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempData_8), (void*)value); } }; struct UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields { public: // UserPlayer UserPlayer::ins UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * ___ins_5; // System.Boolean UserPlayer::s_LogReporterInited bool ___s_LogReporterInited_7; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields, ___ins_5)); } inline UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * get_ins_5() const { return ___ins_5; } inline UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } inline static int32_t get_offset_of_s_LogReporterInited_7() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields, ___s_LogReporterInited_7)); } inline bool get_s_LogReporterInited_7() const { return ___s_LogReporterInited_7; } inline bool* get_address_of_s_LogReporterInited_7() { return &___s_LogReporterInited_7; } inline void set_s_LogReporterInited_7(bool value) { ___s_LogReporterInited_7 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // UnityEngine.ParticleSystem/EmissionModule struct EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem/EmissionModule::m_ParticleSystem ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D, ___m_ParticleSystem_0)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/EmissionModule struct EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D_marshaled_pinvoke { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/EmissionModule struct EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D_marshaled_com { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem/MainModule struct MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem/MainModule::m_ParticleSystem ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B, ___m_ParticleSystem_0)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/MainModule struct MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B_marshaled_pinvoke { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/MainModule struct MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B_marshaled_com { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // System.Nullable`1 struct Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D { public: // T System.Nullable`1::value DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___value_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_value_0() const { return ___value_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 { public: // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8, ___Item1_0)); } inline int32_t get_Item1_0() const { return ___Item1_0; } inline int32_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int32_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8, ___Item2_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_Item2_1() const { return ___Item2_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___Item2_1 = value; } }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; public: inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.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); } }; // DG.Tweening.AxisConstraint struct AxisConstraint_tA0D384964013674923F26C7DF2618FB76CD3D7F4 { public: // System.Int32 DG.Tweening.AxisConstraint::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AxisConstraint_tA0D384964013674923F26C7DF2618FB76CD3D7F4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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; } }; // BluetoothStatusEnum struct BluetoothStatusEnum_t72984947649944081E9B448751BB5F5A0410E905 { public: // System.Int32 BluetoothStatusEnum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BluetoothStatusEnum_t72984947649944081E9B448751BB5F5A0410E905, ___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; } }; // BestHTTP.Extensions.BufferPoolMemoryStream struct BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::canWrite bool ___canWrite_5; // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::allowGetBuffer bool ___allowGetBuffer_6; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::capacity int32_t ___capacity_7; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::length int32_t ___length_8; // System.Byte[] BestHTTP.Extensions.BufferPoolMemoryStream::internalBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___internalBuffer_9; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::initialIndex int32_t ___initialIndex_10; // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::expandable bool ___expandable_11; // System.Boolean BestHTTP.Extensions.BufferPoolMemoryStream::streamClosed bool ___streamClosed_12; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::position int32_t ___position_13; // System.Int32 BestHTTP.Extensions.BufferPoolMemoryStream::dirty_bytes int32_t ___dirty_bytes_14; public: inline static int32_t get_offset_of_canWrite_5() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___canWrite_5)); } inline bool get_canWrite_5() const { return ___canWrite_5; } inline bool* get_address_of_canWrite_5() { return &___canWrite_5; } inline void set_canWrite_5(bool value) { ___canWrite_5 = value; } inline static int32_t get_offset_of_allowGetBuffer_6() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___allowGetBuffer_6)); } inline bool get_allowGetBuffer_6() const { return ___allowGetBuffer_6; } inline bool* get_address_of_allowGetBuffer_6() { return &___allowGetBuffer_6; } inline void set_allowGetBuffer_6(bool value) { ___allowGetBuffer_6 = value; } inline static int32_t get_offset_of_capacity_7() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___capacity_7)); } inline int32_t get_capacity_7() const { return ___capacity_7; } inline int32_t* get_address_of_capacity_7() { return &___capacity_7; } inline void set_capacity_7(int32_t value) { ___capacity_7 = value; } inline static int32_t get_offset_of_length_8() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___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_internalBuffer_9() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___internalBuffer_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_internalBuffer_9() const { return ___internalBuffer_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_internalBuffer_9() { return &___internalBuffer_9; } inline void set_internalBuffer_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___internalBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalBuffer_9), (void*)value); } inline static int32_t get_offset_of_initialIndex_10() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___initialIndex_10)); } inline int32_t get_initialIndex_10() const { return ___initialIndex_10; } inline int32_t* get_address_of_initialIndex_10() { return &___initialIndex_10; } inline void set_initialIndex_10(int32_t value) { ___initialIndex_10 = value; } inline static int32_t get_offset_of_expandable_11() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___expandable_11)); } inline bool get_expandable_11() const { return ___expandable_11; } inline bool* get_address_of_expandable_11() { return &___expandable_11; } inline void set_expandable_11(bool value) { ___expandable_11 = value; } inline static int32_t get_offset_of_streamClosed_12() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___streamClosed_12)); } inline bool get_streamClosed_12() const { return ___streamClosed_12; } inline bool* get_address_of_streamClosed_12() { return &___streamClosed_12; } inline void set_streamClosed_12(bool value) { ___streamClosed_12 = value; } inline static int32_t get_offset_of_position_13() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___position_13)); } inline int32_t get_position_13() const { return ___position_13; } inline int32_t* get_address_of_position_13() { return &___position_13; } inline void set_position_13(int32_t value) { ___position_13 = value; } inline static int32_t get_offset_of_dirty_bytes_14() { return static_cast(offsetof(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B, ___dirty_bytes_14)); } inline int32_t get_dirty_bytes_14() const { return ___dirty_bytes_14; } inline int32_t* get_address_of_dirty_bytes_14() { return &___dirty_bytes_14; } inline void set_dirty_bytes_14(int32_t value) { ___dirty_bytes_14 = 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.Decompression.Zlib.CompressionLevel struct CompressionLevel_tACCC65ECBF70584F2B1C3F4ED9BC5E40268B5C17 { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionLevel_tACCC65ECBF70584F2B1C3F4ED9BC5E40268B5C17, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.CompressionMode struct CompressionMode_t982857C119B22F79EE435ECE70694AB0BF32B3CA { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionMode_t982857C119B22F79EE435ECE70694AB0BF32B3CA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalR.ConnectionStates struct ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386 { public: // System.Int32 BestHTTP.SignalR.ConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConnectionStates_t2DF2F032AF035990A505536F7329429FC77B3386, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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; }; // UnityStandardAssets.Utility.CurveControlledBob struct CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 : public RuntimeObject { public: // System.Single UnityStandardAssets.Utility.CurveControlledBob::HorizontalBobRange float ___HorizontalBobRange_0; // System.Single UnityStandardAssets.Utility.CurveControlledBob::VerticalBobRange float ___VerticalBobRange_1; // UnityEngine.AnimationCurve UnityStandardAssets.Utility.CurveControlledBob::Bobcurve AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___Bobcurve_2; // System.Single UnityStandardAssets.Utility.CurveControlledBob::VerticaltoHorizontalRatio float ___VerticaltoHorizontalRatio_3; // System.Single UnityStandardAssets.Utility.CurveControlledBob::m_CyclePositionX float ___m_CyclePositionX_4; // System.Single UnityStandardAssets.Utility.CurveControlledBob::m_CyclePositionY float ___m_CyclePositionY_5; // System.Single UnityStandardAssets.Utility.CurveControlledBob::m_BobBaseInterval float ___m_BobBaseInterval_6; // UnityEngine.Vector3 UnityStandardAssets.Utility.CurveControlledBob::m_OriginalCameraPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_OriginalCameraPosition_7; // System.Single UnityStandardAssets.Utility.CurveControlledBob::m_Time float ___m_Time_8; public: inline static int32_t get_offset_of_HorizontalBobRange_0() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___HorizontalBobRange_0)); } inline float get_HorizontalBobRange_0() const { return ___HorizontalBobRange_0; } inline float* get_address_of_HorizontalBobRange_0() { return &___HorizontalBobRange_0; } inline void set_HorizontalBobRange_0(float value) { ___HorizontalBobRange_0 = value; } inline static int32_t get_offset_of_VerticalBobRange_1() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___VerticalBobRange_1)); } inline float get_VerticalBobRange_1() const { return ___VerticalBobRange_1; } inline float* get_address_of_VerticalBobRange_1() { return &___VerticalBobRange_1; } inline void set_VerticalBobRange_1(float value) { ___VerticalBobRange_1 = value; } inline static int32_t get_offset_of_Bobcurve_2() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___Bobcurve_2)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_Bobcurve_2() const { return ___Bobcurve_2; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_Bobcurve_2() { return &___Bobcurve_2; } inline void set_Bobcurve_2(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___Bobcurve_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Bobcurve_2), (void*)value); } inline static int32_t get_offset_of_VerticaltoHorizontalRatio_3() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___VerticaltoHorizontalRatio_3)); } inline float get_VerticaltoHorizontalRatio_3() const { return ___VerticaltoHorizontalRatio_3; } inline float* get_address_of_VerticaltoHorizontalRatio_3() { return &___VerticaltoHorizontalRatio_3; } inline void set_VerticaltoHorizontalRatio_3(float value) { ___VerticaltoHorizontalRatio_3 = value; } inline static int32_t get_offset_of_m_CyclePositionX_4() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___m_CyclePositionX_4)); } inline float get_m_CyclePositionX_4() const { return ___m_CyclePositionX_4; } inline float* get_address_of_m_CyclePositionX_4() { return &___m_CyclePositionX_4; } inline void set_m_CyclePositionX_4(float value) { ___m_CyclePositionX_4 = value; } inline static int32_t get_offset_of_m_CyclePositionY_5() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___m_CyclePositionY_5)); } inline float get_m_CyclePositionY_5() const { return ___m_CyclePositionY_5; } inline float* get_address_of_m_CyclePositionY_5() { return &___m_CyclePositionY_5; } inline void set_m_CyclePositionY_5(float value) { ___m_CyclePositionY_5 = value; } inline static int32_t get_offset_of_m_BobBaseInterval_6() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___m_BobBaseInterval_6)); } inline float get_m_BobBaseInterval_6() const { return ___m_BobBaseInterval_6; } inline float* get_address_of_m_BobBaseInterval_6() { return &___m_BobBaseInterval_6; } inline void set_m_BobBaseInterval_6(float value) { ___m_BobBaseInterval_6 = value; } inline static int32_t get_offset_of_m_OriginalCameraPosition_7() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___m_OriginalCameraPosition_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_OriginalCameraPosition_7() const { return ___m_OriginalCameraPosition_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_OriginalCameraPosition_7() { return &___m_OriginalCameraPosition_7; } inline void set_m_OriginalCameraPosition_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_OriginalCameraPosition_7 = value; } inline static int32_t get_offset_of_m_Time_8() { return static_cast(offsetof(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039, ___m_Time_8)); } inline float get_m_Time_8() const { return ___m_Time_8; } inline float* get_address_of_m_Time_8() { return &___m_Time_8; } inline void set_m_Time_8(float value) { ___m_Time_8 = value; } }; // BestHTTP.Decompression.Zlib.DeflateStream struct DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // BestHTTP.Decompression.Zlib.ZlibBaseStream BestHTTP.Decompression.Zlib.DeflateStream::_baseStream ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * ____baseStream_5; // System.IO.Stream BestHTTP.Decompression.Zlib.DeflateStream::_innerStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____innerStream_6; // System.Boolean BestHTTP.Decompression.Zlib.DeflateStream::_disposed bool ____disposed_7; public: inline static int32_t get_offset_of__baseStream_5() { return static_cast(offsetof(DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B, ____baseStream_5)); } inline ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * get__baseStream_5() const { return ____baseStream_5; } inline ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 ** get_address_of__baseStream_5() { return &____baseStream_5; } inline void set__baseStream_5(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * value) { ____baseStream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____baseStream_5), (void*)value); } inline static int32_t get_offset_of__innerStream_6() { return static_cast(offsetof(DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B, ____innerStream_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__innerStream_6() const { return ____innerStream_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__innerStream_6() { return &____innerStream_6; } inline void set__innerStream_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____innerStream_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerStream_6), (void*)value); } inline static int32_t get_offset_of__disposed_7() { return static_cast(offsetof(DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B, ____disposed_7)); } inline bool get__disposed_7() const { return ____disposed_7; } inline bool* get_address_of__disposed_7() { return &____disposed_7; } inline void set__disposed_7(bool value) { ____disposed_7 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // DG.Tweening.Ease struct Ease_tB04D625230DDC5B40D74E825C8A9DBBE37A146B4 { public: // System.Int32 DG.Tweening.Ease::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Ease_tB04D625230DDC5B40D74E825C8A9DBBE37A146B4, ___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.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.Decompression.Zlib.FlushType struct FlushType_t3B2A005B97431886F7418469BB8AAD3D6C6D9B45 { public: // System.Int32 BestHTTP.Decompression.Zlib.FlushType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FlushType_t3B2A005B97431886F7418469BB8AAD3D6C6D9B45, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Futures.FutureState struct FutureState_t82DAE169A791D5FC99F4EE1159F4530816D52A0C { public: // System.Int32 BestHTTP.Futures.FutureState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FutureState_t82DAE169A791D5FC99F4EE1159F4530816D52A0C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Examples.GUIHelper struct GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F : public RuntimeObject { public: public: }; struct GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields { public: // System.String BestHTTP.Examples.GUIHelper::BaseURL String_t* ___BaseURL_0; // UnityEngine.GUIStyle BestHTTP.Examples.GUIHelper::centerAlignedLabel GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___centerAlignedLabel_1; // UnityEngine.GUIStyle BestHTTP.Examples.GUIHelper::rightAlignedLabel GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___rightAlignedLabel_2; // UnityEngine.Rect BestHTTP.Examples.GUIHelper::ClientArea Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___ClientArea_3; public: inline static int32_t get_offset_of_BaseURL_0() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___BaseURL_0)); } inline String_t* get_BaseURL_0() const { return ___BaseURL_0; } inline String_t** get_address_of_BaseURL_0() { return &___BaseURL_0; } inline void set_BaseURL_0(String_t* value) { ___BaseURL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseURL_0), (void*)value); } inline static int32_t get_offset_of_centerAlignedLabel_1() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___centerAlignedLabel_1)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_centerAlignedLabel_1() const { return ___centerAlignedLabel_1; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_centerAlignedLabel_1() { return &___centerAlignedLabel_1; } inline void set_centerAlignedLabel_1(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___centerAlignedLabel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___centerAlignedLabel_1), (void*)value); } inline static int32_t get_offset_of_rightAlignedLabel_2() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___rightAlignedLabel_2)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_rightAlignedLabel_2() const { return ___rightAlignedLabel_2; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_rightAlignedLabel_2() { return &___rightAlignedLabel_2; } inline void set_rightAlignedLabel_2(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___rightAlignedLabel_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightAlignedLabel_2), (void*)value); } inline static int32_t get_offset_of_ClientArea_3() { return static_cast(offsetof(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields, ___ClientArea_3)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_ClientArea_3() const { return ___ClientArea_3; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_ClientArea_3() { return &___ClientArea_3; } inline void set_ClientArea_3(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___ClientArea_3 = value; } }; // BestHTTP.Caching.HTTPCacheFileInfo struct HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA : public RuntimeObject { public: // System.Uri BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_0; // System.DateTime BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CLastAccessU3Ek__BackingField_1; // System.Int32 BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField int32_t ___U3CBodyLengthU3Ek__BackingField_2; // System.String BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField String_t* ___U3CETagU3Ek__BackingField_3; // System.String BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField String_t* ___U3CLastModifiedU3Ek__BackingField_4; // System.DateTime BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CExpiresU3Ek__BackingField_5; // System.Int64 BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField int64_t ___U3CAgeU3Ek__BackingField_6; // System.Int64 BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField int64_t ___U3CMaxAgeU3Ek__BackingField_7; // System.DateTime BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CDateU3Ek__BackingField_8; // System.Boolean BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField bool ___U3CMustRevalidateU3Ek__BackingField_9; // System.DateTime BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CReceivedU3Ek__BackingField_10; // System.String BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField String_t* ___U3CConstructedPathU3Ek__BackingField_11; // System.UInt64 BestHTTP.Caching.HTTPCacheFileInfo::k__BackingField uint64_t ___U3CMappedNameIDXU3Ek__BackingField_12; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_0() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CUriU3Ek__BackingField_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_0() const { return ___U3CUriU3Ek__BackingField_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_0() { return &___U3CUriU3Ek__BackingField_0; } inline void set_U3CUriU3Ek__BackingField_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CLastAccessU3Ek__BackingField_1() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CLastAccessU3Ek__BackingField_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CLastAccessU3Ek__BackingField_1() const { return ___U3CLastAccessU3Ek__BackingField_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CLastAccessU3Ek__BackingField_1() { return &___U3CLastAccessU3Ek__BackingField_1; } inline void set_U3CLastAccessU3Ek__BackingField_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CLastAccessU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CBodyLengthU3Ek__BackingField_2() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CBodyLengthU3Ek__BackingField_2)); } inline int32_t get_U3CBodyLengthU3Ek__BackingField_2() const { return ___U3CBodyLengthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CBodyLengthU3Ek__BackingField_2() { return &___U3CBodyLengthU3Ek__BackingField_2; } inline void set_U3CBodyLengthU3Ek__BackingField_2(int32_t value) { ___U3CBodyLengthU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CETagU3Ek__BackingField_3() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CETagU3Ek__BackingField_3)); } inline String_t* get_U3CETagU3Ek__BackingField_3() const { return ___U3CETagU3Ek__BackingField_3; } inline String_t** get_address_of_U3CETagU3Ek__BackingField_3() { return &___U3CETagU3Ek__BackingField_3; } inline void set_U3CETagU3Ek__BackingField_3(String_t* value) { ___U3CETagU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CETagU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CLastModifiedU3Ek__BackingField_4() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CLastModifiedU3Ek__BackingField_4)); } inline String_t* get_U3CLastModifiedU3Ek__BackingField_4() const { return ___U3CLastModifiedU3Ek__BackingField_4; } inline String_t** get_address_of_U3CLastModifiedU3Ek__BackingField_4() { return &___U3CLastModifiedU3Ek__BackingField_4; } inline void set_U3CLastModifiedU3Ek__BackingField_4(String_t* value) { ___U3CLastModifiedU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLastModifiedU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CExpiresU3Ek__BackingField_5() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CExpiresU3Ek__BackingField_5)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CExpiresU3Ek__BackingField_5() const { return ___U3CExpiresU3Ek__BackingField_5; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CExpiresU3Ek__BackingField_5() { return &___U3CExpiresU3Ek__BackingField_5; } inline void set_U3CExpiresU3Ek__BackingField_5(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CExpiresU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CAgeU3Ek__BackingField_6() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CAgeU3Ek__BackingField_6)); } inline int64_t get_U3CAgeU3Ek__BackingField_6() const { return ___U3CAgeU3Ek__BackingField_6; } inline int64_t* get_address_of_U3CAgeU3Ek__BackingField_6() { return &___U3CAgeU3Ek__BackingField_6; } inline void set_U3CAgeU3Ek__BackingField_6(int64_t value) { ___U3CAgeU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CMaxAgeU3Ek__BackingField_7() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CMaxAgeU3Ek__BackingField_7)); } inline int64_t get_U3CMaxAgeU3Ek__BackingField_7() const { return ___U3CMaxAgeU3Ek__BackingField_7; } inline int64_t* get_address_of_U3CMaxAgeU3Ek__BackingField_7() { return &___U3CMaxAgeU3Ek__BackingField_7; } inline void set_U3CMaxAgeU3Ek__BackingField_7(int64_t value) { ___U3CMaxAgeU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CDateU3Ek__BackingField_8() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CDateU3Ek__BackingField_8)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CDateU3Ek__BackingField_8() const { return ___U3CDateU3Ek__BackingField_8; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CDateU3Ek__BackingField_8() { return &___U3CDateU3Ek__BackingField_8; } inline void set_U3CDateU3Ek__BackingField_8(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CDateU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CMustRevalidateU3Ek__BackingField_9() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CMustRevalidateU3Ek__BackingField_9)); } inline bool get_U3CMustRevalidateU3Ek__BackingField_9() const { return ___U3CMustRevalidateU3Ek__BackingField_9; } inline bool* get_address_of_U3CMustRevalidateU3Ek__BackingField_9() { return &___U3CMustRevalidateU3Ek__BackingField_9; } inline void set_U3CMustRevalidateU3Ek__BackingField_9(bool value) { ___U3CMustRevalidateU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CReceivedU3Ek__BackingField_10() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CReceivedU3Ek__BackingField_10)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CReceivedU3Ek__BackingField_10() const { return ___U3CReceivedU3Ek__BackingField_10; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CReceivedU3Ek__BackingField_10() { return &___U3CReceivedU3Ek__BackingField_10; } inline void set_U3CReceivedU3Ek__BackingField_10(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CReceivedU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CConstructedPathU3Ek__BackingField_11() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CConstructedPathU3Ek__BackingField_11)); } inline String_t* get_U3CConstructedPathU3Ek__BackingField_11() const { return ___U3CConstructedPathU3Ek__BackingField_11; } inline String_t** get_address_of_U3CConstructedPathU3Ek__BackingField_11() { return &___U3CConstructedPathU3Ek__BackingField_11; } inline void set_U3CConstructedPathU3Ek__BackingField_11(String_t* value) { ___U3CConstructedPathU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConstructedPathU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_U3CMappedNameIDXU3Ek__BackingField_12() { return static_cast(offsetof(HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA, ___U3CMappedNameIDXU3Ek__BackingField_12)); } inline uint64_t get_U3CMappedNameIDXU3Ek__BackingField_12() const { return ___U3CMappedNameIDXU3Ek__BackingField_12; } inline uint64_t* get_address_of_U3CMappedNameIDXU3Ek__BackingField_12() { return &___U3CMappedNameIDXU3Ek__BackingField_12; } inline void set_U3CMappedNameIDXU3Ek__BackingField_12(uint64_t value) { ___U3CMappedNameIDXU3Ek__BackingField_12 = 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; } }; // BestHTTP.Extensions.HeartbeatManager struct HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Extensions.HeartbeatManager::Heartbeats List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * ___Heartbeats_0; // BestHTTP.Extensions.IHeartbeat[] BestHTTP.Extensions.HeartbeatManager::UpdateArray IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* ___UpdateArray_1; // System.DateTime BestHTTP.Extensions.HeartbeatManager::LastUpdate DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastUpdate_2; public: inline static int32_t get_offset_of_Heartbeats_0() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___Heartbeats_0)); } inline List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * get_Heartbeats_0() const { return ___Heartbeats_0; } inline List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E ** get_address_of_Heartbeats_0() { return &___Heartbeats_0; } inline void set_Heartbeats_0(List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * value) { ___Heartbeats_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Heartbeats_0), (void*)value); } inline static int32_t get_offset_of_UpdateArray_1() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___UpdateArray_1)); } inline IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* get_UpdateArray_1() const { return ___UpdateArray_1; } inline IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D** get_address_of_UpdateArray_1() { return &___UpdateArray_1; } inline void set_UpdateArray_1(IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* value) { ___UpdateArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UpdateArray_1), (void*)value); } inline static int32_t get_offset_of_LastUpdate_2() { return static_cast(offsetof(HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E, ___LastUpdate_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastUpdate_2() const { return ___LastUpdate_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastUpdate_2() { return &___LastUpdate_2; } inline void set_LastUpdate_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastUpdate_2 = value; } }; // UnityEngine.HideFlags struct HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Linq.JArray struct JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JArray::_values List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * ____values_17; public: inline static int32_t get_offset_of__values_17() { return static_cast(offsetof(JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873, ____values_17)); } inline List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * get__values_17() const { return ____values_17; } inline List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 ** get_address_of__values_17() { return &____values_17; } inline void set__values_17(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * value) { ____values_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____values_17), (void*)value); } }; // UnityEngine.KeyCode struct KeyCode_t1D303F7D061BF4429872E9F109ADDBCB431671F4 { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(KeyCode_t1D303F7D061BF4429872E9F109ADDBCB431671F4, ___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; } }; // BestHTTP.Logger.Loglevels struct Loglevels_t11A0BB068F507D75D8228DE66E6CE0B001F683FB { public: // System.Byte BestHTTP.Logger.Loglevels::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Loglevels_t11A0BB068F507D75D8228DE66E6CE0B001F683FB, ___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; } }; // DG.Tweening.LoopType struct LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A, ___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.SignalR.MessageTypes struct MessageTypes_t0D49EC24DD48FF5620E610A85F893E910D2A6B2A { public: // System.Int32 BestHTTP.SignalR.MessageTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageTypes_t0D49EC24DD48FF5620E610A85F893E910D2A6B2A, ___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.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; } }; // System.Globalization.NumberStyles struct NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594, ___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; } }; // UnityEngine.ParticleSystemCurveMode struct ParticleSystemCurveMode_t1B9D50590BC22BDD142A21664B8E2F9475409342 { public: // System.Int32 UnityEngine.ParticleSystemCurveMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParticleSystemCurveMode_t1B9D50590BC22BDD142A21664B8E2F9475409342, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalR.ProtocolVersions struct ProtocolVersions_tCB342D567B31653391C313CA5D254D81368BC5E7 { public: // System.Byte BestHTTP.SignalR.ProtocolVersions::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProtocolVersions_tCB342D567B31653391C313CA5D254D81368BC5E7, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // BestHTTP.Extensions.ReadOnlyBufferedStream struct ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.Extensions.ReadOnlyBufferedStream::k__BackingField bool ___U3CCheckForDataAvailabilityU3Ek__BackingField_5; // System.IO.Stream BestHTTP.Extensions.ReadOnlyBufferedStream::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_6; // System.Byte[] BestHTTP.Extensions.ReadOnlyBufferedStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_8; // System.Int32 BestHTTP.Extensions.ReadOnlyBufferedStream::available int32_t ___available_9; // System.Int32 BestHTTP.Extensions.ReadOnlyBufferedStream::pos int32_t ___pos_10; public: inline static int32_t get_offset_of_U3CCheckForDataAvailabilityU3Ek__BackingField_5() { return static_cast(offsetof(ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34, ___U3CCheckForDataAvailabilityU3Ek__BackingField_5)); } inline bool get_U3CCheckForDataAvailabilityU3Ek__BackingField_5() const { return ___U3CCheckForDataAvailabilityU3Ek__BackingField_5; } inline bool* get_address_of_U3CCheckForDataAvailabilityU3Ek__BackingField_5() { return &___U3CCheckForDataAvailabilityU3Ek__BackingField_5; } inline void set_U3CCheckForDataAvailabilityU3Ek__BackingField_5(bool value) { ___U3CCheckForDataAvailabilityU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_stream_6() { return static_cast(offsetof(ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34, ___stream_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_6() const { return ___stream_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_6() { return &___stream_6; } inline void set_stream_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_6), (void*)value); } inline static int32_t get_offset_of_buf_8() { return static_cast(offsetof(ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34, ___buf_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_8() const { return ___buf_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_8() { return &___buf_8; } inline void set_buf_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_8), (void*)value); } inline static int32_t get_offset_of_available_9() { return static_cast(offsetof(ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34, ___available_9)); } inline int32_t get_available_9() const { return ___available_9; } inline int32_t* get_address_of_available_9() { return &___available_9; } inline void set_available_9(int32_t value) { ___available_9 = value; } inline static int32_t get_offset_of_pos_10() { return static_cast(offsetof(ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34, ___pos_10)); } inline int32_t get_pos_10() const { return ___pos_10; } inline int32_t* get_address_of_pos_10() { return &___pos_10; } inline void set_pos_10(int32_t value) { ___pos_10 = value; } }; // BestHTTP.SignalR.RequestTypes struct RequestTypes_t792E102C6884E54B64E99EE65C58094E492399AD { public: // System.Int32 BestHTTP.SignalR.RequestTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RequestTypes_t792E102C6884E54B64E99EE65C58094E492399AD, ___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; } }; // DG.Tweening.Core.Enums.SpecialStartupMode struct SpecialStartupMode_t0086D2AE798C217210762DD17C8D3572414ACD92 { public: // System.Int32 DG.Tweening.Core.Enums.SpecialStartupMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpecialStartupMode_t0086D2AE798C217210762DD17C8D3572414ACD92, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___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.StringSplitOptions struct StringSplitOptions_tCBE57E9DF0385CEE90AEE9C25D18BD20E30D29D3 { public: // System.Int32 System.StringSplitOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringSplitOptions_tCBE57E9DF0385CEE90AEE9C25D18BD20E30D29D3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SupportedProtocols struct SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B { public: // System.Int32 BestHTTP.SupportedProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TextureFormat struct TextureFormat_tBED5388A0445FE978F97B41D247275B036407932 { public: // System.Int32 UnityEngine.TextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureFormat_tBED5388A0445FE978F97B41D247275B036407932, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // BestHTTP.SignalRCore.TransportStates struct TransportStates_tD4276F56444B1B2E6C02FEC859DDD3EBCCD19A1E { public: // System.Int32 BestHTTP.SignalRCore.TransportStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransportStates_tD4276F56444B1B2E6C02FEC859DDD3EBCCD19A1E, ___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.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; } }; // DG.Tweening.TweenType struct TweenType_tAB2DEC1268409EA172594368494218E51696EF5D { public: // System.Int32 DG.Tweening.TweenType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweenType_tAB2DEC1268409EA172594368494218E51696EF5D, ___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; } }; // DG.Tweening.UpdateType struct UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED { public: // System.Int32 DG.Tweening.UpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED, ___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.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; } }; // 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; }; // WolfHuntGameMode struct WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF : public ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B { public: // System.Int32[] WolfHuntGameMode::animalCreateList Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___animalCreateList_17; // System.Int32 WolfHuntGameMode::animalCreateIndex int32_t ___animalCreateIndex_18; // System.Single WolfHuntGameMode::baseCreateDistance float ___baseCreateDistance_19; // System.Single WolfHuntGameMode::plusCreateDistance float ___plusCreateDistance_20; // System.Boolean WolfHuntGameMode::banCreateAnimal bool ___banCreateAnimal_21; // System.Boolean WolfHuntGameMode::canStartCreateAniaml bool ___canStartCreateAniaml_22; // System.Single WolfHuntGameMode::createAnimalCountDown float ___createAnimalCountDown_23; // System.Single WolfHuntGameMode::createAnimalCountDownDefault float ___createAnimalCountDownDefault_24; // System.Int32 WolfHuntGameMode::hp int32_t ___hp_25; // System.Int32 WolfHuntGameMode::hpMax int32_t ___hpMax_26; // System.Action WolfHuntGameMode::onHpZero Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onHpZero_27; // System.Action WolfHuntGameMode::onHurtEffect Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onHurtEffect_28; // DG.Tweening.Sequence WolfHuntGameMode::hurtSeq Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___hurtSeq_29; // System.Single WolfHuntGameMode::hurtTweenV1 float ___hurtTweenV1_30; public: inline static int32_t get_offset_of_animalCreateList_17() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___animalCreateList_17)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_animalCreateList_17() const { return ___animalCreateList_17; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_animalCreateList_17() { return &___animalCreateList_17; } inline void set_animalCreateList_17(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___animalCreateList_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalCreateList_17), (void*)value); } inline static int32_t get_offset_of_animalCreateIndex_18() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___animalCreateIndex_18)); } inline int32_t get_animalCreateIndex_18() const { return ___animalCreateIndex_18; } inline int32_t* get_address_of_animalCreateIndex_18() { return &___animalCreateIndex_18; } inline void set_animalCreateIndex_18(int32_t value) { ___animalCreateIndex_18 = value; } inline static int32_t get_offset_of_baseCreateDistance_19() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___baseCreateDistance_19)); } inline float get_baseCreateDistance_19() const { return ___baseCreateDistance_19; } inline float* get_address_of_baseCreateDistance_19() { return &___baseCreateDistance_19; } inline void set_baseCreateDistance_19(float value) { ___baseCreateDistance_19 = value; } inline static int32_t get_offset_of_plusCreateDistance_20() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___plusCreateDistance_20)); } inline float get_plusCreateDistance_20() const { return ___plusCreateDistance_20; } inline float* get_address_of_plusCreateDistance_20() { return &___plusCreateDistance_20; } inline void set_plusCreateDistance_20(float value) { ___plusCreateDistance_20 = value; } inline static int32_t get_offset_of_banCreateAnimal_21() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___banCreateAnimal_21)); } inline bool get_banCreateAnimal_21() const { return ___banCreateAnimal_21; } inline bool* get_address_of_banCreateAnimal_21() { return &___banCreateAnimal_21; } inline void set_banCreateAnimal_21(bool value) { ___banCreateAnimal_21 = value; } inline static int32_t get_offset_of_canStartCreateAniaml_22() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___canStartCreateAniaml_22)); } inline bool get_canStartCreateAniaml_22() const { return ___canStartCreateAniaml_22; } inline bool* get_address_of_canStartCreateAniaml_22() { return &___canStartCreateAniaml_22; } inline void set_canStartCreateAniaml_22(bool value) { ___canStartCreateAniaml_22 = value; } inline static int32_t get_offset_of_createAnimalCountDown_23() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___createAnimalCountDown_23)); } inline float get_createAnimalCountDown_23() const { return ___createAnimalCountDown_23; } inline float* get_address_of_createAnimalCountDown_23() { return &___createAnimalCountDown_23; } inline void set_createAnimalCountDown_23(float value) { ___createAnimalCountDown_23 = value; } inline static int32_t get_offset_of_createAnimalCountDownDefault_24() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___createAnimalCountDownDefault_24)); } inline float get_createAnimalCountDownDefault_24() const { return ___createAnimalCountDownDefault_24; } inline float* get_address_of_createAnimalCountDownDefault_24() { return &___createAnimalCountDownDefault_24; } inline void set_createAnimalCountDownDefault_24(float value) { ___createAnimalCountDownDefault_24 = value; } inline static int32_t get_offset_of_hp_25() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___hp_25)); } inline int32_t get_hp_25() const { return ___hp_25; } inline int32_t* get_address_of_hp_25() { return &___hp_25; } inline void set_hp_25(int32_t value) { ___hp_25 = value; } inline static int32_t get_offset_of_hpMax_26() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___hpMax_26)); } inline int32_t get_hpMax_26() const { return ___hpMax_26; } inline int32_t* get_address_of_hpMax_26() { return &___hpMax_26; } inline void set_hpMax_26(int32_t value) { ___hpMax_26 = value; } inline static int32_t get_offset_of_onHpZero_27() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___onHpZero_27)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onHpZero_27() const { return ___onHpZero_27; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onHpZero_27() { return &___onHpZero_27; } inline void set_onHpZero_27(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onHpZero_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___onHpZero_27), (void*)value); } inline static int32_t get_offset_of_onHurtEffect_28() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___onHurtEffect_28)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onHurtEffect_28() const { return ___onHurtEffect_28; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onHurtEffect_28() { return &___onHurtEffect_28; } inline void set_onHurtEffect_28(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onHurtEffect_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___onHurtEffect_28), (void*)value); } inline static int32_t get_offset_of_hurtSeq_29() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___hurtSeq_29)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_hurtSeq_29() const { return ___hurtSeq_29; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_hurtSeq_29() { return &___hurtSeq_29; } inline void set_hurtSeq_29(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___hurtSeq_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___hurtSeq_29), (void*)value); } inline static int32_t get_offset_of_hurtTweenV1_30() { return static_cast(offsetof(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF, ___hurtTweenV1_30)); } inline float get_hurtTweenV1_30() const { return ___hurtTweenV1_30; } inline float* get_address_of_hurtTweenV1_30() { return &___hurtTweenV1_30; } inline void set_hurtTweenV1_30(float value) { ___hurtTweenV1_30 = 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.Image/FillMethod struct FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2 { public: // System.Int32 UnityEngine.UI.Image/FillMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2, ___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.Image/Type struct Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12 { public: // System.Int32 UnityEngine.UI.Image/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12, ___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; } }; // 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; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // BestHTTP.Futures.Future`1 struct Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 : public RuntimeObject { public: // BestHTTP.Futures.FutureState modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.Futures.Future`1::_state int32_t ____state_0; // T BestHTTP.Futures.Future`1::_value bool ____value_1; // System.Exception BestHTTP.Futures.Future`1::_error Exception_t * ____error_2; // System.Func`1 BestHTTP.Futures.Future`1::_processFunc Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ____processFunc_3; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_itemCallbacks List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C * ____itemCallbacks_4; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_successCallbacks List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C * ____successCallbacks_5; // System.Collections.Generic.List`1 BestHTTP.Futures.Future`1::_errorCallbacks List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * ____errorCallbacks_6; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_complationCallbacks List_1_t877A9345C4D33C6AAED6B08A8D7BF1C25F7001D5 * ____complationCallbacks_7; public: inline static int32_t get_offset_of__state_0() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____state_0)); } inline int32_t get__state_0() const { return ____state_0; } inline int32_t* get_address_of__state_0() { return &____state_0; } inline void set__state_0(int32_t value) { ____state_0 = value; } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____value_1)); } inline bool get__value_1() const { return ____value_1; } inline bool* get_address_of__value_1() { return &____value_1; } inline void set__value_1(bool value) { ____value_1 = value; } inline static int32_t get_offset_of__error_2() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____error_2)); } inline Exception_t * get__error_2() const { return ____error_2; } inline Exception_t ** get_address_of__error_2() { return &____error_2; } inline void set__error_2(Exception_t * value) { ____error_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____error_2), (void*)value); } inline static int32_t get_offset_of__processFunc_3() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____processFunc_3)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get__processFunc_3() const { return ____processFunc_3; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of__processFunc_3() { return &____processFunc_3; } inline void set__processFunc_3(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ____processFunc_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____processFunc_3), (void*)value); } inline static int32_t get_offset_of__itemCallbacks_4() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____itemCallbacks_4)); } inline List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C * get__itemCallbacks_4() const { return ____itemCallbacks_4; } inline List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C ** get_address_of__itemCallbacks_4() { return &____itemCallbacks_4; } inline void set__itemCallbacks_4(List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C * value) { ____itemCallbacks_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____itemCallbacks_4), (void*)value); } inline static int32_t get_offset_of__successCallbacks_5() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____successCallbacks_5)); } inline List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C * get__successCallbacks_5() const { return ____successCallbacks_5; } inline List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C ** get_address_of__successCallbacks_5() { return &____successCallbacks_5; } inline void set__successCallbacks_5(List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C * value) { ____successCallbacks_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____successCallbacks_5), (void*)value); } inline static int32_t get_offset_of__errorCallbacks_6() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____errorCallbacks_6)); } inline List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * get__errorCallbacks_6() const { return ____errorCallbacks_6; } inline List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 ** get_address_of__errorCallbacks_6() { return &____errorCallbacks_6; } inline void set__errorCallbacks_6(List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * value) { ____errorCallbacks_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____errorCallbacks_6), (void*)value); } inline static int32_t get_offset_of__complationCallbacks_7() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____complationCallbacks_7)); } inline List_1_t877A9345C4D33C6AAED6B08A8D7BF1C25F7001D5 * get__complationCallbacks_7() const { return ____complationCallbacks_7; } inline List_1_t877A9345C4D33C6AAED6B08A8D7BF1C25F7001D5 ** get_address_of__complationCallbacks_7() { return &____complationCallbacks_7; } inline void set__complationCallbacks_7(List_1_t877A9345C4D33C6AAED6B08A8D7BF1C25F7001D5 * value) { ____complationCallbacks_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____complationCallbacks_7), (void*)value); } }; // DG.Tweening.Core.ABSSequentiable struct ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76 : public RuntimeObject { public: // DG.Tweening.TweenType DG.Tweening.Core.ABSSequentiable::tweenType int32_t ___tweenType_0; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedPosition float ___sequencedPosition_1; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedEndPosition float ___sequencedEndPosition_2; // DG.Tweening.TweenCallback DG.Tweening.Core.ABSSequentiable::onStart TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onStart_3; public: inline static int32_t get_offset_of_tweenType_0() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___tweenType_0)); } inline int32_t get_tweenType_0() const { return ___tweenType_0; } inline int32_t* get_address_of_tweenType_0() { return &___tweenType_0; } inline void set_tweenType_0(int32_t value) { ___tweenType_0 = value; } inline static int32_t get_offset_of_sequencedPosition_1() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___sequencedPosition_1)); } inline float get_sequencedPosition_1() const { return ___sequencedPosition_1; } inline float* get_address_of_sequencedPosition_1() { return &___sequencedPosition_1; } inline void set_sequencedPosition_1(float value) { ___sequencedPosition_1 = value; } inline static int32_t get_offset_of_sequencedEndPosition_2() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___sequencedEndPosition_2)); } inline float get_sequencedEndPosition_2() const { return ___sequencedEndPosition_2; } inline float* get_address_of_sequencedEndPosition_2() { return &___sequencedEndPosition_2; } inline void set_sequencedEndPosition_2(float value) { ___sequencedEndPosition_2 = value; } inline static int32_t get_offset_of_onStart_3() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___onStart_3)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onStart_3() const { return ___onStart_3; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onStart_3() { return &___onStart_3; } inline void set_onStart_3(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onStart_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___onStart_3), (void*)value); } }; // 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.SignalR.Connection struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC : public RuntimeObject { public: // System.Uri BestHTTP.SignalR.Connection::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_1; // BestHTTP.SignalR.ConnectionStates BestHTTP.SignalR.Connection::_state int32_t ____state_2; // BestHTTP.SignalR.NegotiationData BestHTTP.SignalR.Connection::k__BackingField NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * ___U3CNegotiationResultU3Ek__BackingField_3; // BestHTTP.SignalR.Hubs.Hub[] BestHTTP.SignalR.Connection::k__BackingField HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* ___U3CHubsU3Ek__BackingField_4; // BestHTTP.SignalR.Transports.TransportBase BestHTTP.SignalR.Connection::k__BackingField TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * ___U3CTransportU3Ek__BackingField_5; // BestHTTP.SignalR.ProtocolVersions BestHTTP.SignalR.Connection::k__BackingField uint8_t ___U3CProtocolU3Ek__BackingField_6; // PlatformSupport.Collections.ObjectModel.ObservableDictionary`2 BestHTTP.SignalR.Connection::additionalQueryParams ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * ___additionalQueryParams_7; // System.Boolean BestHTTP.SignalR.Connection::k__BackingField bool ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::k__BackingField RuntimeObject* ___U3CJsonEncoderU3Ek__BackingField_9; // BestHTTP.SignalR.Authentication.IAuthenticationProvider BestHTTP.SignalR.Connection::k__BackingField RuntimeObject* ___U3CAuthenticationProviderU3Ek__BackingField_10; // System.TimeSpan BestHTTP.SignalR.Connection::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingIntervalU3Ek__BackingField_11; // System.TimeSpan BestHTTP.SignalR.Connection::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CReconnectDelayU3Ek__BackingField_12; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnConnected OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnConnected_13; // BestHTTP.SignalR.OnClosedDelegate BestHTTP.SignalR.Connection::OnClosed OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * ___OnClosed_14; // BestHTTP.SignalR.OnErrorDelegate BestHTTP.SignalR.Connection::OnError OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * ___OnError_15; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnReconnecting OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnReconnecting_16; // BestHTTP.SignalR.OnConnectedDelegate BestHTTP.SignalR.Connection::OnReconnected OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * ___OnReconnected_17; // BestHTTP.SignalR.OnStateChanged BestHTTP.SignalR.Connection::OnStateChanged OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * ___OnStateChanged_18; // BestHTTP.SignalR.OnNonHubMessageDelegate BestHTTP.SignalR.Connection::OnNonHubMessage OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * ___OnNonHubMessage_19; // BestHTTP.SignalR.OnPrepareRequestDelegate BestHTTP.SignalR.Connection::k__BackingField OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * ___U3CRequestPreparatorU3Ek__BackingField_20; // System.Object BestHTTP.SignalR.Connection::SyncRoot RuntimeObject * ___SyncRoot_21; // System.UInt64 BestHTTP.SignalR.Connection::k__BackingField uint64_t ___U3CClientMessageCounterU3Ek__BackingField_22; // System.String[] BestHTTP.SignalR.Connection::ClientProtocols StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___ClientProtocols_23; // System.UInt64 BestHTTP.SignalR.Connection::RequestCounter uint64_t ___RequestCounter_24; // BestHTTP.SignalR.Messages.MultiMessage BestHTTP.SignalR.Connection::LastReceivedMessage MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * ___LastReceivedMessage_25; // System.String BestHTTP.SignalR.Connection::GroupsToken String_t* ___GroupsToken_26; // System.Collections.Generic.List`1 BestHTTP.SignalR.Connection::BufferedMessages List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * ___BufferedMessages_27; // System.DateTime BestHTTP.SignalR.Connection::LastMessageReceivedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastMessageReceivedAt_28; // System.DateTime BestHTTP.SignalR.Connection::ReconnectStartedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectStartedAt_29; // System.DateTime BestHTTP.SignalR.Connection::ReconnectDelayStartedAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___ReconnectDelayStartedAt_30; // System.Boolean BestHTTP.SignalR.Connection::ReconnectStarted bool ___ReconnectStarted_31; // System.DateTime BestHTTP.SignalR.Connection::LastPingSentAt DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastPingSentAt_32; // BestHTTP.HTTPRequest BestHTTP.SignalR.Connection::PingRequest HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___PingRequest_33; // System.Nullable`1 BestHTTP.SignalR.Connection::TransportConnectionStartedAt Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D ___TransportConnectionStartedAt_34; // System.Text.StringBuilder BestHTTP.SignalR.Connection::queryBuilder StringBuilder_t * ___queryBuilder_35; // System.String BestHTTP.SignalR.Connection::BuiltConnectionData String_t* ___BuiltConnectionData_36; // System.String BestHTTP.SignalR.Connection::BuiltQueryParams String_t* ___BuiltQueryParams_37; // BestHTTP.SupportedProtocols BestHTTP.SignalR.Connection::NextProtocolToTry int32_t ___NextProtocolToTry_38; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_1() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CUriU3Ek__BackingField_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_1() const { return ___U3CUriU3Ek__BackingField_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_1() { return &___U3CUriU3Ek__BackingField_1; } inline void set_U3CUriU3Ek__BackingField_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of__state_2() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ____state_2)); } inline int32_t get__state_2() const { return ____state_2; } inline int32_t* get_address_of__state_2() { return &____state_2; } inline void set__state_2(int32_t value) { ____state_2 = value; } inline static int32_t get_offset_of_U3CNegotiationResultU3Ek__BackingField_3() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CNegotiationResultU3Ek__BackingField_3)); } inline NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * get_U3CNegotiationResultU3Ek__BackingField_3() const { return ___U3CNegotiationResultU3Ek__BackingField_3; } inline NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 ** get_address_of_U3CNegotiationResultU3Ek__BackingField_3() { return &___U3CNegotiationResultU3Ek__BackingField_3; } inline void set_U3CNegotiationResultU3Ek__BackingField_3(NegotiationData_t8C50B192C2FAE3DF72F49F3E419C7C3763934260 * value) { ___U3CNegotiationResultU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNegotiationResultU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CHubsU3Ek__BackingField_4() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CHubsU3Ek__BackingField_4)); } inline HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* get_U3CHubsU3Ek__BackingField_4() const { return ___U3CHubsU3Ek__BackingField_4; } inline HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44** get_address_of_U3CHubsU3Ek__BackingField_4() { return &___U3CHubsU3Ek__BackingField_4; } inline void set_U3CHubsU3Ek__BackingField_4(HubU5BU5D_t9A8230E922E85BAC66FA015B8274D9CE936D3D44* value) { ___U3CHubsU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHubsU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CTransportU3Ek__BackingField_5() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CTransportU3Ek__BackingField_5)); } inline TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * get_U3CTransportU3Ek__BackingField_5() const { return ___U3CTransportU3Ek__BackingField_5; } inline TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC ** get_address_of_U3CTransportU3Ek__BackingField_5() { return &___U3CTransportU3Ek__BackingField_5; } inline void set_U3CTransportU3Ek__BackingField_5(TransportBase_tB78BA737A21BE3B5EAA014BBC648CD1A4F1BF7BC * value) { ___U3CTransportU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransportU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CProtocolU3Ek__BackingField_6() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CProtocolU3Ek__BackingField_6)); } inline uint8_t get_U3CProtocolU3Ek__BackingField_6() const { return ___U3CProtocolU3Ek__BackingField_6; } inline uint8_t* get_address_of_U3CProtocolU3Ek__BackingField_6() { return &___U3CProtocolU3Ek__BackingField_6; } inline void set_U3CProtocolU3Ek__BackingField_6(uint8_t value) { ___U3CProtocolU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_additionalQueryParams_7() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___additionalQueryParams_7)); } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * get_additionalQueryParams_7() const { return ___additionalQueryParams_7; } inline ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 ** get_address_of_additionalQueryParams_7() { return &___additionalQueryParams_7; } inline void set_additionalQueryParams_7(ObservableDictionary_2_t57EDDA2BFD39C52A90C1C8DBE1A518B8EF1A9789 * value) { ___additionalQueryParams_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalQueryParams_7), (void*)value); } inline static int32_t get_offset_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8)); } inline bool get_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() const { return ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; } inline bool* get_address_of_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8() { return &___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8; } inline void set_U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8(bool value) { ___U3CQueryParamsOnlyForHandshakeU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CJsonEncoderU3Ek__BackingField_9() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CJsonEncoderU3Ek__BackingField_9)); } inline RuntimeObject* get_U3CJsonEncoderU3Ek__BackingField_9() const { return ___U3CJsonEncoderU3Ek__BackingField_9; } inline RuntimeObject** get_address_of_U3CJsonEncoderU3Ek__BackingField_9() { return &___U3CJsonEncoderU3Ek__BackingField_9; } inline void set_U3CJsonEncoderU3Ek__BackingField_9(RuntimeObject* value) { ___U3CJsonEncoderU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CJsonEncoderU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CAuthenticationProviderU3Ek__BackingField_10)); } inline RuntimeObject* get_U3CAuthenticationProviderU3Ek__BackingField_10() const { return ___U3CAuthenticationProviderU3Ek__BackingField_10; } inline RuntimeObject** get_address_of_U3CAuthenticationProviderU3Ek__BackingField_10() { return &___U3CAuthenticationProviderU3Ek__BackingField_10; } inline void set_U3CAuthenticationProviderU3Ek__BackingField_10(RuntimeObject* value) { ___U3CAuthenticationProviderU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAuthenticationProviderU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CPingIntervalU3Ek__BackingField_11() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CPingIntervalU3Ek__BackingField_11)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CPingIntervalU3Ek__BackingField_11() const { return ___U3CPingIntervalU3Ek__BackingField_11; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CPingIntervalU3Ek__BackingField_11() { return &___U3CPingIntervalU3Ek__BackingField_11; } inline void set_U3CPingIntervalU3Ek__BackingField_11(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CPingIntervalU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CReconnectDelayU3Ek__BackingField_12() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CReconnectDelayU3Ek__BackingField_12)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CReconnectDelayU3Ek__BackingField_12() const { return ___U3CReconnectDelayU3Ek__BackingField_12; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CReconnectDelayU3Ek__BackingField_12() { return &___U3CReconnectDelayU3Ek__BackingField_12; } inline void set_U3CReconnectDelayU3Ek__BackingField_12(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CReconnectDelayU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_OnConnected_13() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnConnected_13)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnConnected_13() const { return ___OnConnected_13; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnConnected_13() { return &___OnConnected_13; } inline void set_OnConnected_13(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnConnected_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnected_13), (void*)value); } inline static int32_t get_offset_of_OnClosed_14() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnClosed_14)); } inline OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * get_OnClosed_14() const { return ___OnClosed_14; } inline OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA ** get_address_of_OnClosed_14() { return &___OnClosed_14; } inline void set_OnClosed_14(OnClosedDelegate_t1BF03A2A62190CB33BE3BE3BD8EEB9AAB32418FA * value) { ___OnClosed_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnClosed_14), (void*)value); } inline static int32_t get_offset_of_OnError_15() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnError_15)); } inline OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * get_OnError_15() const { return ___OnError_15; } inline OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 ** get_address_of_OnError_15() { return &___OnError_15; } inline void set_OnError_15(OnErrorDelegate_t612EDBB1791DF0F4A36B89A0A693ADAD1E726D30 * value) { ___OnError_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnError_15), (void*)value); } inline static int32_t get_offset_of_OnReconnecting_16() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnReconnecting_16)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnReconnecting_16() const { return ___OnReconnecting_16; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnReconnecting_16() { return &___OnReconnecting_16; } inline void set_OnReconnecting_16(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnReconnecting_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReconnecting_16), (void*)value); } inline static int32_t get_offset_of_OnReconnected_17() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnReconnected_17)); } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * get_OnReconnected_17() const { return ___OnReconnected_17; } inline OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 ** get_address_of_OnReconnected_17() { return &___OnReconnected_17; } inline void set_OnReconnected_17(OnConnectedDelegate_tF0C3A019EF14B1EDC1B68FC66C9838FFDC0B4E99 * value) { ___OnReconnected_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReconnected_17), (void*)value); } inline static int32_t get_offset_of_OnStateChanged_18() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnStateChanged_18)); } inline OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * get_OnStateChanged_18() const { return ___OnStateChanged_18; } inline OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 ** get_address_of_OnStateChanged_18() { return &___OnStateChanged_18; } inline void set_OnStateChanged_18(OnStateChanged_tA3A61B53AD35C1CB3AD1D7E5A60F701865168A24 * value) { ___OnStateChanged_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnStateChanged_18), (void*)value); } inline static int32_t get_offset_of_OnNonHubMessage_19() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___OnNonHubMessage_19)); } inline OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * get_OnNonHubMessage_19() const { return ___OnNonHubMessage_19; } inline OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 ** get_address_of_OnNonHubMessage_19() { return &___OnNonHubMessage_19; } inline void set_OnNonHubMessage_19(OnNonHubMessageDelegate_tD32257EB921E3F3DF9FB0D1EA70FACB4DE95AFA4 * value) { ___OnNonHubMessage_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnNonHubMessage_19), (void*)value); } inline static int32_t get_offset_of_U3CRequestPreparatorU3Ek__BackingField_20() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CRequestPreparatorU3Ek__BackingField_20)); } inline OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * get_U3CRequestPreparatorU3Ek__BackingField_20() const { return ___U3CRequestPreparatorU3Ek__BackingField_20; } inline OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 ** get_address_of_U3CRequestPreparatorU3Ek__BackingField_20() { return &___U3CRequestPreparatorU3Ek__BackingField_20; } inline void set_U3CRequestPreparatorU3Ek__BackingField_20(OnPrepareRequestDelegate_t770D629361BB40A809BF89812CE08CB4921BEBC6 * value) { ___U3CRequestPreparatorU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRequestPreparatorU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_SyncRoot_21() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___SyncRoot_21)); } inline RuntimeObject * get_SyncRoot_21() const { return ___SyncRoot_21; } inline RuntimeObject ** get_address_of_SyncRoot_21() { return &___SyncRoot_21; } inline void set_SyncRoot_21(RuntimeObject * value) { ___SyncRoot_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_21), (void*)value); } inline static int32_t get_offset_of_U3CClientMessageCounterU3Ek__BackingField_22() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___U3CClientMessageCounterU3Ek__BackingField_22)); } inline uint64_t get_U3CClientMessageCounterU3Ek__BackingField_22() const { return ___U3CClientMessageCounterU3Ek__BackingField_22; } inline uint64_t* get_address_of_U3CClientMessageCounterU3Ek__BackingField_22() { return &___U3CClientMessageCounterU3Ek__BackingField_22; } inline void set_U3CClientMessageCounterU3Ek__BackingField_22(uint64_t value) { ___U3CClientMessageCounterU3Ek__BackingField_22 = value; } inline static int32_t get_offset_of_ClientProtocols_23() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ClientProtocols_23)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_ClientProtocols_23() const { return ___ClientProtocols_23; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_ClientProtocols_23() { return &___ClientProtocols_23; } inline void set_ClientProtocols_23(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___ClientProtocols_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClientProtocols_23), (void*)value); } inline static int32_t get_offset_of_RequestCounter_24() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___RequestCounter_24)); } inline uint64_t get_RequestCounter_24() const { return ___RequestCounter_24; } inline uint64_t* get_address_of_RequestCounter_24() { return &___RequestCounter_24; } inline void set_RequestCounter_24(uint64_t value) { ___RequestCounter_24 = value; } inline static int32_t get_offset_of_LastReceivedMessage_25() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastReceivedMessage_25)); } inline MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * get_LastReceivedMessage_25() const { return ___LastReceivedMessage_25; } inline MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 ** get_address_of_LastReceivedMessage_25() { return &___LastReceivedMessage_25; } inline void set_LastReceivedMessage_25(MultiMessage_t7F32BC973894B0FE300BED8C36C268369C1CC0A4 * value) { ___LastReceivedMessage_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___LastReceivedMessage_25), (void*)value); } inline static int32_t get_offset_of_GroupsToken_26() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___GroupsToken_26)); } inline String_t* get_GroupsToken_26() const { return ___GroupsToken_26; } inline String_t** get_address_of_GroupsToken_26() { return &___GroupsToken_26; } inline void set_GroupsToken_26(String_t* value) { ___GroupsToken_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___GroupsToken_26), (void*)value); } inline static int32_t get_offset_of_BufferedMessages_27() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BufferedMessages_27)); } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * get_BufferedMessages_27() const { return ___BufferedMessages_27; } inline List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 ** get_address_of_BufferedMessages_27() { return &___BufferedMessages_27; } inline void set_BufferedMessages_27(List_1_t9FA790B77E4493B02B0BAB9AAE9FA86A551765D7 * value) { ___BufferedMessages_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___BufferedMessages_27), (void*)value); } inline static int32_t get_offset_of_LastMessageReceivedAt_28() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastMessageReceivedAt_28)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastMessageReceivedAt_28() const { return ___LastMessageReceivedAt_28; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastMessageReceivedAt_28() { return &___LastMessageReceivedAt_28; } inline void set_LastMessageReceivedAt_28(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastMessageReceivedAt_28 = value; } inline static int32_t get_offset_of_ReconnectStartedAt_29() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectStartedAt_29)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectStartedAt_29() const { return ___ReconnectStartedAt_29; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectStartedAt_29() { return &___ReconnectStartedAt_29; } inline void set_ReconnectStartedAt_29(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectStartedAt_29 = value; } inline static int32_t get_offset_of_ReconnectDelayStartedAt_30() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectDelayStartedAt_30)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_ReconnectDelayStartedAt_30() const { return ___ReconnectDelayStartedAt_30; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_ReconnectDelayStartedAt_30() { return &___ReconnectDelayStartedAt_30; } inline void set_ReconnectDelayStartedAt_30(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___ReconnectDelayStartedAt_30 = value; } inline static int32_t get_offset_of_ReconnectStarted_31() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___ReconnectStarted_31)); } inline bool get_ReconnectStarted_31() const { return ___ReconnectStarted_31; } inline bool* get_address_of_ReconnectStarted_31() { return &___ReconnectStarted_31; } inline void set_ReconnectStarted_31(bool value) { ___ReconnectStarted_31 = value; } inline static int32_t get_offset_of_LastPingSentAt_32() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___LastPingSentAt_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastPingSentAt_32() const { return ___LastPingSentAt_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastPingSentAt_32() { return &___LastPingSentAt_32; } inline void set_LastPingSentAt_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastPingSentAt_32 = value; } inline static int32_t get_offset_of_PingRequest_33() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___PingRequest_33)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_PingRequest_33() const { return ___PingRequest_33; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_PingRequest_33() { return &___PingRequest_33; } inline void set_PingRequest_33(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___PingRequest_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___PingRequest_33), (void*)value); } inline static int32_t get_offset_of_TransportConnectionStartedAt_34() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___TransportConnectionStartedAt_34)); } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D get_TransportConnectionStartedAt_34() const { return ___TransportConnectionStartedAt_34; } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * get_address_of_TransportConnectionStartedAt_34() { return &___TransportConnectionStartedAt_34; } inline void set_TransportConnectionStartedAt_34(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D value) { ___TransportConnectionStartedAt_34 = value; } inline static int32_t get_offset_of_queryBuilder_35() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___queryBuilder_35)); } inline StringBuilder_t * get_queryBuilder_35() const { return ___queryBuilder_35; } inline StringBuilder_t ** get_address_of_queryBuilder_35() { return &___queryBuilder_35; } inline void set_queryBuilder_35(StringBuilder_t * value) { ___queryBuilder_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___queryBuilder_35), (void*)value); } inline static int32_t get_offset_of_BuiltConnectionData_36() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BuiltConnectionData_36)); } inline String_t* get_BuiltConnectionData_36() const { return ___BuiltConnectionData_36; } inline String_t** get_address_of_BuiltConnectionData_36() { return &___BuiltConnectionData_36; } inline void set_BuiltConnectionData_36(String_t* value) { ___BuiltConnectionData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltConnectionData_36), (void*)value); } inline static int32_t get_offset_of_BuiltQueryParams_37() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___BuiltQueryParams_37)); } inline String_t* get_BuiltQueryParams_37() const { return ___BuiltQueryParams_37; } inline String_t** get_address_of_BuiltQueryParams_37() { return &___BuiltQueryParams_37; } inline void set_BuiltQueryParams_37(String_t* value) { ___BuiltQueryParams_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltQueryParams_37), (void*)value); } inline static int32_t get_offset_of_NextProtocolToTry_38() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC, ___NextProtocolToTry_38)); } inline int32_t get_NextProtocolToTry_38() const { return ___NextProtocolToTry_38; } inline int32_t* get_address_of_NextProtocolToTry_38() { return &___NextProtocolToTry_38; } inline void set_NextProtocolToTry_38(int32_t value) { ___NextProtocolToTry_38 = value; } }; struct Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields { public: // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::DefaultEncoder RuntimeObject* ___DefaultEncoder_0; public: inline static int32_t get_offset_of_DefaultEncoder_0() { return static_cast(offsetof(Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC_StaticFields, ___DefaultEncoder_0)); } inline RuntimeObject* get_DefaultEncoder_0() const { return ___DefaultEncoder_0; } inline RuntimeObject** get_address_of_DefaultEncoder_0() { return &___DefaultEncoder_0; } inline void set_DefaultEncoder_0(RuntimeObject* value) { ___DefaultEncoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultEncoder_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { 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); } }; // BestHTTP.Decompression.Zlib.GZipStream struct GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Nullable`1 BestHTTP.Decompression.Zlib.GZipStream::LastModified Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D ___LastModified_5; // System.Int32 BestHTTP.Decompression.Zlib.GZipStream::_headerByteCount int32_t ____headerByteCount_6; // BestHTTP.Decompression.Zlib.ZlibBaseStream BestHTTP.Decompression.Zlib.GZipStream::_baseStream ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * ____baseStream_7; // System.Boolean BestHTTP.Decompression.Zlib.GZipStream::_disposed bool ____disposed_8; // System.Boolean BestHTTP.Decompression.Zlib.GZipStream::_firstReadDone bool ____firstReadDone_9; // System.String BestHTTP.Decompression.Zlib.GZipStream::_FileName String_t* ____FileName_10; // System.String BestHTTP.Decompression.Zlib.GZipStream::_Comment String_t* ____Comment_11; // System.Int32 BestHTTP.Decompression.Zlib.GZipStream::_Crc32 int32_t ____Crc32_12; public: inline static int32_t get_offset_of_LastModified_5() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ___LastModified_5)); } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D get_LastModified_5() const { return ___LastModified_5; } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * get_address_of_LastModified_5() { return &___LastModified_5; } inline void set_LastModified_5(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D value) { ___LastModified_5 = value; } inline static int32_t get_offset_of__headerByteCount_6() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ____headerByteCount_6)); } inline int32_t get__headerByteCount_6() const { return ____headerByteCount_6; } inline int32_t* get_address_of__headerByteCount_6() { return &____headerByteCount_6; } inline void set__headerByteCount_6(int32_t value) { ____headerByteCount_6 = value; } inline static int32_t get_offset_of__baseStream_7() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ____baseStream_7)); } inline ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * get__baseStream_7() const { return ____baseStream_7; } inline ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 ** get_address_of__baseStream_7() { return &____baseStream_7; } inline void set__baseStream_7(ZlibBaseStream_t84173E4AB4AB9AD1558AE40ED9D301D847C30188 * value) { ____baseStream_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____baseStream_7), (void*)value); } inline static int32_t get_offset_of__disposed_8() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ____disposed_8)); } inline bool get__disposed_8() const { return ____disposed_8; } inline bool* get_address_of__disposed_8() { return &____disposed_8; } inline void set__disposed_8(bool value) { ____disposed_8 = value; } inline static int32_t get_offset_of__firstReadDone_9() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ____firstReadDone_9)); } inline bool get__firstReadDone_9() const { return ____firstReadDone_9; } inline bool* get_address_of__firstReadDone_9() { return &____firstReadDone_9; } inline void set__firstReadDone_9(bool value) { ____firstReadDone_9 = value; } inline static int32_t get_offset_of__FileName_10() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ____FileName_10)); } inline String_t* get__FileName_10() const { return ____FileName_10; } inline String_t** get_address_of__FileName_10() { return &____FileName_10; } inline void set__FileName_10(String_t* value) { ____FileName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____FileName_10), (void*)value); } inline static int32_t get_offset_of__Comment_11() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ____Comment_11)); } inline String_t* get__Comment_11() const { return ____Comment_11; } inline String_t** get_address_of__Comment_11() { return &____Comment_11; } inline void set__Comment_11(String_t* value) { ____Comment_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____Comment_11), (void*)value); } inline static int32_t get_offset_of__Crc32_12() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1, ____Crc32_12)); } inline int32_t get__Crc32_12() const { return ____Crc32_12; } inline int32_t* get_address_of__Crc32_12() { return &____Crc32_12; } inline void set__Crc32_12(int32_t value) { ____Crc32_12 = value; } }; struct GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_StaticFields { public: // System.DateTime BestHTTP.Decompression.Zlib.GZipStream::_unixEpoch DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ____unixEpoch_13; // System.Text.Encoding BestHTTP.Decompression.Zlib.GZipStream::iso8859dash1 Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___iso8859dash1_14; public: inline static int32_t get_offset_of__unixEpoch_13() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_StaticFields, ____unixEpoch_13)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get__unixEpoch_13() const { return ____unixEpoch_13; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of__unixEpoch_13() { return &____unixEpoch_13; } inline void set__unixEpoch_13(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ____unixEpoch_13 = value; } inline static int32_t get_offset_of_iso8859dash1_14() { return static_cast(offsetof(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_StaticFields, ___iso8859dash1_14)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_iso8859dash1_14() const { return ___iso8859dash1_14; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_iso8859dash1_14() { return &___iso8859dash1_14; } inline void set_iso8859dash1_14(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___iso8859dash1_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso8859dash1_14), (void*)value); } }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { 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); } }; // GlobalDataTemp struct GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE : public RuntimeObject { public: public: }; struct GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_StaticFields { public: // PKMatchType GlobalDataTemp::pkMatchType int32_t ___pkMatchType_0; // System.Int32 GlobalDataTemp::matchGameType int32_t ___matchGameType_1; public: inline static int32_t get_offset_of_pkMatchType_0() { return static_cast(offsetof(GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_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_matchGameType_1() { return static_cast(offsetof(GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_StaticFields, ___matchGameType_1)); } inline int32_t get_matchGameType_1() const { return ___matchGameType_1; } inline int32_t* get_address_of_matchGameType_1() { return &___matchGameType_1; } inline void set_matchGameType_1(int32_t value) { ___matchGameType_1 = 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.SocketIO.HandshakeData struct HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 : public RuntimeObject { public: // System.String BestHTTP.SocketIO.HandshakeData::k__BackingField String_t* ___U3CSidU3Ek__BackingField_0; // System.Collections.Generic.List`1 BestHTTP.SocketIO.HandshakeData::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CUpgradesU3Ek__BackingField_1; // System.TimeSpan BestHTTP.SocketIO.HandshakeData::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingIntervalU3Ek__BackingField_2; // System.TimeSpan BestHTTP.SocketIO.HandshakeData::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CPingTimeoutU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CSidU3Ek__BackingField_0() { return static_cast(offsetof(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548, ___U3CSidU3Ek__BackingField_0)); } inline String_t* get_U3CSidU3Ek__BackingField_0() const { return ___U3CSidU3Ek__BackingField_0; } inline String_t** get_address_of_U3CSidU3Ek__BackingField_0() { return &___U3CSidU3Ek__BackingField_0; } inline void set_U3CSidU3Ek__BackingField_0(String_t* value) { ___U3CSidU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSidU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CUpgradesU3Ek__BackingField_1() { return static_cast(offsetof(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548, ___U3CUpgradesU3Ek__BackingField_1)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CUpgradesU3Ek__BackingField_1() const { return ___U3CUpgradesU3Ek__BackingField_1; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CUpgradesU3Ek__BackingField_1() { return &___U3CUpgradesU3Ek__BackingField_1; } inline void set_U3CUpgradesU3Ek__BackingField_1(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CUpgradesU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUpgradesU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CPingIntervalU3Ek__BackingField_2() { return static_cast(offsetof(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548, ___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_U3CPingTimeoutU3Ek__BackingField_3() { return static_cast(offsetof(HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548, ___U3CPingTimeoutU3Ek__BackingField_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CPingTimeoutU3Ek__BackingField_3() const { return ___U3CPingTimeoutU3Ek__BackingField_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CPingTimeoutU3Ek__BackingField_3() { return &___U3CPingTimeoutU3Ek__BackingField_3; } inline void set_U3CPingTimeoutU3Ek__BackingField_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CPingTimeoutU3Ek__BackingField_3 = 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; } }; // BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 { public: // BestHTTP.SignalRCore.Messages.MessageTypes BestHTTP.SignalRCore.Messages.Message::type int32_t ___type_0; // System.String BestHTTP.SignalRCore.Messages.Message::invocationId String_t* ___invocationId_1; // System.Boolean BestHTTP.SignalRCore.Messages.Message::nonblocking bool ___nonblocking_2; // System.String BestHTTP.SignalRCore.Messages.Message::target String_t* ___target_3; // System.Object[] BestHTTP.SignalRCore.Messages.Message::arguments ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; // System.Object BestHTTP.SignalRCore.Messages.Message::item RuntimeObject * ___item_5; // System.Object BestHTTP.SignalRCore.Messages.Message::result RuntimeObject * ___result_6; // System.String BestHTTP.SignalRCore.Messages.Message::error String_t* ___error_7; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_invocationId_1() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___invocationId_1)); } inline String_t* get_invocationId_1() const { return ___invocationId_1; } inline String_t** get_address_of_invocationId_1() { return &___invocationId_1; } inline void set_invocationId_1(String_t* value) { ___invocationId_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___invocationId_1), (void*)value); } inline static int32_t get_offset_of_nonblocking_2() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___nonblocking_2)); } inline bool get_nonblocking_2() const { return ___nonblocking_2; } inline bool* get_address_of_nonblocking_2() { return &___nonblocking_2; } inline void set_nonblocking_2(bool value) { ___nonblocking_2 = value; } inline static int32_t get_offset_of_target_3() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___target_3)); } inline String_t* get_target_3() const { return ___target_3; } inline String_t** get_address_of_target_3() { return &___target_3; } inline void set_target_3(String_t* value) { ___target_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_3), (void*)value); } inline static int32_t get_offset_of_arguments_4() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___arguments_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_arguments_4() const { return ___arguments_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_arguments_4() { return &___arguments_4; } inline void set_arguments_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___arguments_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___arguments_4), (void*)value); } inline static int32_t get_offset_of_item_5() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___item_5)); } inline RuntimeObject * get_item_5() const { return ___item_5; } inline RuntimeObject ** get_address_of_item_5() { return &___item_5; } inline void set_item_5(RuntimeObject * value) { ___item_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_5), (void*)value); } inline static int32_t get_offset_of_result_6() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___result_6)); } inline RuntimeObject * get_result_6() const { return ___result_6; } inline RuntimeObject ** get_address_of_result_6() { return &___result_6; } inline void set_result_6(RuntimeObject * value) { ___result_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___result_6), (void*)value); } inline static int32_t get_offset_of_error_7() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___error_7)); } inline String_t* get_error_7() const { return ___error_7; } inline String_t** get_address_of_error_7() { return &___error_7; } inline void set_error_7(String_t* value) { ___error_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___error_7), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3_marshaled_pinvoke { int32_t ___type_0; char* ___invocationId_1; int32_t ___nonblocking_2; char* ___target_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; Il2CppIUnknown* ___item_5; Il2CppIUnknown* ___result_6; char* ___error_7; }; // Native definition for COM marshalling of BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3_marshaled_com { int32_t ___type_0; Il2CppChar* ___invocationId_1; int32_t ___nonblocking_2; Il2CppChar* ___target_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; Il2CppIUnknown* ___item_5; Il2CppIUnknown* ___result_6; Il2CppChar* ___error_7; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // UnityEngine.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; }; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields { public: // System.Int32 UnityEngine.Texture::GenerateAllMips int32_t ___GenerateAllMips_4; public: inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast(offsetof(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields, ___GenerateAllMips_4)); } inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; } inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; } inline void set_GenerateAllMips_4(int32_t value) { ___GenerateAllMips_4 = value; } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB { public: // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.VectorOptions::axisConstraint int32_t ___axisConstraint_0; // System.Boolean DG.Tweening.Plugins.Options.VectorOptions::snapping bool ___snapping_1; public: inline static int32_t get_offset_of_axisConstraint_0() { return static_cast(offsetof(VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB, ___axisConstraint_0)); } inline int32_t get_axisConstraint_0() const { return ___axisConstraint_0; } inline int32_t* get_address_of_axisConstraint_0() { return &___axisConstraint_0; } inline void set_axisConstraint_0(int32_t value) { ___axisConstraint_0 = value; } inline static int32_t get_offset_of_snapping_1() { return static_cast(offsetof(VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB, ___snapping_1)); } inline bool get_snapping_1() const { return ___snapping_1; } inline bool* get_address_of_snapping_1() { return &___snapping_1; } inline void set_snapping_1(bool value) { ___snapping_1 = value; } }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB_marshaled_pinvoke { int32_t ___axisConstraint_0; int32_t ___snapping_1; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB_marshaled_com { int32_t ___axisConstraint_0; int32_t ___snapping_1; }; // BestHTTP.SignalRCore.Transports.WebSocketTransport struct WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C : public RuntimeObject { public: // BestHTTP.SignalRCore.TransportStates BestHTTP.SignalRCore.Transports.WebSocketTransport::_state int32_t ____state_0; // System.String BestHTTP.SignalRCore.Transports.WebSocketTransport::k__BackingField String_t* ___U3CErrorReasonU3Ek__BackingField_1; // System.Action`2 BestHTTP.SignalRCore.Transports.WebSocketTransport::OnStateChanged Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * ___OnStateChanged_2; // BestHTTP.WebSocket.WebSocket BestHTTP.SignalRCore.Transports.WebSocketTransport::webSocket WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket_3; // BestHTTP.SignalRCore.HubConnection BestHTTP.SignalRCore.Transports.WebSocketTransport::connection HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___connection_4; // System.Collections.Generic.List`1 BestHTTP.SignalRCore.Transports.WebSocketTransport::messages List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * ___messages_5; public: inline static int32_t get_offset_of__state_0() { return static_cast(offsetof(WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C, ____state_0)); } inline int32_t get__state_0() const { return ____state_0; } inline int32_t* get_address_of__state_0() { return &____state_0; } inline void set__state_0(int32_t value) { ____state_0 = value; } inline static int32_t get_offset_of_U3CErrorReasonU3Ek__BackingField_1() { return static_cast(offsetof(WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C, ___U3CErrorReasonU3Ek__BackingField_1)); } inline String_t* get_U3CErrorReasonU3Ek__BackingField_1() const { return ___U3CErrorReasonU3Ek__BackingField_1; } inline String_t** get_address_of_U3CErrorReasonU3Ek__BackingField_1() { return &___U3CErrorReasonU3Ek__BackingField_1; } inline void set_U3CErrorReasonU3Ek__BackingField_1(String_t* value) { ___U3CErrorReasonU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorReasonU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_OnStateChanged_2() { return static_cast(offsetof(WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C, ___OnStateChanged_2)); } inline Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * get_OnStateChanged_2() const { return ___OnStateChanged_2; } inline Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 ** get_address_of_OnStateChanged_2() { return &___OnStateChanged_2; } inline void set_OnStateChanged_2(Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * value) { ___OnStateChanged_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnStateChanged_2), (void*)value); } inline static int32_t get_offset_of_webSocket_3() { return static_cast(offsetof(WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C, ___webSocket_3)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get_webSocket_3() const { return ___webSocket_3; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of_webSocket_3() { return &___webSocket_3; } inline void set_webSocket_3(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ___webSocket_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___webSocket_3), (void*)value); } inline static int32_t get_offset_of_connection_4() { return static_cast(offsetof(WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C, ___connection_4)); } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * get_connection_4() const { return ___connection_4; } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 ** get_address_of_connection_4() { return &___connection_4; } inline void set_connection_4(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * value) { ___connection_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___connection_4), (void*)value); } inline static int32_t get_offset_of_messages_5() { return static_cast(offsetof(WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C, ___messages_5)); } inline List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * get_messages_5() const { return ___messages_5; } inline List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B ** get_address_of_messages_5() { return &___messages_5; } inline void set_messages_5(List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * value) { ___messages_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___messages_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage/PayloadBuffer struct PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: public: }; // UnityEngine.ParticleSystem/MinMaxCurve struct MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD { public: // UnityEngine.ParticleSystemCurveMode UnityEngine.ParticleSystem/MinMaxCurve::m_Mode int32_t ___m_Mode_0; // System.Single UnityEngine.ParticleSystem/MinMaxCurve::m_CurveMultiplier float ___m_CurveMultiplier_1; // UnityEngine.AnimationCurve UnityEngine.ParticleSystem/MinMaxCurve::m_CurveMin AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___m_CurveMin_2; // UnityEngine.AnimationCurve UnityEngine.ParticleSystem/MinMaxCurve::m_CurveMax AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___m_CurveMax_3; // System.Single UnityEngine.ParticleSystem/MinMaxCurve::m_ConstantMin float ___m_ConstantMin_4; // System.Single UnityEngine.ParticleSystem/MinMaxCurve::m_ConstantMax float ___m_ConstantMax_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___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_CurveMultiplier_1() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_CurveMultiplier_1)); } inline float get_m_CurveMultiplier_1() const { return ___m_CurveMultiplier_1; } inline float* get_address_of_m_CurveMultiplier_1() { return &___m_CurveMultiplier_1; } inline void set_m_CurveMultiplier_1(float value) { ___m_CurveMultiplier_1 = value; } inline static int32_t get_offset_of_m_CurveMin_2() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_CurveMin_2)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_m_CurveMin_2() const { return ___m_CurveMin_2; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_m_CurveMin_2() { return &___m_CurveMin_2; } inline void set_m_CurveMin_2(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___m_CurveMin_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurveMin_2), (void*)value); } inline static int32_t get_offset_of_m_CurveMax_3() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_CurveMax_3)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_m_CurveMax_3() const { return ___m_CurveMax_3; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_m_CurveMax_3() { return &___m_CurveMax_3; } inline void set_m_CurveMax_3(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___m_CurveMax_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurveMax_3), (void*)value); } inline static int32_t get_offset_of_m_ConstantMin_4() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_ConstantMin_4)); } inline float get_m_ConstantMin_4() const { return ___m_ConstantMin_4; } inline float* get_address_of_m_ConstantMin_4() { return &___m_ConstantMin_4; } inline void set_m_ConstantMin_4(float value) { ___m_ConstantMin_4 = value; } inline static int32_t get_offset_of_m_ConstantMax_5() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_ConstantMax_5)); } inline float get_m_ConstantMax_5() const { return ___m_ConstantMax_5; } inline float* get_address_of_m_ConstantMax_5() { return &___m_ConstantMax_5; } inline void set_m_ConstantMax_5(float value) { ___m_ConstantMax_5 = value; } }; // System.Action`1 struct Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 : public MulticastDelegate_t { public: public: }; // System.Action`3 struct Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A : public MulticastDelegate_t { public: public: }; // System.Func`3 struct Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 : public MulticastDelegate_t { public: public: }; // BestHTTP.Futures.FutureValueCallback`1 struct FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96 : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.ArithmeticException struct ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D : public EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C { public: public: }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { 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: }; // BestHTTP.SignalR.Authentication.OnAuthenticationFailedDelegate struct OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalRCore.OnAuthenticationFailedDelegate struct OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Authentication.OnAuthenticationSuccededDelegate struct OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate struct OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Hubs.OnMethodCallCallbackDelegate struct OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Hubs.OnMethodCallDelegate struct OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Hubs.OnMethodFailedDelegate struct OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Hubs.OnMethodProgressDelegate struct OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 : public MulticastDelegate_t { public: public: }; // BestHTTP.SignalR.Hubs.OnMethodResultDelegate struct OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 : public MulticastDelegate_t { public: public: }; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 : public MulticastDelegate_t { public: public: }; // UnityEngine.ParticleSystem struct ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // DG.Tweening.Tween struct Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 : public ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76 { public: // System.Single DG.Tweening.Tween::timeScale float ___timeScale_4; // System.Boolean DG.Tweening.Tween::isBackwards bool ___isBackwards_5; // System.Object DG.Tweening.Tween::id RuntimeObject * ___id_6; // System.String DG.Tweening.Tween::stringId String_t* ___stringId_7; // System.Int32 DG.Tweening.Tween::intId int32_t ___intId_8; // System.Object DG.Tweening.Tween::target RuntimeObject * ___target_9; // DG.Tweening.UpdateType DG.Tweening.Tween::updateType int32_t ___updateType_10; // System.Boolean DG.Tweening.Tween::isIndependentUpdate bool ___isIndependentUpdate_11; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPlay TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onPlay_12; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPause TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onPause_13; // DG.Tweening.TweenCallback DG.Tweening.Tween::onRewind TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onRewind_14; // DG.Tweening.TweenCallback DG.Tweening.Tween::onUpdate TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onUpdate_15; // DG.Tweening.TweenCallback DG.Tweening.Tween::onStepComplete TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onStepComplete_16; // DG.Tweening.TweenCallback DG.Tweening.Tween::onComplete TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onComplete_17; // DG.Tweening.TweenCallback DG.Tweening.Tween::onKill TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onKill_18; // DG.Tweening.TweenCallback`1 DG.Tweening.Tween::onWaypointChange TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * ___onWaypointChange_19; // System.Boolean DG.Tweening.Tween::isFrom bool ___isFrom_20; // System.Boolean DG.Tweening.Tween::isBlendable bool ___isBlendable_21; // System.Boolean DG.Tweening.Tween::isRecyclable bool ___isRecyclable_22; // System.Boolean DG.Tweening.Tween::isSpeedBased bool ___isSpeedBased_23; // System.Boolean DG.Tweening.Tween::autoKill bool ___autoKill_24; // System.Single DG.Tweening.Tween::duration float ___duration_25; // System.Int32 DG.Tweening.Tween::loops int32_t ___loops_26; // DG.Tweening.LoopType DG.Tweening.Tween::loopType int32_t ___loopType_27; // System.Single DG.Tweening.Tween::delay float ___delay_28; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CisRelativeU3Ek__BackingField_29; // DG.Tweening.Ease DG.Tweening.Tween::easeType int32_t ___easeType_30; // DG.Tweening.EaseFunction DG.Tweening.Tween::customEase EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * ___customEase_31; // System.Single DG.Tweening.Tween::easeOvershootOrAmplitude float ___easeOvershootOrAmplitude_32; // System.Single DG.Tweening.Tween::easePeriod float ___easePeriod_33; // System.String DG.Tweening.Tween::debugTargetId String_t* ___debugTargetId_34; // System.Type DG.Tweening.Tween::typeofT1 Type_t * ___typeofT1_35; // System.Type DG.Tweening.Tween::typeofT2 Type_t * ___typeofT2_36; // System.Type DG.Tweening.Tween::typeofTPlugOptions Type_t * ___typeofTPlugOptions_37; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CactiveU3Ek__BackingField_38; // System.Boolean DG.Tweening.Tween::isSequenced bool ___isSequenced_39; // DG.Tweening.Sequence DG.Tweening.Tween::sequenceParent Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___sequenceParent_40; // System.Int32 DG.Tweening.Tween::activeId int32_t ___activeId_41; // DG.Tweening.Core.Enums.SpecialStartupMode DG.Tweening.Tween::specialStartupMode int32_t ___specialStartupMode_42; // System.Boolean DG.Tweening.Tween::creationLocked bool ___creationLocked_43; // System.Boolean DG.Tweening.Tween::startupDone bool ___startupDone_44; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CplayedOnceU3Ek__BackingField_45; // System.Single DG.Tweening.Tween::k__BackingField float ___U3CpositionU3Ek__BackingField_46; // System.Single DG.Tweening.Tween::fullDuration float ___fullDuration_47; // System.Int32 DG.Tweening.Tween::completedLoops int32_t ___completedLoops_48; // System.Boolean DG.Tweening.Tween::isPlaying bool ___isPlaying_49; // System.Boolean DG.Tweening.Tween::isComplete bool ___isComplete_50; // System.Single DG.Tweening.Tween::elapsedDelay float ___elapsedDelay_51; // System.Boolean DG.Tweening.Tween::delayComplete bool ___delayComplete_52; // System.Int32 DG.Tweening.Tween::miscInt int32_t ___miscInt_53; public: inline static int32_t get_offset_of_timeScale_4() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___timeScale_4)); } inline float get_timeScale_4() const { return ___timeScale_4; } inline float* get_address_of_timeScale_4() { return &___timeScale_4; } inline void set_timeScale_4(float value) { ___timeScale_4 = value; } inline static int32_t get_offset_of_isBackwards_5() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isBackwards_5)); } inline bool get_isBackwards_5() const { return ___isBackwards_5; } inline bool* get_address_of_isBackwards_5() { return &___isBackwards_5; } inline void set_isBackwards_5(bool value) { ___isBackwards_5 = value; } inline static int32_t get_offset_of_id_6() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___id_6)); } inline RuntimeObject * get_id_6() const { return ___id_6; } inline RuntimeObject ** get_address_of_id_6() { return &___id_6; } inline void set_id_6(RuntimeObject * value) { ___id_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_6), (void*)value); } inline static int32_t get_offset_of_stringId_7() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___stringId_7)); } inline String_t* get_stringId_7() const { return ___stringId_7; } inline String_t** get_address_of_stringId_7() { return &___stringId_7; } inline void set_stringId_7(String_t* value) { ___stringId_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringId_7), (void*)value); } inline static int32_t get_offset_of_intId_8() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___intId_8)); } inline int32_t get_intId_8() const { return ___intId_8; } inline int32_t* get_address_of_intId_8() { return &___intId_8; } inline void set_intId_8(int32_t value) { ___intId_8 = value; } inline static int32_t get_offset_of_target_9() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___target_9)); } inline RuntimeObject * get_target_9() const { return ___target_9; } inline RuntimeObject ** get_address_of_target_9() { return &___target_9; } inline void set_target_9(RuntimeObject * value) { ___target_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_9), (void*)value); } inline static int32_t get_offset_of_updateType_10() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___updateType_10)); } inline int32_t get_updateType_10() const { return ___updateType_10; } inline int32_t* get_address_of_updateType_10() { return &___updateType_10; } inline void set_updateType_10(int32_t value) { ___updateType_10 = value; } inline static int32_t get_offset_of_isIndependentUpdate_11() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isIndependentUpdate_11)); } inline bool get_isIndependentUpdate_11() const { return ___isIndependentUpdate_11; } inline bool* get_address_of_isIndependentUpdate_11() { return &___isIndependentUpdate_11; } inline void set_isIndependentUpdate_11(bool value) { ___isIndependentUpdate_11 = value; } inline static int32_t get_offset_of_onPlay_12() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onPlay_12)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onPlay_12() const { return ___onPlay_12; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onPlay_12() { return &___onPlay_12; } inline void set_onPlay_12(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onPlay_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPlay_12), (void*)value); } inline static int32_t get_offset_of_onPause_13() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onPause_13)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onPause_13() const { return ___onPause_13; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onPause_13() { return &___onPause_13; } inline void set_onPause_13(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onPause_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPause_13), (void*)value); } inline static int32_t get_offset_of_onRewind_14() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onRewind_14)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onRewind_14() const { return ___onRewind_14; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onRewind_14() { return &___onRewind_14; } inline void set_onRewind_14(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onRewind_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onRewind_14), (void*)value); } inline static int32_t get_offset_of_onUpdate_15() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onUpdate_15)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onUpdate_15() const { return ___onUpdate_15; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onUpdate_15() { return &___onUpdate_15; } inline void set_onUpdate_15(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onUpdate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_15), (void*)value); } inline static int32_t get_offset_of_onStepComplete_16() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onStepComplete_16)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onStepComplete_16() const { return ___onStepComplete_16; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onStepComplete_16() { return &___onStepComplete_16; } inline void set_onStepComplete_16(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onStepComplete_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___onStepComplete_16), (void*)value); } inline static int32_t get_offset_of_onComplete_17() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onComplete_17)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onComplete_17() const { return ___onComplete_17; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onComplete_17() { return &___onComplete_17; } inline void set_onComplete_17(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onComplete_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___onComplete_17), (void*)value); } inline static int32_t get_offset_of_onKill_18() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onKill_18)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onKill_18() const { return ___onKill_18; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onKill_18() { return &___onKill_18; } inline void set_onKill_18(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onKill_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___onKill_18), (void*)value); } inline static int32_t get_offset_of_onWaypointChange_19() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onWaypointChange_19)); } inline TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * get_onWaypointChange_19() const { return ___onWaypointChange_19; } inline TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B ** get_address_of_onWaypointChange_19() { return &___onWaypointChange_19; } inline void set_onWaypointChange_19(TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * value) { ___onWaypointChange_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___onWaypointChange_19), (void*)value); } inline static int32_t get_offset_of_isFrom_20() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isFrom_20)); } inline bool get_isFrom_20() const { return ___isFrom_20; } inline bool* get_address_of_isFrom_20() { return &___isFrom_20; } inline void set_isFrom_20(bool value) { ___isFrom_20 = value; } inline static int32_t get_offset_of_isBlendable_21() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isBlendable_21)); } inline bool get_isBlendable_21() const { return ___isBlendable_21; } inline bool* get_address_of_isBlendable_21() { return &___isBlendable_21; } inline void set_isBlendable_21(bool value) { ___isBlendable_21 = value; } inline static int32_t get_offset_of_isRecyclable_22() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isRecyclable_22)); } inline bool get_isRecyclable_22() const { return ___isRecyclable_22; } inline bool* get_address_of_isRecyclable_22() { return &___isRecyclable_22; } inline void set_isRecyclable_22(bool value) { ___isRecyclable_22 = value; } inline static int32_t get_offset_of_isSpeedBased_23() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isSpeedBased_23)); } inline bool get_isSpeedBased_23() const { return ___isSpeedBased_23; } inline bool* get_address_of_isSpeedBased_23() { return &___isSpeedBased_23; } inline void set_isSpeedBased_23(bool value) { ___isSpeedBased_23 = value; } inline static int32_t get_offset_of_autoKill_24() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___autoKill_24)); } inline bool get_autoKill_24() const { return ___autoKill_24; } inline bool* get_address_of_autoKill_24() { return &___autoKill_24; } inline void set_autoKill_24(bool value) { ___autoKill_24 = value; } inline static int32_t get_offset_of_duration_25() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___duration_25)); } inline float get_duration_25() const { return ___duration_25; } inline float* get_address_of_duration_25() { return &___duration_25; } inline void set_duration_25(float value) { ___duration_25 = value; } inline static int32_t get_offset_of_loops_26() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___loops_26)); } inline int32_t get_loops_26() const { return ___loops_26; } inline int32_t* get_address_of_loops_26() { return &___loops_26; } inline void set_loops_26(int32_t value) { ___loops_26 = value; } inline static int32_t get_offset_of_loopType_27() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___loopType_27)); } inline int32_t get_loopType_27() const { return ___loopType_27; } inline int32_t* get_address_of_loopType_27() { return &___loopType_27; } inline void set_loopType_27(int32_t value) { ___loopType_27 = value; } inline static int32_t get_offset_of_delay_28() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___delay_28)); } inline float get_delay_28() const { return ___delay_28; } inline float* get_address_of_delay_28() { return &___delay_28; } inline void set_delay_28(float value) { ___delay_28 = value; } inline static int32_t get_offset_of_U3CisRelativeU3Ek__BackingField_29() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CisRelativeU3Ek__BackingField_29)); } inline bool get_U3CisRelativeU3Ek__BackingField_29() const { return ___U3CisRelativeU3Ek__BackingField_29; } inline bool* get_address_of_U3CisRelativeU3Ek__BackingField_29() { return &___U3CisRelativeU3Ek__BackingField_29; } inline void set_U3CisRelativeU3Ek__BackingField_29(bool value) { ___U3CisRelativeU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_easeType_30() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easeType_30)); } inline int32_t get_easeType_30() const { return ___easeType_30; } inline int32_t* get_address_of_easeType_30() { return &___easeType_30; } inline void set_easeType_30(int32_t value) { ___easeType_30 = value; } inline static int32_t get_offset_of_customEase_31() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___customEase_31)); } inline EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * get_customEase_31() const { return ___customEase_31; } inline EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 ** get_address_of_customEase_31() { return &___customEase_31; } inline void set_customEase_31(EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * value) { ___customEase_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___customEase_31), (void*)value); } inline static int32_t get_offset_of_easeOvershootOrAmplitude_32() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easeOvershootOrAmplitude_32)); } inline float get_easeOvershootOrAmplitude_32() const { return ___easeOvershootOrAmplitude_32; } inline float* get_address_of_easeOvershootOrAmplitude_32() { return &___easeOvershootOrAmplitude_32; } inline void set_easeOvershootOrAmplitude_32(float value) { ___easeOvershootOrAmplitude_32 = value; } inline static int32_t get_offset_of_easePeriod_33() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easePeriod_33)); } inline float get_easePeriod_33() const { return ___easePeriod_33; } inline float* get_address_of_easePeriod_33() { return &___easePeriod_33; } inline void set_easePeriod_33(float value) { ___easePeriod_33 = value; } inline static int32_t get_offset_of_debugTargetId_34() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___debugTargetId_34)); } inline String_t* get_debugTargetId_34() const { return ___debugTargetId_34; } inline String_t** get_address_of_debugTargetId_34() { return &___debugTargetId_34; } inline void set_debugTargetId_34(String_t* value) { ___debugTargetId_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___debugTargetId_34), (void*)value); } inline static int32_t get_offset_of_typeofT1_35() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofT1_35)); } inline Type_t * get_typeofT1_35() const { return ___typeofT1_35; } inline Type_t ** get_address_of_typeofT1_35() { return &___typeofT1_35; } inline void set_typeofT1_35(Type_t * value) { ___typeofT1_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofT1_35), (void*)value); } inline static int32_t get_offset_of_typeofT2_36() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofT2_36)); } inline Type_t * get_typeofT2_36() const { return ___typeofT2_36; } inline Type_t ** get_address_of_typeofT2_36() { return &___typeofT2_36; } inline void set_typeofT2_36(Type_t * value) { ___typeofT2_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofT2_36), (void*)value); } inline static int32_t get_offset_of_typeofTPlugOptions_37() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofTPlugOptions_37)); } inline Type_t * get_typeofTPlugOptions_37() const { return ___typeofTPlugOptions_37; } inline Type_t ** get_address_of_typeofTPlugOptions_37() { return &___typeofTPlugOptions_37; } inline void set_typeofTPlugOptions_37(Type_t * value) { ___typeofTPlugOptions_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofTPlugOptions_37), (void*)value); } inline static int32_t get_offset_of_U3CactiveU3Ek__BackingField_38() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CactiveU3Ek__BackingField_38)); } inline bool get_U3CactiveU3Ek__BackingField_38() const { return ___U3CactiveU3Ek__BackingField_38; } inline bool* get_address_of_U3CactiveU3Ek__BackingField_38() { return &___U3CactiveU3Ek__BackingField_38; } inline void set_U3CactiveU3Ek__BackingField_38(bool value) { ___U3CactiveU3Ek__BackingField_38 = value; } inline static int32_t get_offset_of_isSequenced_39() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isSequenced_39)); } inline bool get_isSequenced_39() const { return ___isSequenced_39; } inline bool* get_address_of_isSequenced_39() { return &___isSequenced_39; } inline void set_isSequenced_39(bool value) { ___isSequenced_39 = value; } inline static int32_t get_offset_of_sequenceParent_40() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___sequenceParent_40)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_sequenceParent_40() const { return ___sequenceParent_40; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_sequenceParent_40() { return &___sequenceParent_40; } inline void set_sequenceParent_40(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___sequenceParent_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequenceParent_40), (void*)value); } inline static int32_t get_offset_of_activeId_41() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___activeId_41)); } inline int32_t get_activeId_41() const { return ___activeId_41; } inline int32_t* get_address_of_activeId_41() { return &___activeId_41; } inline void set_activeId_41(int32_t value) { ___activeId_41 = value; } inline static int32_t get_offset_of_specialStartupMode_42() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___specialStartupMode_42)); } inline int32_t get_specialStartupMode_42() const { return ___specialStartupMode_42; } inline int32_t* get_address_of_specialStartupMode_42() { return &___specialStartupMode_42; } inline void set_specialStartupMode_42(int32_t value) { ___specialStartupMode_42 = value; } inline static int32_t get_offset_of_creationLocked_43() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___creationLocked_43)); } inline bool get_creationLocked_43() const { return ___creationLocked_43; } inline bool* get_address_of_creationLocked_43() { return &___creationLocked_43; } inline void set_creationLocked_43(bool value) { ___creationLocked_43 = value; } inline static int32_t get_offset_of_startupDone_44() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___startupDone_44)); } inline bool get_startupDone_44() const { return ___startupDone_44; } inline bool* get_address_of_startupDone_44() { return &___startupDone_44; } inline void set_startupDone_44(bool value) { ___startupDone_44 = value; } inline static int32_t get_offset_of_U3CplayedOnceU3Ek__BackingField_45() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CplayedOnceU3Ek__BackingField_45)); } inline bool get_U3CplayedOnceU3Ek__BackingField_45() const { return ___U3CplayedOnceU3Ek__BackingField_45; } inline bool* get_address_of_U3CplayedOnceU3Ek__BackingField_45() { return &___U3CplayedOnceU3Ek__BackingField_45; } inline void set_U3CplayedOnceU3Ek__BackingField_45(bool value) { ___U3CplayedOnceU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_U3CpositionU3Ek__BackingField_46() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CpositionU3Ek__BackingField_46)); } inline float get_U3CpositionU3Ek__BackingField_46() const { return ___U3CpositionU3Ek__BackingField_46; } inline float* get_address_of_U3CpositionU3Ek__BackingField_46() { return &___U3CpositionU3Ek__BackingField_46; } inline void set_U3CpositionU3Ek__BackingField_46(float value) { ___U3CpositionU3Ek__BackingField_46 = value; } inline static int32_t get_offset_of_fullDuration_47() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___fullDuration_47)); } inline float get_fullDuration_47() const { return ___fullDuration_47; } inline float* get_address_of_fullDuration_47() { return &___fullDuration_47; } inline void set_fullDuration_47(float value) { ___fullDuration_47 = value; } inline static int32_t get_offset_of_completedLoops_48() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___completedLoops_48)); } inline int32_t get_completedLoops_48() const { return ___completedLoops_48; } inline int32_t* get_address_of_completedLoops_48() { return &___completedLoops_48; } inline void set_completedLoops_48(int32_t value) { ___completedLoops_48 = value; } inline static int32_t get_offset_of_isPlaying_49() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isPlaying_49)); } inline bool get_isPlaying_49() const { return ___isPlaying_49; } inline bool* get_address_of_isPlaying_49() { return &___isPlaying_49; } inline void set_isPlaying_49(bool value) { ___isPlaying_49 = value; } inline static int32_t get_offset_of_isComplete_50() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isComplete_50)); } inline bool get_isComplete_50() const { return ___isComplete_50; } inline bool* get_address_of_isComplete_50() { return &___isComplete_50; } inline void set_isComplete_50(bool value) { ___isComplete_50 = value; } inline static int32_t get_offset_of_elapsedDelay_51() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___elapsedDelay_51)); } inline float get_elapsedDelay_51() const { return ___elapsedDelay_51; } inline float* get_address_of_elapsedDelay_51() { return &___elapsedDelay_51; } inline void set_elapsedDelay_51(float value) { ___elapsedDelay_51 = value; } inline static int32_t get_offset_of_delayComplete_52() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___delayComplete_52)); } inline bool get_delayComplete_52() const { return ___delayComplete_52; } inline bool* get_address_of_delayComplete_52() { return &___delayComplete_52; } inline void set_delayComplete_52(bool value) { ___delayComplete_52 = value; } inline static int32_t get_offset_of_miscInt_53() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___miscInt_53)); } inline int32_t get_miscInt_53() const { return ___miscInt_53; } inline int32_t* get_address_of_miscInt_53() { return &___miscInt_53; } inline void set_miscInt_53(int32_t value) { ___miscInt_53 = value; } }; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 : public MulticastDelegate_t { public: public: }; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 : public ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 { 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); } }; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E : public Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 { public: // System.Collections.Generic.List`1 DG.Tweening.Sequence::sequencedTweens List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * ___sequencedTweens_54; // System.Collections.Generic.List`1 DG.Tweening.Sequence::_sequencedObjs List_1_t6642D08E578C77292ED5537CF3192269131C189C * ____sequencedObjs_55; // System.Single DG.Tweening.Sequence::lastTweenInsertTime float ___lastTweenInsertTime_56; public: inline static int32_t get_offset_of_sequencedTweens_54() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ___sequencedTweens_54)); } inline List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * get_sequencedTweens_54() const { return ___sequencedTweens_54; } inline List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 ** get_address_of_sequencedTweens_54() { return &___sequencedTweens_54; } inline void set_sequencedTweens_54(List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * value) { ___sequencedTweens_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequencedTweens_54), (void*)value); } inline static int32_t get_offset_of__sequencedObjs_55() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ____sequencedObjs_55)); } inline List_1_t6642D08E578C77292ED5537CF3192269131C189C * get__sequencedObjs_55() const { return ____sequencedObjs_55; } inline List_1_t6642D08E578C77292ED5537CF3192269131C189C ** get_address_of__sequencedObjs_55() { return &____sequencedObjs_55; } inline void set__sequencedObjs_55(List_1_t6642D08E578C77292ED5537CF3192269131C189C * value) { ____sequencedObjs_55 = value; Il2CppCodeGenWriteBarrier((void**)(&____sequencedObjs_55), (void*)value); } inline static int32_t get_offset_of_lastTweenInsertTime_56() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ___lastTweenInsertTime_56)); } inline float get_lastTweenInsertTime_56() const { return ___lastTweenInsertTime_56; } inline float* get_address_of_lastTweenInsertTime_56() { return &___lastTweenInsertTime_56; } inline void set_lastTweenInsertTime_56(float value) { ___lastTweenInsertTime_56 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsException struct TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // DG.Tweening.Tweener struct Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 : public Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 { public: // System.Boolean DG.Tweening.Tweener::hasManuallySetStartValue bool ___hasManuallySetStartValue_54; // System.Boolean DG.Tweening.Tweener::isFromAllowed bool ___isFromAllowed_55; public: inline static int32_t get_offset_of_hasManuallySetStartValue_54() { return static_cast(offsetof(Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8, ___hasManuallySetStartValue_54)); } inline bool get_hasManuallySetStartValue_54() const { return ___hasManuallySetStartValue_54; } inline bool* get_address_of_hasManuallySetStartValue_54() { return &___hasManuallySetStartValue_54; } inline void set_hasManuallySetStartValue_54(bool value) { ___hasManuallySetStartValue_54 = value; } inline static int32_t get_offset_of_isFromAllowed_55() { return static_cast(offsetof(Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8, ___isFromAllowed_55)); } inline bool get_isFromAllowed_55() const { return ___isFromAllowed_55; } inline bool* get_address_of_isFromAllowed_55() { return &___isFromAllowed_55; } inline void set_isFromAllowed_55(bool value) { ___isFromAllowed_55 = value; } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10 * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597, ___startValue_56)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_startValue_56() const { return ___startValue_56; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597, ___endValue_57)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_endValue_57() const { return ___endValue_57; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597, ___changeValue_58)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_changeValue_58() const { return ___changeValue_58; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597, ___plugOptions_59)); } inline ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A get_plugOptions_59() const { return ___plugOptions_59; } inline ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597, ___getter_60)); } inline DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10 * get_getter_60() const { return ___getter_60; } inline DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10 ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10 * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597, ___setter_61)); } inline DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___startValue_56)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_startValue_56() const { return ___startValue_56; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___endValue_57)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_endValue_57() const { return ___endValue_57; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___changeValue_58)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_changeValue_58() const { return ___changeValue_58; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___plugOptions_59)); } inline VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB get_plugOptions_59() const { return ___plugOptions_59; } inline VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___getter_60)); } inline DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * get_getter_60() const { return ___getter_60; } inline DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___setter_61)); } inline DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // JCUnityLib.ViewManager`1 struct ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Collections.Generic.Dictionary`2 JCUnityLib.ViewManager`1::viewGroupDict Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___viewGroupDict_4; // System.Collections.Generic.Dictionary`2 JCUnityLib.ViewManager`1::viewDict Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * ___viewDict_5; // System.Collections.Generic.HashSet`1 JCUnityLib.ViewManager`1::viewDontDestroySet HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * ___viewDontDestroySet_6; public: inline static int32_t get_offset_of_viewGroupDict_4() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E, ___viewGroupDict_4)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_viewGroupDict_4() const { return ___viewGroupDict_4; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_viewGroupDict_4() { return &___viewGroupDict_4; } inline void set_viewGroupDict_4(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___viewGroupDict_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewGroupDict_4), (void*)value); } inline static int32_t get_offset_of_viewDict_5() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E, ___viewDict_5)); } inline Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * get_viewDict_5() const { return ___viewDict_5; } inline Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 ** get_address_of_viewDict_5() { return &___viewDict_5; } inline void set_viewDict_5(Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * value) { ___viewDict_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewDict_5), (void*)value); } inline static int32_t get_offset_of_viewDontDestroySet_6() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E, ___viewDontDestroySet_6)); } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * get_viewDontDestroySet_6() const { return ___viewDontDestroySet_6; } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 ** get_address_of_viewDontDestroySet_6() { return &___viewDontDestroySet_6; } inline void set_viewDontDestroySet_6(HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * value) { ___viewDontDestroySet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewDontDestroySet_6), (void*)value); } }; struct ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E_StaticFields { public: // CT JCUnityLib.ViewManager`1::s_Instance ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * ___s_Instance_7; public: inline static int32_t get_offset_of_s_Instance_7() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E_StaticFields, ___s_Instance_7)); } inline ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * get_s_Instance_7() const { return ___s_Instance_7; } inline ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E ** get_address_of_s_Instance_7() { return &___s_Instance_7; } inline void set_s_Instance_7(ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * value) { ___s_Instance_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_7), (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); } }; // 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); } }; // BluetoothAim struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String BluetoothAim::targetDeviceName String_t* ___targetDeviceName_4; // ArduinoBluetoothAPI.BluetoothHelper BluetoothAim::bluetoothHelper BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___bluetoothHelper_5; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic BluetoothAim::characteristicWrite BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * ___characteristicWrite_6; // ArduinoBluetoothAPI.BluetoothHelperService BluetoothAim::bluetoothService BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * ___bluetoothService_7; // System.String BluetoothAim::deviceName String_t* ___deviceName_8; // System.Boolean BluetoothAim::canConnect bool ___canConnect_9; // UnityEngine.UI.Text BluetoothAim::textUI Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___textUI_10; // BluetoothStatusEnum BluetoothAim::status int32_t ___status_11; // System.Int32 BluetoothAim::dataCount int32_t ___dataCount_12; // System.Boolean BluetoothAim::hasData bool ___hasData_13; // System.Int64 BluetoothAim::hasDataTime int64_t ___hasDataTime_14; // System.Boolean BluetoothAim::userDoConnect bool ___userDoConnect_17; // System.Boolean BluetoothAim::doConnect bool ___doConnect_18; // System.Func`1 BluetoothAim::action_DoConnectInterceptor Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___action_DoConnectInterceptor_19; // System.Collections.Generic.Queue`1 BluetoothAim::cmdWaitingList Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * ___cmdWaitingList_20; // System.Boolean BluetoothAim::isSendCmdLocked bool ___isSendCmdLocked_21; // System.Boolean BluetoothAim::canAutoDormancy bool ___canAutoDormancy_22; // System.Boolean BluetoothAim::isStartUp bool ___isStartUp_23; // JCUnityLib.CountLock BluetoothAim::needModularAwake CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * ___needModularAwake_24; // System.String BluetoothAim::curMac String_t* ___curMac_25; public: inline static int32_t get_offset_of_targetDeviceName_4() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___targetDeviceName_4)); } inline String_t* get_targetDeviceName_4() const { return ___targetDeviceName_4; } inline String_t** get_address_of_targetDeviceName_4() { return &___targetDeviceName_4; } inline void set_targetDeviceName_4(String_t* value) { ___targetDeviceName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetDeviceName_4), (void*)value); } inline static int32_t get_offset_of_bluetoothHelper_5() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___bluetoothHelper_5)); } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * get_bluetoothHelper_5() const { return ___bluetoothHelper_5; } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 ** get_address_of_bluetoothHelper_5() { return &___bluetoothHelper_5; } inline void set_bluetoothHelper_5(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * value) { ___bluetoothHelper_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothHelper_5), (void*)value); } inline static int32_t get_offset_of_characteristicWrite_6() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___characteristicWrite_6)); } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * get_characteristicWrite_6() const { return ___characteristicWrite_6; } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 ** get_address_of_characteristicWrite_6() { return &___characteristicWrite_6; } inline void set_characteristicWrite_6(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * value) { ___characteristicWrite_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___characteristicWrite_6), (void*)value); } inline static int32_t get_offset_of_bluetoothService_7() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___bluetoothService_7)); } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * get_bluetoothService_7() const { return ___bluetoothService_7; } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 ** get_address_of_bluetoothService_7() { return &___bluetoothService_7; } inline void set_bluetoothService_7(BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * value) { ___bluetoothService_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothService_7), (void*)value); } inline static int32_t get_offset_of_deviceName_8() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___deviceName_8)); } inline String_t* get_deviceName_8() const { return ___deviceName_8; } inline String_t** get_address_of_deviceName_8() { return &___deviceName_8; } inline void set_deviceName_8(String_t* value) { ___deviceName_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceName_8), (void*)value); } inline static int32_t get_offset_of_canConnect_9() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___canConnect_9)); } inline bool get_canConnect_9() const { return ___canConnect_9; } inline bool* get_address_of_canConnect_9() { return &___canConnect_9; } inline void set_canConnect_9(bool value) { ___canConnect_9 = value; } inline static int32_t get_offset_of_textUI_10() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___textUI_10)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_textUI_10() const { return ___textUI_10; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_textUI_10() { return &___textUI_10; } inline void set_textUI_10(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___textUI_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___textUI_10), (void*)value); } inline static int32_t get_offset_of_status_11() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___status_11)); } inline int32_t get_status_11() const { return ___status_11; } inline int32_t* get_address_of_status_11() { return &___status_11; } inline void set_status_11(int32_t value) { ___status_11 = value; } inline static int32_t get_offset_of_dataCount_12() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___dataCount_12)); } inline int32_t get_dataCount_12() const { return ___dataCount_12; } inline int32_t* get_address_of_dataCount_12() { return &___dataCount_12; } inline void set_dataCount_12(int32_t value) { ___dataCount_12 = value; } inline static int32_t get_offset_of_hasData_13() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___hasData_13)); } inline bool get_hasData_13() const { return ___hasData_13; } inline bool* get_address_of_hasData_13() { return &___hasData_13; } inline void set_hasData_13(bool value) { ___hasData_13 = value; } inline static int32_t get_offset_of_hasDataTime_14() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___hasDataTime_14)); } inline int64_t get_hasDataTime_14() const { return ___hasDataTime_14; } inline int64_t* get_address_of_hasDataTime_14() { return &___hasDataTime_14; } inline void set_hasDataTime_14(int64_t value) { ___hasDataTime_14 = value; } inline static int32_t get_offset_of_userDoConnect_17() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___userDoConnect_17)); } inline bool get_userDoConnect_17() const { return ___userDoConnect_17; } inline bool* get_address_of_userDoConnect_17() { return &___userDoConnect_17; } inline void set_userDoConnect_17(bool value) { ___userDoConnect_17 = value; } inline static int32_t get_offset_of_doConnect_18() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___doConnect_18)); } inline bool get_doConnect_18() const { return ___doConnect_18; } inline bool* get_address_of_doConnect_18() { return &___doConnect_18; } inline void set_doConnect_18(bool value) { ___doConnect_18 = value; } inline static int32_t get_offset_of_action_DoConnectInterceptor_19() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___action_DoConnectInterceptor_19)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_action_DoConnectInterceptor_19() const { return ___action_DoConnectInterceptor_19; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_action_DoConnectInterceptor_19() { return &___action_DoConnectInterceptor_19; } inline void set_action_DoConnectInterceptor_19(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___action_DoConnectInterceptor_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_DoConnectInterceptor_19), (void*)value); } inline static int32_t get_offset_of_cmdWaitingList_20() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___cmdWaitingList_20)); } inline Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * get_cmdWaitingList_20() const { return ___cmdWaitingList_20; } inline Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 ** get_address_of_cmdWaitingList_20() { return &___cmdWaitingList_20; } inline void set_cmdWaitingList_20(Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * value) { ___cmdWaitingList_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmdWaitingList_20), (void*)value); } inline static int32_t get_offset_of_isSendCmdLocked_21() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___isSendCmdLocked_21)); } inline bool get_isSendCmdLocked_21() const { return ___isSendCmdLocked_21; } inline bool* get_address_of_isSendCmdLocked_21() { return &___isSendCmdLocked_21; } inline void set_isSendCmdLocked_21(bool value) { ___isSendCmdLocked_21 = value; } inline static int32_t get_offset_of_canAutoDormancy_22() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___canAutoDormancy_22)); } inline bool get_canAutoDormancy_22() const { return ___canAutoDormancy_22; } inline bool* get_address_of_canAutoDormancy_22() { return &___canAutoDormancy_22; } inline void set_canAutoDormancy_22(bool value) { ___canAutoDormancy_22 = value; } inline static int32_t get_offset_of_isStartUp_23() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___isStartUp_23)); } inline bool get_isStartUp_23() const { return ___isStartUp_23; } inline bool* get_address_of_isStartUp_23() { return &___isStartUp_23; } inline void set_isStartUp_23(bool value) { ___isStartUp_23 = value; } inline static int32_t get_offset_of_needModularAwake_24() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___needModularAwake_24)); } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * get_needModularAwake_24() const { return ___needModularAwake_24; } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 ** get_address_of_needModularAwake_24() { return &___needModularAwake_24; } inline void set_needModularAwake_24(CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * value) { ___needModularAwake_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___needModularAwake_24), (void*)value); } inline static int32_t get_offset_of_curMac_25() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___curMac_25)); } inline String_t* get_curMac_25() const { return ___curMac_25; } inline String_t** get_address_of_curMac_25() { return &___curMac_25; } inline void set_curMac_25(String_t* value) { ___curMac_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___curMac_25), (void*)value); } }; struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields { public: // System.Boolean BluetoothAim::scanLock bool ___scanLock_15; // BluetoothAim BluetoothAim::ins BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * ___ins_16; public: inline static int32_t get_offset_of_scanLock_15() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields, ___scanLock_15)); } inline bool get_scanLock_15() const { return ___scanLock_15; } inline bool* get_address_of_scanLock_15() { return &___scanLock_15; } inline void set_scanLock_15(bool value) { ___scanLock_15 = value; } inline static int32_t get_offset_of_ins_16() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields, ___ins_16)); } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * get_ins_16() const { return ___ins_16; } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 ** get_address_of_ins_16() { return &___ins_16; } inline void set_ins_16(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * value) { ___ins_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_16), (void*)value); } }; // GameAssistUI struct GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Material GameAssistUI::outlight Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___outlight_4; // UnityEngine.UI.Text GameAssistUI::text1 Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text1_5; // UnityEngine.UI.Text GameAssistUI::text2 Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text2_6; // UnityEngine.UI.Button GameAssistUI::btnScaleAim Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnScaleAim_7; // UnityEngine.UI.Button GameAssistUI::btnScaleShoot Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnScaleShoot_8; // System.Action GameAssistUI::action_OnClickBtnIdentity Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnClickBtnIdentity_9; // System.Int32 GameAssistUI::playerScaleAimValue_OnlinePK int32_t ___playerScaleAimValue_OnlinePK_11; // System.Boolean[] GameAssistUI::playerScaleAimRecords BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___playerScaleAimRecords_12; // System.Boolean[] GameAssistUI::playerScaleShootRecords BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___playerScaleShootRecords_13; // System.Int32 GameAssistUI::aimScaleValue int32_t ___aimScaleValue_15; // System.Single[] GameAssistUI::scaleAimFieldOfViews SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___scaleAimFieldOfViews_16; // System.Single[] GameAssistUI::scaleAimScopeScales SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___scaleAimScopeScales_17; // DG.Tweening.Sequence GameAssistUI::seq1 Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___seq1_18; // System.Boolean GameAssistUI::scaleAimOn bool ___scaleAimOn_19; // System.Boolean GameAssistUI::isScaleAimDisplaying bool ___isScaleAimDisplaying_20; // System.Int32 GameAssistUI::aimScaleDisplayValue int32_t ___aimScaleDisplayValue_21; // System.Int32 GameAssistUI::shootScaleValue int32_t ___shootScaleValue_22; // DG.Tweening.Sequence GameAssistUI::seq2 Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___seq2_23; // System.Boolean GameAssistUI::scaleShootOn bool ___scaleShootOn_24; public: inline static int32_t get_offset_of_outlight_4() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___outlight_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_outlight_4() const { return ___outlight_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_outlight_4() { return &___outlight_4; } inline void set_outlight_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___outlight_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___outlight_4), (void*)value); } inline static int32_t get_offset_of_text1_5() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___text1_5)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text1_5() const { return ___text1_5; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text1_5() { return &___text1_5; } inline void set_text1_5(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___text1_5), (void*)value); } inline static int32_t get_offset_of_text2_6() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___text2_6)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text2_6() const { return ___text2_6; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text2_6() { return &___text2_6; } inline void set_text2_6(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___text2_6), (void*)value); } inline static int32_t get_offset_of_btnScaleAim_7() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___btnScaleAim_7)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnScaleAim_7() const { return ___btnScaleAim_7; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnScaleAim_7() { return &___btnScaleAim_7; } inline void set_btnScaleAim_7(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnScaleAim_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnScaleAim_7), (void*)value); } inline static int32_t get_offset_of_btnScaleShoot_8() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___btnScaleShoot_8)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnScaleShoot_8() const { return ___btnScaleShoot_8; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnScaleShoot_8() { return &___btnScaleShoot_8; } inline void set_btnScaleShoot_8(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnScaleShoot_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnScaleShoot_8), (void*)value); } inline static int32_t get_offset_of_action_OnClickBtnIdentity_9() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___action_OnClickBtnIdentity_9)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnClickBtnIdentity_9() const { return ___action_OnClickBtnIdentity_9; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnClickBtnIdentity_9() { return &___action_OnClickBtnIdentity_9; } inline void set_action_OnClickBtnIdentity_9(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnClickBtnIdentity_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickBtnIdentity_9), (void*)value); } inline static int32_t get_offset_of_playerScaleAimValue_OnlinePK_11() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___playerScaleAimValue_OnlinePK_11)); } inline int32_t get_playerScaleAimValue_OnlinePK_11() const { return ___playerScaleAimValue_OnlinePK_11; } inline int32_t* get_address_of_playerScaleAimValue_OnlinePK_11() { return &___playerScaleAimValue_OnlinePK_11; } inline void set_playerScaleAimValue_OnlinePK_11(int32_t value) { ___playerScaleAimValue_OnlinePK_11 = value; } inline static int32_t get_offset_of_playerScaleAimRecords_12() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___playerScaleAimRecords_12)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_playerScaleAimRecords_12() const { return ___playerScaleAimRecords_12; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_playerScaleAimRecords_12() { return &___playerScaleAimRecords_12; } inline void set_playerScaleAimRecords_12(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___playerScaleAimRecords_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerScaleAimRecords_12), (void*)value); } inline static int32_t get_offset_of_playerScaleShootRecords_13() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___playerScaleShootRecords_13)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_playerScaleShootRecords_13() const { return ___playerScaleShootRecords_13; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_playerScaleShootRecords_13() { return &___playerScaleShootRecords_13; } inline void set_playerScaleShootRecords_13(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___playerScaleShootRecords_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerScaleShootRecords_13), (void*)value); } inline static int32_t get_offset_of_aimScaleValue_15() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___aimScaleValue_15)); } inline int32_t get_aimScaleValue_15() const { return ___aimScaleValue_15; } inline int32_t* get_address_of_aimScaleValue_15() { return &___aimScaleValue_15; } inline void set_aimScaleValue_15(int32_t value) { ___aimScaleValue_15 = value; } inline static int32_t get_offset_of_scaleAimFieldOfViews_16() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___scaleAimFieldOfViews_16)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_scaleAimFieldOfViews_16() const { return ___scaleAimFieldOfViews_16; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_scaleAimFieldOfViews_16() { return &___scaleAimFieldOfViews_16; } inline void set_scaleAimFieldOfViews_16(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___scaleAimFieldOfViews_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___scaleAimFieldOfViews_16), (void*)value); } inline static int32_t get_offset_of_scaleAimScopeScales_17() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___scaleAimScopeScales_17)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_scaleAimScopeScales_17() const { return ___scaleAimScopeScales_17; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_scaleAimScopeScales_17() { return &___scaleAimScopeScales_17; } inline void set_scaleAimScopeScales_17(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___scaleAimScopeScales_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___scaleAimScopeScales_17), (void*)value); } inline static int32_t get_offset_of_seq1_18() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___seq1_18)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_seq1_18() const { return ___seq1_18; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_seq1_18() { return &___seq1_18; } inline void set_seq1_18(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___seq1_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq1_18), (void*)value); } inline static int32_t get_offset_of_scaleAimOn_19() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___scaleAimOn_19)); } inline bool get_scaleAimOn_19() const { return ___scaleAimOn_19; } inline bool* get_address_of_scaleAimOn_19() { return &___scaleAimOn_19; } inline void set_scaleAimOn_19(bool value) { ___scaleAimOn_19 = value; } inline static int32_t get_offset_of_isScaleAimDisplaying_20() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___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_aimScaleDisplayValue_21() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___aimScaleDisplayValue_21)); } inline int32_t get_aimScaleDisplayValue_21() const { return ___aimScaleDisplayValue_21; } inline int32_t* get_address_of_aimScaleDisplayValue_21() { return &___aimScaleDisplayValue_21; } inline void set_aimScaleDisplayValue_21(int32_t value) { ___aimScaleDisplayValue_21 = value; } inline static int32_t get_offset_of_shootScaleValue_22() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___shootScaleValue_22)); } inline int32_t get_shootScaleValue_22() const { return ___shootScaleValue_22; } inline int32_t* get_address_of_shootScaleValue_22() { return &___shootScaleValue_22; } inline void set_shootScaleValue_22(int32_t value) { ___shootScaleValue_22 = value; } inline static int32_t get_offset_of_seq2_23() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___seq2_23)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_seq2_23() const { return ___seq2_23; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_seq2_23() { return &___seq2_23; } inline void set_seq2_23(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___seq2_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq2_23), (void*)value); } inline static int32_t get_offset_of_scaleShootOn_24() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75, ___scaleShootOn_24)); } inline bool get_scaleShootOn_24() const { return ___scaleShootOn_24; } inline bool* get_address_of_scaleShootOn_24() { return &___scaleShootOn_24; } inline void set_scaleShootOn_24(bool value) { ___scaleShootOn_24 = value; } }; struct GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields { public: // GameAssistUI GameAssistUI::ins GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * ___ins_10; // System.Boolean[] GameAssistUI::playerRecords BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___playerRecords_14; public: inline static int32_t get_offset_of_ins_10() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields, ___ins_10)); } inline GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * get_ins_10() const { return ___ins_10; } inline GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 ** get_address_of_ins_10() { return &___ins_10; } inline void set_ins_10(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * value) { ___ins_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_10), (void*)value); } inline static int32_t get_offset_of_playerRecords_14() { return static_cast(offsetof(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields, ___playerRecords_14)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_playerRecords_14() const { return ___playerRecords_14; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_playerRecords_14() { return &___playerRecords_14; } inline void set_playerRecords_14(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___playerRecords_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerRecords_14), (void*)value); } }; // GameEventCenter struct GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Action`2 GameEventCenter::onBowArrowShootOut Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * ___onBowArrowShootOut_4; // System.Action`2 GameEventCenter::onTargetAnimalHurt Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * ___onTargetAnimalHurt_5; public: inline static int32_t get_offset_of_onBowArrowShootOut_4() { return static_cast(offsetof(GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190, ___onBowArrowShootOut_4)); } inline Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * get_onBowArrowShootOut_4() const { return ___onBowArrowShootOut_4; } inline Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 ** get_address_of_onBowArrowShootOut_4() { return &___onBowArrowShootOut_4; } inline void set_onBowArrowShootOut_4(Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94 * value) { ___onBowArrowShootOut_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBowArrowShootOut_4), (void*)value); } inline static int32_t get_offset_of_onTargetAnimalHurt_5() { return static_cast(offsetof(GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190, ___onTargetAnimalHurt_5)); } inline Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * get_onTargetAnimalHurt_5() const { return ___onTargetAnimalHurt_5; } inline Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD ** get_address_of_onTargetAnimalHurt_5() { return &___onTargetAnimalHurt_5; } inline void set_onTargetAnimalHurt_5(Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * value) { ___onTargetAnimalHurt_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onTargetAnimalHurt_5), (void*)value); } }; struct GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190_StaticFields { public: // GameEventCenter GameEventCenter::_ins GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * ____ins_6; public: inline static int32_t get_offset_of__ins_6() { return static_cast(offsetof(GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190_StaticFields, ____ins_6)); } inline GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * get__ins_6() const { return ____ins_6; } inline GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 ** get_address_of__ins_6() { return &____ins_6; } inline void set__ins_6(GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * value) { ____ins_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_6), (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); } }; // BestHTTP.HTTPUpdateDelegator struct HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; struct HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields { public: // BestHTTP.HTTPUpdateDelegator BestHTTP.HTTPUpdateDelegator::k__BackingField HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * ___U3CInstanceU3Ek__BackingField_4; // System.Boolean BestHTTP.HTTPUpdateDelegator::k__BackingField bool ___U3CIsCreatedU3Ek__BackingField_5; // System.Boolean BestHTTP.HTTPUpdateDelegator::k__BackingField bool ___U3CIsThreadedU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPUpdateDelegator::k__BackingField bool ___U3CIsThreadRunningU3Ek__BackingField_7; // System.Int32 BestHTTP.HTTPUpdateDelegator::k__BackingField int32_t ___U3CThreadFrequencyInMSU3Ek__BackingField_8; // System.Func`1 BestHTTP.HTTPUpdateDelegator::OnBeforeApplicationQuit Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___OnBeforeApplicationQuit_9; // System.Action`1 BestHTTP.HTTPUpdateDelegator::OnApplicationForegroundStateChanged Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * ___OnApplicationForegroundStateChanged_10; // System.Boolean BestHTTP.HTTPUpdateDelegator::IsSetupCalled bool ___IsSetupCalled_11; public: inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_4() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CInstanceU3Ek__BackingField_4)); } inline HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * get_U3CInstanceU3Ek__BackingField_4() const { return ___U3CInstanceU3Ek__BackingField_4; } inline HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 ** get_address_of_U3CInstanceU3Ek__BackingField_4() { return &___U3CInstanceU3Ek__BackingField_4; } inline void set_U3CInstanceU3Ek__BackingField_4(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * value) { ___U3CInstanceU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CIsCreatedU3Ek__BackingField_5() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CIsCreatedU3Ek__BackingField_5)); } inline bool get_U3CIsCreatedU3Ek__BackingField_5() const { return ___U3CIsCreatedU3Ek__BackingField_5; } inline bool* get_address_of_U3CIsCreatedU3Ek__BackingField_5() { return &___U3CIsCreatedU3Ek__BackingField_5; } inline void set_U3CIsCreatedU3Ek__BackingField_5(bool value) { ___U3CIsCreatedU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CIsThreadedU3Ek__BackingField_6() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CIsThreadedU3Ek__BackingField_6)); } inline bool get_U3CIsThreadedU3Ek__BackingField_6() const { return ___U3CIsThreadedU3Ek__BackingField_6; } inline bool* get_address_of_U3CIsThreadedU3Ek__BackingField_6() { return &___U3CIsThreadedU3Ek__BackingField_6; } inline void set_U3CIsThreadedU3Ek__BackingField_6(bool value) { ___U3CIsThreadedU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CIsThreadRunningU3Ek__BackingField_7() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CIsThreadRunningU3Ek__BackingField_7)); } inline bool get_U3CIsThreadRunningU3Ek__BackingField_7() const { return ___U3CIsThreadRunningU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsThreadRunningU3Ek__BackingField_7() { return &___U3CIsThreadRunningU3Ek__BackingField_7; } inline void set_U3CIsThreadRunningU3Ek__BackingField_7(bool value) { ___U3CIsThreadRunningU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CThreadFrequencyInMSU3Ek__BackingField_8() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___U3CThreadFrequencyInMSU3Ek__BackingField_8)); } inline int32_t get_U3CThreadFrequencyInMSU3Ek__BackingField_8() const { return ___U3CThreadFrequencyInMSU3Ek__BackingField_8; } inline int32_t* get_address_of_U3CThreadFrequencyInMSU3Ek__BackingField_8() { return &___U3CThreadFrequencyInMSU3Ek__BackingField_8; } inline void set_U3CThreadFrequencyInMSU3Ek__BackingField_8(int32_t value) { ___U3CThreadFrequencyInMSU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_OnBeforeApplicationQuit_9() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___OnBeforeApplicationQuit_9)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_OnBeforeApplicationQuit_9() const { return ___OnBeforeApplicationQuit_9; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_OnBeforeApplicationQuit_9() { return &___OnBeforeApplicationQuit_9; } inline void set_OnBeforeApplicationQuit_9(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___OnBeforeApplicationQuit_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnBeforeApplicationQuit_9), (void*)value); } inline static int32_t get_offset_of_OnApplicationForegroundStateChanged_10() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___OnApplicationForegroundStateChanged_10)); } inline Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * get_OnApplicationForegroundStateChanged_10() const { return ___OnApplicationForegroundStateChanged_10; } inline Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 ** get_address_of_OnApplicationForegroundStateChanged_10() { return &___OnApplicationForegroundStateChanged_10; } inline void set_OnApplicationForegroundStateChanged_10(Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * value) { ___OnApplicationForegroundStateChanged_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnApplicationForegroundStateChanged_10), (void*)value); } inline static int32_t get_offset_of_IsSetupCalled_11() { return static_cast(offsetof(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields, ___IsSetupCalled_11)); } inline bool get_IsSetupCalled_11() const { return ___IsSetupCalled_11; } inline bool* get_address_of_IsSetupCalled_11() { return &___IsSetupCalled_11; } inline void set_IsSetupCalled_11(bool value) { ___IsSetupCalled_11 = value; } }; // UnityStandardAssets.Characters.FirstPerson.HeadBob struct HeadBob_t32E351A94509FA02E95280C0F44EB0091314A8F7 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Camera UnityStandardAssets.Characters.FirstPerson.HeadBob::Camera Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___Camera_4; // UnityStandardAssets.Utility.CurveControlledBob UnityStandardAssets.Characters.FirstPerson.HeadBob::motionBob CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * ___motionBob_5; // UnityStandardAssets.Utility.LerpControlledBob UnityStandardAssets.Characters.FirstPerson.HeadBob::jumpAndLandingBob LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * ___jumpAndLandingBob_6; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController UnityStandardAssets.Characters.FirstPerson.HeadBob::rigidbodyFirstPersonController RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * ___rigidbodyFirstPersonController_7; // System.Single UnityStandardAssets.Characters.FirstPerson.HeadBob::StrideInterval float ___StrideInterval_8; // System.Single UnityStandardAssets.Characters.FirstPerson.HeadBob::RunningStrideLengthen float ___RunningStrideLengthen_9; // System.Boolean UnityStandardAssets.Characters.FirstPerson.HeadBob::m_PreviouslyGrounded bool ___m_PreviouslyGrounded_10; // UnityEngine.Vector3 UnityStandardAssets.Characters.FirstPerson.HeadBob::m_OriginalCameraPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_OriginalCameraPosition_11; public: inline static int32_t get_offset_of_Camera_4() { return static_cast(offsetof(HeadBob_t32E351A94509FA02E95280C0F44EB0091314A8F7, ___Camera_4)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_Camera_4() const { return ___Camera_4; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_Camera_4() { return &___Camera_4; } inline void set_Camera_4(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___Camera_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Camera_4), (void*)value); } inline static int32_t get_offset_of_motionBob_5() { return static_cast(offsetof(HeadBob_t32E351A94509FA02E95280C0F44EB0091314A8F7, ___motionBob_5)); } inline CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * get_motionBob_5() const { return ___motionBob_5; } inline CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 ** get_address_of_motionBob_5() { return &___motionBob_5; } inline void set_motionBob_5(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * value) { ___motionBob_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___motionBob_5), (void*)value); } inline static int32_t get_offset_of_jumpAndLandingBob_6() { return static_cast(offsetof(HeadBob_t32E351A94509FA02E95280C0F44EB0091314A8F7, ___jumpAndLandingBob_6)); } inline LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * get_jumpAndLandingBob_6() const { return ___jumpAndLandingBob_6; } inline LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 ** get_address_of_jumpAndLandingBob_6() { return &___jumpAndLandingBob_6; } inline void set_jumpAndLandingBob_6(LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * value) { ___jumpAndLandingBob_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___jumpAndLandingBob_6), (void*)value); } inline static int32_t get_offset_of_rigidbodyFirstPersonController_7() { return static_cast(offsetof(HeadBob_t32E351A94509FA02E95280C0F44EB0091314A8F7, ___rigidbodyFirstPersonController_7)); } inline RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * get_rigidbodyFirstPersonController_7() const { return ___rigidbodyFirstPersonController_7; } inline RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 ** get_address_of_rigidbodyFirstPersonController_7() { return &___rigidbodyFirstPersonController_7; } inline void set_rigidbodyFirstPersonController_7(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * value) { ___rigidbodyFirstPersonController_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___rigidbodyFirstPersonController_7), (void*)value); } inline static int32_t get_offset_of_StrideInterval_8() { return static_cast(offsetof(HeadBob_t32E351A94509FA02E95280C0F44EB0091314A8F7, ___StrideInterval_8)); } inline float get_StrideInterval_8() const { return ___StrideInterval_8; } inline float* get_address_of_StrideInterval_8() { return &___StrideInterval_8; } inline void set_StrideInterval_8(float value) { ___StrideInterval_8 = value; } inline static int32_t get_offset_of_RunningStrideLengthen_9() { return static_cast(offsetof(HeadBob_t32E351A94509FA02E95280C0F44EB0091314A8F7, ___RunningStrideLengthen_9)); } inline float get_RunningStrideLengthen_9() const { return ___RunningStrideLengthen_9; } inline float* get_address_of_RunningStrideLengthen_9() { return &___RunningStrideLengthen_9; } inline void set_RunningStrideLengthen_9(float value) { ___RunningStrideLengthen_9 = value; } inline static int32_t get_offset_of_m_PreviouslyGrounded_10() { return static_cast(offsetof(HeadBob_t32E351A94509FA02E95280C0F44EB0091314A8F7, ___m_PreviouslyGrounded_10)); } inline bool get_m_PreviouslyGrounded_10() const { return ___m_PreviouslyGrounded_10; } inline bool* get_address_of_m_PreviouslyGrounded_10() { return &___m_PreviouslyGrounded_10; } inline void set_m_PreviouslyGrounded_10(bool value) { ___m_PreviouslyGrounded_10 = value; } inline static int32_t get_offset_of_m_OriginalCameraPosition_11() { return static_cast(offsetof(HeadBob_t32E351A94509FA02E95280C0F44EB0091314A8F7, ___m_OriginalCameraPosition_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_OriginalCameraPosition_11() const { return ___m_OriginalCameraPosition_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_OriginalCameraPosition_11() { return &___m_OriginalCameraPosition_11; } inline void set_m_OriginalCameraPosition_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_OriginalCameraPosition_11 = value; } }; // HitTargetNumber struct HitTargetNumber_tA9E623C729AFE3FF3FC195D319C8F62A0109FC59 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // HomeMgr struct HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; struct HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7_StaticFields { public: // HomeMgr HomeMgr::ins HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7 * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7_StaticFields, ___ins_4)); } inline HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7 * get_ins_4() const { return ___ins_4; } inline HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // UnityStandardAssets.Effects.Hose struct Hose_t14714E97C6121A4DA0AA96A6F02DE99E04EA2FCA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Effects.Hose::maxPower float ___maxPower_4; // System.Single UnityStandardAssets.Effects.Hose::minPower float ___minPower_5; // System.Single UnityStandardAssets.Effects.Hose::changeSpeed float ___changeSpeed_6; // UnityEngine.ParticleSystem[] UnityStandardAssets.Effects.Hose::hoseWaterSystems ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* ___hoseWaterSystems_7; // UnityEngine.Renderer UnityStandardAssets.Effects.Hose::systemRenderer Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * ___systemRenderer_8; // System.Single UnityStandardAssets.Effects.Hose::m_Power float ___m_Power_9; public: inline static int32_t get_offset_of_maxPower_4() { return static_cast(offsetof(Hose_t14714E97C6121A4DA0AA96A6F02DE99E04EA2FCA, ___maxPower_4)); } inline float get_maxPower_4() const { return ___maxPower_4; } inline float* get_address_of_maxPower_4() { return &___maxPower_4; } inline void set_maxPower_4(float value) { ___maxPower_4 = value; } inline static int32_t get_offset_of_minPower_5() { return static_cast(offsetof(Hose_t14714E97C6121A4DA0AA96A6F02DE99E04EA2FCA, ___minPower_5)); } inline float get_minPower_5() const { return ___minPower_5; } inline float* get_address_of_minPower_5() { return &___minPower_5; } inline void set_minPower_5(float value) { ___minPower_5 = value; } inline static int32_t get_offset_of_changeSpeed_6() { return static_cast(offsetof(Hose_t14714E97C6121A4DA0AA96A6F02DE99E04EA2FCA, ___changeSpeed_6)); } inline float get_changeSpeed_6() const { return ___changeSpeed_6; } inline float* get_address_of_changeSpeed_6() { return &___changeSpeed_6; } inline void set_changeSpeed_6(float value) { ___changeSpeed_6 = value; } inline static int32_t get_offset_of_hoseWaterSystems_7() { return static_cast(offsetof(Hose_t14714E97C6121A4DA0AA96A6F02DE99E04EA2FCA, ___hoseWaterSystems_7)); } inline ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* get_hoseWaterSystems_7() const { return ___hoseWaterSystems_7; } inline ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7** get_address_of_hoseWaterSystems_7() { return &___hoseWaterSystems_7; } inline void set_hoseWaterSystems_7(ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* value) { ___hoseWaterSystems_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___hoseWaterSystems_7), (void*)value); } inline static int32_t get_offset_of_systemRenderer_8() { return static_cast(offsetof(Hose_t14714E97C6121A4DA0AA96A6F02DE99E04EA2FCA, ___systemRenderer_8)); } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * get_systemRenderer_8() const { return ___systemRenderer_8; } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C ** get_address_of_systemRenderer_8() { return &___systemRenderer_8; } inline void set_systemRenderer_8(Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * value) { ___systemRenderer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemRenderer_8), (void*)value); } inline static int32_t get_offset_of_m_Power_9() { return static_cast(offsetof(Hose_t14714E97C6121A4DA0AA96A6F02DE99E04EA2FCA, ___m_Power_9)); } inline float get_m_Power_9() const { return ___m_Power_9; } inline float* get_address_of_m_Power_9() { return &___m_Power_9; } inline void set_m_Power_9(float value) { ___m_Power_9 = value; } }; // BestHTTP.Examples.HubWithAuthorizationSample struct HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Uri BestHTTP.Examples.HubWithAuthorizationSample::URI Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___URI_4; // BestHTTP.SignalRCore.HubConnection BestHTTP.Examples.HubWithAuthorizationSample::hub HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___hub_5; // UnityEngine.Vector2 BestHTTP.Examples.HubWithAuthorizationSample::scrollPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPos_6; // System.String BestHTTP.Examples.HubWithAuthorizationSample::uiText String_t* ___uiText_7; public: inline static int32_t get_offset_of_URI_4() { return static_cast(offsetof(HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856, ___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(HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856, ___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(HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856, ___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(HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856, ___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); } }; // BestHTTP.Examples.HubWithPreAuthorizationSample struct HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Uri BestHTTP.Examples.HubWithPreAuthorizationSample::URI Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___URI_4; // System.Uri BestHTTP.Examples.HubWithPreAuthorizationSample::AuthURI Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___AuthURI_5; // BestHTTP.SignalRCore.HubConnection BestHTTP.Examples.HubWithPreAuthorizationSample::hub HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___hub_6; // UnityEngine.Vector2 BestHTTP.Examples.HubWithPreAuthorizationSample::scrollPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPos_7; // System.String BestHTTP.Examples.HubWithPreAuthorizationSample::uiText String_t* ___uiText_8; public: inline static int32_t get_offset_of_URI_4() { return static_cast(offsetof(HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E, ___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_AuthURI_5() { return static_cast(offsetof(HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E, ___AuthURI_5)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_AuthURI_5() const { return ___AuthURI_5; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_AuthURI_5() { return &___AuthURI_5; } inline void set_AuthURI_5(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___AuthURI_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthURI_5), (void*)value); } inline static int32_t get_offset_of_hub_6() { return static_cast(offsetof(HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E, ___hub_6)); } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * get_hub_6() const { return ___hub_6; } inline HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 ** get_address_of_hub_6() { return &___hub_6; } inline void set_hub_6(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * value) { ___hub_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___hub_6), (void*)value); } inline static int32_t get_offset_of_scrollPos_7() { return static_cast(offsetof(HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E, ___scrollPos_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPos_7() const { return ___scrollPos_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPos_7() { return &___scrollPos_7; } inline void set_scrollPos_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPos_7 = value; } inline static int32_t get_offset_of_uiText_8() { return static_cast(offsetof(HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E, ___uiText_8)); } inline String_t* get_uiText_8() const { return ___uiText_8; } inline String_t** get_address_of_uiText_8() { return &___uiText_8; } inline void set_uiText_8(String_t* value) { ___uiText_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___uiText_8), (void*)value); } }; // HuntGameSelectLevelView struct HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // HunterGameSettleView struct HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // JCUnityLib.Throttler HunterGameSettleView::throttlerTryAgainOnline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * ___throttlerTryAgainOnline_4; public: inline static int32_t get_offset_of_throttlerTryAgainOnline_4() { return static_cast(offsetof(HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4, ___throttlerTryAgainOnline_4)); } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * get_throttlerTryAgainOnline_4() const { return ___throttlerTryAgainOnline_4; } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 ** get_address_of_throttlerTryAgainOnline_4() { return &___throttlerTryAgainOnline_4; } inline void set_throttlerTryAgainOnline_4(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * value) { ___throttlerTryAgainOnline_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___throttlerTryAgainOnline_4), (void*)value); } }; // HunterGameView struct HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // ChallengeGameMode HunterGameView::gameMode ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * ___gameMode_4; // WolfHuntGameMode HunterGameView::gameMode1 WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * ___gameMode1_5; // System.String[] HunterGameView::animalNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___animalNames_6; // UnityEngine.UI.Text HunterGameView::animalCountValue Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___animalCountValue_7; // UnityEngine.UI.Text HunterGameView::animalCountText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___animalCountText_8; // UnityEngine.UI.Image HunterGameView::animalCountProgress Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___animalCountProgress_9; // UnityEngine.UI.Text HunterGameView::arrowCountValue Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___arrowCountValue_10; // UnityEngine.UI.Text HunterGameView::arrowCountText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___arrowCountText_11; // UnityEngine.UI.Image HunterGameView::arrowCountProgress Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___arrowCountProgress_12; // System.String HunterGameView::str_surplus_arrow String_t* ___str_surplus_arrow_13; // UnityEngine.UI.Text HunterGameView::timeText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___timeText_14; // System.Int32 HunterGameView::lastRenderTime int32_t ___lastRenderTime_15; // UnityEngine.GameObject HunterGameView::hpUI GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___hpUI_16; // UnityEngine.UI.Image HunterGameView::hpBar Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___hpBar_17; // UnityEngine.UI.Text HunterGameView::hpText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___hpText_18; public: inline static int32_t get_offset_of_gameMode_4() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___gameMode_4)); } inline ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * get_gameMode_4() const { return ___gameMode_4; } inline ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B ** get_address_of_gameMode_4() { return &___gameMode_4; } inline void set_gameMode_4(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * value) { ___gameMode_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_4), (void*)value); } inline static int32_t get_offset_of_gameMode1_5() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___gameMode1_5)); } inline WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * get_gameMode1_5() const { return ___gameMode1_5; } inline WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF ** get_address_of_gameMode1_5() { return &___gameMode1_5; } inline void set_gameMode1_5(WolfHuntGameMode_tDC570ACFF3C431F1E2FF2EE012D8DC60A69AD0CF * value) { ___gameMode1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode1_5), (void*)value); } inline static int32_t get_offset_of_animalNames_6() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___animalNames_6)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_animalNames_6() const { return ___animalNames_6; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_animalNames_6() { return &___animalNames_6; } inline void set_animalNames_6(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___animalNames_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalNames_6), (void*)value); } inline static int32_t get_offset_of_animalCountValue_7() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___animalCountValue_7)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_animalCountValue_7() const { return ___animalCountValue_7; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_animalCountValue_7() { return &___animalCountValue_7; } inline void set_animalCountValue_7(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___animalCountValue_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalCountValue_7), (void*)value); } inline static int32_t get_offset_of_animalCountText_8() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___animalCountText_8)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_animalCountText_8() const { return ___animalCountText_8; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_animalCountText_8() { return &___animalCountText_8; } inline void set_animalCountText_8(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___animalCountText_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalCountText_8), (void*)value); } inline static int32_t get_offset_of_animalCountProgress_9() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___animalCountProgress_9)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_animalCountProgress_9() const { return ___animalCountProgress_9; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_animalCountProgress_9() { return &___animalCountProgress_9; } inline void set_animalCountProgress_9(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___animalCountProgress_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___animalCountProgress_9), (void*)value); } inline static int32_t get_offset_of_arrowCountValue_10() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___arrowCountValue_10)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_arrowCountValue_10() const { return ___arrowCountValue_10; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_arrowCountValue_10() { return &___arrowCountValue_10; } inline void set_arrowCountValue_10(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___arrowCountValue_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowCountValue_10), (void*)value); } inline static int32_t get_offset_of_arrowCountText_11() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___arrowCountText_11)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_arrowCountText_11() const { return ___arrowCountText_11; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_arrowCountText_11() { return &___arrowCountText_11; } inline void set_arrowCountText_11(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___arrowCountText_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowCountText_11), (void*)value); } inline static int32_t get_offset_of_arrowCountProgress_12() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___arrowCountProgress_12)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_arrowCountProgress_12() const { return ___arrowCountProgress_12; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_arrowCountProgress_12() { return &___arrowCountProgress_12; } inline void set_arrowCountProgress_12(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___arrowCountProgress_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrowCountProgress_12), (void*)value); } inline static int32_t get_offset_of_str_surplus_arrow_13() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___str_surplus_arrow_13)); } inline String_t* get_str_surplus_arrow_13() const { return ___str_surplus_arrow_13; } inline String_t** get_address_of_str_surplus_arrow_13() { return &___str_surplus_arrow_13; } inline void set_str_surplus_arrow_13(String_t* value) { ___str_surplus_arrow_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_surplus_arrow_13), (void*)value); } inline static int32_t get_offset_of_timeText_14() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___timeText_14)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_timeText_14() const { return ___timeText_14; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_timeText_14() { return &___timeText_14; } inline void set_timeText_14(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___timeText_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeText_14), (void*)value); } inline static int32_t get_offset_of_lastRenderTime_15() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___lastRenderTime_15)); } inline int32_t get_lastRenderTime_15() const { return ___lastRenderTime_15; } inline int32_t* get_address_of_lastRenderTime_15() { return &___lastRenderTime_15; } inline void set_lastRenderTime_15(int32_t value) { ___lastRenderTime_15 = value; } inline static int32_t get_offset_of_hpUI_16() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___hpUI_16)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_hpUI_16() const { return ___hpUI_16; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_hpUI_16() { return &___hpUI_16; } inline void set_hpUI_16(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___hpUI_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___hpUI_16), (void*)value); } inline static int32_t get_offset_of_hpBar_17() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___hpBar_17)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_hpBar_17() const { return ___hpBar_17; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_hpBar_17() { return &___hpBar_17; } inline void set_hpBar_17(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___hpBar_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___hpBar_17), (void*)value); } inline static int32_t get_offset_of_hpText_18() { return static_cast(offsetof(HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6, ___hpText_18)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_hpText_18() const { return ___hpText_18; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_hpText_18() { return &___hpText_18; } inline void set_hpText_18(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___hpText_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___hpText_18), (void*)value); } }; // LoginMgr struct LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject LoginMgr::loginView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___loginView_4; // UnityEngine.GameObject LoginMgr::registerView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerView_5; public: inline static int32_t get_offset_of_loginView_4() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404, ___loginView_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_loginView_4() const { return ___loginView_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_loginView_4() { return &___loginView_4; } inline void set_loginView_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___loginView_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___loginView_4), (void*)value); } inline static int32_t get_offset_of_registerView_5() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404, ___registerView_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerView_5() const { return ___registerView_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerView_5() { return &___registerView_5; } inline void set_registerView_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerView_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerView_5), (void*)value); } }; struct LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields { public: // UserInfo LoginMgr::myUserInfo UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * ___myUserInfo_6; public: inline static int32_t get_offset_of_myUserInfo_6() { return static_cast(offsetof(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields, ___myUserInfo_6)); } inline UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * get_myUserInfo_6() const { return ___myUserInfo_6; } inline UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F ** get_address_of_myUserInfo_6() { return &___myUserInfo_6; } inline void set_myUserInfo_6(UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * value) { ___myUserInfo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___myUserInfo_6), (void*)value); } }; // ModalView struct ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String ModalView::text String_t* ___text_4; // System.String ModalView::textKey String_t* ___textKey_5; // System.Object[] ModalView::textFormatArgs ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___textFormatArgs_6; // UnityEngine.Events.UnityAction ModalView::onAgree UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onAgree_7; // System.String ModalView::onAgreeTextKey String_t* ___onAgreeTextKey_8; // UnityEngine.Events.UnityAction ModalView::onReject UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onReject_9; // System.String ModalView::onRejectTextKey String_t* ___onRejectTextKey_10; public: inline static int32_t get_offset_of_text_4() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___text_4)); } inline String_t* get_text_4() const { return ___text_4; } inline String_t** get_address_of_text_4() { return &___text_4; } inline void set_text_4(String_t* value) { ___text_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_4), (void*)value); } inline static int32_t get_offset_of_textKey_5() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___textKey_5)); } inline String_t* get_textKey_5() const { return ___textKey_5; } inline String_t** get_address_of_textKey_5() { return &___textKey_5; } inline void set_textKey_5(String_t* value) { ___textKey_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___textKey_5), (void*)value); } inline static int32_t get_offset_of_textFormatArgs_6() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___textFormatArgs_6)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_textFormatArgs_6() const { return ___textFormatArgs_6; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_textFormatArgs_6() { return &___textFormatArgs_6; } inline void set_textFormatArgs_6(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___textFormatArgs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___textFormatArgs_6), (void*)value); } inline static int32_t get_offset_of_onAgree_7() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___onAgree_7)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_onAgree_7() const { return ___onAgree_7; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_onAgree_7() { return &___onAgree_7; } inline void set_onAgree_7(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___onAgree_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAgree_7), (void*)value); } inline static int32_t get_offset_of_onAgreeTextKey_8() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___onAgreeTextKey_8)); } inline String_t* get_onAgreeTextKey_8() const { return ___onAgreeTextKey_8; } inline String_t** get_address_of_onAgreeTextKey_8() { return &___onAgreeTextKey_8; } inline void set_onAgreeTextKey_8(String_t* value) { ___onAgreeTextKey_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAgreeTextKey_8), (void*)value); } inline static int32_t get_offset_of_onReject_9() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___onReject_9)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_onReject_9() const { return ___onReject_9; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_onReject_9() { return &___onReject_9; } inline void set_onReject_9(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___onReject_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onReject_9), (void*)value); } inline static int32_t get_offset_of_onRejectTextKey_10() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___onRejectTextKey_10)); } inline String_t* get_onRejectTextKey_10() const { return ___onRejectTextKey_10; } inline String_t** get_address_of_onRejectTextKey_10() { return &___onRejectTextKey_10; } inline void set_onRejectTextKey_10(String_t* value) { ___onRejectTextKey_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___onRejectTextKey_10), (void*)value); } }; // PKMatchingView struct PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Sprite[] PKMatchingView::matchHeadBGList SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* ___matchHeadBGList_4; // System.Single PKMatchingView::waitingTime float ___waitingTime_5; // System.String PKMatchingView::viewUUID String_t* ___viewUUID_6; // System.Int32 PKMatchingView::targetInvitePlayerID int32_t ___targetInvitePlayerID_7; // System.Boolean PKMatchingView::isFriendPKInviter bool ___isFriendPKInviter_8; // System.String PKMatchingView::targetJoinRoomKey String_t* ___targetJoinRoomKey_9; // System.Boolean PKMatchingView::isFriendPKInvitee bool ___isFriendPKInvitee_10; // System.Boolean PKMatchingView::isTryAgainInviter bool ___isTryAgainInviter_11; // System.String PKMatchingView::targetJoinTryAgainRoomKey String_t* ___targetJoinTryAgainRoomKey_12; // System.Boolean PKMatchingView::isTryAgainInvitee bool ___isTryAgainInvitee_13; // System.Boolean PKMatchingView::banBackBtnLogic bool ___banBackBtnLogic_15; // System.Action PKMatchingView::eventOnRejectPKInvite Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___eventOnRejectPKInvite_16; public: inline static int32_t get_offset_of_matchHeadBGList_4() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___matchHeadBGList_4)); } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* get_matchHeadBGList_4() const { return ___matchHeadBGList_4; } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77** get_address_of_matchHeadBGList_4() { return &___matchHeadBGList_4; } inline void set_matchHeadBGList_4(SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* value) { ___matchHeadBGList_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___matchHeadBGList_4), (void*)value); } inline static int32_t get_offset_of_waitingTime_5() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___waitingTime_5)); } inline float get_waitingTime_5() const { return ___waitingTime_5; } inline float* get_address_of_waitingTime_5() { return &___waitingTime_5; } inline void set_waitingTime_5(float value) { ___waitingTime_5 = value; } inline static int32_t get_offset_of_viewUUID_6() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___viewUUID_6)); } inline String_t* get_viewUUID_6() const { return ___viewUUID_6; } inline String_t** get_address_of_viewUUID_6() { return &___viewUUID_6; } inline void set_viewUUID_6(String_t* value) { ___viewUUID_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewUUID_6), (void*)value); } inline static int32_t get_offset_of_targetInvitePlayerID_7() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___targetInvitePlayerID_7)); } inline int32_t get_targetInvitePlayerID_7() const { return ___targetInvitePlayerID_7; } inline int32_t* get_address_of_targetInvitePlayerID_7() { return &___targetInvitePlayerID_7; } inline void set_targetInvitePlayerID_7(int32_t value) { ___targetInvitePlayerID_7 = value; } inline static int32_t get_offset_of_isFriendPKInviter_8() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___isFriendPKInviter_8)); } inline bool get_isFriendPKInviter_8() const { return ___isFriendPKInviter_8; } inline bool* get_address_of_isFriendPKInviter_8() { return &___isFriendPKInviter_8; } inline void set_isFriendPKInviter_8(bool value) { ___isFriendPKInviter_8 = value; } inline static int32_t get_offset_of_targetJoinRoomKey_9() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___targetJoinRoomKey_9)); } inline String_t* get_targetJoinRoomKey_9() const { return ___targetJoinRoomKey_9; } inline String_t** get_address_of_targetJoinRoomKey_9() { return &___targetJoinRoomKey_9; } inline void set_targetJoinRoomKey_9(String_t* value) { ___targetJoinRoomKey_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetJoinRoomKey_9), (void*)value); } inline static int32_t get_offset_of_isFriendPKInvitee_10() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___isFriendPKInvitee_10)); } inline bool get_isFriendPKInvitee_10() const { return ___isFriendPKInvitee_10; } inline bool* get_address_of_isFriendPKInvitee_10() { return &___isFriendPKInvitee_10; } inline void set_isFriendPKInvitee_10(bool value) { ___isFriendPKInvitee_10 = value; } inline static int32_t get_offset_of_isTryAgainInviter_11() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___isTryAgainInviter_11)); } inline bool get_isTryAgainInviter_11() const { return ___isTryAgainInviter_11; } inline bool* get_address_of_isTryAgainInviter_11() { return &___isTryAgainInviter_11; } inline void set_isTryAgainInviter_11(bool value) { ___isTryAgainInviter_11 = value; } inline static int32_t get_offset_of_targetJoinTryAgainRoomKey_12() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___targetJoinTryAgainRoomKey_12)); } inline String_t* get_targetJoinTryAgainRoomKey_12() const { return ___targetJoinTryAgainRoomKey_12; } inline String_t** get_address_of_targetJoinTryAgainRoomKey_12() { return &___targetJoinTryAgainRoomKey_12; } inline void set_targetJoinTryAgainRoomKey_12(String_t* value) { ___targetJoinTryAgainRoomKey_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetJoinTryAgainRoomKey_12), (void*)value); } inline static int32_t get_offset_of_isTryAgainInvitee_13() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___isTryAgainInvitee_13)); } inline bool get_isTryAgainInvitee_13() const { return ___isTryAgainInvitee_13; } inline bool* get_address_of_isTryAgainInvitee_13() { return &___isTryAgainInvitee_13; } inline void set_isTryAgainInvitee_13(bool value) { ___isTryAgainInvitee_13 = value; } inline static int32_t get_offset_of_banBackBtnLogic_15() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___banBackBtnLogic_15)); } inline bool get_banBackBtnLogic_15() const { return ___banBackBtnLogic_15; } inline bool* get_address_of_banBackBtnLogic_15() { return &___banBackBtnLogic_15; } inline void set_banBackBtnLogic_15(bool value) { ___banBackBtnLogic_15 = value; } inline static int32_t get_offset_of_eventOnRejectPKInvite_16() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___eventOnRejectPKInvite_16)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_eventOnRejectPKInvite_16() const { return ___eventOnRejectPKInvite_16; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_eventOnRejectPKInvite_16() { return &___eventOnRejectPKInvite_16; } inline void set_eventOnRejectPKInvite_16(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___eventOnRejectPKInvite_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventOnRejectPKInvite_16), (void*)value); } }; struct PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC_StaticFields { public: // PKMatchingView PKMatchingView::ins PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * ___ins_14; public: inline static int32_t get_offset_of_ins_14() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC_StaticFields, ___ins_14)); } inline PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * get_ins_14() const { return ___ins_14; } inline PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC ** get_address_of_ins_14() { return &___ins_14; } inline void set_ins_14(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * value) { ___ins_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_14), (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.Characters.FirstPerson.RigidbodyFirstPersonController struct RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Camera UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::cam Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___cam_4; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::movementSettings MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * ___movementSettings_5; // UnityStandardAssets.Characters.FirstPerson.MouseLook UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::mouseLook MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * ___mouseLook_6; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::advancedSettings AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * ___advancedSettings_7; // UnityEngine.Rigidbody UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_RigidBody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_RigidBody_8; // UnityEngine.CapsuleCollider UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_Capsule CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * ___m_Capsule_9; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_YRotation float ___m_YRotation_10; // UnityEngine.Vector3 UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_GroundContactNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_GroundContactNormal_11; // System.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_Jump bool ___m_Jump_12; // System.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_PreviouslyGrounded bool ___m_PreviouslyGrounded_13; // System.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_Jumping bool ___m_Jumping_14; // System.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::m_IsGrounded bool ___m_IsGrounded_15; public: inline static int32_t get_offset_of_cam_4() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___cam_4)); } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * get_cam_4() const { return ___cam_4; } inline Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C ** get_address_of_cam_4() { return &___cam_4; } inline void set_cam_4(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * value) { ___cam_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cam_4), (void*)value); } inline static int32_t get_offset_of_movementSettings_5() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___movementSettings_5)); } inline MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * get_movementSettings_5() const { return ___movementSettings_5; } inline MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C ** get_address_of_movementSettings_5() { return &___movementSettings_5; } inline void set_movementSettings_5(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * value) { ___movementSettings_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___movementSettings_5), (void*)value); } inline static int32_t get_offset_of_mouseLook_6() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___mouseLook_6)); } inline MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * get_mouseLook_6() const { return ___mouseLook_6; } inline MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 ** get_address_of_mouseLook_6() { return &___mouseLook_6; } inline void set_mouseLook_6(MouseLook_tE8D4461AB57E75C899F24E42AB1A136571FE5621 * value) { ___mouseLook_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouseLook_6), (void*)value); } inline static int32_t get_offset_of_advancedSettings_7() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___advancedSettings_7)); } inline AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * get_advancedSettings_7() const { return ___advancedSettings_7; } inline AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB ** get_address_of_advancedSettings_7() { return &___advancedSettings_7; } inline void set_advancedSettings_7(AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * value) { ___advancedSettings_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___advancedSettings_7), (void*)value); } inline static int32_t get_offset_of_m_RigidBody_8() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_RigidBody_8)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_m_RigidBody_8() const { return ___m_RigidBody_8; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_m_RigidBody_8() { return &___m_RigidBody_8; } inline void set_m_RigidBody_8(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___m_RigidBody_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RigidBody_8), (void*)value); } inline static int32_t get_offset_of_m_Capsule_9() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_Capsule_9)); } inline CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * get_m_Capsule_9() const { return ___m_Capsule_9; } inline CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 ** get_address_of_m_Capsule_9() { return &___m_Capsule_9; } inline void set_m_Capsule_9(CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * value) { ___m_Capsule_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Capsule_9), (void*)value); } inline static int32_t get_offset_of_m_YRotation_10() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_YRotation_10)); } inline float get_m_YRotation_10() const { return ___m_YRotation_10; } inline float* get_address_of_m_YRotation_10() { return &___m_YRotation_10; } inline void set_m_YRotation_10(float value) { ___m_YRotation_10 = value; } inline static int32_t get_offset_of_m_GroundContactNormal_11() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_GroundContactNormal_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_GroundContactNormal_11() const { return ___m_GroundContactNormal_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_GroundContactNormal_11() { return &___m_GroundContactNormal_11; } inline void set_m_GroundContactNormal_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_GroundContactNormal_11 = value; } inline static int32_t get_offset_of_m_Jump_12() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_Jump_12)); } inline bool get_m_Jump_12() const { return ___m_Jump_12; } inline bool* get_address_of_m_Jump_12() { return &___m_Jump_12; } inline void set_m_Jump_12(bool value) { ___m_Jump_12 = value; } inline static int32_t get_offset_of_m_PreviouslyGrounded_13() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_PreviouslyGrounded_13)); } inline bool get_m_PreviouslyGrounded_13() const { return ___m_PreviouslyGrounded_13; } inline bool* get_address_of_m_PreviouslyGrounded_13() { return &___m_PreviouslyGrounded_13; } inline void set_m_PreviouslyGrounded_13(bool value) { ___m_PreviouslyGrounded_13 = value; } inline static int32_t get_offset_of_m_Jumping_14() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_Jumping_14)); } inline bool get_m_Jumping_14() const { return ___m_Jumping_14; } inline bool* get_address_of_m_Jumping_14() { return &___m_Jumping_14; } inline void set_m_Jumping_14(bool value) { ___m_Jumping_14 = value; } inline static int32_t get_offset_of_m_IsGrounded_15() { return static_cast(offsetof(RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321, ___m_IsGrounded_15)); } inline bool get_m_IsGrounded_15() const { return ___m_IsGrounded_15; } inline bool* get_address_of_m_IsGrounded_15() { return &___m_IsGrounded_15; } inline void set_m_IsGrounded_15(bool value) { ___m_IsGrounded_15 = value; } }; // JCUnityLib.SceneResourceManager struct SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject[] JCUnityLib.SceneResourceManager::prefabs GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___prefabs_4; public: inline static int32_t get_offset_of_prefabs_4() { return static_cast(offsetof(SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF, ___prefabs_4)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_prefabs_4() const { return ___prefabs_4; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_prefabs_4() { return &___prefabs_4; } inline void set_prefabs_4(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___prefabs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefabs_4), (void*)value); } }; struct SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF_StaticFields { public: // JCUnityLib.SceneResourceManager JCUnityLib.SceneResourceManager::s_Instance SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF_StaticFields, ___s_Instance_5)); } inline SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF * get_s_Instance_5() const { return ___s_Instance_5; } inline SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_5), (void*)value); } }; // ShootCheck struct ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text ShootCheck::text Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text_4; // CMD ShootCheck::cmd CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * ___cmd_5; // System.Boolean ShootCheck::locked bool ___locked_6; // System.Single ShootCheck::maxAcc float ___maxAcc_7; // System.Collections.Generic.Queue`1 ShootCheck::keyAccList Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * ___keyAccList_8; // System.Collections.Generic.Queue`1 ShootCheck::keyTimeList Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * ___keyTimeList_9; // System.Single ShootCheck::shootSpeed float ___shootSpeed_10; // UnityEngine.UI.InputField ShootCheck::ipInputField InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___ipInputField_12; // BestHTTP.WebSocket.WebSocket ShootCheck::webSocket WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * ___webSocket_13; // UnityEngine.UI.InputField ShootCheck::ArmBowInputField InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___ArmBowInputField_14; // System.Boolean ShootCheck::canAdjustNormalOrHightMode bool ___canAdjustNormalOrHightMode_15; // System.Int32 ShootCheck::transportMode int32_t ___transportMode_16; // System.Byte ShootCheck::byteTime1 uint8_t ___byteTime1_17; // System.Byte ShootCheck::byteTime2 uint8_t ___byteTime2_18; public: inline static int32_t get_offset_of_text_4() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___text_4)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text_4() const { return ___text_4; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text_4() { return &___text_4; } inline void set_text_4(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_4), (void*)value); } inline static int32_t get_offset_of_cmd_5() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___cmd_5)); } inline CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * get_cmd_5() const { return ___cmd_5; } inline CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 ** get_address_of_cmd_5() { return &___cmd_5; } inline void set_cmd_5(CMD_t5C1CAD1EE3088F5A4EFEB9DD76288305884613E1 * value) { ___cmd_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmd_5), (void*)value); } inline static int32_t get_offset_of_locked_6() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___locked_6)); } inline bool get_locked_6() const { return ___locked_6; } inline bool* get_address_of_locked_6() { return &___locked_6; } inline void set_locked_6(bool value) { ___locked_6 = value; } inline static int32_t get_offset_of_maxAcc_7() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___maxAcc_7)); } inline float get_maxAcc_7() const { return ___maxAcc_7; } inline float* get_address_of_maxAcc_7() { return &___maxAcc_7; } inline void set_maxAcc_7(float value) { ___maxAcc_7 = value; } inline static int32_t get_offset_of_keyAccList_8() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___keyAccList_8)); } inline Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * get_keyAccList_8() const { return ___keyAccList_8; } inline Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 ** get_address_of_keyAccList_8() { return &___keyAccList_8; } inline void set_keyAccList_8(Queue_1_t5188391B01A63F115F118A244BCE06C2C818D8B4 * value) { ___keyAccList_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyAccList_8), (void*)value); } inline static int32_t get_offset_of_keyTimeList_9() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___keyTimeList_9)); } inline Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * get_keyTimeList_9() const { return ___keyTimeList_9; } inline Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D ** get_address_of_keyTimeList_9() { return &___keyTimeList_9; } inline void set_keyTimeList_9(Queue_1_tD2C03A5990B5958D85846D872A22AA67F3E8F97D * value) { ___keyTimeList_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyTimeList_9), (void*)value); } inline static int32_t get_offset_of_shootSpeed_10() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___shootSpeed_10)); } inline float get_shootSpeed_10() const { return ___shootSpeed_10; } inline float* get_address_of_shootSpeed_10() { return &___shootSpeed_10; } inline void set_shootSpeed_10(float value) { ___shootSpeed_10 = value; } inline static int32_t get_offset_of_ipInputField_12() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___ipInputField_12)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_ipInputField_12() const { return ___ipInputField_12; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_ipInputField_12() { return &___ipInputField_12; } inline void set_ipInputField_12(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___ipInputField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ipInputField_12), (void*)value); } inline static int32_t get_offset_of_webSocket_13() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___webSocket_13)); } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * get_webSocket_13() const { return ___webSocket_13; } inline WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 ** get_address_of_webSocket_13() { return &___webSocket_13; } inline void set_webSocket_13(WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54 * value) { ___webSocket_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___webSocket_13), (void*)value); } inline static int32_t get_offset_of_ArmBowInputField_14() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___ArmBowInputField_14)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_ArmBowInputField_14() const { return ___ArmBowInputField_14; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_ArmBowInputField_14() { return &___ArmBowInputField_14; } inline void set_ArmBowInputField_14(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___ArmBowInputField_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ArmBowInputField_14), (void*)value); } inline static int32_t get_offset_of_canAdjustNormalOrHightMode_15() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___canAdjustNormalOrHightMode_15)); } inline bool get_canAdjustNormalOrHightMode_15() const { return ___canAdjustNormalOrHightMode_15; } inline bool* get_address_of_canAdjustNormalOrHightMode_15() { return &___canAdjustNormalOrHightMode_15; } inline void set_canAdjustNormalOrHightMode_15(bool value) { ___canAdjustNormalOrHightMode_15 = value; } inline static int32_t get_offset_of_transportMode_16() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___transportMode_16)); } inline int32_t get_transportMode_16() const { return ___transportMode_16; } inline int32_t* get_address_of_transportMode_16() { return &___transportMode_16; } inline void set_transportMode_16(int32_t value) { ___transportMode_16 = value; } inline static int32_t get_offset_of_byteTime1_17() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___byteTime1_17)); } inline uint8_t get_byteTime1_17() const { return ___byteTime1_17; } inline uint8_t* get_address_of_byteTime1_17() { return &___byteTime1_17; } inline void set_byteTime1_17(uint8_t value) { ___byteTime1_17 = value; } inline static int32_t get_offset_of_byteTime2_18() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0, ___byteTime2_18)); } inline uint8_t get_byteTime2_18() const { return ___byteTime2_18; } inline uint8_t* get_address_of_byteTime2_18() { return &___byteTime2_18; } inline void set_byteTime2_18(uint8_t value) { ___byteTime2_18 = value; } }; struct ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields { public: // ShootCheck ShootCheck::ins ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * ___ins_11; public: inline static int32_t get_offset_of_ins_11() { return static_cast(offsetof(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields, ___ins_11)); } inline ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * get_ins_11() const { return ___ins_11; } inline ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 ** get_address_of_ins_11() { return &___ins_11; } inline void set_ins_11(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * value) { ___ins_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_11), (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; } }; // 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); } }; // 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.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: }; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewInitedU3Ek__BackingField_4; // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewDestroyedU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CviewInitedU3Ek__BackingField_4() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewInitedU3Ek__BackingField_4)); } inline bool get_U3CviewInitedU3Ek__BackingField_4() const { return ___U3CviewInitedU3Ek__BackingField_4; } inline bool* get_address_of_U3CviewInitedU3Ek__BackingField_4() { return &___U3CviewInitedU3Ek__BackingField_4; } inline void set_U3CviewInitedU3Ek__BackingField_4(bool value) { ___U3CviewInitedU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CviewDestroyedU3Ek__BackingField_5() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewDestroyedU3Ek__BackingField_5)); } inline bool get_U3CviewDestroyedU3Ek__BackingField_5() const { return ___U3CviewDestroyedU3Ek__BackingField_5; } inline bool* get_address_of_U3CviewDestroyedU3Ek__BackingField_5() { return &___U3CviewDestroyedU3Ek__BackingField_5; } inline void set_U3CviewDestroyedU3Ek__BackingField_5(bool value) { ___U3CviewDestroyedU3Ek__BackingField_5 = 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); } }; // HomeFrameView struct HomeFrameView_t54E9DFAB078D307ECBBF8B018B3D907AE8A5F72A : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: public: }; // HomeView struct HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.UI.Image HomeView::myAvatarSprite Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___myAvatarSprite_6; // UnityEngine.UI.Text HomeView::nickNameText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___nickNameText_7; // UnityEngine.GameObject[] HomeView::genders GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___genders_8; // UnityEngine.GameObject HomeView::btnConnectBow GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___btnConnectBow_9; // UnityEngine.GameObject HomeView::btnConnectArrow GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___btnConnectArrow_10; // UnityEngine.GameObject HomeView::friendTip GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___friendTip_11; // BluetoothStatusEnum HomeView::bowStatus int32_t ___bowStatus_13; // System.Action HomeView::action_OnClickStartGame Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnClickStartGame_14; // UnityEngine.GameObject HomeView::friendItemPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___friendItemPrefab_15; // UnityEngine.Transform HomeView::friendBarContent Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___friendBarContent_16; // System.Int32 HomeView::flag_SwapFriendAndRank int32_t ___flag_SwapFriendAndRank_17; public: inline static int32_t get_offset_of_myAvatarSprite_6() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___myAvatarSprite_6)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_myAvatarSprite_6() const { return ___myAvatarSprite_6; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_myAvatarSprite_6() { return &___myAvatarSprite_6; } inline void set_myAvatarSprite_6(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___myAvatarSprite_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___myAvatarSprite_6), (void*)value); } inline static int32_t get_offset_of_nickNameText_7() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___nickNameText_7)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_nickNameText_7() const { return ___nickNameText_7; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_nickNameText_7() { return &___nickNameText_7; } inline void set_nickNameText_7(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___nickNameText_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___nickNameText_7), (void*)value); } inline static int32_t get_offset_of_genders_8() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___genders_8)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_genders_8() const { return ___genders_8; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_genders_8() { return &___genders_8; } inline void set_genders_8(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___genders_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___genders_8), (void*)value); } inline static int32_t get_offset_of_btnConnectBow_9() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___btnConnectBow_9)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_btnConnectBow_9() const { return ___btnConnectBow_9; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_btnConnectBow_9() { return &___btnConnectBow_9; } inline void set_btnConnectBow_9(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___btnConnectBow_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnConnectBow_9), (void*)value); } inline static int32_t get_offset_of_btnConnectArrow_10() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___btnConnectArrow_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_btnConnectArrow_10() const { return ___btnConnectArrow_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_btnConnectArrow_10() { return &___btnConnectArrow_10; } inline void set_btnConnectArrow_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___btnConnectArrow_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnConnectArrow_10), (void*)value); } inline static int32_t get_offset_of_friendTip_11() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___friendTip_11)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_friendTip_11() const { return ___friendTip_11; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_friendTip_11() { return &___friendTip_11; } inline void set_friendTip_11(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___friendTip_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___friendTip_11), (void*)value); } inline static int32_t get_offset_of_bowStatus_13() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___bowStatus_13)); } inline int32_t get_bowStatus_13() const { return ___bowStatus_13; } inline int32_t* get_address_of_bowStatus_13() { return &___bowStatus_13; } inline void set_bowStatus_13(int32_t value) { ___bowStatus_13 = value; } inline static int32_t get_offset_of_action_OnClickStartGame_14() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___action_OnClickStartGame_14)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnClickStartGame_14() const { return ___action_OnClickStartGame_14; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnClickStartGame_14() { return &___action_OnClickStartGame_14; } inline void set_action_OnClickStartGame_14(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnClickStartGame_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickStartGame_14), (void*)value); } inline static int32_t get_offset_of_friendItemPrefab_15() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___friendItemPrefab_15)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_friendItemPrefab_15() const { return ___friendItemPrefab_15; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_friendItemPrefab_15() { return &___friendItemPrefab_15; } inline void set_friendItemPrefab_15(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___friendItemPrefab_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___friendItemPrefab_15), (void*)value); } inline static int32_t get_offset_of_friendBarContent_16() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___friendBarContent_16)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_friendBarContent_16() const { return ___friendBarContent_16; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_friendBarContent_16() { return &___friendBarContent_16; } inline void set_friendBarContent_16(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___friendBarContent_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___friendBarContent_16), (void*)value); } inline static int32_t get_offset_of_flag_SwapFriendAndRank_17() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041, ___flag_SwapFriendAndRank_17)); } inline int32_t get_flag_SwapFriendAndRank_17() const { return ___flag_SwapFriendAndRank_17; } inline int32_t* get_address_of_flag_SwapFriendAndRank_17() { return &___flag_SwapFriendAndRank_17; } inline void set_flag_SwapFriendAndRank_17(int32_t value) { ___flag_SwapFriendAndRank_17 = value; } }; struct HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_StaticFields { public: // HomeView HomeView::ins HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * ___ins_12; public: inline static int32_t get_offset_of_ins_12() { return static_cast(offsetof(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_StaticFields, ___ins_12)); } inline HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * get_ins_12() const { return ___ins_12; } inline HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 ** get_address_of_ins_12() { return &___ins_12; } inline void set_ins_12(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * value) { ___ins_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_12), (void*)value); } }; // UnityStandardAssets.Cameras.LookatTarget struct LookatTarget_t5F919748928EEF2D561AE5013BAF1ADCA60E9B84 : public AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 { public: // UnityEngine.Vector2 UnityStandardAssets.Cameras.LookatTarget::m_RotationRange Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_RotationRange_8; // System.Single UnityStandardAssets.Cameras.LookatTarget::m_FollowSpeed float ___m_FollowSpeed_9; // UnityEngine.Vector3 UnityStandardAssets.Cameras.LookatTarget::m_FollowAngles Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_FollowAngles_10; // UnityEngine.Quaternion UnityStandardAssets.Cameras.LookatTarget::m_OriginalRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_OriginalRotation_11; // UnityEngine.Vector3 UnityStandardAssets.Cameras.LookatTarget::m_FollowVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_FollowVelocity_12; public: inline static int32_t get_offset_of_m_RotationRange_8() { return static_cast(offsetof(LookatTarget_t5F919748928EEF2D561AE5013BAF1ADCA60E9B84, ___m_RotationRange_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_RotationRange_8() const { return ___m_RotationRange_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_RotationRange_8() { return &___m_RotationRange_8; } inline void set_m_RotationRange_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_RotationRange_8 = value; } inline static int32_t get_offset_of_m_FollowSpeed_9() { return static_cast(offsetof(LookatTarget_t5F919748928EEF2D561AE5013BAF1ADCA60E9B84, ___m_FollowSpeed_9)); } inline float get_m_FollowSpeed_9() const { return ___m_FollowSpeed_9; } inline float* get_address_of_m_FollowSpeed_9() { return &___m_FollowSpeed_9; } inline void set_m_FollowSpeed_9(float value) { ___m_FollowSpeed_9 = value; } inline static int32_t get_offset_of_m_FollowAngles_10() { return static_cast(offsetof(LookatTarget_t5F919748928EEF2D561AE5013BAF1ADCA60E9B84, ___m_FollowAngles_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_FollowAngles_10() const { return ___m_FollowAngles_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_FollowAngles_10() { return &___m_FollowAngles_10; } inline void set_m_FollowAngles_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_FollowAngles_10 = value; } inline static int32_t get_offset_of_m_OriginalRotation_11() { return static_cast(offsetof(LookatTarget_t5F919748928EEF2D561AE5013BAF1ADCA60E9B84, ___m_OriginalRotation_11)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_m_OriginalRotation_11() const { return ___m_OriginalRotation_11; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_m_OriginalRotation_11() { return &___m_OriginalRotation_11; } inline void set_m_OriginalRotation_11(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___m_OriginalRotation_11 = value; } inline static int32_t get_offset_of_m_FollowVelocity_12() { return static_cast(offsetof(LookatTarget_t5F919748928EEF2D561AE5013BAF1ADCA60E9B84, ___m_FollowVelocity_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_FollowVelocity_12() const { return ___m_FollowVelocity_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_FollowVelocity_12() { return &___m_FollowVelocity_12; } inline void set_m_FollowVelocity_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_FollowVelocity_12 = 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); } }; // ViewMgr struct ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E : public ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E { public: // System.Collections.Generic.HashSet`1 ViewMgr::scenePrefabs HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * ___scenePrefabs_8; public: inline static int32_t get_offset_of_scenePrefabs_8() { return static_cast(offsetof(ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E, ___scenePrefabs_8)); } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * get_scenePrefabs_8() const { return ___scenePrefabs_8; } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 ** get_address_of_scenePrefabs_8() { return &___scenePrefabs_8; } inline void set_scenePrefabs_8(HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * value) { ___scenePrefabs_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___scenePrefabs_8), (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); } }; // UnityStandardAssets.Cameras.HandHeldCam struct HandHeldCam_tB9889FF5BB18A815E99E7B7EE61DCF4571B5671C : public LookatTarget_t5F919748928EEF2D561AE5013BAF1ADCA60E9B84 { public: // System.Single UnityStandardAssets.Cameras.HandHeldCam::m_SwaySpeed float ___m_SwaySpeed_13; // System.Single UnityStandardAssets.Cameras.HandHeldCam::m_BaseSwayAmount float ___m_BaseSwayAmount_14; // System.Single UnityStandardAssets.Cameras.HandHeldCam::m_TrackingSwayAmount float ___m_TrackingSwayAmount_15; // System.Single UnityStandardAssets.Cameras.HandHeldCam::m_TrackingBias float ___m_TrackingBias_16; public: inline static int32_t get_offset_of_m_SwaySpeed_13() { return static_cast(offsetof(HandHeldCam_tB9889FF5BB18A815E99E7B7EE61DCF4571B5671C, ___m_SwaySpeed_13)); } inline float get_m_SwaySpeed_13() const { return ___m_SwaySpeed_13; } inline float* get_address_of_m_SwaySpeed_13() { return &___m_SwaySpeed_13; } inline void set_m_SwaySpeed_13(float value) { ___m_SwaySpeed_13 = value; } inline static int32_t get_offset_of_m_BaseSwayAmount_14() { return static_cast(offsetof(HandHeldCam_tB9889FF5BB18A815E99E7B7EE61DCF4571B5671C, ___m_BaseSwayAmount_14)); } inline float get_m_BaseSwayAmount_14() const { return ___m_BaseSwayAmount_14; } inline float* get_address_of_m_BaseSwayAmount_14() { return &___m_BaseSwayAmount_14; } inline void set_m_BaseSwayAmount_14(float value) { ___m_BaseSwayAmount_14 = value; } inline static int32_t get_offset_of_m_TrackingSwayAmount_15() { return static_cast(offsetof(HandHeldCam_tB9889FF5BB18A815E99E7B7EE61DCF4571B5671C, ___m_TrackingSwayAmount_15)); } inline float get_m_TrackingSwayAmount_15() const { return ___m_TrackingSwayAmount_15; } inline float* get_address_of_m_TrackingSwayAmount_15() { return &___m_TrackingSwayAmount_15; } inline void set_m_TrackingSwayAmount_15(float value) { ___m_TrackingSwayAmount_15 = value; } inline static int32_t get_offset_of_m_TrackingBias_16() { return static_cast(offsetof(HandHeldCam_tB9889FF5BB18A815E99E7B7EE61DCF4571B5671C, ___m_TrackingBias_16)); } inline float get_m_TrackingBias_16() const { return ___m_TrackingBias_16; } inline float* get_address_of_m_TrackingBias_16() { return &___m_TrackingBias_16; } inline void set_m_TrackingBias_16(float value) { ___m_TrackingBias_16 = 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); } }; // HollowOutMask struct HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.RectTransform HollowOutMask::_target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ____target_36; // UnityEngine.Vector3 HollowOutMask::_targetMin Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____targetMin_37; // UnityEngine.Vector3 HollowOutMask::_targetMax Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____targetMax_38; // System.Boolean HollowOutMask::_canRefresh bool ____canRefresh_39; // UnityEngine.Transform HollowOutMask::_cacheTrans Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ____cacheTrans_40; // System.Boolean HollowOutMask::isTargetRectCanThrough bool ___isTargetRectCanThrough_41; // System.Boolean HollowOutMask::autoUpdate bool ___autoUpdate_42; // System.Single HollowOutMask::_lastAutoUpdateTime float ____lastAutoUpdateTime_43; public: inline static int32_t get_offset_of__target_36() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ____target_36)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get__target_36() const { return ____target_36; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of__target_36() { return &____target_36; } inline void set__target_36(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ____target_36 = value; Il2CppCodeGenWriteBarrier((void**)(&____target_36), (void*)value); } inline static int32_t get_offset_of__targetMin_37() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ____targetMin_37)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__targetMin_37() const { return ____targetMin_37; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__targetMin_37() { return &____targetMin_37; } inline void set__targetMin_37(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____targetMin_37 = value; } inline static int32_t get_offset_of__targetMax_38() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ____targetMax_38)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__targetMax_38() const { return ____targetMax_38; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__targetMax_38() { return &____targetMax_38; } inline void set__targetMax_38(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____targetMax_38 = value; } inline static int32_t get_offset_of__canRefresh_39() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ____canRefresh_39)); } inline bool get__canRefresh_39() const { return ____canRefresh_39; } inline bool* get_address_of__canRefresh_39() { return &____canRefresh_39; } inline void set__canRefresh_39(bool value) { ____canRefresh_39 = value; } inline static int32_t get_offset_of__cacheTrans_40() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ____cacheTrans_40)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get__cacheTrans_40() const { return ____cacheTrans_40; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of__cacheTrans_40() { return &____cacheTrans_40; } inline void set__cacheTrans_40(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ____cacheTrans_40 = value; Il2CppCodeGenWriteBarrier((void**)(&____cacheTrans_40), (void*)value); } inline static int32_t get_offset_of_isTargetRectCanThrough_41() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ___isTargetRectCanThrough_41)); } inline bool get_isTargetRectCanThrough_41() const { return ___isTargetRectCanThrough_41; } inline bool* get_address_of_isTargetRectCanThrough_41() { return &___isTargetRectCanThrough_41; } inline void set_isTargetRectCanThrough_41(bool value) { ___isTargetRectCanThrough_41 = value; } inline static int32_t get_offset_of_autoUpdate_42() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ___autoUpdate_42)); } inline bool get_autoUpdate_42() const { return ___autoUpdate_42; } inline bool* get_address_of_autoUpdate_42() { return &___autoUpdate_42; } inline void set_autoUpdate_42(bool value) { ___autoUpdate_42 = value; } inline static int32_t get_offset_of__lastAutoUpdateTime_43() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ____lastAutoUpdateTime_43)); } inline float get__lastAutoUpdateTime_43() const { return ____lastAutoUpdateTime_43; } inline float* get_address_of__lastAutoUpdateTime_43() { return &____lastAutoUpdateTime_43; } inline void set__lastAutoUpdateTime_43(float value) { ____lastAutoUpdateTime_43 = value; } }; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.Sprite UnityEngine.UI.Image::m_Sprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_Sprite_37; // UnityEngine.Sprite UnityEngine.UI.Image::m_OverrideSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_OverrideSprite_38; // UnityEngine.UI.Image/Type UnityEngine.UI.Image::m_Type int32_t ___m_Type_39; // System.Boolean UnityEngine.UI.Image::m_PreserveAspect bool ___m_PreserveAspect_40; // System.Boolean UnityEngine.UI.Image::m_FillCenter bool ___m_FillCenter_41; // UnityEngine.UI.Image/FillMethod UnityEngine.UI.Image::m_FillMethod int32_t ___m_FillMethod_42; // System.Single UnityEngine.UI.Image::m_FillAmount float ___m_FillAmount_43; // System.Boolean UnityEngine.UI.Image::m_FillClockwise bool ___m_FillClockwise_44; // System.Int32 UnityEngine.UI.Image::m_FillOrigin int32_t ___m_FillOrigin_45; // System.Single UnityEngine.UI.Image::m_AlphaHitTestMinimumThreshold float ___m_AlphaHitTestMinimumThreshold_46; // System.Boolean UnityEngine.UI.Image::m_Tracked bool ___m_Tracked_47; // System.Boolean UnityEngine.UI.Image::m_UseSpriteMesh bool ___m_UseSpriteMesh_48; // System.Single UnityEngine.UI.Image::m_PixelsPerUnitMultiplier float ___m_PixelsPerUnitMultiplier_49; // System.Single UnityEngine.UI.Image::m_CachedReferencePixelsPerUnit float ___m_CachedReferencePixelsPerUnit_50; public: inline static int32_t get_offset_of_m_Sprite_37() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Sprite_37)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_Sprite_37() const { return ___m_Sprite_37; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_Sprite_37() { return &___m_Sprite_37; } inline void set_m_Sprite_37(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_Sprite_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Sprite_37), (void*)value); } inline static int32_t get_offset_of_m_OverrideSprite_38() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_OverrideSprite_38)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_OverrideSprite_38() const { return ___m_OverrideSprite_38; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_OverrideSprite_38() { return &___m_OverrideSprite_38; } inline void set_m_OverrideSprite_38(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_OverrideSprite_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideSprite_38), (void*)value); } inline static int32_t get_offset_of_m_Type_39() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Type_39)); } inline int32_t get_m_Type_39() const { return ___m_Type_39; } inline int32_t* get_address_of_m_Type_39() { return &___m_Type_39; } inline void set_m_Type_39(int32_t value) { ___m_Type_39 = value; } inline static int32_t get_offset_of_m_PreserveAspect_40() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_PreserveAspect_40)); } inline bool get_m_PreserveAspect_40() const { return ___m_PreserveAspect_40; } inline bool* get_address_of_m_PreserveAspect_40() { return &___m_PreserveAspect_40; } inline void set_m_PreserveAspect_40(bool value) { ___m_PreserveAspect_40 = value; } inline static int32_t get_offset_of_m_FillCenter_41() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillCenter_41)); } inline bool get_m_FillCenter_41() const { return ___m_FillCenter_41; } inline bool* get_address_of_m_FillCenter_41() { return &___m_FillCenter_41; } inline void set_m_FillCenter_41(bool value) { ___m_FillCenter_41 = value; } inline static int32_t get_offset_of_m_FillMethod_42() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillMethod_42)); } inline int32_t get_m_FillMethod_42() const { return ___m_FillMethod_42; } inline int32_t* get_address_of_m_FillMethod_42() { return &___m_FillMethod_42; } inline void set_m_FillMethod_42(int32_t value) { ___m_FillMethod_42 = value; } inline static int32_t get_offset_of_m_FillAmount_43() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillAmount_43)); } inline float get_m_FillAmount_43() const { return ___m_FillAmount_43; } inline float* get_address_of_m_FillAmount_43() { return &___m_FillAmount_43; } inline void set_m_FillAmount_43(float value) { ___m_FillAmount_43 = value; } inline static int32_t get_offset_of_m_FillClockwise_44() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillClockwise_44)); } inline bool get_m_FillClockwise_44() const { return ___m_FillClockwise_44; } inline bool* get_address_of_m_FillClockwise_44() { return &___m_FillClockwise_44; } inline void set_m_FillClockwise_44(bool value) { ___m_FillClockwise_44 = value; } inline static int32_t get_offset_of_m_FillOrigin_45() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillOrigin_45)); } inline int32_t get_m_FillOrigin_45() const { return ___m_FillOrigin_45; } inline int32_t* get_address_of_m_FillOrigin_45() { return &___m_FillOrigin_45; } inline void set_m_FillOrigin_45(int32_t value) { ___m_FillOrigin_45 = value; } inline static int32_t get_offset_of_m_AlphaHitTestMinimumThreshold_46() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_AlphaHitTestMinimumThreshold_46)); } inline float get_m_AlphaHitTestMinimumThreshold_46() const { return ___m_AlphaHitTestMinimumThreshold_46; } inline float* get_address_of_m_AlphaHitTestMinimumThreshold_46() { return &___m_AlphaHitTestMinimumThreshold_46; } inline void set_m_AlphaHitTestMinimumThreshold_46(float value) { ___m_AlphaHitTestMinimumThreshold_46 = value; } inline static int32_t get_offset_of_m_Tracked_47() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Tracked_47)); } inline bool get_m_Tracked_47() const { return ___m_Tracked_47; } inline bool* get_address_of_m_Tracked_47() { return &___m_Tracked_47; } inline void set_m_Tracked_47(bool value) { ___m_Tracked_47 = value; } inline static int32_t get_offset_of_m_UseSpriteMesh_48() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_UseSpriteMesh_48)); } inline bool get_m_UseSpriteMesh_48() const { return ___m_UseSpriteMesh_48; } inline bool* get_address_of_m_UseSpriteMesh_48() { return &___m_UseSpriteMesh_48; } inline void set_m_UseSpriteMesh_48(bool value) { ___m_UseSpriteMesh_48 = value; } inline static int32_t get_offset_of_m_PixelsPerUnitMultiplier_49() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_PixelsPerUnitMultiplier_49)); } inline float get_m_PixelsPerUnitMultiplier_49() const { return ___m_PixelsPerUnitMultiplier_49; } inline float* get_address_of_m_PixelsPerUnitMultiplier_49() { return &___m_PixelsPerUnitMultiplier_49; } inline void set_m_PixelsPerUnitMultiplier_49(float value) { ___m_PixelsPerUnitMultiplier_49 = value; } inline static int32_t get_offset_of_m_CachedReferencePixelsPerUnit_50() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_CachedReferencePixelsPerUnit_50)); } inline float get_m_CachedReferencePixelsPerUnit_50() const { return ___m_CachedReferencePixelsPerUnit_50; } inline float* get_address_of_m_CachedReferencePixelsPerUnit_50() { return &___m_CachedReferencePixelsPerUnit_50; } inline void set_m_CachedReferencePixelsPerUnit_50(float value) { ___m_CachedReferencePixelsPerUnit_50 = value; } }; struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Image::s_ETC1DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_ETC1DefaultUI_36; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_VertScratch Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___s_VertScratch_51; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_UVScratch Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___s_UVScratch_52; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Xy Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___s_Xy_53; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Uv Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___s_Uv_54; // System.Collections.Generic.List`1 UnityEngine.UI.Image::m_TrackedTexturelessImages List_1_t815A476B0A21E183042059E705F9E505478CD8AE * ___m_TrackedTexturelessImages_55; // System.Boolean UnityEngine.UI.Image::s_Initialized bool ___s_Initialized_56; public: inline static int32_t get_offset_of_s_ETC1DefaultUI_36() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_ETC1DefaultUI_36)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_ETC1DefaultUI_36() const { return ___s_ETC1DefaultUI_36; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_ETC1DefaultUI_36() { return &___s_ETC1DefaultUI_36; } inline void set_s_ETC1DefaultUI_36(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_ETC1DefaultUI_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ETC1DefaultUI_36), (void*)value); } inline static int32_t get_offset_of_s_VertScratch_51() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_VertScratch_51)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_s_VertScratch_51() const { return ___s_VertScratch_51; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_s_VertScratch_51() { return &___s_VertScratch_51; } inline void set_s_VertScratch_51(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___s_VertScratch_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertScratch_51), (void*)value); } inline static int32_t get_offset_of_s_UVScratch_52() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_UVScratch_52)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_s_UVScratch_52() const { return ___s_UVScratch_52; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_s_UVScratch_52() { return &___s_UVScratch_52; } inline void set_s_UVScratch_52(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___s_UVScratch_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_UVScratch_52), (void*)value); } inline static int32_t get_offset_of_s_Xy_53() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Xy_53)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_s_Xy_53() const { return ___s_Xy_53; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_s_Xy_53() { return &___s_Xy_53; } inline void set_s_Xy_53(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___s_Xy_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Xy_53), (void*)value); } inline static int32_t get_offset_of_s_Uv_54() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Uv_54)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_s_Uv_54() const { return ___s_Uv_54; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_s_Uv_54() { return &___s_Uv_54; } inline void set_s_Uv_54(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___s_Uv_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Uv_54), (void*)value); } inline static int32_t get_offset_of_m_TrackedTexturelessImages_55() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___m_TrackedTexturelessImages_55)); } inline List_1_t815A476B0A21E183042059E705F9E505478CD8AE * get_m_TrackedTexturelessImages_55() const { return ___m_TrackedTexturelessImages_55; } inline List_1_t815A476B0A21E183042059E705F9E505478CD8AE ** get_address_of_m_TrackedTexturelessImages_55() { return &___m_TrackedTexturelessImages_55; } inline void set_m_TrackedTexturelessImages_55(List_1_t815A476B0A21E183042059E705F9E505478CD8AE * value) { ___m_TrackedTexturelessImages_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TrackedTexturelessImages_55), (void*)value); } inline static int32_t get_offset_of_s_Initialized_56() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Initialized_56)); } inline bool get_s_Initialized_56() const { return ___s_Initialized_56; } inline bool* get_address_of_s_Initialized_56() { return &___s_Initialized_56; } inline void set_s_Initialized_56(bool value) { ___s_Initialized_56 = 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.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.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; } }; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D : public RuntimeArray { public: ALIGN_FIELD (8) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* m_Items[1]; public: inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** 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, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.Extensions.IHeartbeat[] struct IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D : 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); } }; // 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.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642 : public RuntimeArray { public: ALIGN_FIELD (8) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * m_Items[1]; public: inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** 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, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.ParticleSystem[] struct ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7 : public RuntimeArray { public: ALIGN_FIELD (8) ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * m_Items[1]; public: inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** 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, ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * 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); } }; // 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); } }; // 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.SignalRCore.Messages.Message[] struct MessageU5BU5D_t83B824D19824D00C54AD1A8A07021F9C1398901A : public RuntimeArray { public: ALIGN_FIELD (8) Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 m_Items[1]; public: inline Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 * 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, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___invocationId_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___target_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___arguments_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___item_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___result_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___error_7), (void*)NULL); #endif } inline Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___invocationId_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___target_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___arguments_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___item_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___result_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___error_7), (void*)NULL); #endif } }; // 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 } }; // !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.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, 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.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, 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.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); // 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::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mBA0F95BC28DD65AA86AEA87839C278D24CDF43DF_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __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 UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04_gshared (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * __this, bool ___obj0, const RuntimeMethod* method); // !0 System.Func`1::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_gshared (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_gshared (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_gshared_inline (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_gshared_inline (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_gshared (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, int32_t ___value0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m6E538231C9C2D6015BE7985737C9538D7FC06902_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Array::Resize(!!0[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisRuntimeObject_mCEF6B03A945BC4C6C42EE27083DBBFEE0F200D9F_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___newSize1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::CopyTo(System.Int32,!0[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_CopyTo_m01F320C5BEF34039B8B2D3ED85067A25A0611FC1_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array1, int32_t ___arrayIndex2, int32_t ___count3, 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); // !!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 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m395E8296B15F96587420FD49B2A105D109464C22_gshared (RuntimeObject * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent3, 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[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // !0 JCUnityLib.ViewManager`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ViewManager_1_get_Instance_mDDFA9B6B6B06ACF449DE7D293C43C6B815BA5A0C_gshared (const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared (RuntimeObject * ___original0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m78E51E899A91F621B74B2CF3D5081EF822049DA3_gshared (RuntimeObject * ___original0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent1, 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.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m03E621B90C9C527F8BDBBDB47C3616B71CA90145_gshared (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mE1595A160031DBD08E6A1CDD5BC38F8A34DD98D7_gshared (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * __this, uint64_t ___key0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m49934A846737EB8207E38CA8624726AD4E8C2B92_gshared (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * __this, uint64_t ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m9A94227EE736F0FBA20428C3C46135D7E20B8371_gshared (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mDC7DD396DA09D4F40DA4D8F8BD7124D76691B465_gshared (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * __this, uint64_t ___key0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m8B1A08A5CDD9BEB7898610F801A8C67D073FD88A_gshared (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * __this, uint64_t ___key0, 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); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m8333BBB4DDAE242DCF8984A6A5D7A2E469405BDB_gshared (Dictionary_2_t240BB5F785CC3B2A17B14447F3C0E0BB6AAB8E26 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m6F00629E0FA67620F4D49A27FEA7BA5C3333FBC1_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mE2D0D933C072AD75AFEBE18BDEBB5B82D3D1BC27_gshared (Action_2_tD3D7B4C276C5182ACF0A4B175305DF0854686FC4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(!0,!1,!2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3_Invoke_mEED3876BFD66A20FF3B650D39CBA214B8E750F7E_gshared (Action_3_t40CAA9C4849DA1712B1B6ECA55C18E0C0DFEBE4C * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, const RuntimeMethod* method); // System.Void BestHTTP.Futures.Future`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_1__ctor_m9B342C170743791B4E9D85F1C2A381A7D9B6A9DB_gshared (Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m6A93D53BCB310FE497964E23B8C69D4D6DE3FF4D_gshared (Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m5B1EAA8F04A6FCC5425214A4000FE9663DC22992_gshared (Dictionary_2_t240BB5F785CC3B2A17B14447F3C0E0BB6AAB8E26 * __this, int64_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 List_1_get_Item_m3362D8FA858DDDCD5A48ADE54F31493949D5BBAF_gshared_inline (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * __this, int32_t ___index0, const RuntimeMethod* method); // !2 System.Func`3::Invoke(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_3_Invoke_mCC0437DFBF2F5221E96E6E4C6B36CEF7380BFBF4_gshared (Func_3_tED78E0AEA4BB92B98B5E454432C4D8D74C3EB014 * __this, RuntimeObject * ___arg10, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___arg21, 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.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.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.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m672F7E93BACE34582B0D3DC964F11C26837EB464_gshared (Dictionary_2_t240BB5F785CC3B2A17B14447F3C0E0BB6AAB8E26 * __this, int64_t ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m6DAE19EBF67088C3E8330FD78086BB1415656B22_gshared (Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * __this, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___obj0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_mAED9F08432F3122AE01192330BC89134D64341A5_gshared (Dictionary_2_t240BB5F785CC3B2A17B14447F3C0E0BB6AAB8E26 * __this, int64_t ___key0, 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_m1BB59FAE474A8746CE28197FF3DCCB8C28FFB10A_gshared_inline (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * __this, 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); // 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); // 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); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mF242FCD2A773E7BFE1E1C8EDA50D427413B2A097_gshared (Action_2_t0E8CFD7D8A4393070552ED14F07C6D3B5AD0ED57 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !0 JCUnityLib.Singleton`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Singleton_1_get_Instance_mD7F54CFD6D60327428D8C7A97E68BE95288A9A52_gshared (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.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 System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, 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.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_mF138386223A07CBD4CE94672757E39D0EF718092 (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * __this, int32_t ___width0, int32_t ___height1, int32_t ___textureFormat2, bool ___mipChain3, 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.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::set_IsStreamed(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsStreamed_m3DAE8320CBD0C0DF30322F9A352D7866A92EC73A_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::set_IsFromCache(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsFromCache_m23C6FAC0BBCBCD2744394588B99E4230336F3059_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::get_CacheOnly() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_CacheOnly_m812A51D08882F3522A4C1A1E762F5E419DEB5DE2_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::set_IsCacheOnly(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsCacheOnly_m04D20E31AE912B01CCFE7CF157BFDB729BF18C56_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::set_IsClosedManually(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsClosedManually_m39AF781E305670B505A4309FCC6807C975E9C363_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, 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.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::VerboseLogging(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___str0, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::ReadTo(System.IO.Stream,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_ReadTo_m5AA3F3AC3485E553B21E5E0E32A4458301683D8F (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, uint8_t ___blocker1, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::get_DisableRetry() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_DisableRetry_m8AB9A075FAC215D7E294CE9740F25F7B9E61CF44_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Uri BestHTTP.HTTPRequest::get_CurrentUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HTTPRequest_get_CurrentUri_mF08CB7FC8F25CCCC9128FFE014B19E17B74D8264 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.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.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 BestHTTP.HTTPResponse::set_VersionMajor(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_VersionMajor_mF74AB3D6EB487B01DF481E07D9BFC702B35DA4C2_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::set_VersionMinor(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_VersionMinor_m650C0993078213E9D645C07A414EDF905FD7A7D8_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPResponse::get_VersionMajor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_VersionMajor_m4F840796FE475DF131054EC65AE14E8B53DFE82C_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPResponse::get_VersionMinor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_VersionMinor_m27D0E8B390DBF4341A1F671031B116A0544981ED_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::NoTrimReadTo(System.IO.Stream,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_NoTrimReadTo_m99D9B3DF9A6516515A7C838B6BEDDAB4FA1749C3 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, uint8_t ___blocker11, uint8_t ___blocker22, const RuntimeMethod* method); // System.Boolean System.Int32::TryParse(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m748B8DB1D0C9D25C3D1812D7887411C4AFC1DDC2 (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::set_StatusCode(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_StatusCode_mBCA7B5183B02AC7A8267BC2AB2735C4B74D514EA_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, int32_t ___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.Void BestHTTP.HTTPResponse::set_Message(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_Message_m055F1C393933B3F548EACBEEE50A5D153B28CC49_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___value0, 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.Void BestHTTP.HTTPResponse::ReadHeaders(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadHeaders_mE79A3E908A9693F5A00FC8CAD440148EEB1FA855 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::HasHeaderWithValue(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasHeaderWithValue_m4032ECF7991F2D452311EF1E46397555913AB914 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___headerName0, String_t* ___value1, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::HasHeader(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasHeader_m33686019500B7E5462F4AD7F7529CBBC2EF18CA9 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___headerName0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::set_IsUpgraded(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsUpgraded_m7381ACA9903626CFE960A5194EF559142F831A58_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::get_IsUpgraded() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m741260E1BB78F03FC9A3446C2FF692698B2629E3_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::ReadPayload(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_ReadPayload_m716FDEE63120394AC973B72CBD5D22C0717167F7 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, int32_t ___forceReadRawContentLength0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::ReadRaw(System.IO.Stream,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadRaw_m6DEF8955ECD771EBBA3A95C308AC37942F9BC44E (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int64_t ___contentLength1, const RuntimeMethod* method); // BestHTTP.HTTPMethods BestHTTP.HTTPRequest::get_MethodType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t HTTPRequest_get_MethodType_m9C6ADC126D0A5C7737A80457239C5E26D79C8B67_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::ReadChunked(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadChunked_mB9E70F4EB7F891971FB9AB28DB5A1CAB8FDF516B (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::GetHeaderValues(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * HTTPResponse_GetHeaderValues_m67493FE1D1261B7F5CCBEC2C6036A435B8CFE14D (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___name0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline String_t* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( String_t* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Int64 System.Int64::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_m324C1AE318F496D87AAED8CB5D9E6E6EA6FE4A45 (String_t* ___s0, const RuntimeMethod* method); // BestHTTP.HTTPRange BestHTTP.HTTPResponse::GetRange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B * HTTPResponse_GetRange_mF840DDE7C0D49599CBECE8B259FD001D81BFAE52 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPRange::get_LastBytePos() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRange_get_LastBytePos_mBD344AEABE0021BE1CCF2A06F3DA7EDF3F0D540E_inline (HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPRange::get_FirstBytePos() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRange_get_FirstBytePos_m01721F0C9148AB6EA30118E83F8C17CA093AFD7F_inline (HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::ReadUnknownSize(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadUnknownSize_m5637E9DF127A987C1F99B590A387ECF17FA726CC (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::ReadTo(System.IO.Stream,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_ReadTo_m52E8ED5295BBBFFFD8CC7DF879FEB270267A2A4C (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, uint8_t ___blocker11, uint8_t ___blocker22, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::AddHeader(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_AddHeader_mF359D71D324B6854C830D4285F2F84A8EE25F0B8 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D (String_t* __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPResponse::get_Headers() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * HTTPResponse_get_Headers_m27BA752299C9175A23DDB59E4DF0112ECD00F539_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::.ctor() inline void Dictionary_2__ctor_m4BF4B650B2E69D5D783B9AE68644355C271BE54C (Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void BestHTTP.HTTPResponse::set_Headers(System.Collections.Generic.Dictionary`2>) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_Headers_m73FDE43CC8D8170D3186B74AB931DB78289AA051_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mAD3BF926925BC89D9AD1ACE56DEDF384520DF88F (Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * __this, String_t* ___key0, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 *, String_t*, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) inline void Dictionary_2_Add_m699333D050BD0CC3BBB007F96141B89CCFD6C5BE (Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * __this, String_t* ___key0, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 *, String_t*, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, 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.String[] System.String::Split(System.Char[],System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m8334980E85EA3EF1F6204607324D9C34EFA4CA25 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, int32_t ___options1, 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.Void BestHTTP.HTTPRange::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRange__ctor_mC55B19B55C242102FEA93CC6D655F0238DAEDBEA (HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B * __this, int32_t ___contentLength0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRange::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRange__ctor_mE78ADC35DE2B164935E57EA84684290E150B7B51 (HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B * __this, int32_t ___firstBytePosition0, int32_t ___lastBytePosition1, int32_t ___contentLength2, const RuntimeMethod* method); // System.Byte[] BestHTTP.Extensions.VariableSizedBufferPool::Get(System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF (int64_t ___size0, bool ___canBeLarger1, const RuntimeMethod* method); // System.Byte[] BestHTTP.Extensions.VariableSizedBufferPool::Resize(System.Byte[]&,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* VariableSizedBufferPool_Resize_mC99838C027891EC58903B48AA6CC84F0A10454EF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** ___buffer0, int32_t ___newSize1, bool ___canBeLarger2, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99 (Il2CppChar ___c0, 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.Boolean System.Int32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m006085C3B9AC64929E893942EF7A55328FDAE090 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int32_t* ___result3, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::BeginReceiveStreamFragments() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_BeginReceiveStreamFragments_m9CBE5EF59885AAFAC6C00D1539BFC6E90E5627AE (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::GetFirstHeaderValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_GetFirstHeaderValue_mCEE274940680171EC84DC9DEEDB577DBF8A26D1B (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.Boolean::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C (bool* __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.Void BestHTTP.Extensions.BufferPoolMemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream__ctor_mFD5AAB679C5DC7B5CED7AC16368A20FFB892543E (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPResponse::ReadChunkLength(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPResponse_ReadChunkLength_m8714ABF905A575CE321AA6E97A50D365A340E5C1 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::NextPowerOfTwo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_NextPowerOfTwo_m89DB0674631948FE00FD5660B18D9E62CE85CAF5 (int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_DownloadLength(System.Int64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_DownloadLength_mC263A6A15406B851823CCC4CEB71AF42D8C36F05_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, int64_t ___value0, 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.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.Void BestHTTP.HTTPRequest::set_DownloadProgressChanged(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_DownloadProgressChanged_m3A92431C12D78ADB8D759B5E8CEE59A40AB8C666_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, bool ___value0, const RuntimeMethod* method); // System.Exception BestHTTP.Extensions.ExceptionHelper::ServerClosedTCPStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ExceptionHelper_ServerClosedTCPStream_mB7F3D7365CA41A9E2ED4CEF23EB14169CC85C108 (const RuntimeMethod* method); // System.Int64 BestHTTP.HTTPRequest::get_Downloaded() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_Downloaded_mBC8C9C0FAB2EEA777D83BC1B0140F9D06C54147D_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_Downloaded(System.Int64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPRequest_set_Downloaded_m865C60EE06E6410693D1E009BD51F2AFAE5207B0_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::get_UseStreaming() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.HTTPResponse::Decompress(System.Byte[],System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HTTPResponse_Decompress_mC2907A6F7CB3A0C6524A7DC73F7060C2835BC782 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___offset1, int32_t ___count2, bool ___forceDecompress3, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::FeedStreamFragment(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_FeedStreamFragment_mB07D26FE83C615AD91A0FB4D882CC2C967D168E4 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___pos1, int32_t ___length2, const RuntimeMethod* method); // System.Int64 BestHTTP.HTTPRequest::get_DownloadLength() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_DownloadLength_m556EEEB014B8637D08AEB32B1F3823014BE2F396_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::FlushRemainingFragmentBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_FlushRemainingFragmentBuffer_m369903FBC7B8018A26A8FFAD7C408698327F8F94 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.HTTPResponse::DecodeStream(BestHTTP.Extensions.BufferPoolMemoryStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HTTPResponse_DecodeStream_mEA17026BB34FDF1C0517F5C95856F9BD65A934A8 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___streamToDecode0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::set_Data(System.Byte[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_Data_m3E326901838217E142E9F1BC6895AA4832297070_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::CloseDecompressors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_CloseDecompressors_m1090B7A1477CEB4CF9C7A355E98FFC4FD8F3E20A (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.BufferPoolMemoryStream::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferPoolMemoryStream__ctor_m9BAAD89884657726AF5E5AD72B76CE790D59BA9F (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPRequest::get_StreamFragmentSize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_StreamFragmentSize_m0D89F800E80F821CF0DCA9D94DE271C4AEEAD052_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.UInt32 System.Math::Min(System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Math_Min_m3BB35DED062E0E5D1FC72D9B9B142C92B4476F3E (uint32_t ___val10, uint32_t ___val21, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::get_EnableSafeReadOnUnknownContentLength() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_EnableSafeReadOnUnknownContentLength_m9E9BE0EB888EFE0FA85F8CDEDE7FC55345161241_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.Extensions.BufferPoolMemoryStream::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BufferPoolMemoryStream_ToArray_mD16D6B23D6B78424183FE3C65E4BDB4CE31CA27F (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.GZipStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream__ctor_m94E8A2B20723F5772C7D63A59823FA5F0EA3CC63 (GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___mode1, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m60C33516369263FF5322F53BB83166BBD23794FF (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___mode1, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_m117324084DDAD414761AD29FB17A419840BA6EA0 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.GZipStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream__ctor_mB85EFD01DA1F6EFA8B37CA9E9295CCDE63A82670 (GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___mode1, int32_t ___level2, bool ___leaveOpen3, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::get_DisableCache() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPRequest_get_DisableCache_mA6C8ABC37868F1685AEB56B29B5FCEB2912E41DE_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.Caching.HTTPCacheService::IsCacheble(System.Uri,BestHTTP.HTTPMethods,BestHTTP.HTTPResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPCacheService_IsCacheble_mE08CAAE97A2CD21219FCDF4AD5539172A07F8755 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, uint8_t ___method1, HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___response2, const RuntimeMethod* method); // System.IO.Stream BestHTTP.Caching.HTTPCacheService::PrepareStreamed(System.Uri,BestHTTP.HTTPResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * HTTPCacheService_PrepareStreamed_m887247E0B308B18B768EF8FE7D3FB52A5B3CEE26 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___response1, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::WaitWhileFragmentQueueIsFull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_WaitWhileFragmentQueueIsFull_m1400EA9AA171A268D6A3D51B3C11FC7CDEDB0435 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, 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.HTTPResponse::AddStreamedFragment(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_AddStreamedFragment_mFF6886D247410A58F1A8F67EF1A7D331B5AF4DD6 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method); // System.Void BestHTTP.Caching.HTTPCacheService::SetBodyLength(System.Uri,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPCacheService_SetBodyLength_mF632F9E9DF885D2D11766A4C6C960357194B638E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, int32_t ___bodyLength1, 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.Boolean BestHTTP.HTTPResponse::get_IsCacheOnly() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsCacheOnly_m804166669B4936AC7EB55AE19286240F039FB60B_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mC74F8340E150B8F9520188937677421C55AF5C05 (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * __this, const RuntimeMethod* method) { (( void (*) (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mDA769E25FD7E7BEF999CC57347B6B5F4E90620F8 (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_inline (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Threading.AutoResetEvent::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoResetEvent__ctor_m72D2A390415B58E10CA21E260881C88E50D9F35C (AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * __this, bool ___initialState0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::FragmentQueueIsFull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_FragmentQueueIsFull_m31460D35008437739D3774D270B12164C2886392 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPRequest::get_MaxFragmentQueueLength() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_MaxFragmentQueueLength_m5279D2B13F185CC3406314BB834D8C32DDE72877_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m17D47A8F0DFB8BEF003B805877118739870F6942 (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mBA0F95BC28DD65AA86AEA87839C278D24CDF43DF_gshared)(__this, ___collection0, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m5621C38865E52261F1EBAD5841646169F08B0E0D (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * __this, const RuntimeMethod* method) { (( void (*) (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Boolean System.Threading.EventWaitHandle::Set() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38 (EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::set_IsStreamingFinished(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPResponse_set_IsStreamingFinished_m7EB1C451A3ABD85335FF4BF4DA7AA7C49A989E98_inline (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_Dispose_m69B90113A5B0923DBCF4E85487A0A4804E38E171 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __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 System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPUpdateDelegator::set_ThreadFrequencyInMS(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_ThreadFrequencyInMS_m170C71C241CA56031BC4D48AEB5096B012E47669_inline (int32_t ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPUpdateDelegator::get_IsCreated() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsCreated_m31E559E5D6674AC4F0F4AB3BAF2C5C1CFB751F25_inline (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::GetComponent() inline HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * GameObject_GetComponent_TisHTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_m05549BAA1DFC278830B96D78568A8D09BCAEFCC8 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void BestHTTP.HTTPUpdateDelegator::set_Instance(BestHTTP.HTTPUpdateDelegator) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_Instance_m2747863FA218768BB347DDDA3684DEF3D9141A4E_inline (HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * ___value0, const RuntimeMethod* method); // BestHTTP.HTTPUpdateDelegator BestHTTP.HTTPUpdateDelegator::get_Instance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * HTTPUpdateDelegator_get_Instance_mF5EF768CD236AF617695F11361D3F761169FFD82_inline (const RuntimeMethod* 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 UnityEngine.GameObject::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, int32_t ___value0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * GameObject_AddComponent_TisHTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_m3D2E4F2E7486562C6958D4A9EBA2A63251D61250 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // System.Void BestHTTP.HTTPUpdateDelegator::set_IsCreated(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_IsCreated_mC19EA69BACF9DB6E5B99848808E5A7217AC924A4_inline (bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Caching.HTTPCacheService::SetupCacheFolder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPCacheService_SetupCacheFolder_mC57922C228A34BE3026AD57C56C995CBA8F2C31B (const RuntimeMethod* method); // System.Void BestHTTP.Cookies.CookieJar::SetupFolder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieJar_SetupFolder_mE851CBB3AEAFB6F9DFF72647D0F071569A7656E3 (const RuntimeMethod* method); // System.Void BestHTTP.Cookies.CookieJar::Load() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieJar_Load_mD749B7B8F8901FBE506A72121242CAFEF07A58E3 (const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPUpdateDelegator::get_IsThreaded() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsThreaded_m13091E346EA707A05E06CBF0D5144DDF35ED0228_inline (const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_m76F5D0CD8F37E5D736F781049045AD9173E9A323 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callBack0, const RuntimeMethod* method); // System.Boolean UnityEngine.Application::get_isEditor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isEditor_m7367DDB72F13E4846E8EB76FFAAACA84840BE921 (const RuntimeMethod* method); // System.Boolean UnityEngine.Application::get_isPlaying() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m7BB718D8E58B807184491F64AFF0649517E56567 (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.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m03007A68ABBA4CCD8C27B944964983395E7640F9 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___target0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPUpdateDelegator::set_IsThreadRunning(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_IsThreadRunning_m7E6F86BF3FDC7E8BCDAC2AF8EF9463A9DF0BD1DA_inline (bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPManager::OnUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_OnUpdate_m64152318A790D491DC9D8A7454956AC5AFDEE8B1 (const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPUpdateDelegator::get_ThreadFrequencyInMS() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPUpdateDelegator_get_ThreadFrequencyInMS_mE29E5A07C12A78FDDAF233D14F123E8392C2C7E1_inline (const RuntimeMethod* method); // System.Void System.Threading.Thread::Sleep(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Sleep_m8E61FC80BD38981CB18CA549909710790283DDCC (int32_t ___millisecondsTimeout0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPUpdateDelegator::get_IsThreadRunning() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsThreadRunning_m342673808CA10A2F0A3766D36DF4D0714527E204_inline (const RuntimeMethod* method); // System.Void BestHTTP.HTTPUpdateDelegator::Setup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_Setup_m16559143C2370636C4D22A0A78198F756BB6DBA3 (HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPUpdateDelegator::OnApplicationQuit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_OnApplicationQuit_m7DBC2C5102687059D0942D2D7FB3A76C4C783833 (HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04 (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * __this, bool ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 *, bool, const RuntimeMethod*))Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04_gshared)(__this, ___obj0, method); } // !0 System.Func`1::Invoke() inline bool Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79 (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * __this, const RuntimeMethod* method) { return (( bool (*) (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *, const RuntimeMethod*))Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_gshared)(__this, method); } // System.Void BestHTTP.HTTPManager::OnQuit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_OnQuit_m6E5049C11A25048498418B406A9BFA9E4E0DD51F (const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::SetHeader(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_SetHeader_m5DFA6302FD1F64647A4A7A80D9AFE68B56A8FD09 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Boolean BestHTTP.Forms.HTTPFormBase::get_IsChanged() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HTTPFormBase_get_IsChanged_m20130C2D1337F0CE376072294FD5E83B6102E8BD_inline (HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.Forms.HTTPFormBase::get_Fields() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD * HTTPFormBase_get_Fields_m1B8E66C86ABA4D88F3239EA0ABB3512397812F28_inline (HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * List_1_get_Item_mF4F6719718719560F662560AC561A3AFF6B39332_inline (List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD * __this, int32_t ___index0, const RuntimeMethod* method) { return (( HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * (*) (List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, 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); // System.String BestHTTP.Forms.HTTPFieldData::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Name_mDC8897581119ADA3E58A77E3A9A62A8D0A05897E_inline (HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * __this, const RuntimeMethod* method); // System.String BestHTTP.Forms.HTTPUrlEncodedForm::EscapeString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPUrlEncodedForm_EscapeString_mC30F859DB75C1D69238D4AA86230E0D328C267E0 (String_t* ___originalString0, const RuntimeMethod* method); // System.String BestHTTP.Forms.HTTPFieldData::get_Text() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Text_mBCE863EAE635EB857A05D4C81607D469C28C4713_inline (HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.Forms.HTTPFieldData::get_Binary() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HTTPFieldData_get_Binary_mDE41CC95866C58AF59CCD81D9F6F46C3DAD207DC_inline (HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m8AE987185C2C4F583F4D0E4532CD8D47FD00FFFC_inline (List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void BestHTTP.Forms.HTTPFormBase::set_IsChanged(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HTTPFormBase_set_IsChanged_mCD63DDDAB783E0831177A0CC6493DC920A8EC0D7_inline (HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * __this, bool ___value0, const RuntimeMethod* method); // System.String System.Uri::EscapeDataString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeDataString_m65EC321EA46B682D20E13D00DA17B846BB5CDF20 (String_t* ___stringToEscape0, 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.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Void BestHTTP.Forms.HTTPFormBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase__ctor_m4D6A03CACF718F039939460052E10BD7C7FC9023 (HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Cameras.LookatTarget::FollowTarget(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LookatTarget_FollowTarget_m8E28D73BA8EFF01C3CF34147B8B30E483075BD34 (LookatTarget_t5F919748928EEF2D561AE5013BAF1ADCA60E9B84 * __this, float ___deltaTime0, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844 (const RuntimeMethod* method); // System.Single UnityEngine.Mathf::PerlinNoise(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519 (float ___x0, float ___y1, 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); // System.Void UnityEngine.Transform::Rotate(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_mA3AE6D55AA9CC88A8F03C2B0B7CB3DB45ABA6A8E (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, float ___xAngle0, float ___yAngle1, float ___zAngle2, const RuntimeMethod* method); // System.Void UnityStandardAssets.Cameras.LookatTarget::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LookatTarget__ctor_m46B5A2FF61935C88A06F7D1CE8B734EFA77623C1 (LookatTarget_t5F919748928EEF2D561AE5013BAF1ADCA60E9B84 * __this, const RuntimeMethod* method); // System.Object BestHTTP.JSON.Json::Decode(System.String,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Json_Decode_m56DCBFEF75CB0D7B15255358DD5F7E4F57F12558 (String_t* ___json0, bool* ___success1, const RuntimeMethod* method); // System.String BestHTTP.SocketIO.HandshakeData::GetString(System.Collections.Generic.Dictionary`2,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HandshakeData_GetString_m07F93D8D73B971B921BB9F72D89F461B5F78082A (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___from0, String_t* ___key1, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.HandshakeData::set_Sid(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandshakeData_set_Sid_m9B0DBCE0DC99862AF91A95A9C7886F300BE16208_inline (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.SocketIO.HandshakeData::GetStringList(System.Collections.Generic.Dictionary`2,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * HandshakeData_GetStringList_m2141678D69131CFF311ACEE8EF7F61247763B63B (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___from0, String_t* ___key1, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.HandshakeData::set_Upgrades(System.Collections.Generic.List`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandshakeData_set_Upgrades_m6234E7D9D967DA2B9FA72843A9D8CD799E04465F_inline (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___value0, const RuntimeMethod* method); // System.Int32 BestHTTP.SocketIO.HandshakeData::GetInt(System.Collections.Generic.Dictionary`2,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HandshakeData_GetInt_mB849F842B46F755FAEF408D7588FB4DFE783D3A5 (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___from0, String_t* ___key1, 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.HandshakeData::set_PingInterval(System.TimeSpan) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandshakeData_set_PingInterval_mBAB9819070A7F65BAEA12196ED105E241AA75C37_inline (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SocketIO.HandshakeData::set_PingTimeout(System.TimeSpan) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandshakeData_set_PingTimeout_m21D07C5CE26C1103991DFA283F4FE4C32BEDC2DB_inline (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189 (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * __this, String_t* ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *, String_t*, RuntimeObject **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Object BestHTTP.SocketIO.HandshakeData::Get(System.Collections.Generic.Dictionary`2,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * HandshakeData_Get_m8CB8000F3844A699D9C72DB8888DDF10EDBA761B (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___from0, String_t* ___key1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( RuntimeObject * (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HashAlgorithm::GetName(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HashAlgorithm_GetName_m11C214A3A05D8B75E1C451C7C85B1CC3EA1F8AFB (uint8_t ___hashAlgorithm0, 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.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06 (const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.DrbgUtilities::GetMaxSecurityStrength(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DrbgUtilities_GetMaxSecurityStrength_mD783A81EB0F4CE93588FB80E8156226773BF298F (RuntimeObject* ___d0, 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.Crypto.Prng.Drbg.HashSP800Drbg::GetEntropy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashSP800Drbg_GetEntropy_mEA6751E613C05426A7C915787415BA9C4C4A7301 (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::ConcatenateAll(System.Byte[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_ConcatenateAll_mFD0C0EA5B7B3C247951E0F02F44D9BB49D1EB274 (ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___vs0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.DrbgUtilities::HashDF(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DrbgUtilities_HashDF_mF7682E2BBED7B155A3F613B84F52461C19495679 (RuntimeObject* ___digest0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seedMaterial1, int32_t ___seedLength2, 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.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.Crypto.Prng.Drbg.HashSP800Drbg::Reseed(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSP800Drbg_Reseed_mFA45576560CB7DB830F8B6D3D93483B22B7F9D76 (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___additionalInput0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::Hash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashSP800Drbg_Hash_m34C7BE1114F94196B904108F2123716ACBCCEA60 (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::AddTo(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSP800Drbg_AddTo_mC7FE940AD216D59BBBFF1DE879C230FEF951FCE6 (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___longer0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shorter1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::hashgen(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashSP800Drbg_hashgen_mB9F6706B47D29C7062673FF6B3E917C2372D2580 (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___lengthInBits1, 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.Prng.Drbg.HashSP800Drbg::DoHash(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSP800Drbg_DoHash_mE70A2D4E53E704D4EC831F1A156A7C067103F05B (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output1, const RuntimeMethod* method); // System.Void UnityStandardAssets.Utility.CurveControlledBob::Setup(UnityEngine.Camera,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CurveControlledBob_Setup_mBBE7165C9869012E40D574FE4CFC080B77E36E4E (CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * __this, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera0, float ___bobBaseInterval1, 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 UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::get_Velocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E RigidbodyFirstPersonController_get_Velocity_mB70B043E4FF2263A33E379FF712BACB02633C339 (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* 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.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::get_Grounded() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RigidbodyFirstPersonController_get_Grounded_m77BF29EDF29AC361B1DED301A83CC1A12110CA61_inline (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method); // System.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController::get_Running() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RigidbodyFirstPersonController_get_Running_mB5D2C7EE08B1425F737F83EB7BB1CEB1A4AA3DF9 (RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityStandardAssets.Utility.CurveControlledBob::DoHeadBob(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E CurveControlledBob_DoHeadBob_mB0983151149C57CFAEAF837EC93D6DE9BA07F09E (CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * __this, float ___speed0, 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.Single UnityStandardAssets.Utility.LerpControlledBob::Offset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float LerpControlledBob_Offset_mB3F28F3F7F003505776686DF7416FF0283EB6A82_inline (LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator UnityStandardAssets.Utility.LerpControlledBob::DoBobCycle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LerpControlledBob_DoBobCycle_mC05BB8C73BDBE83D173E5495474AA83D5696705E (LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * __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 UnityStandardAssets.Utility.CurveControlledBob::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CurveControlledBob__ctor_m0EAE6C6C687D9144555AEFC5E5667CDCE1DAFE9C (CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Utility.LerpControlledBob::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LerpControlledBob__ctor_m5298F226DA9B6BD3747475A2B90FF8AC5057ACE6 (LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * __this, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4 (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Authentication.HeaderAuthenticator::set_User(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HeaderAuthenticator_set_User_m570FB6AE516D78D754A91F89388A1B0239BDC297_inline (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Authentication.HeaderAuthenticator::set_Roles(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HeaderAuthenticator_set_Roles_m242211A7627DB76E77EC69FDD29B672062C07818_inline (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String BestHTTP.SignalR.Authentication.HeaderAuthenticator::get_User() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HeaderAuthenticator_get_User_m8975C30F1A6CBCC89DA5C4AA5A8E384B27CB73C2_inline (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, const RuntimeMethod* method); // System.String BestHTTP.SignalR.Authentication.HeaderAuthenticator::get_Roles() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HeaderAuthenticator_get_Roles_mF43188705D7AA42902398DFB28D2F366853A860C_inline (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.KeyValuePairList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePairList__ctor_m499DE7A18ED47576EEDA3E69F26CE7DFD291772F (KeyValuePairList_tFB05264C65689BEB0A93912EE115844C33E3FF0F * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.Extensions.HeaderParser::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * HeaderParser_Parse_m60F9BBA7E698FAF3665988926B3B6CB99E5B0F5C (HeaderParser_t90F5D0027B4A301EFD28FC225846CB32AB67AD5E * __this, String_t* ___headerStr0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.KeyValuePairList::set_Values(System.Collections.Generic.List`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyValuePairList_set_Values_m060BDF65FFB9D2C9B9878669E3A684F2944DB072_inline (KeyValuePairList_tFB05264C65689BEB0A93912EE115844C33E3FF0F * __this, List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void BestHTTP.Extensions.HeaderValue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue__ctor_m298DAEE3F64E32CB1CA810741E9FCEDFF72373E8 (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeaderValue::Parse(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue_Parse_m6EE9211064223BDCFD11482CCD5F54F7AE5EE567 (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, String_t* ___headerStr0, int32_t* ___pos1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * __this, HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 *, HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.String BestHTTP.Extensions.HeaderValue::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HeaderValue_get_Value_mE536CEFE35202D5F10D7594E0A12C6D46CA8DFFF_inline (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeaderValue::set_Key(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HeaderValue_set_Key_m162C3DC199940D384FCB812ED1B3B72B7DDE44BD_inline (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeaderValue::ParseImplementation(System.String,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue_ParseImplementation_m3BD07981340FF993CC79700F4D91757E1C4DBA4F (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, String_t* ___headerStr0, int32_t* ___pos1, bool ___isOptionIsAnOption2, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.Extensions.HeaderValue::get_Options() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * HeaderValue_get_Options_m34E7BCC73EA951270F5E36D5CDB0808B812A231D_inline (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m14830FB8CB94C5F517EE78FFFC8F01F8C07D14E9_inline (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * List_1_get_Item_m22277597AF3CBF965433E8285B3F3FEE770EC852_inline (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * (*) (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.String BestHTTP.Extensions.HeaderValue::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HeaderValue_get_Key_mAF2366B71EAC8430909C5CC2DBD6E855ED62347A_inline (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547 (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_gshared)(__this, ___object0, ___method1, method); } // System.String BestHTTP.Extensions.Extensions::Read(System.String,System.Int32&,System.Func`2,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_Read_m6AD180F1D575DDC059352CD58DAB02A674416549 (String_t* ___str0, int32_t* ___pos1, Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * ___block2, bool ___needResult3, const RuntimeMethod* method); // System.Nullable`1 BestHTTP.Extensions.Extensions::Peek(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 Extensions_Peek_mAECE5F6677DDDF36852241830177F79D31BFC36B (String_t* ___str0, int32_t ___pos1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_inline (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *, const RuntimeMethod*))Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline Il2CppChar Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_inline (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, const RuntimeMethod* method) { return (( Il2CppChar (*) (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_gshared_inline)(__this, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_gshared)(__this, ___value0, method); } // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, const RuntimeMethod*))Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline)(__this, method); } // System.String BestHTTP.Extensions.Extensions::ReadPossibleQuotedText(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_ReadPossibleQuotedText_m0459F9259C543E4145AC3C91366DBCC4E609F62F (String_t* ___str0, int32_t* ___pos1, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeaderValue::set_Value(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HeaderValue_set_Value_m65052F683739A015843D4FB9C0DAF3244DC31403_inline (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeaderValue::set_Options(System.Collections.Generic.List`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HeaderValue_set_Options_m7A16C8DE1552BD421FE194A2AE21FB1FD1E2F667_inline (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * ___value0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFCF5F98D38F99DE7C831CBB9A1BAAAB148FC7D57 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMode::IsValid(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HeartbeatMode_IsValid_m3ACFFEB625E0C47C43BCA3D684DF90B57A646EB0 (uint8_t ___heartbeatMode0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint8(System.Byte,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint8_mFDD5DCC4EB56283CA6B0A5DFF0B6BB86FDB0E825 (uint8_t ___i0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint8(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TlsUtilities_ReadUint8_mA28B77E9A9751670539E56507461A93522CD551B (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, 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.HeartbeatExtension::.ctor(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatExtension__ctor_m55B0BE4FBED60E682CCB063A32FC83A42011BBFD (HeartbeatExtension_t2BD363B2637B8A983BBDCA9EB10EE4B832B299E7 * __this, uint8_t ___mode0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) inline bool List_1_Contains_mC0351F06C71605E840F34C6EEA31DCAA29876963 (List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E *, RuntimeObject*, const RuntimeMethod*))List_1_Contains_m6E538231C9C2D6015BE7985737C9538D7FC06902_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m1120E5765C36A49474825201AFCB974596297A19 (List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E *, RuntimeObject*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_mEA68FB89F5530B708B2B5C83F6E0491B07F1DE19 (List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E *, RuntimeObject*, const RuntimeMethod*))List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared)(__this, ___item0, method); } // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090 (const RuntimeMethod* method); // System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m423A27B5E6CB596CB6F0EB3921A02D0D9F2D8463_inline (List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Array::Resize(!!0[]&,System.Int32) inline void Array_Resize_TisIHeartbeat_t7FD51FFA06B22C3BA75291F512E1F7D47F28789D_m55F285B61FF1501CCCD8F438078D964DCA7F07A5 (IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D** ___array0, int32_t ___newSize1, const RuntimeMethod* method) { (( void (*) (IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D**, int32_t, const RuntimeMethod*))Array_Resize_TisRuntimeObject_mCEF6B03A945BC4C6C42EE27083DBBFEE0F200D9F_gshared)(___array0, ___newSize1, method); } // System.Void System.Collections.Generic.List`1::CopyTo(System.Int32,!0[],System.Int32,System.Int32) inline void List_1_CopyTo_m2A420146FC386E7AE4102D7ED07EFA7D7ADD954C (List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * __this, int32_t ___index0, IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { (( void (*) (List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E *, int32_t, IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D*, int32_t, int32_t, const RuntimeMethod*))List_1_CopyTo_m01F320C5BEF34039B8B2D3ED85067A25A0611FC1_gshared)(__this, ___index0, ___array1, ___arrayIndex2, ___count3, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mEA9D6AC26B97FD7886EFEC88672CF06DCEC72C0E (List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * __this, const RuntimeMethod* method) { (( void (*) (List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessageType::IsValid(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HeartbeatMessageType_IsValid_mE986C865CF42957D9961FAC4488152D39986751C (uint8_t ___heartbeatMessageType0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CheckUint16(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_CheckUint16_mCDB92B2FE6AF9FCE4583FF61C5170BC12A37CE12 (int32_t ___i0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint16(System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint16_mC42E46986EDBAA3B4B4C80D99A49ABE7634C204E (int32_t ___i0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint16(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsUtilities_ReadUint16_mB813EC24F2ECAE1A4F28509A6819745BEDD7D8A4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage/PayloadBuffer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PayloadBuffer__ctor_mC9807BD87FBBD9629B8B4F67DE83D6C769EA6109 (PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC * __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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage/PayloadBuffer::ToTruncatedByteArray(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PayloadBuffer_ToTruncatedByteArray_m926BA10627A284E7C8D8DB9BC5EC547FEC6B0C59 (PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC * __this, int32_t ___payloadLength0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CheckUint16(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_CheckUint16_m4FC1E9DBDFD168A951B8B67BEE54B5DC8103C782 (int64_t ___i0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage::.ctor(System.Byte,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatMessage__ctor_mEAEED5AC1A53D208F6209AF2BF7933A3040BF44D (HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3 * __this, uint8_t ___type0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___payload1, int32_t ___paddingLength2, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::ToHexString(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hex_ToHexString_mB1C46915A4FF75E402D4517E5621FA35DB1C3044 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___off1, int32_t ___length2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::Encode(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Hex_Encode_m66B2D475CA717CE7B55FB288F94EDA522B8F377C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___off1, int32_t ___length2, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Strings::FromAsciiByteArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Strings_FromAsciiByteArray_m91E8E1048396DDD9629BA341D7D9D696F6025A70 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mCB4274FF375AD786CCED424E80B047E0DEC50938 (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexEncoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HexEncoder__ctor_m3E4ED94FF2FA2FE7665EA6EF35DF7161DB02210B (HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1 * __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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexEncoder::InitialiseDecodingTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HexEncoder_InitialiseDecodingTable_m64CAE0E72DEA6E2A8230CB3DB523F01FF0D43A7A (HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexEncoder::Ignore(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HexEncoder_Ignore_m3D09C4D1B9AD9A6FA24537C995D07F163C1FE738 (Il2CppChar ___c0, 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 HitTargetNumber::DoText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitTargetNumber_DoText_m31DA45E9A61E93ACFA9A9174C3BF9C8073F92815 (HitTargetNumber_tA9E623C729AFE3FF3FC195D319C8F62A0109FC59 * __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); } // UnityEngine.RectTransform UnityEngine.UI.Graphic::get_rectTransform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * Graphic_get_rectTransform_m87D5A808474C6B71649CBB153DEBF5F268189EFF (Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * __this, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.DOTween::Sequence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_localScale_mD9DF6CA81108C2A6002B5EA2BE25A6CD2723D046 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __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.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, 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); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensions::DOScale(UnityEngine.Transform,UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * ShortcutExtensions_DOScale_mAB4558078D35A3E4BD68E10E967CA63CF20BC73A (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___target0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::Append(DG.Tweening.Sequence,DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5 (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t1, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::AppendInterval(DG.Tweening.Sequence,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_AppendInterval_m20E76B7FD0B9E0FD85D5E55444177E412D2A39FE (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, float ___interval1, 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); } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTweenModuleUI::DOFade(UnityEngine.UI.Text,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 * DOTweenModuleUI_DOFade_m21F7CCBB732ABBD63BFD893D1A8D9837532A70D1 (Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // System.Void DG.Tweening.TweenCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662 (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::AppendCallback(DG.Tweening.Sequence,DG.Tweening.TweenCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6 (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___callback1, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6 (String_t* ___path0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared)(___path0, method); } // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702 (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); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent3, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m395E8296B15F96587420FD49B2A105D109464C22_gshared)(___original0, ___position1, ___rotation2, ___parent3, method); } // !!0 UnityEngine.GameObject::GetComponentInChildren() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mA05E3E8DA3DAE2AF09AC18D79DEC6C3D9B483A39 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentInChildren_TisRuntimeObject_m2DC5105404F597613BDFC5C8C87CE9931ED3D000_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.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMac__ctor_m2F116E272494B59F6E93CF539BBAE3A571D0FBFE (HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * __this, RuntimeObject* ___digest0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyParameter__ctor_m96EBA1A3EB3F4981F3C14E96086C7083DDE16E67 (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator::Extract(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * HkdfBytesGenerator_Extract_mC2A3814E576B7C3698EEF16879150D3981FC947A (HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ikm1, 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator::ExpandNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HkdfBytesGenerator_ExpandNext_mA893A65D44FC1E46813A1DF70B37842A5B5FD8C5 (HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE * __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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Clone(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::.ctor(System.Byte[],System.Boolean,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HkdfParameters__ctor_m28209BA9911BA46AE8C83F993F3DBC6C0F06048F (HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ikm0, bool ___skip1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___info3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holder__ctor_mFF7630717982650CFF9EDE3732E13D7DE4BA5EC3 (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holder__ctor_m9F0D6735EFE579A0C2CD56278D4E9E25EA7141B6 (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagObj0, 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.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.IssuerSerial BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * IssuerSerial_GetInstance_mB760D3CE7A49889C6E8BD74D421B2F8DBDCB972A (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * GeneralNames_GetInstance_mD5CB2577FFA51AD2E2DEFBAA115F44512F1370CB (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ObjectDigestInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ObjectDigestInfo::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005 * ObjectDigestInfo_GetInstance_m60635BDD9F9EC1BD49093B3D9543F3CF4BAE86FD (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holder__ctor_m5FA7641C20DC237B84AD558B5F0CFCD06A3AB548 (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * ___baseCertificateID0, int32_t ___version1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holder__ctor_mDA5B593E723778205049AB9E564F4D5483ED1B42 (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * ___entityName0, int32_t ___version1, 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.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); // 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 HollowOutMask::_RefreshView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HollowOutMask__RefreshView_m3A09A289A97115DE2342AB4E747E349B1B694181 (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __this, const RuntimeMethod* 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 HollowOutMask::_SetTarget(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HollowOutMask__SetTarget_mFB6E1F5DD6DA6BC38AE8447F7353DB5B880A54B8 (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___tarMin0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___tarMax1, const RuntimeMethod* method); // UnityEngine.Bounds UnityEngine.RectTransformUtility::CalculateRelativeRectTransformBounds(UnityEngine.Transform,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 RectTransformUtility_CalculateRelativeRectTransformBounds_mEC7990F480BC63FEDA03E60311CD96660FDD6063 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___root0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___child1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Bounds::get_min() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Bounds_get_min_mEDCEC21FB04A8E7196EDE841F7BE9042E1908519 (Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Bounds::get_max() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Bounds_get_max_m7562010AAD919B8449B8B90382BFBA4D83C669BD (Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.Graphic::OnPopulateMesh(UnityEngine.UI.VertexHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphic_OnPopulateMesh_m60171AAA2F2AF25E9304C8334FCE766711828DA5 (Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * __this, VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * ___vh0, const RuntimeMethod* method); // System.Void UnityEngine.UI.VertexHelper::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper_Clear_mBF3FB3CEA5153F8F72C74FFD6006A7AFF62C18BA (VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * __this, const RuntimeMethod* method); // UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D Color32_op_Implicit_mD17E8145D2D32EF369EFE349C4D32E839F7D7AA4 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___c0, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.RectTransform::get_pivot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 RectTransform_get_pivot_m146F0BB5D3873FCEF3606DAFB8994BFA978095EE (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, 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.Void UnityEngine.Vector3::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, const RuntimeMethod* method); // System.Void UnityEngine.UI.VertexHelper::AddVert(UnityEngine.UIVertex) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper_AddVert_m7A43A65F746413AF697EBD1D0A8EA87A0A7ED032 (VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * __this, UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A ___v0, const RuntimeMethod* method); // System.Void UnityEngine.UI.VertexHelper::AddTriangle(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper_AddTriangle_m1EE93E4BF27E3BCCE69A348358FAF605105B63C6 (VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * __this, int32_t ___idx00, int32_t ___idx11, int32_t ___idx22, const RuntimeMethod* method); // System.Boolean UnityEngine.RectTransformUtility::RectangleContainsScreenPoint(UnityEngine.RectTransform,UnityEngine.Vector2,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RectTransformUtility_RectangleContainsScreenPoint_m7D92A04D6DA6F4C7CC72439221C2EE46034A0595 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___rect0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPoint1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___cam2, const RuntimeMethod* method); // System.Void UnityEngine.EventSystems.UIBehaviour::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_Awake_m0A6FB0A0089B29A53768BFE65D6E06183A1B60BE (UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Single UnityEngine.Time::get_realtimeSinceStartup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B (const RuntimeMethod* method); // System.Void HollowOutMask::RefreshViewImmediate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HollowOutMask_RefreshViewImmediate_mC48424942C0098C7464AABBEB3BA00BB779B741F (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.MaskableGraphic::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskableGraphic__ctor_m89126DB114322D1D18F67BA3B8D0695FF1371A4D (MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE * __this, const RuntimeMethod* method); // System.Void JCUnityLib.ViewBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViewBase__ctor_mB64BDE24E8F888C9A324D2BFFF2C4C1FC338590A (ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC * __this, const RuntimeMethod* method); // System.Void PersistenHandler::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PersistenHandler_Init_mF7AD2A1A2F38507B857AB0C3260D6A8EC88273ED (const RuntimeMethod* method); // !0 JCUnityLib.ViewManager`1::get_Instance() inline ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B (const RuntimeMethod* method) { return (( ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * (*) (const RuntimeMethod*))ViewManager_1_get_Instance_mDDFA9B6B6B06ACF449DE7D293C43C6B815BA5A0C_gshared)(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); } // JCUnityLib.SceneResourceManager JCUnityLib.SceneResourceManager::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF * SceneResourceManager_get_Instance_m454AFF83DC2DDF62A6184BDA6B3B909073286C8D (const RuntimeMethod* method); // UnityEngine.GameObject JCUnityLib.SceneResourceManager::GetPrefab(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * SceneResourceManager_GetPrefab_m7A4781FEBE538D2A71FAAB717D11A92CBA242888 (SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF * __this, String_t* ___prefabName0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___original0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared)(___original0, method); } // System.Void UserPlayer::ConnectServer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserPlayer_ConnectServer_mDC5EF76B161324BFC57A97CD51E61A48D0886995 (const RuntimeMethod* 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.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_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 UnityEngine.Transform::SetSiblingIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetSiblingIndex_mC69C3B37E6C731AA2A0B9BD787CF47AA5B8001FC (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void BluetoothHolder::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothHolder_Init_m290AECF2179D0B2B72CC84DE3EE579F5595A510E (const RuntimeMethod* method); // System.Void AudioMgr::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioMgr_Init_mB7CF234235322E3009B8AC2DA51B268F8E797DC3 (const RuntimeMethod* method); // System.Void TopBarView::NeedShowIt(JCUnityLib.ViewBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TopBarView_NeedShowIt_m1F6DDE3D6FA0AF27D1CF02079728CE67E7D80F35 (ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC * ___locker0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // System.Void ShootCheck::AdjustNormalOrHightMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShootCheck_AdjustNormalOrHightMode_m4B32B55B86506A3772780C27F65B0C3159061D2F (ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * __this, const RuntimeMethod* method); // System.Void HomeView::RenderNameOrGender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_RenderNameOrGender_mAA58048642B4FFEA1BEA6C7BA177E78C33D9A3C1 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method); // System.Void HomeView::RenderMyAvatarSprite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_RenderMyAvatarSprite_m18F8A1886A14F1FE97AA702EB79226F95F0ECFB6 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method); // System.Void HomeView::RenderDeviceNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_RenderDeviceNames_m06A2C7355988AD7F085B63A7E474F74526E5CD27 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator HomeView::RefreshFriendBar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HomeView_RefreshFriendBar_mB735F1711179AE65875114BD13AE32E30BABC16B (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method); // System.Void TopBarView::DontNeedShowIt(JCUnityLib.ViewBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TopBarView_DontNeedShowIt_m1F9E6397732EE6B80C3D1CF77BA9BBBC1B32C7D5 (ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC * ___locker0, const RuntimeMethod* method); // System.Boolean UserPlayer/TempData::get_hasFriendRequest() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TempData_get_hasFriendRequest_m337D17D2DA340B505C762608767BED6B56E31F0B_inline (TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * __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 HomeView::UpdateBtnForConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_UpdateBtnForConnect_m138EF91CCB56FB2712B050760B74B6B85FC21694 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method); // System.ValueTuple`2 BluetoothStatus::GetStatusInfo(BluetoothStatusEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 BluetoothStatus_GetStatusInfo_m34CC5BBFE1E0C86326F7AB136CCD10E5DCB62A7D (int32_t ___status0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponentInChildren() inline TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * GameObject_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m394A07B8EE2A4A198924AD2695D6C745B719A4D3 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentInChildren_TisRuntimeObject_m2DC5105404F597613BDFC5C8C87CE9931ED3D000_gshared)(__this, method); } // System.Void HomeView/<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m67A0CC465B0276ED324C9292CB094C9EA8893043 (U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075 * __this, const RuntimeMethod* method); // UnityEngine.SceneManagement.Scene UnityEngine.SceneManagement.SceneManager::GetActiveScene() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE SceneManager_GetActiveScene_mB9A5037FFB576B2432D0BFEF6A161B7C4C1921A4 (const RuntimeMethod* method); // System.String UnityEngine.SceneManagement.Scene::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8 (Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.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); // ModalView ModalView::Show() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * ModalView_Show_m134B5CE4B44DA6C193FC9C619568D7CD042CE36D (const RuntimeMethod* method); // System.String UnityEngine.Application::get_productName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_productName_m712E2BD951F92F0D8E992E45C8508F0B5B045E83 (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.Boolean HomeView::ShowProminentBeforeConnectBLE(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HomeView_ShowProminentBeforeConnectBLE_m92FF068A6060130ACAD0984C2DB2FF37CD3575F4 (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onAgree0, const RuntimeMethod* method); // System.Void BluetoothAim::DoConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BluetoothAim_DoConnect_mB5215BC7D723FA93817247D5AAB699DA7C80D1A3 (BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * __this, const RuntimeMethod* method); // System.Void AudioMgr::PlayBtn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6 (AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * __this, 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); // System.Void UnityEngine.UI.LayoutRebuilder::ForceRebuildLayoutImmediate(UnityEngine.RectTransform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutRebuilder_ForceRebuildLayoutImmediate_mD06D080BA3FC8111AF814FA67ED8764F8CFECC2C (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___layoutRoot0, const RuntimeMethod* method); // UnityEngine.Sprite RoleMgr::GetAvatar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * RoleMgr_GetAvatar_m00BD9EB1217DB54B7B324F9A78DEB486E9070B0F (int32_t ___id0, const RuntimeMethod* method); // System.Void UnityEngine.UI.Image::set_sprite(UnityEngine.Sprite) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_sprite_m55C50F18ABA0A98E926FC777F7D07FA18A7D04E4 (Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * __this, Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___value0, const RuntimeMethod* method); // DeviceMgr DeviceMgr::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * DeviceMgr_get_ins_m8F38609FEC818E8BA7955612C3A203E121EDD8CF (const RuntimeMethod* method); // System.ValueTuple`2 DeviceMgr::GetCurrentBowArrowInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t628FFF20CED3CB683ABE4C2A98582BAC4015E6A3 DeviceMgr_GetCurrentBowArrowInfo_mD6974BA922A3CC7631F9486DFF04FD374F59B331 (DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * __this, const RuntimeMethod* method); // System.Boolean BluetoothStatus::IsAllConnected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BluetoothStatus_IsAllConnected_m7AC173DEBEA9E06D40EA591C39B9F72DE3C0F7B2 (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::ShowTip(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42 (PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, const RuntimeMethod* method); // System.Void HomeView/d__23::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRefreshFriendBarU3Ed__23__ctor_mBA9B78C0FFF6FCAD307D15BC30C7878BCA4E0444 (U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D * __this, int32_t ___U3CU3E1__state0, 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.Int32 UnityEngine.Transform::get_childCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JContainer::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JContainer_get_Count_m7BE891DAF5EFE794306F13D1A35164AA28287ABD (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JArray::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JArray_GetEnumerator_mB043EF6F59968E82C71A04BBEBD78A0224AFB024 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Transform) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mACEFD07C5A0FE9C85BC165DF1E4A825675719EAC (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___original0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent1, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m78E51E899A91F621B74B2CF3D5081EF822049DA3_gshared)(___original0, ___parent1, method); } // System.Void UnityEngine.Object::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, String_t* ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * Component_GetComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m9BBC60021C94CE9CD8BC8B0919067E6E7227FA54 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void TimeUtil::SetOfflineTimeTextKey(System.Int64,System.Boolean,TextAutoLanguage2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeUtil_SetOfflineTimeTextKey_mFCED45B964B50A2F81A77E4568CDA1C553D5EDBD (int64_t ___offlineTime0, bool ___online1, TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * ___output2, const RuntimeMethod* method); // System.Boolean UnityEngine.ColorUtility::TryParseHtmlString(System.String,UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorUtility_TryParseHtmlString_m69BEFAF655920930399471B79CF668FC3BAD4069 (String_t* ___htmlString0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * ___color1, const RuntimeMethod* method); // System.Void HomeView/d__25::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRefreshFriendRankBarU3Ed__25__ctor_m5E0C9D29589E8E51B13C9129E6840ED9E3D5ADFF (U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void HomeView/<>c__DisplayClass26_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass26_0__ctor_m75483635B867724D76BB6F129A4FD14FEE38E909 (U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m5E5CCDE099463BC449E6BEA8A2B53D01A5EBCF6C (Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // !!0 UnityEngine.Component::GetComponentInChildren() inline TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * Component_GetComponentInChildren_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m6227EB0772C6B9B1017CA759622A1B940D660594 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, 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.Collections.IEnumerator HomeView::RefreshFriendRankBar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HomeView_RefreshFriendRankBar_mB86CF21322D37264CAA58B4E8C428B1F30ED7CEB (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetMouseButton(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetMouseButton_m27BF2DDBF38A38787B83A13D3E6F0F88F7C834C1 (int32_t ___button0, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616 (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetKeyDown(UnityEngine.KeyCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetKeyDown_m476116696E71771641BBECBAB1A4C55E69018220 (int32_t ___key0, const RuntimeMethod* method); // System.Boolean UnityEngine.Renderer::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Renderer_get_enabled_mEFB6D3FD1D9D251EBB6E6286491592C4A6ABD6DE (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, bool ___value0, const RuntimeMethod* method); // UnityEngine.ParticleSystem/MainModule UnityEngine.ParticleSystem::get_main() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B ParticleSystem_get_main_m8F17DCC63679B15CE548BE83332FDB6635AE74A0 (ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * __this, const RuntimeMethod* method); // UnityEngine.ParticleSystem/MinMaxCurve UnityEngine.ParticleSystem/MinMaxCurve::op_Implicit(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD MinMaxCurve_op_Implicit_m8D746D40E6CCBF5E8C4CE39F23A45712BFC372F5 (float ___constant0, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystem/MainModule::set_startSpeed(UnityEngine.ParticleSystem/MinMaxCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainModule_set_startSpeed_mE2D91449838B0BEA8CC1619CDC6578C9FEF173F7 (MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B * __this, MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD ___value0, const RuntimeMethod* method); // UnityEngine.ParticleSystem/EmissionModule UnityEngine.ParticleSystem::get_emission() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D ParticleSystem_get_emission_m0BAA1EDF775A8712DA7D62BF3C42A2B1A6C96CA1 (ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * __this, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystem/EmissionModule::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmissionModule_set_enabled_mD9FD50C9F5EECD04B22D03E5C00C7DD64D2AC1F1 (EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mCD0C2F0325B7677B9BC340A60AA3FB9C7A88FF63 (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void BestHTTP.SignalR.Hubs.Hub::.ctor(System.String,BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub__ctor_mFDD94AD9E9052E11DBE3C8EDB643206B7D528560 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___name0, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___manager1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m03E621B90C9C527F8BDBBDB47C3616B71CA90145 (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *, const RuntimeMethod*))Dictionary_2__ctor_m03E621B90C9C527F8BDBBDB47C3616B71CA90145_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mE29A3443E46ADC424183CC2386EBBD80333A3B37 (Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void BestHTTP.SignalR.Hubs.Hub::set_Name(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hub_set_Name_m2B2C23DA74E7EF5F35340AF5CD882E3E91812775_inline (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m10B368E36278D18DFE994750A8B02E12E5BA6D9F (Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * __this, String_t* ___key0, OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 *, String_t*, OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 *, const RuntimeMethod*))Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared)(__this, ___key0, ___value1, method); } // System.Boolean BestHTTP.SignalR.Hubs.Hub::Call(System.String,BestHTTP.SignalR.Hubs.OnMethodResultDelegate,BestHTTP.SignalR.Hubs.OnMethodFailedDelegate,BestHTTP.SignalR.Hubs.OnMethodProgressDelegate,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_mF9F501B82E56FD98CD0384EB0E54C842F14D3CBD (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___method0, OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___onResult1, OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * ___onResultError2, OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * ___onProgress3, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args4, const RuntimeMethod* method); // System.UInt64 BestHTTP.SignalR.Connection::get_ClientMessageCounter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t Connection_get_ClientMessageCounter_mCECDE06E9810A5AE573E52E538A6CBAE8E1F323A_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Connection::set_ClientMessageCounter(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Connection_set_ClientMessageCounter_m63EA065EE9A4A443A61EC8F0DBCCD06DE6E473B5_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Messages.ClientMessage::.ctor(BestHTTP.SignalR.Hubs.Hub,System.String,System.Object[],System.UInt64,BestHTTP.SignalR.Hubs.OnMethodResultDelegate,BestHTTP.SignalR.Hubs.OnMethodFailedDelegate,BestHTTP.SignalR.Hubs.OnMethodProgressDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientMessage__ctor_m9761319ABE28C6D716E65ECD2335A66AB6106243 (ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, String_t* ___method1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, uint64_t ___callIdx3, OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___resultCallback4, OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * ___resultErrorCallback5, OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * ___progressCallback6, const RuntimeMethod* method); // System.String BestHTTP.SignalR.Hubs.Hub::BuildMessage(BestHTTP.SignalR.Messages.ClientMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hub_BuildMessage_mD2B789FE1056A0F761F0296B87D543CD6093B1BD (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg0, const RuntimeMethod* method); // System.Boolean BestHTTP.SignalR.Connection::SendJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Connection_SendJson_m0BF080A57DC22155B89B3ABA1B334297012E95F3 (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, String_t* ___json0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_mE1595A160031DBD08E6A1CDD5BC38F8A34DD98D7 (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * __this, uint64_t ___key0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *, uint64_t, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 , const RuntimeMethod*))Dictionary_2_Add_mE1595A160031DBD08E6A1CDD5BC38F8A34DD98D7_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m49934A846737EB8207E38CA8624726AD4E8C2B92 (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * __this, uint64_t ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *, uint64_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m49934A846737EB8207E38CA8624726AD4E8C2B92_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_m9A94227EE736F0FBA20428C3C46135D7E20B8371 (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *, const RuntimeMethod*))Dictionary_2_Clear_m9A94227EE736F0FBA20428C3C46135D7E20B8371_gshared)(__this, method); } // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.MethodCallMessage::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* MethodCallMessage_get_State_mD632CD6526C59C162831E0D952FF245D6A1BE24C_inline (MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Hubs.Hub::MergeState(System.Collections.Generic.IDictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_MergeState_mD807C74C818575E706B00399B84CD3E4BCCF5966 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, RuntimeObject* ___state0, const RuntimeMethod* method); // System.String BestHTTP.SignalR.Messages.MethodCallMessage::get_Method() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MethodCallMessage_get_Method_m05785516432B5C66B32FB47F01C00FFCBBD6145B_inline (MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * __this, const RuntimeMethod* method); // System.Object[] BestHTTP.SignalR.Messages.MethodCallMessage::get_Arguments() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* MethodCallMessage_get_Arguments_m8A1500306634DAC027E2A82A58975D84F13F91BC_inline (MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Hubs.OnMethodCallDelegate::Invoke(BestHTTP.SignalR.Hubs.Hub,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodCallDelegate_Invoke_mC1BE918E3E4CF75AFEC57923EE9D907BDC220B70 (OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, String_t* ___method1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // System.String BestHTTP.SignalR.Hubs.Hub::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mC7FAC7DB41B759BC18791572C1CBF1A483DF3919 (Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * __this, String_t* ___key0, OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 *, String_t*, OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Void BestHTTP.SignalR.Hubs.OnMethodCallCallbackDelegate::Invoke(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.MethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodCallCallbackDelegate_Invoke_mC646DAB305427DFF9347E37A10C71CBCEE251B05 (OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * ___methodCall1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mDC7DD396DA09D4F40DA4D8F8BD7124D76691B465 (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * __this, uint64_t ___key0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 * ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *, uint64_t, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 *, const RuntimeMethod*))Dictionary_2_TryGetValue_mDC7DD396DA09D4F40DA4D8F8BD7124D76691B465_gshared)(__this, ___key0, ___value1, method); } // System.String System.UInt64::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m3644686F0A0E32CB94D300CF891DBD7920396F37 (uint64_t* __this, const RuntimeMethod* method); // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.ResultMessage::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ResultMessage_get_State_m4094E8A3B3D4BBC687D7EF2895BCC75A95EB3EFE_inline (ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Hubs.OnMethodResultDelegate::Invoke(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ResultMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodResultDelegate_Invoke_m029D948DB42BD25F8F8BEB72366813EDE8C75F61 (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___originalMessage1, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * ___result2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m8B1A08A5CDD9BEB7898610F801A8C67D073FD88A (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * __this, uint64_t ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *, uint64_t, const RuntimeMethod*))Dictionary_2_Remove_m8B1A08A5CDD9BEB7898610F801A8C67D073FD88A_gshared)(__this, ___key0, method); } // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.FailureMessage::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* FailureMessage_get_State_mD90A025ED372A155AD04036FE7A6F5318B36FBED_inline (FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Hubs.OnMethodFailedDelegate::Invoke(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.FailureMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodFailedDelegate_Invoke_m561C0724EF4BA9CD5296CD69701528C662682FCE (OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___originalMessage1, FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * ___error2, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Hubs.OnMethodProgressDelegate::Invoke(BestHTTP.SignalR.Hubs.Hub,BestHTTP.SignalR.Messages.ClientMessage,BestHTTP.SignalR.Messages.ProgressMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnMethodProgressDelegate_Invoke_mBA6D4E77F19516CC1D5027BC5E2CC82DF8229349 (OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * __this, Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * ___hub0, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___originialMessage1, ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF * ___progress2, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * Hub_get_State_mAA7154287EFE07B67EF6D238FDEBF25193F29A2B (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline String_t* KeyValuePair_2_get_Key_mFB917E6FEE708763FEAF5DE581605FFAD49E43E0_inline (KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE *, const RuntimeMethod*))KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_inline (KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m012F321188703DCCB5C4F99C5A5AA2FA31A98144 (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *, String_t*, RuntimeObject *, const RuntimeMethod*))Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared)(__this, ___key0, ___value1, method); } // BestHTTP.SignalR.JsonEncoders.IJsonEncoder BestHTTP.SignalR.Connection::get_JsonEncoder() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Connection_get_JsonEncoder_m37151AA4E3329EA4DE576A005C1CB2FD10F35869_inline (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546 (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *, const RuntimeMethod*))Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared)(__this, method); } // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A (StringBuilder_t * __this, int32_t ___value0, 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.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.Collections.Generic.Dictionary`2>::.ctor() inline void Dictionary_2__ctor_m5904CE1535CB968B8C5F104377875EE129740C8A (Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 *, const RuntimeMethod*))Dictionary_2__ctor_m8333BBB4DDAE242DCF8984A6A5D7A2E469405BDB_gshared)(__this, method); } // System.StringComparer System.StringComparer::get_OrdinalIgnoreCase() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * StringComparer_get_OrdinalIgnoreCase_m8FD38206B6FFE866E97CE4DF84B037F0DF175288_inline (const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) inline void Dictionary_2__ctor_mF39F63303CC29CAA05F0B91739F0185FB2DDAC03 (Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B *, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_m6F00629E0FA67620F4D49A27FEA7BA5C3333FBC1_gshared)(__this, ___comparer0, method); } // System.Void BestHTTP.SignalRCore.HubConnection::set_Uri(System.Uri) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HubConnection_set_Uri_mD9039F9D2EDFFE8CABD33D672C5D962B4A8A7CCF_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::set_State(BestHTTP.SignalRCore.ConnectionStates) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HubConnection_set_State_m628CE120FF82001E1CDFB2D781102D6CEB68D46B_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::set_Options(BestHTTP.SignalRCore.HubOptions) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HubConnection_set_Options_m780895EB99275FF8BCEE6E3202422CA222FFE2AC_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::set_Protocol(BestHTTP.SignalRCore.IProtocol) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HubConnection_set_Protocol_m6FC0AF33AC6ADFEB70BDAACC9AA5740DC729D5DC_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // BestHTTP.SignalRCore.IProtocol BestHTTP.SignalRCore.HubConnection::get_Protocol() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.Authentication.DefaultAccessTokenAuthenticator::.ctor(BestHTTP.SignalRCore.HubConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultAccessTokenAuthenticator__ctor_m77F097DA87FC51C42111964190DA62EE1139AF24 (DefaultAccessTokenAuthenticator_t25E8B0EE8F246239C110B306D78B5666B9442085 * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___connection0, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::set_AuthenticationProvider(BestHTTP.SignalRCore.IAuthenticationProvider) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HubConnection_set_AuthenticationProvider_m44CA6E3F34786BF656C2D73A1FA2AB11CFE04F06_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // BestHTTP.SignalRCore.ConnectionStates BestHTTP.SignalRCore.HubConnection::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HubConnection_get_State_m0DE9AA163001AF22026756D302A6B179A82FD183_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // BestHTTP.SignalRCore.IAuthenticationProvider BestHTTP.SignalRCore.HubConnection::get_AuthenticationProvider() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::SetState(BestHTTP.SignalRCore.ConnectionStates,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, int32_t ___state0, String_t* ___errorReason1, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnAuthenticationSuccededDelegate__ctor_mF77572FF894482EA3486FDC7159674B04CF495B1 (OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.OnAuthenticationFailedDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnAuthenticationFailedDelegate__ctor_mAD24BCF6185A8E4884DC9838552A5D4DF42F9F06 (OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::StartNegotiation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_StartNegotiation_m010E910F494F7103A1B960750BEB4FA129AAF144 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // BestHTTP.SignalRCore.HubOptions BestHTTP.SignalRCore.HubConnection::get_Options() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * HubConnection_get_Options_m2C530E446C7F7E09173D9F88C163AE3B367DEA6E_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SignalRCore.HubOptions::get_SkipNegotiation() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HubOptions_get_SkipNegotiation_mA6098D6DFAACA4E6CCB051D60AA534FF98524449_inline (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::ConnectImpl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_ConnectImpl_m31FF93A6149C121CCD1EEDDD2419664FE2ADCC13 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Uri BestHTTP.SignalRCore.HubConnection::get_Uri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HubConnection_get_Uri_m8C7197E8371C7DE731D53F8A8CDD1B123A6EBDA5_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Void System.UriBuilder::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_m29D2B1247A2408DE7238846FC15BF08D31A33939 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.String System.UriBuilder::get_Path() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* UriBuilder_get_Path_m2A549F74EB4205836F43652F7C0F0AA76D996A6D_inline (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, const RuntimeMethod* method); // System.Void System.UriBuilder::set_Path(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Path_mB46E97D72960ADECCDCFA9733228DABEA4A5AB31 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Uri System.UriBuilder::get_Uri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * UriBuilder_get_Uri_mCC00D0ED823993613F5E62435B85FDADC891C328 (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * __this, 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.HTTPMethods,BestHTTP.OnRequestFinishedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__ctor_m00C13EB79996ACA6B7B3A94149FC36736BE59976 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, uint8_t ___methodType1, OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___callback2, 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.SignalRCore.TransportTypes BestHTTP.SignalRCore.HubOptions::get_PreferedTransport() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HubOptions_get_PreferedTransport_m0B17F55F8BDE3C7E50D0D5B22857BF67EFAE0F6E_inline (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, const RuntimeMethod* method); // BestHTTP.SignalRCore.Messages.NegotiationResult BestHTTP.SignalRCore.HubConnection::get_NegotiationResult() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * HubConnection_get_NegotiationResult_mEE0C873F87B8C06425FCD9410FAE72CDCAD08B53_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SignalRCore.HubConnection::IsTransportSupported(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HubConnection_IsTransportSupported_m249928947653B0B0530DB4A8CEB754AC28031A90 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___transportName0, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.Transports.WebSocketTransport::.ctor(BestHTTP.SignalRCore.HubConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebSocketTransport__ctor_m8B2628E6CE10DAB086D8F5ADF1CE02E23DDF83FA (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___con0, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::set_Transport(BestHTTP.SignalRCore.ITransport) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HubConnection_set_Transport_mD4CE3EA1F351E2E8E1F22ADB5D7CD198B26CA690_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // BestHTTP.SignalRCore.ITransport BestHTTP.SignalRCore.HubConnection::get_Transport() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_get_Transport_mEFD897CA6B0D940B1D713F6DD0363A42C306A7C8_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_mD2AF3CF58AF5D79915C6A3F31A6FDD67DFEB8694 (Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mE2D0D933C072AD75AFEBE18BDEBB5B82D3D1BC27_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.List`1 BestHTTP.SignalRCore.Messages.NegotiationResult::get_SupportedTransports() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 * NegotiationResult_get_SupportedTransports_mBCE83B87E894970FDA7962C677CD46839F6971A2_inline (NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB * List_1_get_Item_mA69E582750CEE6FD74E9A11054C33C1F47036151_inline (List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB * (*) (List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.String BestHTTP.SignalRCore.Messages.SupportedTransport::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SupportedTransport_get_Name_m22DA46C08B84E6F352ED6F925D7BD4FDE009390B_inline (SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m569E8005EDE9CFCB78ABCC399A26361D9B46B8EF_inline (List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, 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.String BestHTTP.HTTPResponse::get_DataAsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method); // BestHTTP.SignalRCore.Messages.NegotiationResult BestHTTP.SignalRCore.Messages.NegotiationResult::Parse(System.String,System.String&,BestHTTP.SignalRCore.HubConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * NegotiationResult_Parse_m5FFEF83FA4523D664B9DFD7745232C54E913BEFC (String_t* ___json0, String_t** ___error1, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___hub2, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::set_NegotiationResult(BestHTTP.SignalRCore.Messages.NegotiationResult) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HubConnection_set_NegotiationResult_m307D965E7FA9C5BDC793F999AC689606EBB35A08_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * ___value0, const RuntimeMethod* method); // System.Uri BestHTTP.SignalRCore.Messages.NegotiationResult::get_Url() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * NegotiationResult_get_Url_m3E1513EB3B703A70C1408E95A66050B06964D206_inline (NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m3B3733CAA19866A20EF76A772B368EFB5FC89A4F (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method); // System.Int32 BestHTTP.SignalRCore.HubConnection::get_RedirectCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HubConnection_get_RedirectCount_mE66418C9D640C170D04FC5B1CB996452DDE92FDC_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::set_RedirectCount(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HubConnection_set_RedirectCount_m9BF8809C20CEDC647974FD4FCCE9C74B96BD21A3_inline (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 BestHTTP.SignalRCore.HubOptions::get_MaxRedirects() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HubOptions_get_MaxRedirects_m648189FB08F024CA8DDCF41B691F021DF1346950_inline (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, const RuntimeMethod* method); // System.Void System.Action`3::Invoke(!0,!1,!2) inline void Action_3_Invoke_mBB9237A966BBF43075D7792AE7A048E3B4124AFA (Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___arg10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___arg21, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___arg32, const RuntimeMethod* method) { (( void (*) (Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB *, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, const RuntimeMethod*))Action_3_Invoke_mEED3876BFD66A20FF3B650D39CBA214B8E750F7E_gshared)(__this, ___arg10, ___arg21, ___arg32, method); } // System.Void BestHTTP.SignalRCore.HubConnection::StartConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_StartConnect_m19A1847CC52217F06FC24880711E3A3F4E5BEC14 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, 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); // 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 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass65_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass65_0__ctor_m9A26E7D0D27BB57DBCCC150AC9695530E3669357 (U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Futures.Future`1::.ctor() inline void Future_1__ctor_m9B342C170743791B4E9D85F1C2A381A7D9B6A9DB (Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * __this, const RuntimeMethod* method) { (( void (*) (Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 *, const RuntimeMethod*))Future_1__ctor_m9B342C170743791B4E9D85F1C2A381A7D9B6A9DB_gshared)(__this, method); } // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m6A93D53BCB310FE497964E23B8C69D4D6DE3FF4D (Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m6A93D53BCB310FE497964E23B8C69D4D6DE3FF4D_gshared)(__this, ___object0, ___method1, method); } // System.Int64 BestHTTP.SignalRCore.HubConnection::InvokeImp(System.String,System.Object[],System.Action`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t HubConnection_InvokeImp_m15D57C2764DCBE53FE3AD7B60E93AD4151237801 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * ___callback2, bool ___isStreamingInvocation3, const RuntimeMethod* method); // System.Int64 System.Threading.Interlocked::Increment(System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Interlocked_Increment_m23DCFD6F8418AC5C322DBE3AC1FB311AF3EDBF3B (int64_t* ___location0, const RuntimeMethod* method); // System.String System.Int64::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F (int64_t* __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubConnection::SendMessage(BestHTTP.SignalRCore.Messages.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_SendMessage_m270B97E006BC79FE57329DFB1F4AF8F4AE6559FC (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___message0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) inline void Dictionary_2_Add_mCE6F0D7B21205311EADDCAD1ED9D52978E36E8BD (Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * __this, int64_t ___key0, Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 *, int64_t, Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D *, const RuntimeMethod*))Dictionary_2_Add_m5B1EAA8F04A6FCC5425214A4000FE9663DC22992_gshared)(__this, ___key0, ___value1, method); } // System.Void BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass68_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass68_0__ctor_mFB29ADC90B47AEEFF7F8ACCAECE4CFA32FABA6AD (U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_mB2E3D94BC95DB8A07C14AAB1A8ED6E09F90A04A7 (Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Void BestHTTP.SignalRCore.HubConnection::On(System.String,System.Type[],System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_On_mD3EA4B1EF748EF5BE9C93623F3532066D641FAE3 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___methodName0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___paramTypes1, Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * ___callback2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m7DB4064901DDC63E2E6867EBE31F7AECD750F6C3 (Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * __this, String_t* ___key0, Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B *, String_t*, Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Void BestHTTP.SignalRCore.Subscription::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Subscription__ctor_m03F4FBA0B909FB55526B16F8EDD64E1F2B3391F5 (Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m604E0DFDBF24EE0E31FDB925DDFA74A49BCD1C8D (Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * __this, String_t* ___key0, Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B *, String_t*, Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB *, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // 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); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 List_1_get_Item_m3362D8FA858DDDCD5A48ADE54F31493949D5BBAF_inline (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 (*) (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B *, int32_t, const RuntimeMethod*))List_1_get_Item_m3362D8FA858DDDCD5A48ADE54F31493949D5BBAF_gshared_inline)(__this, ___index0, method); } // !2 System.Func`3::Invoke(!0,!1) inline bool Func_3_Invoke_m6F17C7E4C6F7C091224A4D6332D0A7BD86B499BD (Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___arg10, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___arg21, const RuntimeMethod* method) { return (( bool (*) (Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 *, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 , const RuntimeMethod*))Func_3_Invoke_mCC0437DFBF2F5221E96E6E4C6B36CEF7380BFBF4_gshared)(__this, ___arg10, ___arg21, 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.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m4829955252E64D9D4D48E92A7C76B23C05C55FBA (Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared)(__this, ___obj0, 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.Boolean System.Int64::TryParse(System.String,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m6EA988890D7F9954EA49A7227E60B3C674930650 (String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m6682D77BBDE1B7CB90B263065A3636F54B8EE40D (Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * __this, int64_t ___key0, Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 *, int64_t, Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D **, const RuntimeMethod*))Dictionary_2_TryGetValue_m672F7E93BACE34582B0D3DC964F11C26837EB464_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m6DAE19EBF67088C3E8330FD78086BB1415656B22 (Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * __this, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D *, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 , const RuntimeMethod*))Action_1_Invoke_m6DAE19EBF67088C3E8330FD78086BB1415656B22_gshared)(__this, ___obj0, method); } // System.Boolean System.Collections.Generic.Dictionary`2>::Remove(!0) inline bool Dictionary_2_Remove_m5968A89DB94BDA1C14A82A45EBE68C730E884DC2 (Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * __this, int64_t ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 *, int64_t, const RuntimeMethod*))Dictionary_2_Remove_mAED9F08432F3122AE01192330BC89134D64341A5_gshared)(__this, ___key0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m1BB59FAE474A8746CE28197FF3DCCB8C28FFB10A_inline (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B *, const RuntimeMethod*))List_1_get_Count_m1BB59FAE474A8746CE28197FF3DCCB8C28FFB10A_gshared_inline)(__this, 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.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m69BCACF9FF8C9268E3088E39AE1C94CEEF314A90 (Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *, const RuntimeMethod*))Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared)(__this, ___obj0, method); } // BestHTTP.Extensions.HeartbeatManager BestHTTP.HTTPManager::get_Heartbeats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87 (const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeartbeatManager::Subscribe(BestHTTP.Extensions.IHeartbeat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Subscribe_m82D86EFB90F5DB6092D207AA1F12AA9D8F103B9E (HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * __this, RuntimeObject* ___heartbeat0, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) inline void Action_2_Invoke_mE35171EA79162C17963CB5541F0888EACAA57368 (Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___arg10, String_t* ___arg21, const RuntimeMethod* method) { (( void (*) (Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 *, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *, String_t*, const RuntimeMethod*))Action_2_Invoke_mD20361F54064D4A745FAC10AD4D9C52E1C63BB6D_gshared)(__this, ___arg10, ___arg21, method); } // System.Void BestHTTP.Extensions.HeartbeatManager::Unsubscribe(BestHTTP.Extensions.IHeartbeat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Unsubscribe_mA48BA2C2B8B51BC598F6559F2978AA35E2689EED (HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * __this, RuntimeObject* ___heartbeat0, const RuntimeMethod* method); // System.TimeSpan BestHTTP.SignalRCore.HubOptions::get_PingInterval() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 HubOptions_get_PingInterval_m565B83367F36DBB3D6E33AFD54903477A6EE3DBB_inline (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_Inequality(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_Inequality_mDE127E1886D092054E24EA873CEE64D0857CD04C (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThanOrEqual(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, 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.HubOptions::set_PreferedTransport(BestHTTP.SignalRCore.TransportTypes) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HubOptions_set_PreferedTransport_m16EFC560AD1E6FA58F1DC8B6533FF3482723C52C_inline (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, int32_t ___value0, 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.SignalRCore.HubOptions::set_PingInterval(System.TimeSpan) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HubOptions_set_PingInterval_mA7F005185B5121794D3AB75E03EFBF97CE5CAEE1_inline (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.HubOptions::set_MaxRedirects(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HubOptions_set_MaxRedirects_m300E24831F5EE3043AB51AA23C5FA8C10F502FC1_inline (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, int32_t ___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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection__ctor_m037AC0A75E79F9D7E26D52BBBFBFA50CBE0D7A78 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___hubUri0, RuntimeObject* ___protocol1, 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 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::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); } // 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); // !!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); // System.Void BestHTTP.Examples.PreAuthAccessTokenAuthenticator::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PreAuthAccessTokenAuthenticator__ctor_m7873469C14276B2A9C374694312F20ED38A259E9 (PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___authUri0, const RuntimeMethod* method); // System.String BestHTTP.Examples.PreAuthAccessTokenAuthenticator::get_Token() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* PreAuthAccessTokenAuthenticator_get_Token_m593EEA83F81F987836D8600472151F5C453788BB_inline (PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48 * __this, 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 SimulateMouseController::AddOpenLocker(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController_AddOpenLocker_m0219CD347F275757F4F193538575211E43D299AF (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * __this, RuntimeObject * ___locker0, const RuntimeMethod* method); // System.Void GameMgr::addLockerForGamePause(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMgr_addLockerForGamePause_mA28C896BE432F85A06D84B887C04ED7AAFBF5AF3 (GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * __this, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___o0, const RuntimeMethod* method); // System.Int32 UserInfo::GetChallengeLevelPass(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UserInfo_GetChallengeLevelPass_m0CB154EC9E8B0C4AC3B46ACDDD3D03E2C192E56A (UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * __this, int32_t ___gameType0, const RuntimeMethod* method); // System.Void HuntGameSelectLevelView/<>c__DisplayClass1_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0__ctor_mDB0B8A5DD1F73D78871D4592A6EBFD569A898993 (U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * GameObject_AddComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_m21DA40E832F71BAF2120D1B690693EA7DA90DEC7 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, 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.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 GameMgr::removeLockerForGamePause(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMgr_removeLockerForGamePause_m1B26CFF8E0EFA67A6631E77B5C8C86DE0264AD55 (GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * __this, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___o0, const RuntimeMethod* method); // System.Void SimulateMouseController::RemoveOpenLocker(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimulateMouseController_RemoveOpenLocker_mACD7A5B21F70FF2486CBD6E47AA9530044E02E87 (SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * __this, RuntimeObject * ___locker0, const RuntimeMethod* method); // System.Void GameAssistUI::onBtnBack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameAssistUI_onBtnBack_mC4E7513456C88F65A5E02C490C50AB3BC6496E42 (GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * __this, const RuntimeMethod* method); // System.Void HunterGamePlayerScoreCounter/<>c__DisplayClass2_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0__ctor_m03E6A0E1B332AF0E0F7F1A4D0A77A2A69D4F95E6 (U3CU3Ec__DisplayClass2_0_t42C070A176DD083DB50065DEDC04853CF98732A6 * __this, const RuntimeMethod* method); // GameEventCenter GameEventCenter::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190 * GameEventCenter_get_ins_mCD62A907C8D59054C6EAE08FC950A452D344C6E3 (const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) inline void Action_2__ctor_mD0867E89AE29072A1DFB580E108A092E8A8D7A63 (Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF242FCD2A773E7BFE1E1C8EDA50D427413B2A097_gshared)(__this, ___object0, ___method1, method); } // UserSettings UserSettings::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UserSettings_t02FD5F49D923BB2832A24E7AF8AFDD8D41BFBE84 * UserSettings_get_ins_mDC99AA7F897AB5689B29895FC7CF64C76D0B39F2 (const RuntimeMethod* method); // System.Void UserInfo::SetChallengeLevelPass(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfo_SetChallengeLevelPass_m9365BBE054B9595E07011F8C0CF54D179DEDD9CA (UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * __this, int32_t ___gameType0, int32_t ___level1, const RuntimeMethod* method); // System.Void UserInfo::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfo_Save_m323F53BFDC5C16BF8EF60E7AC354D6A58B14C4E3 (UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * __this, const RuntimeMethod* method); // System.Void AudioMgr::PlayWin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioMgr_PlayWin_m7E1B353F1223D7F2D2BBD241AD5002FB48EAACA6 (AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * Component_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mED8C9575844B41F67CB4C2B13685FC0174CB61BC (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void HunterGameSettleView::CheckOpenNextLevelBtn(ChallengeGameMode,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HunterGameSettleView_CheckOpenNextLevelBtn_mB73593612AB9CAB091394AD6BDEC45C0450539EA (HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * __this, ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * ___gameMode0, String_t* ___gameRes1, const RuntimeMethod* method); // !0 JCUnityLib.Singleton`1::get_Instance() inline RankComp_t5CD947AA321DFB0AC489BFF4E98B751062B4ED20 * Singleton_1_get_Instance_m1D31404614B2A6FA654C81B7F5EBEF0C87ED52EF (const RuntimeMethod* method) { return (( RankComp_t5CD947AA321DFB0AC489BFF4E98B751062B4ED20 * (*) (const RuntimeMethod*))Singleton_1_get_Instance_mD7F54CFD6D60327428D8C7A97E68BE95288A9A52_gshared)(method); } // System.Void RankComp::uploadPKGameRes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankComp_uploadPKGameRes_mE8F5882929C03D0CC6B955AAC097AC7F9A690C72 (RankComp_t5CD947AA321DFB0AC489BFF4E98B751062B4ED20 * __this, int32_t ___gameRes0, 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.Void HunterGameSettleView/<>c__DisplayClass1_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0__ctor_m0A0E220C50450E5CD66C75B5C4B6DE9C0CA078E8 (U3CU3Ec__DisplayClass1_0_t4D4E190D5CEDBC3D8BB0D3ADE156C8FDBCD0D665 * __this, const RuntimeMethod* method); // System.Void HunterGameSettleView/<>c__DisplayClass3_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m0CDB6792AA79A20ED640D8BC60544417981317D4 (U3CU3Ec__DisplayClass3_0_tD8DE7B2EB6428778F00D98919A7B89F0D21897ED * __this, const RuntimeMethod* method); // System.Void GameAssistUI::recordPlayerRecordsWhenGameTryAgain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameAssistUI_recordPlayerRecordsWhenGameTryAgain_m97A592CCC3032786A04142B74047D7F89C3C7A69 (GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * __this, const RuntimeMethod* method); // System.Boolean JCUnityLib.Throttler::CanPass() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Throttler_CanPass_m080D5F98049F0E4E2E401080CAB6AD14C50DF76C (Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * __this, const RuntimeMethod* method); // PKMatchingView PKMatchingView::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * PKMatchingView_Create_m05C72114145A9B423ED9171972E459EA7D8C8A8D (const RuntimeMethod* method); // System.Void PKMatchingView::InitForInviterToTryAgain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKMatchingView_InitForInviterToTryAgain_mCB1F9C51350772A483A87D64F5A4DA634A42D732 (PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * __this, 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 HunterGameSettleView::GoHomeLogic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HunterGameSettleView_GoHomeLogic_mC27EB96A483D814FCFE6613682A135402C664380 (HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * __this, const RuntimeMethod* method); // System.Void JCUnityLib.Throttler::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Throttler__ctor_mB35126909D5163CA812E372D3078896EE45410F8 (Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * __this, int64_t ___limitTimeMillis0, const RuntimeMethod* method); // System.Boolean ChallengeGameMode::IsChallengeWolf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChallengeGameMode_IsChallengeWolf_mFF8332F4B693D760BC5542BBB5A8A3ECC90594D6 (const RuntimeMethod* method); // System.Void HunterGameView::RenderAnimalCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HunterGameView_RenderAnimalCount_mA336018943C2A83487F3EF42D5ACBB14A40E63D5 (HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * __this, const RuntimeMethod* method); // System.Void HunterGameView::RenderHP() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HunterGameView_RenderHP_m4A8F742A48806DB8473BC8FFDAFC1D16E9754AD0 (HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * __this, const RuntimeMethod* method); // System.Void HunterGameView::RenderArrowCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HunterGameView_RenderArrowCount_m5C96FFF71C5EA1E87740C251D160FE8F18D1A241 (HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * __this, const RuntimeMethod* method); // System.Void HunterGameView::RenderTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HunterGameView_RenderTime_m38FF5B3248A5C34A17F589D7B2CE8776ED6B0F2D (HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * __this, const RuntimeMethod* method); // System.String TextAutoLanguage2::GetTextByKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2 (String_t* ___textKey0, const RuntimeMethod* method); // System.Void UnityEngine.UI.Image::set_fillAmount(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_fillAmount_m1D28CFC9B15A45AB6C561AA42BD8F305605E9E3C (Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * __this, float ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::CeilToInt(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_CeilToInt_m3A3E7C0F6A3CF731411BB90F264F989D8311CC6F (float ___f0, const RuntimeMethod* method); // System.String HunterGameView::GetTimeStr(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HunterGameView_GetTimeStr_mDD1A3383ED08101109D6805FBA0B8A19B9DE7609 (HunterGameView_tF56D406C3CBE5683098AEE845DA4B4B33664E0D6 * __this, int32_t ___second0, const RuntimeMethod* method); // System.Single UnityEngine.UI.Image::get_fillAmount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Image_get_fillAmount_mA6F275C1167931E2F166EA85058EF181D8008B09_inline (Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * __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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 BestHTTP.HTTPResponse::get_VersionMajor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_VersionMajor_m4F840796FE475DF131054EC65AE14E8B53DFE82C (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public int VersionMajor { get; protected set; } int32_t L_0 = __this->get_U3CVersionMajorU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.HTTPResponse::set_VersionMajor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_VersionMajor_mF74AB3D6EB487B01DF481E07D9BFC702B35DA4C2 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int VersionMajor { get; protected set; } int32_t L_0 = ___value0; __this->set_U3CVersionMajorU3Ek__BackingField_3(L_0); return; } } // System.Int32 BestHTTP.HTTPResponse::get_VersionMinor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_VersionMinor_m27D0E8B390DBF4341A1F671031B116A0544981ED (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public int VersionMinor { get; protected set; } int32_t L_0 = __this->get_U3CVersionMinorU3Ek__BackingField_4(); return L_0; } } // System.Void BestHTTP.HTTPResponse::set_VersionMinor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_VersionMinor_m650C0993078213E9D645C07A414EDF905FD7A7D8 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int VersionMinor { get; protected set; } int32_t L_0 = ___value0; __this->set_U3CVersionMinorU3Ek__BackingField_4(L_0); return; } } // System.Int32 BestHTTP.HTTPResponse::get_StatusCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public int StatusCode { get; protected set; } int32_t L_0 = __this->get_U3CStatusCodeU3Ek__BackingField_5(); return L_0; } } // System.Void BestHTTP.HTTPResponse::set_StatusCode(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_StatusCode_mBCA7B5183B02AC7A8267BC2AB2735C4B74D514EA (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int StatusCode { get; protected set; } int32_t L_0 = ___value0; __this->set_U3CStatusCodeU3Ek__BackingField_5(L_0); return; } } // System.Boolean BestHTTP.HTTPResponse::get_IsSuccess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public bool IsSuccess { get { return (this.StatusCode >= 200 && this.StatusCode < 300) || this.StatusCode == 304; } } int32_t L_0; L_0 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) < ((int32_t)((int32_t)200)))) { goto IL_001a; } } { int32_t L_1; L_1 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)((int32_t)300)))) { goto IL_0028; } } IL_001a: { int32_t L_2; L_2 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)304)))? 1 : 0); } IL_0028: { return (bool)1; } } // System.String BestHTTP.HTTPResponse::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public string Message { get; protected set; } String_t* L_0 = __this->get_U3CMessageU3Ek__BackingField_6(); return L_0; } } // System.Void BestHTTP.HTTPResponse::set_Message(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_Message_m055F1C393933B3F548EACBEEE50A5D153B28CC49 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Message { get; protected set; } String_t* L_0 = ___value0; __this->set_U3CMessageU3Ek__BackingField_6(L_0); return; } } // System.Boolean BestHTTP.HTTPResponse::get_IsStreamed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsStreamed_mEB40039F8A4ACBFC5ADC28D2AC18B6DCF35F325E (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public bool IsStreamed { get; protected set; } bool L_0 = __this->get_U3CIsStreamedU3Ek__BackingField_7(); return L_0; } } // System.Void BestHTTP.HTTPResponse::set_IsStreamed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_IsStreamed_m3DAE8320CBD0C0DF30322F9A352D7866A92EC73A (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsStreamed { get; protected set; } bool L_0 = ___value0; __this->set_U3CIsStreamedU3Ek__BackingField_7(L_0); return; } } // System.Boolean BestHTTP.HTTPResponse::get_IsStreamingFinished() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsStreamingFinished_m659F9CA579047CEBD3CC9E5484F08667FF5D94E6 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public bool IsStreamingFinished { get; internal set; } bool L_0 = __this->get_U3CIsStreamingFinishedU3Ek__BackingField_8(); return L_0; } } // System.Void BestHTTP.HTTPResponse::set_IsStreamingFinished(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_IsStreamingFinished_m7EB1C451A3ABD85335FF4BF4DA7AA7C49A989E98 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsStreamingFinished { get; internal set; } bool L_0 = ___value0; __this->set_U3CIsStreamingFinishedU3Ek__BackingField_8(L_0); return; } } // System.Boolean BestHTTP.HTTPResponse::get_IsFromCache() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public bool IsFromCache { get; internal set; } bool L_0 = __this->get_U3CIsFromCacheU3Ek__BackingField_9(); return L_0; } } // System.Void BestHTTP.HTTPResponse::set_IsFromCache(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_IsFromCache_m23C6FAC0BBCBCD2744394588B99E4230336F3059 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsFromCache { get; internal set; } bool L_0 = ___value0; __this->set_U3CIsFromCacheU3Ek__BackingField_9(L_0); return; } } // BestHTTP.Caching.HTTPCacheFileInfo BestHTTP.HTTPResponse::get_CacheFileInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * HTTPResponse_get_CacheFileInfo_mEE2E4C7E4CFFC466716F155EC728E354B7788217 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public HTTPCacheFileInfo CacheFileInfo { get; internal set; } HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * L_0 = __this->get_U3CCacheFileInfoU3Ek__BackingField_10(); return L_0; } } // System.Void BestHTTP.HTTPResponse::set_CacheFileInfo(BestHTTP.Caching.HTTPCacheFileInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_CacheFileInfo_mF7AA543EDCFC55427E99B16E8048C56329D6936B (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * ___value0, const RuntimeMethod* method) { { // public HTTPCacheFileInfo CacheFileInfo { get; internal set; } HTTPCacheFileInfo_t3BCDECECC6AD2CFF9DA37550CD6EE707999B15EA * L_0 = ___value0; __this->set_U3CCacheFileInfoU3Ek__BackingField_10(L_0); return; } } // System.Boolean BestHTTP.HTTPResponse::get_IsCacheOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsCacheOnly_m804166669B4936AC7EB55AE19286240F039FB60B (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public bool IsCacheOnly { get; private set; } bool L_0 = __this->get_U3CIsCacheOnlyU3Ek__BackingField_11(); return L_0; } } // System.Void BestHTTP.HTTPResponse::set_IsCacheOnly(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_IsCacheOnly_m04D20E31AE912B01CCFE7CF157BFDB729BF18C56 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsCacheOnly { get; private set; } bool L_0 = ___value0; __this->set_U3CIsCacheOnlyU3Ek__BackingField_11(L_0); return; } } // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPResponse::get_Headers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * HTTPResponse_get_Headers_m27BA752299C9175A23DDB59E4DF0112ECD00F539 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public Dictionary> Headers { get; protected set; } Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * L_0 = __this->get_U3CHeadersU3Ek__BackingField_12(); return L_0; } } // System.Void BestHTTP.HTTPResponse::set_Headers(System.Collections.Generic.Dictionary`2>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_Headers_m73FDE43CC8D8170D3186B74AB931DB78289AA051 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___value0, const RuntimeMethod* method) { { // public Dictionary> Headers { get; protected set; } Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * L_0 = ___value0; __this->set_U3CHeadersU3Ek__BackingField_12(L_0); return; } } // System.Byte[] BestHTTP.HTTPResponse::get_Data() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HTTPResponse_get_Data_m0CCF6E05405D6F2EEB11F87DEB23DB61A6059F0F (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public byte[] Data { get; internal set; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_U3CDataU3Ek__BackingField_13(); return L_0; } } // System.Void BestHTTP.HTTPResponse::set_Data(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_Data_m3E326901838217E142E9F1BC6895AA4832297070 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { { // public byte[] Data { get; internal set; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; __this->set_U3CDataU3Ek__BackingField_13(L_0); return; } } // System.Boolean BestHTTP.HTTPResponse::get_IsUpgraded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m741260E1BB78F03FC9A3446C2FF692698B2629E3 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public bool IsUpgraded { get; protected set; } bool L_0 = __this->get_U3CIsUpgradedU3Ek__BackingField_14(); return L_0; } } // System.Void BestHTTP.HTTPResponse::set_IsUpgraded(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_IsUpgraded_m7381ACA9903626CFE960A5194EF559142F831A58 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsUpgraded { get; protected set; } bool L_0 = ___value0; __this->set_U3CIsUpgradedU3Ek__BackingField_14(L_0); return; } } // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::get_Cookies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * HTTPResponse_get_Cookies_m9387E5410CAC32F59C964C9454468F2DBB4E73D4 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public List Cookies { get; internal set; } List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * L_0 = __this->get_U3CCookiesU3Ek__BackingField_15(); return L_0; } } // System.Void BestHTTP.HTTPResponse::set_Cookies(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_Cookies_m52BB2E004696B52187318344F580CA98C15630E9 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___value0, const RuntimeMethod* method) { { // public List Cookies { get; internal set; } List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * L_0 = ___value0; __this->set_U3CCookiesU3Ek__BackingField_15(L_0); return; } } // System.String BestHTTP.HTTPResponse::get_DataAsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // if (Data == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = HTTPResponse_get_Data_m0CCF6E05405D6F2EEB11F87DEB23DB61A6059F0F_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000e; } } { // return string.Empty; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { // if (!string.IsNullOrEmpty(dataAsText)) String_t* L_2 = __this->get_dataAsText_16(); bool L_3; L_3 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { // return dataAsText; String_t* L_4 = __this->get_dataAsText_16(); return L_4; } IL_0022: { // return dataAsText = Encoding.UTF8.GetString(Data, 0, Data.Length); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_5; L_5 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = HTTPResponse_get_Data_m0CCF6E05405D6F2EEB11F87DEB23DB61A6059F0F_inline(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = HTTPResponse_get_Data_m0CCF6E05405D6F2EEB11F87DEB23DB61A6059F0F_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); NullCheck(L_5); String_t* L_8; L_8 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))); String_t* L_9 = L_8; V_0 = L_9; __this->set_dataAsText_16(L_9); String_t* L_10 = V_0; return L_10; } } // UnityEngine.Texture2D BestHTTP.HTTPResponse::get_DataAsTexture2D() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * HTTPResponse_get_DataAsTexture2D_m9E6CA7DAE6BF2CD429D0FE17129D26C02D274993 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __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*)&Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Data == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = HTTPResponse_get_Data_m0CCF6E05405D6F2EEB11F87DEB23DB61A6059F0F_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { // return null; return (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)NULL; } IL_000a: { // if (texture != null) Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_1 = __this->get_texture_17(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_001f; } } { // return texture; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_3 = __this->get_texture_17(); return L_3; } IL_001f: { // texture = new Texture2D(0, 0, TextureFormat.ARGB32, false); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_4 = (Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF *)il2cpp_codegen_object_new(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var); Texture2D__ctor_mF138386223A07CBD4CE94672757E39D0EF718092(L_4, 0, 0, 5, (bool)0, /*hidden argument*/NULL); __this->set_texture_17(L_4); // texture.LoadImage(Data); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_5 = __this->get_texture_17(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = HTTPResponse_get_Data_m0CCF6E05405D6F2EEB11F87DEB23DB61A6059F0F_inline(__this, /*hidden argument*/NULL); bool L_7; L_7 = ImageConversion_LoadImage_m5BB4FBA0565E698ED5C6F25F7A0A5F83CADD7477(L_5, L_6, /*hidden argument*/NULL); // return texture; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_8 = __this->get_texture_17(); return L_8; } } // System.Boolean BestHTTP.HTTPResponse::get_IsClosedManually() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsClosedManually_m7EE2B9E24661D05C8861E2002E01FE1AAFA78257 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // public bool IsClosedManually { get; protected set; } bool L_0 = __this->get_U3CIsClosedManuallyU3Ek__BackingField_18(); return L_0; } } // System.Void BestHTTP.HTTPResponse::set_IsClosedManually(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_set_IsClosedManually_m39AF781E305670B505A4309FCC6807C975E9C363 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsClosedManually { get; protected set; } bool L_0 = ___value0; __this->set_U3CIsClosedManuallyU3Ek__BackingField_18(L_0); return; } } // System.Void BestHTTP.HTTPResponse::.ctor(BestHTTP.HTTPRequest,System.IO.Stream,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse__ctor_mEE080B7F104F05A1D099B6D51804077185591D16 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___request0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream1, bool ___isStreamed2, bool ___isFromCache3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // protected object SyncRoot = new object(); RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); __this->set_SyncRoot_22(L_0); // public HTTPResponse(HTTPRequest request, Stream stream, bool isStreamed, bool isFromCache) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.baseRequest = request; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_1 = ___request0; __this->set_baseRequest_19(L_1); // this.Stream = /*new ReadOnlyBufferedStream*/(stream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___stream1; __this->set_Stream_20(L_2); // this.IsStreamed = isStreamed; bool L_3 = ___isStreamed2; HTTPResponse_set_IsStreamed_m3DAE8320CBD0C0DF30322F9A352D7866A92EC73A_inline(__this, L_3, /*hidden argument*/NULL); // this.IsFromCache = isFromCache; bool L_4 = ___isFromCache3; HTTPResponse_set_IsFromCache_m23C6FAC0BBCBCD2744394588B99E4230336F3059_inline(__this, L_4, /*hidden argument*/NULL); // this.IsCacheOnly = request.CacheOnly; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_5 = ___request0; NullCheck(L_5); bool L_6; L_6 = HTTPRequest_get_CacheOnly_m812A51D08882F3522A4C1A1E762F5E419DEB5DE2_inline(L_5, /*hidden argument*/NULL); HTTPResponse_set_IsCacheOnly_m04D20E31AE912B01CCFE7CF157BFDB729BF18C56_inline(__this, L_6, /*hidden argument*/NULL); // this.IsClosedManually = false; HTTPResponse_set_IsClosedManually_m39AF781E305670B505A4309FCC6807C975E9C363_inline(__this, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.HTTPResponse::Receive(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_Receive_m57DFEB2D41AB126FF6AB776F907C18A0B1707F56 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, int32_t ___forceReadRawContentLength0, bool ___readPayloadData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0778ADF06A3AEBBED43F786CFC6FC7AFDA240AFE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18F36D7505CE8DE25D690169CAD30FB6321CD4FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BCDDD90864A065D87A7C75887907863F5B2F8A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B14696C3F0507764243C5117A97056636362FAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69AD9BC3F411DDCC87724038C684C4CAABD46CB1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BF7D93FE101C93D5FA7D512172A8602E64E08E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73C1392E41D1186BE8468DCBDB02A5325BF81931); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DE6623D87304E73BA2C5650273C218A9AE960EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE530F6FE1810EDAA785D978F4369AB668FABC3FE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF541D81906682AFF9CD71D693F5A5A8760C459FC); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * G_B31_0 = NULL; HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * G_B28_0 = NULL; HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * G_B30_0 = NULL; HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * G_B29_0 = NULL; int32_t G_B32_0 = 0; HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * G_B32_1 = NULL; { // string statusLine = string.Empty; String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_1); uint8_t L_2; L_2 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_1); if (L_2) { goto IL_002e; } } { // VerboseLogging(string.Format("Receive. forceReadRawContentLength: '{0:N0}', readPayloadData: '{1:N0}'", forceReadRawContentLength, readPayloadData)); int32_t L_3 = ___forceReadRawContentLength0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); bool L_6 = ___readPayloadData1; bool L_7 = L_6; RuntimeObject * L_8 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_7); String_t* L_9; L_9 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralE530F6FE1810EDAA785D978F4369AB668FABC3FE, L_5, L_8, /*hidden argument*/NULL); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, L_9, /*hidden argument*/NULL); } IL_002e: { } IL_002f: try {// begin try (depth: 1) // statusLine = ReadTo(Stream, (byte)' '); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10 = __this->get_Stream_20(); String_t* L_11; L_11 = HTTPResponse_ReadTo_m5AA3F3AC3485E553B21E5E0E32A4458301683D8F(L_10, (uint8_t)((int32_t)32), /*hidden argument*/NULL); V_0 = L_11; // } goto IL_00a9; }// end try (depth: 1) 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_003f; } throw e; } CATCH_003f: {// begin catch(System.Object) { // catch // if (!baseRequest.DisableRetry) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_12 = __this->get_baseRequest_19(); NullCheck(L_12); bool L_13; L_13 = HTTPRequest_get_DisableRetry_m8AB9A075FAC215D7E294CE9740F25F7B9E61CF44_inline(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_007e; } } IL_004d: { // HTTPManager.Logger.Warning("HTTPResponse", string.Format("{0} - Failed to read Status Line! Retry is enabled, returning with false.", this.baseRequest.CurrentUri.ToString())); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_14; L_14 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_15 = __this->get_baseRequest_19(); NullCheck(L_15); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_16; L_16 = HTTPRequest_get_CurrentUri_mF08CB7FC8F25CCCC9128FFE014B19E17B74D8264(L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16); String_t* L_18; L_18 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4A6620638C732BC4EE82529189D54AF4DDAE546E)), L_17, /*hidden argument*/NULL); NullCheck(L_14); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2BCDDD90864A065D87A7C75887907863F5B2F8A8)), L_18); // return false; V_4 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_02b0; } IL_007e: { // HTTPManager.Logger.Warning("HTTPResponse", string.Format("{0} - Failed to read Status Line! Retry is disabled, re-throwing exception.", this.baseRequest.CurrentUri.ToString())); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_19; L_19 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_20 = __this->get_baseRequest_19(); NullCheck(L_20); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_21; L_21 = HTTPRequest_get_CurrentUri_mF08CB7FC8F25CCCC9128FFE014B19E17B74D8264(L_20, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); String_t* L_23; L_23 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE9044BC6E53A553099FA81E77EEBB8B3583EACE1)), L_22, /*hidden argument*/NULL); NullCheck(L_19); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2BCDDD90864A065D87A7C75887907863F5B2F8A8)), L_23); // throw; IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPResponse_Receive_m57DFEB2D41AB126FF6AB776F907C18A0B1707F56_RuntimeMethod_var))); } }// end catch (depth: 1) IL_00a9: { // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_24; L_24 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_24); uint8_t L_25; L_25 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_00c6; } } { // VerboseLogging(string.Format("Status Line: '{0}'", statusLine)); String_t* L_26 = V_0; String_t* L_27; L_27 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral5B14696C3F0507764243C5117A97056636362FAB, L_26, /*hidden argument*/NULL); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, L_27, /*hidden argument*/NULL); } IL_00c6: { // if (string.IsNullOrEmpty(statusLine)) String_t* L_28 = V_0; bool L_29; L_29 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00e8; } } { // if (!baseRequest.DisableRetry) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_30 = __this->get_baseRequest_19(); NullCheck(L_30); bool L_31; L_31 = HTTPRequest_get_DisableRetry_m8AB9A075FAC215D7E294CE9740F25F7B9E61CF44_inline(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00dd; } } { // return false; return (bool)0; } IL_00dd: { // throw new Exception("Remote server closed the connection before sending response header!"); Exception_t * L_32 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral845EFE740DD945200113D23E0E5F2599D12932A0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPResponse_Receive_m57DFEB2D41AB126FF6AB776F907C18A0B1707F56_RuntimeMethod_var))); } IL_00e8: { // string[] versions = statusLine.Split(new char[] { '/', '.' }); String_t* L_33 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_34 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_35 = L_34; NullCheck(L_35); (L_35)->SetAt(static_cast(0), (Il2CppChar)((int32_t)47)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_36 = L_35; NullCheck(L_36); (L_36)->SetAt(static_cast(1), (Il2CppChar)((int32_t)46)); NullCheck(L_33); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_37; L_37 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_33, L_36, /*hidden argument*/NULL); V_1 = L_37; // this.VersionMajor = int.Parse(versions[1]); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_38 = V_1; NullCheck(L_38); int32_t L_39 = 1; String_t* L_40 = (L_38)->GetAt(static_cast(L_39)); int32_t L_41; L_41 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_40, /*hidden argument*/NULL); HTTPResponse_set_VersionMajor_mF74AB3D6EB487B01DF481E07D9BFC702B35DA4C2_inline(__this, L_41, /*hidden argument*/NULL); // this.VersionMinor = int.Parse(versions[2]); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_42 = V_1; NullCheck(L_42); int32_t L_43 = 2; String_t* L_44 = (L_42)->GetAt(static_cast(L_43)); int32_t L_45; L_45 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_44, /*hidden argument*/NULL); HTTPResponse_set_VersionMinor_m650C0993078213E9D645C07A414EDF905FD7A7D8_inline(__this, L_45, /*hidden argument*/NULL); // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_46; L_46 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_46); uint8_t L_47; L_47 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_46); if (L_47) { goto IL_0155; } } { // VerboseLogging(string.Format("HTTP Version: '{0}.{1}'", this.VersionMajor.ToString(), this.VersionMinor.ToString())); int32_t L_48; L_48 = HTTPResponse_get_VersionMajor_m4F840796FE475DF131054EC65AE14E8B53DFE82C_inline(__this, /*hidden argument*/NULL); V_5 = L_48; String_t* L_49; L_49 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_5), /*hidden argument*/NULL); int32_t L_50; L_50 = HTTPResponse_get_VersionMinor_m27D0E8B390DBF4341A1F671031B116A0544981ED_inline(__this, /*hidden argument*/NULL); V_5 = L_50; String_t* L_51; L_51 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_5), /*hidden argument*/NULL); String_t* L_52; L_52 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral0778ADF06A3AEBBED43F786CFC6FC7AFDA240AFE, L_49, L_51, /*hidden argument*/NULL); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, L_52, /*hidden argument*/NULL); } IL_0155: { // string statusCodeStr = NoTrimReadTo(Stream, (byte)' ', LF); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_53 = __this->get_Stream_20(); String_t* L_54; L_54 = HTTPResponse_NoTrimReadTo_m99D9B3DF9A6516515A7C838B6BEDDAB4FA1749C3(L_53, (uint8_t)((int32_t)32), (uint8_t)((int32_t)10), /*hidden argument*/NULL); V_3 = L_54; // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_55; L_55 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_55); uint8_t L_56; L_56 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_55); if (L_56) { goto IL_0182; } } { // VerboseLogging(string.Format("Status Code: '{0}'", statusCodeStr)); String_t* L_57 = V_3; String_t* L_58; L_58 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral73C1392E41D1186BE8468DCBDB02A5325BF81931, L_57, /*hidden argument*/NULL); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, L_58, /*hidden argument*/NULL); } IL_0182: { // if (baseRequest.DisableRetry) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_59 = __this->get_baseRequest_19(); NullCheck(L_59); bool L_60; L_60 = HTTPRequest_get_DisableRetry_m8AB9A075FAC215D7E294CE9740F25F7B9E61CF44_inline(L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0198; } } { // statusCode = int.Parse(statusCodeStr); String_t* L_61 = V_3; int32_t L_62; L_62 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_61, /*hidden argument*/NULL); V_2 = L_62; goto IL_01a4; } IL_0198: { // else if (!int.TryParse(statusCodeStr, out statusCode)) String_t* L_63 = V_3; bool L_64; L_64 = Int32_TryParse_m748B8DB1D0C9D25C3D1812D7887411C4AFC1DDC2(L_63, (int32_t*)(&V_2), /*hidden argument*/NULL); if (L_64) { goto IL_01a4; } } { // return false; return (bool)0; } IL_01a4: { // this.StatusCode = statusCode; int32_t L_65 = V_2; HTTPResponse_set_StatusCode_mBCA7B5183B02AC7A8267BC2AB2735C4B74D514EA_inline(__this, L_65, /*hidden argument*/NULL); // if (statusCodeStr.Length > 0 && (byte)statusCodeStr[statusCodeStr.Length - 1] != LF && (byte)statusCodeStr[statusCodeStr.Length - 1] != CR) String_t* L_66 = V_3; NullCheck(L_66); int32_t L_67; L_67 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_66, /*hidden argument*/NULL); if ((((int32_t)L_67) <= ((int32_t)0))) { goto IL_0211; } } { String_t* L_68 = V_3; String_t* L_69 = V_3; NullCheck(L_69); int32_t L_70; L_70 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_69, /*hidden argument*/NULL); NullCheck(L_68); Il2CppChar L_71; L_71 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_68, ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)((int32_t)((uint8_t)L_71))) == ((int32_t)((int32_t)10)))) { goto IL_0211; } } { String_t* L_72 = V_3; String_t* L_73 = V_3; NullCheck(L_73); int32_t L_74; L_74 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_73, /*hidden argument*/NULL); NullCheck(L_72); Il2CppChar L_75; L_75 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_72, ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)((int32_t)((uint8_t)L_75))) == ((int32_t)((int32_t)13)))) { goto IL_0211; } } { // this.Message = ReadTo(Stream, LF); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_76 = __this->get_Stream_20(); String_t* L_77; L_77 = HTTPResponse_ReadTo_m5AA3F3AC3485E553B21E5E0E32A4458301683D8F(L_76, (uint8_t)((int32_t)10), /*hidden argument*/NULL); HTTPResponse_set_Message_m055F1C393933B3F548EACBEEE50A5D153B28CC49_inline(__this, L_77, /*hidden argument*/NULL); // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_78; L_78 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_78); uint8_t L_79; L_79 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_78); if (L_79) { goto IL_0245; } } { // VerboseLogging(string.Format("Status Message: '{0}'", this.Message)); String_t* L_80; L_80 = HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline(__this, /*hidden argument*/NULL); String_t* L_81; L_81 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral9DE6623D87304E73BA2C5650273C218A9AE960EC, L_80, /*hidden argument*/NULL); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, L_81, /*hidden argument*/NULL); // } goto IL_0245; } IL_0211: { // HTTPManager.Logger.Warning("HTTPResponse", string.Format("{0} - Skipping Status Message reading!", this.baseRequest.CurrentUri.ToString())); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_82; L_82 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_83 = __this->get_baseRequest_19(); NullCheck(L_83); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_84; L_84 = HTTPRequest_get_CurrentUri_mF08CB7FC8F25CCCC9128FFE014B19E17B74D8264(L_83, /*hidden argument*/NULL); NullCheck(L_84); String_t* L_85; L_85 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_84); String_t* L_86; L_86 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral18F36D7505CE8DE25D690169CAD30FB6321CD4FD, L_85, /*hidden argument*/NULL); NullCheck(L_82); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_82, _stringLiteral2BCDDD90864A065D87A7C75887907863F5B2F8A8, L_86); // this.Message = string.Empty; String_t* L_87 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); HTTPResponse_set_Message_m055F1C393933B3F548EACBEEE50A5D153B28CC49_inline(__this, L_87, /*hidden argument*/NULL); } IL_0245: { // ReadHeaders(Stream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_88 = __this->get_Stream_20(); HTTPResponse_ReadHeaders_mE79A3E908A9693F5A00FC8CAD440148EEB1FA855(__this, L_88, /*hidden argument*/NULL); // IsUpgraded = StatusCode == 101 && (HasHeaderWithValue("connection", "upgrade") || HasHeader("upgrade")); int32_t L_89; L_89 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(__this, /*hidden argument*/NULL); G_B28_0 = __this; if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)101))))) { G_B31_0 = __this; goto IL_027e; } } { bool L_90; L_90 = HTTPResponse_HasHeaderWithValue_m4032ECF7991F2D452311EF1E46397555913AB914(__this, _stringLiteralF541D81906682AFF9CD71D693F5A5A8760C459FC, _stringLiteral69AD9BC3F411DDCC87724038C684C4CAABD46CB1, /*hidden argument*/NULL); G_B29_0 = G_B28_0; if (L_90) { G_B30_0 = G_B28_0; goto IL_027b; } } { bool L_91; L_91 = HTTPResponse_HasHeader_m33686019500B7E5462F4AD7F7529CBBC2EF18CA9(__this, _stringLiteral69AD9BC3F411DDCC87724038C684C4CAABD46CB1, /*hidden argument*/NULL); G_B32_0 = ((int32_t)(L_91)); G_B32_1 = G_B29_0; goto IL_027f; } IL_027b: { G_B32_0 = 1; G_B32_1 = G_B30_0; goto IL_027f; } IL_027e: { G_B32_0 = 0; G_B32_1 = G_B31_0; } IL_027f: { NullCheck(G_B32_1); HTTPResponse_set_IsUpgraded_m7381ACA9903626CFE960A5194EF559142F831A58_inline(G_B32_1, (bool)G_B32_0, /*hidden argument*/NULL); // if (IsUpgraded && HTTPManager.Logger.Level == Logger.Loglevels.All) bool L_92; L_92 = HTTPResponse_get_IsUpgraded_m741260E1BB78F03FC9A3446C2FF692698B2629E3_inline(__this, /*hidden argument*/NULL); if (!L_92) { goto IL_02a3; } } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_93; L_93 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_93); uint8_t L_94; L_94 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_93); if (L_94) { goto IL_02a3; } } { // VerboseLogging("Request Upgraded!"); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, _stringLiteral6BF7D93FE101C93D5FA7D512172A8602E64E08E9, /*hidden argument*/NULL); } IL_02a3: { // if (!readPayloadData) bool L_95 = ___readPayloadData1; if (L_95) { goto IL_02a8; } } { // return true; return (bool)1; } IL_02a8: { // return ReadPayload(forceReadRawContentLength); int32_t L_96 = ___forceReadRawContentLength0; bool L_97; L_97 = HTTPResponse_ReadPayload_m716FDEE63120394AC973B72CBD5D22C0717167F7(__this, L_96, /*hidden argument*/NULL); return L_97; } IL_02b0: { // } bool L_98 = V_4; return L_98; } } // System.Boolean BestHTTP.HTTPResponse::ReadPayload(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_ReadPayload_m716FDEE63120394AC973B72CBD5D22C0717167F7 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, int32_t ___forceReadRawContentLength0, 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*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E9C7EC66796179F504EE3E8DA0FCDDE429FCBEA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11C9E793637A7DDCD374D5695E1503F31B4553EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7145DB000FB7A15A3BC887316484C05C47DF929F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0BA0AE8A83E674A1009EA2C879B1246A74B16B4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3667A4D276FAA0FFE19E1208BBCB7F66ED6F3D2); s_Il2CppMethodInitialized = true; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_0 = NULL; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_1 = NULL; HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B * V_2 = NULL; { // if (forceReadRawContentLength != -1) int32_t L_0 = ___forceReadRawContentLength0; if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_0032; } } { // this.IsFromCache = true; HTTPResponse_set_IsFromCache_m23C6FAC0BBCBCD2744394588B99E4230336F3059_inline(__this, (bool)1, /*hidden argument*/NULL); // ReadRaw(Stream, forceReadRawContentLength); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_Stream_20(); int32_t L_2 = ___forceReadRawContentLength0; HTTPResponse_ReadRaw_m6DEF8955ECD771EBBA3A95C308AC37942F9BC44E(__this, L_1, ((int64_t)((int64_t)L_2)), /*hidden argument*/NULL); // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_3); uint8_t L_4; L_4 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_3); if (L_4) { goto IL_0030; } } { // VerboseLogging("ReadPayload Finished!"); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, _stringLiteral11C9E793637A7DDCD374D5695E1503F31B4553EC, /*hidden argument*/NULL); } IL_0030: { // return true; return (bool)1; } IL_0032: { // if ((StatusCode >= 100 && StatusCode < 200) || StatusCode == 204 || StatusCode == 304 || baseRequest.MethodType == HTTPMethods.Head) int32_t L_5; L_5 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)((int32_t)100)))) { goto IL_0049; } } { int32_t L_6; L_6 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)((int32_t)200)))) { goto IL_0071; } } IL_0049: { int32_t L_7; L_7 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)204)))) { goto IL_0071; } } { int32_t L_8; L_8 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)304)))) { goto IL_0071; } } { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_9 = __this->get_baseRequest_19(); NullCheck(L_9); uint8_t L_10; L_10 = HTTPRequest_get_MethodType_m9C6ADC126D0A5C7737A80457239C5E26D79C8B67_inline(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_0073; } } IL_0071: { // return true; return (bool)1; } IL_0073: { // if (HasHeaderWithValue("transfer-encoding", "chunked")) bool L_11; L_11 = HTTPResponse_HasHeaderWithValue_m4032ECF7991F2D452311EF1E46397555913AB914(__this, _stringLiteral0E9C7EC66796179F504EE3E8DA0FCDDE429FCBEA, _stringLiteral7145DB000FB7A15A3BC887316484C05C47DF929F, /*hidden argument*/NULL); if (!L_11) { goto IL_0096; } } { // ReadChunked(Stream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12 = __this->get_Stream_20(); HTTPResponse_ReadChunked_mB9E70F4EB7F891971FB9AB28DB5A1CAB8FDF516B(__this, L_12, /*hidden argument*/NULL); goto IL_011f; } IL_0096: { // List contentLengthHeaders = GetHeaderValues("content-length"); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_13; L_13 = HTTPResponse_GetHeaderValues_m67493FE1D1261B7F5CCBEC2C6036A435B8CFE14D(__this, _stringLiteralE3667A4D276FAA0FFE19E1208BBCB7F66ED6F3D2, /*hidden argument*/NULL); V_0 = L_13; // var contentRangeHeaders = GetHeaderValues("content-range"); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_14; L_14 = HTTPResponse_GetHeaderValues_m67493FE1D1261B7F5CCBEC2C6036A435B8CFE14D(__this, _stringLiteralE0BA0AE8A83E674A1009EA2C879B1246A74B16B4, /*hidden argument*/NULL); V_1 = L_14; // if (contentLengthHeaders != null && contentRangeHeaders == null) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_15 = V_0; if (!L_15) { goto IL_00ce; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_16 = V_1; if (L_16) { goto IL_00ce; } } { // ReadRaw(Stream, long.Parse(contentLengthHeaders[0])); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_17 = __this->get_Stream_20(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_18 = V_0; NullCheck(L_18); String_t* L_19; L_19 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_18, 0, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); int64_t L_20; L_20 = Int64_Parse_m324C1AE318F496D87AAED8CB5D9E6E6EA6FE4A45(L_19, /*hidden argument*/NULL); HTTPResponse_ReadRaw_m6DEF8955ECD771EBBA3A95C308AC37942F9BC44E(__this, L_17, L_20, /*hidden argument*/NULL); goto IL_011f; } IL_00ce: { // else if (contentRangeHeaders != null) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_21 = V_1; if (!L_21) { goto IL_0113; } } { // if (contentLengthHeaders != null) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_22 = V_0; if (!L_22) { goto IL_00ee; } } { // ReadRaw(Stream, long.Parse(contentLengthHeaders[0])); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_23 = __this->get_Stream_20(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_24 = V_0; NullCheck(L_24); String_t* L_25; L_25 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_24, 0, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); int64_t L_26; L_26 = Int64_Parse_m324C1AE318F496D87AAED8CB5D9E6E6EA6FE4A45(L_25, /*hidden argument*/NULL); HTTPResponse_ReadRaw_m6DEF8955ECD771EBBA3A95C308AC37942F9BC44E(__this, L_23, L_26, /*hidden argument*/NULL); goto IL_011f; } IL_00ee: { // HTTPRange range = GetRange(); HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B * L_27; L_27 = HTTPResponse_GetRange_mF840DDE7C0D49599CBECE8B259FD001D81BFAE52(__this, /*hidden argument*/NULL); V_2 = L_27; // ReadRaw(Stream, (range.LastBytePos - range.FirstBytePos) + 1); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_28 = __this->get_Stream_20(); HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B * L_29 = V_2; NullCheck(L_29); int32_t L_30; L_30 = HTTPRange_get_LastBytePos_mBD344AEABE0021BE1CCF2A06F3DA7EDF3F0D540E_inline(L_29, /*hidden argument*/NULL); HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B * L_31 = V_2; NullCheck(L_31); int32_t L_32; L_32 = HTTPRange_get_FirstBytePos_m01721F0C9148AB6EA30118E83F8C17CA093AFD7F_inline(L_31, /*hidden argument*/NULL); HTTPResponse_ReadRaw_m6DEF8955ECD771EBBA3A95C308AC37942F9BC44E(__this, L_28, ((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_32)), (int32_t)1)))), /*hidden argument*/NULL); // } goto IL_011f; } IL_0113: { // ReadUnknownSize(Stream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_33 = __this->get_Stream_20(); HTTPResponse_ReadUnknownSize_m5637E9DF127A987C1F99B590A387ECF17FA726CC(__this, L_33, /*hidden argument*/NULL); } IL_011f: { // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_34; L_34 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_34); uint8_t L_35; L_35 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_34); if (L_35) { goto IL_0136; } } { // VerboseLogging("ReadPayload Finished!"); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, _stringLiteral11C9E793637A7DDCD374D5695E1503F31B4553EC, /*hidden argument*/NULL); } IL_0136: { // return true; return (bool)1; } } // System.Void BestHTTP.HTTPResponse::ReadHeaders(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadHeaders_mE79A3E908A9693F5A00FC8CAD440148EEB1FA855 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA49ACF29EBDFCB8B10B52D72FF1700610D50FE1); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { // string headerName = ReadTo(stream, (byte)':', LF)/*.Trim()*/; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; String_t* L_1; L_1 = HTTPResponse_ReadTo_m52E8ED5295BBBFFFD8CC7DF879FEB270267A2A4C(L_0, (uint8_t)((int32_t)58), (uint8_t)((int32_t)10), /*hidden argument*/NULL); V_0 = L_1; goto IL_0047; } IL_000d: { // string value = ReadTo(stream, LF); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___stream0; String_t* L_3; L_3 = HTTPResponse_ReadTo_m5AA3F3AC3485E553B21E5E0E32A4458301683D8F(L_2, (uint8_t)((int32_t)10), /*hidden argument*/NULL); V_1 = L_3; // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_4); uint8_t L_5; L_5 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_4); if (L_5) { goto IL_0034; } } { // VerboseLogging(string.Format("Header - '{0}': '{1}'", headerName, value)); String_t* L_6 = V_0; String_t* L_7 = V_1; String_t* L_8; L_8 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralBA49ACF29EBDFCB8B10B52D72FF1700610D50FE1, L_6, L_7, /*hidden argument*/NULL); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, L_8, /*hidden argument*/NULL); } IL_0034: { // AddHeader(headerName, value); String_t* L_9 = V_0; String_t* L_10 = V_1; HTTPResponse_AddHeader_mF359D71D324B6854C830D4285F2F84A8EE25F0B8(__this, L_9, L_10, /*hidden argument*/NULL); // headerName = ReadTo(stream, (byte)':', LF); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_11 = ___stream0; String_t* L_12; L_12 = HTTPResponse_ReadTo_m52E8ED5295BBBFFFD8CC7DF879FEB270267A2A4C(L_11, (uint8_t)((int32_t)58), (uint8_t)((int32_t)10), /*hidden argument*/NULL); V_0 = L_12; } IL_0047: { // while (headerName != string.Empty) String_t* L_13 = V_0; String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_15; L_15 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_13, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_000d; } } { // } return; } } // System.Void BestHTTP.HTTPResponse::AddHeader(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_AddHeader_mF359D71D324B6854C830D4285F2F84A8EE25F0B8 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m699333D050BD0CC3BBB007F96141B89CCFD6C5BE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAD3BF926925BC89D9AD1ACE56DEDF384520DF88F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m4BF4B650B2E69D5D783B9AE68644355C271BE54C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_0 = NULL; { // name = name.ToLower(); String_t* L_0 = ___name0; NullCheck(L_0); String_t* L_1; L_1 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_0, /*hidden argument*/NULL); ___name0 = L_1; // if (Headers == null) Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * L_2; L_2 = HTTPResponse_get_Headers_m27BA752299C9175A23DDB59E4DF0112ECD00F539_inline(__this, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } { // Headers = new Dictionary>(); Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * L_3 = (Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 *)il2cpp_codegen_object_new(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4BF4B650B2E69D5D783B9AE68644355C271BE54C(L_3, /*hidden argument*/Dictionary_2__ctor_m4BF4B650B2E69D5D783B9AE68644355C271BE54C_RuntimeMethod_var); HTTPResponse_set_Headers_m73FDE43CC8D8170D3186B74AB931DB78289AA051_inline(__this, L_3, /*hidden argument*/NULL); } IL_001b: { // if (!Headers.TryGetValue(name, out values)) Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * L_4; L_4 = HTTPResponse_get_Headers_m27BA752299C9175A23DDB59E4DF0112ECD00F539_inline(__this, /*hidden argument*/NULL); String_t* L_5 = ___name0; NullCheck(L_4); bool L_6; L_6 = Dictionary_2_TryGetValue_mAD3BF926925BC89D9AD1ACE56DEDF384520DF88F(L_4, L_5, (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mAD3BF926925BC89D9AD1ACE56DEDF384520DF88F_RuntimeMethod_var); if (L_6) { goto IL_003f; } } { // Headers.Add(name, values = new List(1)); Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * L_7; L_7 = HTTPResponse_get_Headers_m27BA752299C9175A23DDB59E4DF0112ECD00F539_inline(__this, /*hidden argument*/NULL); String_t* L_8 = ___name0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_9 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B(L_9, 1, /*hidden argument*/List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B_RuntimeMethod_var); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_10 = L_9; V_0 = L_10; NullCheck(L_7); Dictionary_2_Add_m699333D050BD0CC3BBB007F96141B89CCFD6C5BE(L_7, L_8, L_10, /*hidden argument*/Dictionary_2_Add_m699333D050BD0CC3BBB007F96141B89CCFD6C5BE_RuntimeMethod_var); } IL_003f: { // values.Add(value); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_11 = V_0; String_t* L_12 = ___value1; NullCheck(L_11); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_11, L_12, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); // } return; } } // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::GetHeaderValues(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * HTTPResponse_GetHeaderValues_m67493FE1D1261B7F5CCBEC2C6036A435B8CFE14D (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAD3BF926925BC89D9AD1ACE56DEDF384520DF88F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_0 = NULL; { // if (Headers == null) Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * L_0; L_0 = HTTPResponse_get_Headers_m27BA752299C9175A23DDB59E4DF0112ECD00F539_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { // return null; return (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)NULL; } IL_000a: { // name = name.ToLower(); String_t* L_1 = ___name0; NullCheck(L_1); String_t* L_2; L_2 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_1, /*hidden argument*/NULL); ___name0 = L_2; // if (!Headers.TryGetValue(name, out values) || values.Count == 0) Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * L_3; L_3 = HTTPResponse_get_Headers_m27BA752299C9175A23DDB59E4DF0112ECD00F539_inline(__this, /*hidden argument*/NULL); String_t* L_4 = ___name0; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_TryGetValue_mAD3BF926925BC89D9AD1ACE56DEDF384520DF88F(L_3, L_4, (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mAD3BF926925BC89D9AD1ACE56DEDF384520DF88F_RuntimeMethod_var); if (!L_5) { goto IL_002a; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_6, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if (L_7) { goto IL_002c; } } IL_002a: { // return null; return (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)NULL; } IL_002c: { // return values; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_8 = V_0; return L_8; } } // System.String BestHTTP.HTTPResponse::GetFirstHeaderValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_GetFirstHeaderValue_mCEE274940680171EC84DC9DEEDB577DBF8A26D1B (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAD3BF926925BC89D9AD1ACE56DEDF384520DF88F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_0 = NULL; { // if (Headers == null) Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * L_0; L_0 = HTTPResponse_get_Headers_m27BA752299C9175A23DDB59E4DF0112ECD00F539_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { // return null; return (String_t*)NULL; } IL_000a: { // name = name.ToLower(); String_t* L_1 = ___name0; NullCheck(L_1); String_t* L_2; L_2 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_1, /*hidden argument*/NULL); ___name0 = L_2; // if (!Headers.TryGetValue(name, out values) || values.Count == 0) Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * L_3; L_3 = HTTPResponse_get_Headers_m27BA752299C9175A23DDB59E4DF0112ECD00F539_inline(__this, /*hidden argument*/NULL); String_t* L_4 = ___name0; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_TryGetValue_mAD3BF926925BC89D9AD1ACE56DEDF384520DF88F(L_3, L_4, (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mAD3BF926925BC89D9AD1ACE56DEDF384520DF88F_RuntimeMethod_var); if (!L_5) { goto IL_002a; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_6, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if (L_7) { goto IL_002c; } } IL_002a: { // return null; return (String_t*)NULL; } IL_002c: { // return values[0]; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_8, 0, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); return L_9; } } // System.Boolean BestHTTP.HTTPResponse::HasHeaderWithValue(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasHeaderWithValue_m4032ECF7991F2D452311EF1E46397555913AB914 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___headerName0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_0 = NULL; int32_t V_1 = 0; { // var values = GetHeaderValues(headerName); String_t* L_0 = ___headerName0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_1; L_1 = HTTPResponse_GetHeaderValues_m67493FE1D1261B7F5CCBEC2C6036A435B8CFE14D(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; // if (values == null) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_2 = V_0; if (L_2) { goto IL_000d; } } { // return false; return (bool)0; } IL_000d: { // for (int i = 0; i < values.Count; ++i) V_1 = 0; goto IL_0027; } IL_0011: { // if (string.Compare(values[i], value, StringComparison.OrdinalIgnoreCase) == 0) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); String_t* L_5; L_5 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); String_t* L_6 = ___value1; int32_t L_7; L_7 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_5, L_6, 5, /*hidden argument*/NULL); if (L_7) { goto IL_0023; } } { // return true; return (bool)1; } IL_0023: { // for (int i = 0; i < values.Count; ++i) int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0027: { // for (int i = 0; i < values.Count; ++i) int32_t L_9 = V_1; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_10, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0011; } } { // return false; return (bool)0; } } // System.Boolean BestHTTP.HTTPResponse::HasHeader(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasHeader_m33686019500B7E5462F4AD7F7529CBBC2EF18CA9 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___headerName0, const RuntimeMethod* method) { { // var values = GetHeaderValues(headerName); String_t* L_0 = ___headerName0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_1; L_1 = HTTPResponse_GetHeaderValues_m67493FE1D1261B7F5CCBEC2C6036A435B8CFE14D(__this, L_0, /*hidden argument*/NULL); // if (values == null) if (L_1) { goto IL_000b; } } { // return false; return (bool)0; } IL_000b: { // return true; return (bool)1; } } // BestHTTP.HTTPRange BestHTTP.HTTPResponse::GetRange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B * HTTPResponse_GetRange_mF840DDE7C0D49599CBECE8B259FD001D81BFAE52 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, 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*)&HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0BA0AE8A83E674A1009EA2C879B1246A74B16B4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7); s_Il2CppMethodInitialized = true; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; int32_t G_B7_2 = 0; { // var rangeHeaders = GetHeaderValues("content-range"); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0; L_0 = HTTPResponse_GetHeaderValues_m67493FE1D1261B7F5CCBEC2C6036A435B8CFE14D(__this, _stringLiteralE0BA0AE8A83E674A1009EA2C879B1246A74B16B4, /*hidden argument*/NULL); V_0 = L_0; // if (rangeHeaders == null) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_1 = V_0; if (L_1) { goto IL_0011; } } { // return null; return (HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B *)NULL; } IL_0011: { // var ranges = rangeHeaders[0].Split(new char[] { ' ', '-', '/' }, StringSplitOptions.RemoveEmptyEntries); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_2, 0, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = L_4; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); NullCheck(L_3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7; L_7 = String_Split_m8334980E85EA3EF1F6204607324D9C34EFA4CA25(L_3, L_5, 1, /*hidden argument*/NULL); V_1 = L_7; // if (ranges[1] == "*") StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = V_1; NullCheck(L_8); int32_t L_9 = 1; String_t* L_10 = (L_8)->GetAt(static_cast(L_9)); bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_10, _stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7, /*hidden argument*/NULL); if (!L_11) { goto IL_004d; } } { // return new HTTPRange(int.Parse(ranges[2])); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = V_1; NullCheck(L_12); int32_t L_13 = 2; String_t* L_14 = (L_12)->GetAt(static_cast(L_13)); int32_t L_15; L_15 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_14, /*hidden argument*/NULL); HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B * L_16 = (HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B *)il2cpp_codegen_object_new(HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B_il2cpp_TypeInfo_var); HTTPRange__ctor_mC55B19B55C242102FEA93CC6D655F0238DAEDBEA(L_16, L_15, /*hidden argument*/NULL); return L_16; } IL_004d: { // return new HTTPRange(int.Parse(ranges[1]), int.Parse(ranges[2]), ranges[3] != "*" ? int.Parse(ranges[3]) : -1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = V_1; NullCheck(L_17); int32_t L_18 = 1; String_t* L_19 = (L_17)->GetAt(static_cast(L_18)); int32_t L_20; L_20 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_19, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = V_1; NullCheck(L_21); int32_t L_22 = 2; String_t* L_23 = (L_21)->GetAt(static_cast(L_22)); int32_t L_24; L_24 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_23, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = V_1; NullCheck(L_25); int32_t L_26 = 3; String_t* L_27 = (L_25)->GetAt(static_cast(L_26)); bool L_28; L_28 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_27, _stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7, /*hidden argument*/NULL); G_B5_0 = L_24; G_B5_1 = L_20; if (L_28) { G_B6_0 = L_24; G_B6_1 = L_20; goto IL_006f; } } { G_B7_0 = (-1); G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_0077; } IL_006f: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_29 = V_1; NullCheck(L_29); int32_t L_30 = 3; String_t* L_31 = (L_29)->GetAt(static_cast(L_30)); int32_t L_32; L_32 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_31, /*hidden argument*/NULL); G_B7_0 = L_32; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_0077: { HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B * L_33 = (HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B *)il2cpp_codegen_object_new(HTTPRange_t20F26AB96B01FD02CEFFC27DC68C91383CF6C16B_il2cpp_TypeInfo_var); HTTPRange__ctor_mE78ADC35DE2B164935E57EA84684290E150B7B51(L_33, G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/NULL); return L_33; } } // System.String BestHTTP.HTTPResponse::ReadTo(System.IO.Stream,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_ReadTo_m5AA3F3AC3485E553B21E5E0E32A4458301683D8F (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, uint8_t ___blocker1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // byte[] readBuf = VariableSizedBufferPool.Get(1024, true); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)((int32_t)1024))), (bool)1, /*hidden argument*/NULL); V_0 = L_0; } IL_000d: try {// begin try (depth: 1) { // int bufpos = 0; V_1 = 0; // int ch = stream.ReadByte(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___stream0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 System.IO.Stream::ReadByte() */, L_1); V_2 = L_2; goto IL_0051; } IL_0018: { // if (ch > 0x7f) //replaces asciitostring int32_t L_3 = V_2; if ((((int32_t)L_3) <= ((int32_t)((int32_t)127)))) { goto IL_0020; } } IL_001d: { // ch = '?'; V_2 = ((int32_t)63); } IL_0020: { // if (readBuf.Length <= bufpos) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_4); int32_t L_5 = V_1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) > ((int32_t)L_5))) { goto IL_0034; } } IL_0026: { // VariableSizedBufferPool.Resize(ref readBuf, readBuf.Length * 2, true); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; NullCheck(L_6); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VariableSizedBufferPool_Resize_mC99838C027891EC58903B48AA6CC84F0A10454EF((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)(&V_0), ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)2)), (bool)1, /*hidden argument*/NULL); } IL_0034: { // if (bufpos > 0 || !char.IsWhiteSpace((char)ch)) //trimstart int32_t L_8 = V_1; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_0041; } } IL_0038: { int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_10; L_10 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(((int32_t)((uint16_t)L_9)), /*hidden argument*/NULL); if (L_10) { goto IL_004a; } } IL_0041: { // readBuf[bufpos++] = (byte)ch; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; int32_t L_12 = V_1; int32_t L_13 = L_12; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); int32_t L_14 = V_2; NullCheck(L_11); (L_11)->SetAt(static_cast(L_13), (uint8_t)((int32_t)((uint8_t)L_14))); } IL_004a: { // ch = stream.ReadByte(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_15 = ___stream0; NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 System.IO.Stream::ReadByte() */, L_15); V_2 = L_16; } IL_0051: { // while (ch != blocker && ch != -1) int32_t L_17 = V_2; uint8_t L_18 = ___blocker1; if ((((int32_t)L_17) == ((int32_t)L_18))) { goto IL_005f; } } IL_0055: { int32_t L_19 = V_2; if ((!(((uint32_t)L_19) == ((uint32_t)(-1))))) { goto IL_0018; } } IL_0059: { goto IL_005f; } IL_005b: { // bufpos--; int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); } IL_005f: { // while (bufpos > 0 && char.IsWhiteSpace((char)readBuf[bufpos - 1])) int32_t L_21 = V_1; if ((((int32_t)L_21) <= ((int32_t)0))) { goto IL_006f; } } IL_0063: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_0; int32_t L_23 = V_1; NullCheck(L_22); int32_t L_24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); uint8_t L_25 = (L_22)->GetAt(static_cast(L_24)); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_26; L_26 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_005b; } } IL_006f: { // return System.Text.Encoding.UTF8.GetString(readBuf, 0, bufpos); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_27; L_27 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_0; int32_t L_29 = V_1; NullCheck(L_27); String_t* L_30; L_30 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_27, L_28, 0, L_29); V_3 = L_30; IL2CPP_LEAVE(0x86, FINALLY_007f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007f; } FINALLY_007f: {// begin finally (depth: 1) // VariableSizedBufferPool.Release(readBuf); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_31, /*hidden argument*/NULL); // } IL2CPP_END_FINALLY(127) }// end finally (depth: 1) IL2CPP_CLEANUP(127) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x86, IL_0086) } IL_0086: { // } String_t* L_32 = V_3; return L_32; } } // System.String BestHTTP.HTTPResponse::ReadTo(System.IO.Stream,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_ReadTo_m52E8ED5295BBBFFFD8CC7DF879FEB270267A2A4C (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, uint8_t ___blocker11, uint8_t ___blocker22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // byte[] readBuf = VariableSizedBufferPool.Get(1024, true); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)((int32_t)1024))), (bool)1, /*hidden argument*/NULL); V_0 = L_0; } IL_000d: try {// begin try (depth: 1) { // int bufpos = 0; V_1 = 0; // int ch = stream.ReadByte(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___stream0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 System.IO.Stream::ReadByte() */, L_1); V_2 = L_2; goto IL_0051; } IL_0018: { // if (ch > 0x7f) //replaces asciitostring int32_t L_3 = V_2; if ((((int32_t)L_3) <= ((int32_t)((int32_t)127)))) { goto IL_0020; } } IL_001d: { // ch = '?'; V_2 = ((int32_t)63); } IL_0020: { // if (readBuf.Length <= bufpos) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_4); int32_t L_5 = V_1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) > ((int32_t)L_5))) { goto IL_0034; } } IL_0026: { // VariableSizedBufferPool.Resize(ref readBuf, readBuf.Length * 2, true); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; NullCheck(L_6); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VariableSizedBufferPool_Resize_mC99838C027891EC58903B48AA6CC84F0A10454EF((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)(&V_0), ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)2)), (bool)1, /*hidden argument*/NULL); } IL_0034: { // if (bufpos > 0 || !char.IsWhiteSpace((char)ch)) //trimstart int32_t L_8 = V_1; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_0041; } } IL_0038: { int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_10; L_10 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(((int32_t)((uint16_t)L_9)), /*hidden argument*/NULL); if (L_10) { goto IL_004a; } } IL_0041: { // readBuf[bufpos++] = (byte)ch; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; int32_t L_12 = V_1; int32_t L_13 = L_12; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); int32_t L_14 = V_2; NullCheck(L_11); (L_11)->SetAt(static_cast(L_13), (uint8_t)((int32_t)((uint8_t)L_14))); } IL_004a: { // ch = stream.ReadByte(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_15 = ___stream0; NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 System.IO.Stream::ReadByte() */, L_15); V_2 = L_16; } IL_0051: { // while (ch != blocker1 && ch != blocker2 && ch != -1) int32_t L_17 = V_2; uint8_t L_18 = ___blocker11; if ((((int32_t)L_17) == ((int32_t)L_18))) { goto IL_0063; } } IL_0055: { int32_t L_19 = V_2; uint8_t L_20 = ___blocker22; if ((((int32_t)L_19) == ((int32_t)L_20))) { goto IL_0063; } } IL_0059: { int32_t L_21 = V_2; if ((!(((uint32_t)L_21) == ((uint32_t)(-1))))) { goto IL_0018; } } IL_005d: { goto IL_0063; } IL_005f: { // bufpos--; int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); } IL_0063: { // while (bufpos > 0 && char.IsWhiteSpace((char)readBuf[bufpos - 1])) int32_t L_23 = V_1; if ((((int32_t)L_23) <= ((int32_t)0))) { goto IL_0073; } } IL_0067: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_0; int32_t L_25 = V_1; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); uint8_t L_27 = (L_24)->GetAt(static_cast(L_26)); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_28; L_28 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_005f; } } IL_0073: { // return System.Text.Encoding.UTF8.GetString(readBuf, 0, bufpos); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_29; L_29 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_0; int32_t L_31 = V_1; NullCheck(L_29); String_t* L_32; L_32 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_29, L_30, 0, L_31); V_3 = L_32; IL2CPP_LEAVE(0x8A, FINALLY_0083); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0083; } FINALLY_0083: {// begin finally (depth: 1) // VariableSizedBufferPool.Release(readBuf); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_33, /*hidden argument*/NULL); // } IL2CPP_END_FINALLY(131) }// end finally (depth: 1) IL2CPP_CLEANUP(131) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8A, IL_008a) } IL_008a: { // } String_t* L_34 = V_3; return L_34; } } // System.String BestHTTP.HTTPResponse::NoTrimReadTo(System.IO.Stream,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_NoTrimReadTo_m99D9B3DF9A6516515A7C838B6BEDDAB4FA1749C3 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, uint8_t ___blocker11, uint8_t ___blocker22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // byte[] readBuf = VariableSizedBufferPool.Get(1024, true); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)((int32_t)1024))), (bool)1, /*hidden argument*/NULL); V_0 = L_0; } IL_000d: try {// begin try (depth: 1) { // int bufpos = 0; V_1 = 0; // int ch = stream.ReadByte(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___stream0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 System.IO.Stream::ReadByte() */, L_1); V_2 = L_2; goto IL_0051; } IL_0018: { // if (ch > 0x7f) //replaces asciitostring int32_t L_3 = V_2; if ((((int32_t)L_3) <= ((int32_t)((int32_t)127)))) { goto IL_0020; } } IL_001d: { // ch = '?'; V_2 = ((int32_t)63); } IL_0020: { // if (readBuf.Length <= bufpos) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_4); int32_t L_5 = V_1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) > ((int32_t)L_5))) { goto IL_0034; } } IL_0026: { // VariableSizedBufferPool.Resize(ref readBuf, readBuf.Length * 2, true); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; NullCheck(L_6); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VariableSizedBufferPool_Resize_mC99838C027891EC58903B48AA6CC84F0A10454EF((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)(&V_0), ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)2)), (bool)1, /*hidden argument*/NULL); } IL_0034: { // if (bufpos > 0 || !char.IsWhiteSpace((char)ch)) //trimstart int32_t L_8 = V_1; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_0041; } } IL_0038: { int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_10; L_10 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(((int32_t)((uint16_t)L_9)), /*hidden argument*/NULL); if (L_10) { goto IL_004a; } } IL_0041: { // readBuf[bufpos++] = (byte)ch; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; int32_t L_12 = V_1; int32_t L_13 = L_12; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); int32_t L_14 = V_2; NullCheck(L_11); (L_11)->SetAt(static_cast(L_13), (uint8_t)((int32_t)((uint8_t)L_14))); } IL_004a: { // ch = stream.ReadByte(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_15 = ___stream0; NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 System.IO.Stream::ReadByte() */, L_15); V_2 = L_16; } IL_0051: { // while (ch != blocker1 && ch != blocker2 && ch != -1) int32_t L_17 = V_2; uint8_t L_18 = ___blocker11; if ((((int32_t)L_17) == ((int32_t)L_18))) { goto IL_005d; } } IL_0055: { int32_t L_19 = V_2; uint8_t L_20 = ___blocker22; if ((((int32_t)L_19) == ((int32_t)L_20))) { goto IL_005d; } } IL_0059: { int32_t L_21 = V_2; if ((!(((uint32_t)L_21) == ((uint32_t)(-1))))) { goto IL_0018; } } IL_005d: { // return System.Text.Encoding.UTF8.GetString(readBuf, 0, bufpos); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_22; L_22 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_0; int32_t L_24 = V_1; NullCheck(L_22); String_t* L_25; L_25 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_22, L_23, 0, L_24); V_3 = L_25; IL2CPP_LEAVE(0x74, FINALLY_006d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006d; } FINALLY_006d: {// begin finally (depth: 1) // VariableSizedBufferPool.Release(readBuf); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_26, /*hidden argument*/NULL); // } IL2CPP_END_FINALLY(109) }// end finally (depth: 1) IL2CPP_CLEANUP(109) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x74, IL_0074) } IL_0074: { // } String_t* L_27 = V_3; return L_27; } } // System.Int32 BestHTTP.HTTPResponse::ReadChunkLength(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPResponse_ReadChunkLength_m8714ABF905A575CE321AA6E97A50D365A340E5C1 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, 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; } String_t* V_0 = NULL; int32_t V_1 = 0; { // string line = ReadTo(stream, LF); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; String_t* L_1; L_1 = HTTPResponse_ReadTo_m5AA3F3AC3485E553B21E5E0E32A4458301683D8F(L_0, (uint8_t)((int32_t)10), /*hidden argument*/NULL); // string[] splits = line.Split(';'); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4; L_4 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_1, L_3, /*hidden argument*/NULL); // string num = splits[0]; NullCheck(L_4); int32_t L_5 = 0; String_t* L_6 = (L_4)->GetAt(static_cast(L_5)); V_0 = L_6; // if (int.TryParse(num, System.Globalization.NumberStyles.AllowHexSpecifier, null, out result)) String_t* L_7 = V_0; bool L_8; L_8 = Int32_TryParse_m006085C3B9AC64929E893942EF7A55328FDAE090(L_7, ((int32_t)512), (RuntimeObject*)NULL, (int32_t*)(&V_1), /*hidden argument*/NULL); if (!L_8) { goto IL_002d; } } { // return result; int32_t L_9 = V_1; return L_9; } IL_002d: { // throw new Exception(string.Format("Can't parse '{0}' as a hex number!", num)); String_t* L_10 = V_0; String_t* L_11; L_11 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE649AB555E8F0D381995FDDF8C4D184B582F10CE)), L_10, /*hidden argument*/NULL); Exception_t * L_12 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPResponse_ReadChunkLength_m8714ABF905A575CE321AA6E97A50D365A340E5C1_RuntimeMethod_var))); } } // System.Void BestHTTP.HTTPResponse::ReadChunked(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadChunked_mB9E70F4EB7F891971FB9AB28DB5A1CAB8FDF516B (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04799565CD60A911F9CBB57805A3592363822500); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EA6AB71ED44C0E3F98E6967EE3531E98F70731D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral481F87425B715D7AD771463B48A4086238C186B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97767C8CF3C2114F57F2DA6FB2BAA16750E5F8E2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * V_3 = NULL; int32_t V_4 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; bool V_8 = false; int32_t V_9 = 0; int32_t V_10 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_11 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_12 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B9_0 = NULL; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B8_0 = NULL; int32_t G_B10_0 = 0; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B10_1 = NULL; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B12_0 = NULL; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B11_0 = NULL; int32_t G_B13_0 = 0; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B13_1 = NULL; String_t* G_B16_0 = NULL; int32_t G_B19_0 = 0; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B27_0 = NULL; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B26_0 = NULL; int32_t G_B28_0 = 0; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B28_1 = NULL; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B41_0 = NULL; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B40_0 = NULL; int32_t G_B42_0 = 0; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B42_1 = NULL; { // BeginReceiveStreamFragments(); HTTPResponse_BeginReceiveStreamFragments_m9CBE5EF59885AAFAC6C00D1539BFC6E90E5627AE(__this, /*hidden argument*/NULL); // string contentLengthHeader = GetFirstHeaderValue("Content-Length"); String_t* L_0; L_0 = HTTPResponse_GetFirstHeaderValue_mCEE274940680171EC84DC9DEEDB577DBF8A26D1B(__this, _stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2, /*hidden argument*/NULL); V_0 = L_0; // bool hasContentLengthHeader = !string.IsNullOrEmpty(contentLengthHeader); String_t* L_1 = V_0; bool L_2; L_2 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_1, /*hidden argument*/NULL); V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); // int realLength = 0; V_2 = 0; // if (hasContentLengthHeader) bool L_3 = V_1; if (!L_3) { goto IL_002a; } } { // hasContentLengthHeader = int.TryParse(contentLengthHeader, out realLength); String_t* L_4 = V_0; bool L_5; L_5 = Int32_TryParse_m748B8DB1D0C9D25C3D1812D7887411C4AFC1DDC2(L_4, (int32_t*)(&V_2), /*hidden argument*/NULL); V_1 = L_5; } IL_002a: { // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_6; L_6 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_6); uint8_t L_7; L_7 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_6); if (L_7) { goto IL_0054; } } { // VerboseLogging(string.Format("ReadChunked - hasContentLengthHeader: {0}, contentLengthHeader: {1} realLength: {2:N0}", hasContentLengthHeader.ToString(), contentLengthHeader, realLength)); String_t* L_8; L_8 = Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C((bool*)(&V_1), /*hidden argument*/NULL); String_t* L_9 = V_0; int32_t L_10 = V_2; int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_11); String_t* L_13; L_13 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral1EA6AB71ED44C0E3F98E6967EE3531E98F70731D, L_8, L_9, L_12, /*hidden argument*/NULL); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, L_13, /*hidden argument*/NULL); } IL_0054: { // using (var output = new BufferPoolMemoryStream()) BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_14 = (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B *)il2cpp_codegen_object_new(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B_il2cpp_TypeInfo_var); BufferPoolMemoryStream__ctor_mFD5AAB679C5DC7B5CED7AC16368A20FFB892543E(L_14, /*hidden argument*/NULL); V_3 = L_14; } IL_005a: try {// begin try (depth: 1) { // int chunkLength = ReadChunkLength(stream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_15 = ___stream0; int32_t L_16; L_16 = HTTPResponse_ReadChunkLength_m8714ABF905A575CE321AA6E97A50D365A340E5C1(__this, L_15, /*hidden argument*/NULL); V_4 = L_16; // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_17; L_17 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_17); uint8_t L_18; L_18 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_0086; } } IL_006f: { // VerboseLogging(string.Format("chunkLength: {0:N0}", chunkLength)); int32_t L_19 = V_4; int32_t L_20 = L_19; RuntimeObject * L_21 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_20); String_t* L_22; L_22 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral481F87425B715D7AD771463B48A4086238C186B9, L_21, /*hidden argument*/NULL); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, L_22, /*hidden argument*/NULL); } IL_0086: { // byte[] buffer = VariableSizedBufferPool.Get(Mathf.NextPowerOfTwo(chunkLength), true); int32_t L_23 = V_4; int32_t L_24; L_24 = Mathf_NextPowerOfTwo_m89DB0674631948FE00FD5660B18D9E62CE85CAF5(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25; L_25 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)L_24)), (bool)1, /*hidden argument*/NULL); V_5 = L_25; // int contentLength = 0; V_6 = 0; // baseRequest.DownloadLength = hasContentLengthHeader ? realLength : chunkLength; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_26 = __this->get_baseRequest_19(); bool L_27 = V_1; G_B8_0 = L_26; if (L_27) { G_B9_0 = L_26; goto IL_00a6; } } IL_00a2: { int32_t L_28 = V_4; G_B10_0 = L_28; G_B10_1 = G_B8_0; goto IL_00a7; } IL_00a6: { int32_t L_29 = V_2; G_B10_0 = L_29; G_B10_1 = G_B9_0; } IL_00a7: { NullCheck(G_B10_1); HTTPRequest_set_DownloadLength_mC263A6A15406B851823CCC4CEB71AF42D8C36F05_inline(G_B10_1, ((int64_t)((int64_t)G_B10_0)), /*hidden argument*/NULL); // baseRequest.DownloadProgressChanged = this.IsSuccess // #if !BESTHTTP_DISABLE_CACHING // || this.IsFromCache // #endif // ; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_30 = __this->get_baseRequest_19(); bool L_31; L_31 = HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C(__this, /*hidden argument*/NULL); G_B11_0 = L_30; if (L_31) { G_B12_0 = L_30; goto IL_00c3; } } IL_00bb: { bool L_32; L_32 = HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline(__this, /*hidden argument*/NULL); G_B13_0 = ((int32_t)(L_32)); G_B13_1 = G_B11_0; goto IL_00c4; } IL_00c3: { G_B13_0 = 1; G_B13_1 = G_B12_0; } IL_00c4: { NullCheck(G_B13_1); HTTPRequest_set_DownloadProgressChanged_m3A92431C12D78ADB8D759B5E8CEE59A40AB8C666_inline(G_B13_1, (bool)G_B13_0, /*hidden argument*/NULL); // string encoding = // #if !BESTHTTP_DISABLE_CACHING // IsFromCache ? null : // #endif // GetFirstHeaderValue("content-encoding"); bool L_33; L_33 = HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline(__this, /*hidden argument*/NULL); if (L_33) { goto IL_00de; } } IL_00d1: { String_t* L_34; L_34 = HTTPResponse_GetFirstHeaderValue_mCEE274940680171EC84DC9DEEDB577DBF8A26D1B(__this, _stringLiteral97767C8CF3C2114F57F2DA6FB2BAA16750E5F8E2, /*hidden argument*/NULL); G_B16_0 = L_34; goto IL_00df; } IL_00de: { G_B16_0 = ((String_t*)(NULL)); } IL_00df: { V_7 = G_B16_0; // bool gzipped = !string.IsNullOrEmpty(encoding) && encoding == "gzip"; String_t* L_35 = V_7; bool L_36; L_36 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_35, /*hidden argument*/NULL); if (L_36) { goto IL_00f8; } } IL_00ea: { String_t* L_37 = V_7; bool L_38; L_38 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_37, _stringLiteral04799565CD60A911F9CBB57805A3592363822500, /*hidden argument*/NULL); G_B19_0 = ((int32_t)(L_38)); goto IL_00f9; } IL_00f8: { G_B19_0 = 0; } IL_00f9: { V_8 = (bool)G_B19_0; goto IL_022a; } IL_0100: { // if (buffer.Length < chunkLength) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_5; NullCheck(L_39); int32_t L_40 = V_4; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length)))) >= ((int32_t)L_40))) { goto IL_0113; } } IL_0108: { // VariableSizedBufferPool.Resize(ref buffer, chunkLength, true); int32_t L_41 = V_4; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42; L_42 = VariableSizedBufferPool_Resize_mC99838C027891EC58903B48AA6CC84F0A10454EF((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)(&V_5), L_41, (bool)1, /*hidden argument*/NULL); } IL_0113: { // int readBytes = 0; V_9 = 0; } IL_0116: { // int bytes = stream.Read(buffer, readBytes, chunkLength - readBytes); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_43 = ___stream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = V_5; int32_t L_45 = V_9; int32_t L_46 = V_4; int32_t L_47 = V_9; NullCheck(L_43); int32_t L_48; L_48 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_43, L_44, L_45, ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47))); V_10 = L_48; // if (bytes <= 0) int32_t L_49 = V_10; if ((((int32_t)L_49) > ((int32_t)0))) { goto IL_0132; } } IL_012c: { // throw ExceptionHelper.ServerClosedTCPStream(); Exception_t * L_50; L_50 = ExceptionHelper_ServerClosedTCPStream_mB7F3D7365CA41A9E2ED4CEF23EB14169CC85C108(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPResponse_ReadChunked_mB9E70F4EB7F891971FB9AB28DB5A1CAB8FDF516B_RuntimeMethod_var))); } IL_0132: { // readBytes += bytes; int32_t L_51 = V_9; int32_t L_52 = V_10; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)L_52)); // baseRequest.Downloaded += bytes; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_53 = __this->get_baseRequest_19(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_54 = L_53; NullCheck(L_54); int64_t L_55; L_55 = HTTPRequest_get_Downloaded_mBC8C9C0FAB2EEA777D83BC1B0140F9D06C54147D_inline(L_54, /*hidden argument*/NULL); int32_t L_56 = V_10; NullCheck(L_54); HTTPRequest_set_Downloaded_m865C60EE06E6410693D1E009BD51F2AFAE5207B0_inline(L_54, ((int64_t)il2cpp_codegen_add((int64_t)L_55, (int64_t)((int64_t)((int64_t)L_56)))), /*hidden argument*/NULL); // baseRequest.DownloadProgressChanged = this.IsSuccess // #if !BESTHTTP_DISABLE_CACHING // || this.IsFromCache // #endif // ; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_57 = __this->get_baseRequest_19(); bool L_58; L_58 = HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C(__this, /*hidden argument*/NULL); G_B26_0 = L_57; if (L_58) { G_B27_0 = L_57; goto IL_0164; } } IL_015c: { bool L_59; L_59 = HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline(__this, /*hidden argument*/NULL); G_B28_0 = ((int32_t)(L_59)); G_B28_1 = G_B26_0; goto IL_0165; } IL_0164: { G_B28_0 = 1; G_B28_1 = G_B27_0; } IL_0165: { NullCheck(G_B28_1); HTTPRequest_set_DownloadProgressChanged_m3A92431C12D78ADB8D759B5E8CEE59A40AB8C666_inline(G_B28_1, (bool)G_B28_0, /*hidden argument*/NULL); // } while (readBytes < chunkLength); int32_t L_60 = V_9; int32_t L_61 = V_4; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_0116; } } IL_0170: { // if (baseRequest.UseStreaming) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_62 = __this->get_baseRequest_19(); NullCheck(L_62); bool L_63; L_63 = HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline(L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_01af; } } IL_017d: { // if (gzipped) bool L_64 = V_8; if (!L_64) { goto IL_01a2; } } IL_0181: { // var decompressed = Decompress(buffer, 0, readBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = V_5; int32_t L_66 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67; L_67 = HTTPResponse_Decompress_mC2907A6F7CB3A0C6524A7DC73F7060C2835BC782(__this, L_65, 0, L_66, (bool)0, /*hidden argument*/NULL); V_11 = L_67; // if (decompressed != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = V_11; if (!L_68) { goto IL_01ba; } } IL_0193: { // FeedStreamFragment(decompressed, 0, decompressed.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = V_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = V_11; NullCheck(L_70); HTTPResponse_FeedStreamFragment_mB07D26FE83C615AD91A0FB4D882CC2C967D168E4(__this, L_69, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length))), /*hidden argument*/NULL); // } goto IL_01ba; } IL_01a2: { // FeedStreamFragment(buffer, 0, readBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = V_5; int32_t L_72 = V_9; HTTPResponse_FeedStreamFragment_mB07D26FE83C615AD91A0FB4D882CC2C967D168E4(__this, L_71, 0, L_72, /*hidden argument*/NULL); // } goto IL_01ba; } IL_01af: { // output.Write(buffer, 0, readBytes); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_73 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = V_5; int32_t L_75 = V_9; NullCheck(L_73); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_73, L_74, 0, L_75); } IL_01ba: { // ReadTo(stream, LF); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_76 = ___stream0; String_t* L_77; L_77 = HTTPResponse_ReadTo_m5AA3F3AC3485E553B21E5E0E32A4458301683D8F(L_76, (uint8_t)((int32_t)10), /*hidden argument*/NULL); // contentLength += readBytes; int32_t L_78 = V_6; int32_t L_79 = V_9; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)L_79)); // chunkLength = ReadChunkLength(stream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_80 = ___stream0; int32_t L_81; L_81 = HTTPResponse_ReadChunkLength_m8714ABF905A575CE321AA6E97A50D365A340E5C1(__this, L_80, /*hidden argument*/NULL); V_4 = L_81; // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_82; L_82 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_82); uint8_t L_83; L_83 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_82); if (L_83) { goto IL_01f6; } } IL_01df: { // VerboseLogging(string.Format("chunkLength: {0:N0}", chunkLength)); int32_t L_84 = V_4; int32_t L_85 = L_84; RuntimeObject * L_86 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_85); String_t* L_87; L_87 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral481F87425B715D7AD771463B48A4086238C186B9, L_86, /*hidden argument*/NULL); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, L_87, /*hidden argument*/NULL); } IL_01f6: { // if (!hasContentLengthHeader) bool L_88 = V_1; if (L_88) { goto IL_020e; } } IL_01f9: { // baseRequest.DownloadLength += chunkLength; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_89 = __this->get_baseRequest_19(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_90 = L_89; NullCheck(L_90); int64_t L_91; L_91 = HTTPRequest_get_DownloadLength_m556EEEB014B8637D08AEB32B1F3823014BE2F396_inline(L_90, /*hidden argument*/NULL); int32_t L_92 = V_4; NullCheck(L_90); HTTPRequest_set_DownloadLength_mC263A6A15406B851823CCC4CEB71AF42D8C36F05_inline(L_90, ((int64_t)il2cpp_codegen_add((int64_t)L_91, (int64_t)((int64_t)((int64_t)L_92)))), /*hidden argument*/NULL); } IL_020e: { // baseRequest.DownloadProgressChanged = this.IsSuccess // #if !BESTHTTP_DISABLE_CACHING // || this.IsFromCache // #endif // ; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_93 = __this->get_baseRequest_19(); bool L_94; L_94 = HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C(__this, /*hidden argument*/NULL); G_B40_0 = L_93; if (L_94) { G_B41_0 = L_93; goto IL_0224; } } IL_021c: { bool L_95; L_95 = HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline(__this, /*hidden argument*/NULL); G_B42_0 = ((int32_t)(L_95)); G_B42_1 = G_B40_0; goto IL_0225; } IL_0224: { G_B42_0 = 1; G_B42_1 = G_B41_0; } IL_0225: { NullCheck(G_B42_1); HTTPRequest_set_DownloadProgressChanged_m3A92431C12D78ADB8D759B5E8CEE59A40AB8C666_inline(G_B42_1, (bool)G_B42_0, /*hidden argument*/NULL); } IL_022a: { // while (chunkLength != 0) int32_t L_96 = V_4; if (L_96) { goto IL_0100; } } IL_0231: { // VariableSizedBufferPool.Release(buffer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_97 = V_5; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_97, /*hidden argument*/NULL); // if (baseRequest.UseStreaming) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_98 = __this->get_baseRequest_19(); NullCheck(L_98); bool L_99; L_99 = HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline(L_98, /*hidden argument*/NULL); if (!L_99) { goto IL_026c; } } IL_0245: { // if (gzipped) bool L_100 = V_8; if (!L_100) { goto IL_0266; } } IL_0249: { // var decompressed = Decompress(null, 0, 0, true); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_101; L_101 = HTTPResponse_Decompress_mC2907A6F7CB3A0C6524A7DC73F7060C2835BC782(__this, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, 0, 0, (bool)1, /*hidden argument*/NULL); V_12 = L_101; // if (decompressed != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_102 = V_12; if (!L_102) { goto IL_0266; } } IL_0259: { // FeedStreamFragment(decompressed, 0, decompressed.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_103 = V_12; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_104 = V_12; NullCheck(L_104); HTTPResponse_FeedStreamFragment_mB07D26FE83C615AD91A0FB4D882CC2C967D168E4(__this, L_103, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_104)->max_length))), /*hidden argument*/NULL); } IL_0266: { // FlushRemainingFragmentBuffer(); HTTPResponse_FlushRemainingFragmentBuffer_m369903FBC7B8018A26A8FFAD7C408698327F8F94(__this, /*hidden argument*/NULL); } IL_026c: { // ReadHeaders(stream); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_105 = ___stream0; HTTPResponse_ReadHeaders_mE79A3E908A9693F5A00FC8CAD440148EEB1FA855(__this, L_105, /*hidden argument*/NULL); // if (!baseRequest.UseStreaming) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_106 = __this->get_baseRequest_19(); NullCheck(L_106); bool L_107; L_107 = HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline(L_106, /*hidden argument*/NULL); if (L_107) { goto IL_028d; } } IL_0280: { // this.Data = DecodeStream(output); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_108 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_109; L_109 = HTTPResponse_DecodeStream_mEA17026BB34FDF1C0517F5C95856F9BD65A934A8(__this, L_108, /*hidden argument*/NULL); HTTPResponse_set_Data_m3E326901838217E142E9F1BC6895AA4832297070_inline(__this, L_109, /*hidden argument*/NULL); } IL_028d: { // } IL2CPP_LEAVE(0x299, FINALLY_028f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_028f; } FINALLY_028f: {// begin finally (depth: 1) { BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_110 = V_3; if (!L_110) { goto IL_0298; } } IL_0292: { BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_111 = V_3; NullCheck(L_111); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_111); } IL_0298: { IL2CPP_END_FINALLY(655) } }// end finally (depth: 1) IL2CPP_CLEANUP(655) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x299, IL_0299) } IL_0299: { // CloseDecompressors(); HTTPResponse_CloseDecompressors_m1090B7A1477CEB4CF9C7A355E98FFC4FD8F3E20A(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.HTTPResponse::ReadRaw(System.IO.Stream,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadRaw_m6DEF8955ECD771EBBA3A95C308AC37942F9BC44E (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int64_t ___contentLength1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04799565CD60A911F9CBB57805A3592363822500); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EB08A3A2A6C68BECC49FB58956E4A963CFE1058); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97767C8CF3C2114F57F2DA6FB2BAA16750E5F8E2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_7 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B2_0 = NULL; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B1_0 = NULL; int32_t G_B3_0 = 0; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B3_1 = NULL; String_t* G_B8_0 = NULL; int32_t G_B11_0 = 0; int32_t G_B17_0 = 0; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B24_0 = NULL; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B23_0 = NULL; int32_t G_B25_0 = 0; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B25_1 = NULL; { // BeginReceiveStreamFragments(); HTTPResponse_BeginReceiveStreamFragments_m9CBE5EF59885AAFAC6C00D1539BFC6E90E5627AE(__this, /*hidden argument*/NULL); // baseRequest.DownloadLength = contentLength; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = __this->get_baseRequest_19(); int64_t L_1 = ___contentLength1; NullCheck(L_0); HTTPRequest_set_DownloadLength_mC263A6A15406B851823CCC4CEB71AF42D8C36F05_inline(L_0, L_1, /*hidden argument*/NULL); // baseRequest.DownloadProgressChanged = this.IsSuccess // #if !BESTHTTP_DISABLE_CACHING // || this.IsFromCache // #endif // ; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_2 = __this->get_baseRequest_19(); bool L_3; L_3 = HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C(__this, /*hidden argument*/NULL); G_B1_0 = L_2; if (L_3) { G_B2_0 = L_2; goto IL_0028; } } { bool L_4; L_4 = HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline(__this, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_4)); G_B3_1 = G_B1_0; goto IL_0029; } IL_0028: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0029: { NullCheck(G_B3_1); HTTPRequest_set_DownloadProgressChanged_m3A92431C12D78ADB8D759B5E8CEE59A40AB8C666_inline(G_B3_1, (bool)G_B3_0, /*hidden argument*/NULL); // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_5); uint8_t L_6; L_6 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_0050; } } { // VerboseLogging(string.Format("ReadRaw - contentLength: {0:N0}", contentLength)); int64_t L_7 = ___contentLength1; int64_t L_8 = L_7; RuntimeObject * L_9 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_8); String_t* L_10; L_10 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral0EB08A3A2A6C68BECC49FB58956E4A963CFE1058, L_9, /*hidden argument*/NULL); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, L_10, /*hidden argument*/NULL); } IL_0050: { // string encoding = // #if !BESTHTTP_DISABLE_CACHING // IsFromCache ? null : // #endif // GetFirstHeaderValue("content-encoding"); bool L_11; L_11 = HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline(__this, /*hidden argument*/NULL); if (L_11) { goto IL_0065; } } { String_t* L_12; L_12 = HTTPResponse_GetFirstHeaderValue_mCEE274940680171EC84DC9DEEDB577DBF8A26D1B(__this, _stringLiteral97767C8CF3C2114F57F2DA6FB2BAA16750E5F8E2, /*hidden argument*/NULL); G_B8_0 = L_12; goto IL_0066; } IL_0065: { G_B8_0 = ((String_t*)(NULL)); } IL_0066: { V_0 = G_B8_0; // bool gzipped = !string.IsNullOrEmpty(encoding) && encoding == "gzip"; String_t* L_13 = V_0; bool L_14; L_14 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_007c; } } { String_t* L_15 = V_0; bool L_16; L_16 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_15, _stringLiteral04799565CD60A911F9CBB57805A3592363822500, /*hidden argument*/NULL); G_B11_0 = ((int32_t)(L_16)); goto IL_007d; } IL_007c: { G_B11_0 = 0; } IL_007d: { V_1 = (bool)G_B11_0; // if(!baseRequest.UseStreaming && contentLength > 2147483646) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_17 = __this->get_baseRequest_19(); NullCheck(L_17); bool L_18; L_18 = HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_009f; } } { int64_t L_19 = ___contentLength1; if ((((int64_t)L_19) <= ((int64_t)((int64_t)((int64_t)((int32_t)2147483646)))))) { goto IL_009f; } } { // throw new OverflowException("You have to use STREAMING to download files bigger than 2GB!"); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_20 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC4DD80D5F0498F38FD6CC83834B1DEBE1F9636B6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPResponse_ReadRaw_m6DEF8955ECD771EBBA3A95C308AC37942F9BC44E_RuntimeMethod_var))); } IL_009f: { // using (var output = new BufferPoolMemoryStream(baseRequest.UseStreaming ? 0 : (int)contentLength)) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_21 = __this->get_baseRequest_19(); NullCheck(L_21); bool L_22; L_22 = HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00b0; } } { int64_t L_23 = ___contentLength1; G_B17_0 = ((int32_t)((int32_t)L_23)); goto IL_00b1; } IL_00b0: { G_B17_0 = 0; } IL_00b1: { BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_24 = (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B *)il2cpp_codegen_object_new(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B_il2cpp_TypeInfo_var); BufferPoolMemoryStream__ctor_m9BAAD89884657726AF5E5AD72B76CE790D59BA9F(L_24, G_B17_0, /*hidden argument*/NULL); V_2 = L_24; } IL_00b7: try {// begin try (depth: 1) { // byte[] buffer = VariableSizedBufferPool.Get(Math.Max(baseRequest.StreamFragmentSize, MinBufferSize), true); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_25 = __this->get_baseRequest_19(); NullCheck(L_25); int32_t L_26; L_26 = HTTPRequest_get_StreamFragmentSize_m0D89F800E80F821CF0DCA9D94DE271C4AEEAD052_inline(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_27; L_27 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_26, ((int32_t)4096), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28; L_28 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)L_27)), (bool)1, /*hidden argument*/NULL); V_3 = L_28; // int readBytes = 0; V_4 = 0; goto IL_01a1; } IL_00dc: { // readBytes = 0; V_4 = 0; } IL_00df: { // int readbuffer = (int)Math.Min(2147483646, (uint)contentLength); int64_t L_29 = ___contentLength1; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); uint32_t L_30; L_30 = Math_Min_m3BB35DED062E0E5D1FC72D9B9B142C92B4476F3E(((int32_t)2147483646), ((int32_t)((uint32_t)L_29)), /*hidden argument*/NULL); V_5 = L_30; // int bytes = stream.Read(buffer, readBytes, Math.Min(readbuffer, buffer.Length - readBytes)); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_31 = ___stream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_3; int32_t L_33 = V_4; int32_t L_34 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_3; NullCheck(L_35); int32_t L_36 = V_4; int32_t L_37; L_37 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_34, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))), (int32_t)L_36)), /*hidden argument*/NULL); NullCheck(L_31); int32_t L_38; L_38 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_31, L_32, L_33, L_37); V_6 = L_38; // if (bytes <= 0) int32_t L_39 = V_6; if ((((int32_t)L_39) > ((int32_t)0))) { goto IL_0110; } } IL_010a: { // throw ExceptionHelper.ServerClosedTCPStream(); Exception_t * L_40; L_40 = ExceptionHelper_ServerClosedTCPStream_mB7F3D7365CA41A9E2ED4CEF23EB14169CC85C108(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPResponse_ReadRaw_m6DEF8955ECD771EBBA3A95C308AC37942F9BC44E_RuntimeMethod_var))); } IL_0110: { // readBytes += bytes; int32_t L_41 = V_4; int32_t L_42 = V_6; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42)); // contentLength -= bytes; int64_t L_43 = ___contentLength1; int32_t L_44 = V_6; ___contentLength1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_43, (int64_t)((int64_t)((int64_t)L_44)))); // baseRequest.Downloaded += bytes; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_45 = __this->get_baseRequest_19(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_46 = L_45; NullCheck(L_46); int64_t L_47; L_47 = HTTPRequest_get_Downloaded_mBC8C9C0FAB2EEA777D83BC1B0140F9D06C54147D_inline(L_46, /*hidden argument*/NULL); int32_t L_48 = V_6; NullCheck(L_46); HTTPRequest_set_Downloaded_m865C60EE06E6410693D1E009BD51F2AFAE5207B0_inline(L_46, ((int64_t)il2cpp_codegen_add((int64_t)L_47, (int64_t)((int64_t)((int64_t)L_48)))), /*hidden argument*/NULL); // baseRequest.DownloadProgressChanged = this.IsSuccess // #if !BESTHTTP_DISABLE_CACHING // || this.IsFromCache // #endif // ; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_49 = __this->get_baseRequest_19(); bool L_50; L_50 = HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C(__this, /*hidden argument*/NULL); G_B23_0 = L_49; if (L_50) { G_B24_0 = L_49; goto IL_0149; } } IL_0141: { bool L_51; L_51 = HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline(__this, /*hidden argument*/NULL); G_B25_0 = ((int32_t)(L_51)); G_B25_1 = G_B23_0; goto IL_014a; } IL_0149: { G_B25_0 = 1; G_B25_1 = G_B24_0; } IL_014a: { NullCheck(G_B25_1); HTTPRequest_set_DownloadProgressChanged_m3A92431C12D78ADB8D759B5E8CEE59A40AB8C666_inline(G_B25_1, (bool)G_B25_0, /*hidden argument*/NULL); // } while (readBytes < buffer.Length && contentLength > 0); int32_t L_52 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = V_3; NullCheck(L_53); if ((((int32_t)L_52) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length)))))) { goto IL_015b; } } IL_0156: { int64_t L_54 = ___contentLength1; if ((((int64_t)L_54) > ((int64_t)((int64_t)((int64_t)0))))) { goto IL_00df; } } IL_015b: { // if (baseRequest.UseStreaming) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_55 = __this->get_baseRequest_19(); NullCheck(L_55); bool L_56; L_56 = HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline(L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0197; } } IL_0168: { // if (gzipped) bool L_57 = V_1; if (!L_57) { goto IL_018b; } } IL_016b: { // var decompressed = Decompress(buffer, 0, readBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = V_3; int32_t L_59 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60; L_60 = HTTPResponse_Decompress_mC2907A6F7CB3A0C6524A7DC73F7060C2835BC782(__this, L_58, 0, L_59, (bool)0, /*hidden argument*/NULL); V_7 = L_60; // if (decompressed != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = V_7; if (!L_61) { goto IL_01a1; } } IL_017c: { // FeedStreamFragment(decompressed, 0, decompressed.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = V_7; NullCheck(L_63); HTTPResponse_FeedStreamFragment_mB07D26FE83C615AD91A0FB4D882CC2C967D168E4(__this, L_62, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_63)->max_length))), /*hidden argument*/NULL); // } goto IL_01a1; } IL_018b: { // FeedStreamFragment(buffer, 0, readBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = V_3; int32_t L_65 = V_4; HTTPResponse_FeedStreamFragment_mB07D26FE83C615AD91A0FB4D882CC2C967D168E4(__this, L_64, 0, L_65, /*hidden argument*/NULL); // } goto IL_01a1; } IL_0197: { // output.Write(buffer, 0, readBytes); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_66 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = V_3; int32_t L_68 = V_4; NullCheck(L_66); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_66, L_67, 0, L_68); } IL_01a1: { // while (contentLength > 0) int64_t L_69 = ___contentLength1; if ((((int64_t)L_69) > ((int64_t)((int64_t)((int64_t)0))))) { goto IL_00dc; } } IL_01a9: { // VariableSizedBufferPool.Release(buffer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = V_3; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_70, /*hidden argument*/NULL); // if (baseRequest.UseStreaming) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_71 = __this->get_baseRequest_19(); NullCheck(L_71); bool L_72; L_72 = HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline(L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_01e2; } } IL_01bc: { // if (gzipped) bool L_73 = V_1; if (!L_73) { goto IL_01dc; } } IL_01bf: { // var decompressed = Decompress(null, 0, 0, true); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74; L_74 = HTTPResponse_Decompress_mC2907A6F7CB3A0C6524A7DC73F7060C2835BC782(__this, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, 0, 0, (bool)1, /*hidden argument*/NULL); V_8 = L_74; // if (decompressed != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = V_8; if (!L_75) { goto IL_01dc; } } IL_01cf: { // FeedStreamFragment(decompressed, 0, decompressed.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = V_8; NullCheck(L_77); HTTPResponse_FeedStreamFragment_mB07D26FE83C615AD91A0FB4D882CC2C967D168E4(__this, L_76, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_77)->max_length))), /*hidden argument*/NULL); } IL_01dc: { // FlushRemainingFragmentBuffer(); HTTPResponse_FlushRemainingFragmentBuffer_m369903FBC7B8018A26A8FFAD7C408698327F8F94(__this, /*hidden argument*/NULL); } IL_01e2: { // if (!baseRequest.UseStreaming) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_78 = __this->get_baseRequest_19(); NullCheck(L_78); bool L_79; L_79 = HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline(L_78, /*hidden argument*/NULL); if (L_79) { goto IL_01fc; } } IL_01ef: { // this.Data = DecodeStream(output); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_80 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_81; L_81 = HTTPResponse_DecodeStream_mEA17026BB34FDF1C0517F5C95856F9BD65A934A8(__this, L_80, /*hidden argument*/NULL); HTTPResponse_set_Data_m3E326901838217E142E9F1BC6895AA4832297070_inline(__this, L_81, /*hidden argument*/NULL); } IL_01fc: { // } IL2CPP_LEAVE(0x208, FINALLY_01fe); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01fe; } FINALLY_01fe: {// begin finally (depth: 1) { BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_82 = V_2; if (!L_82) { goto IL_0207; } } IL_0201: { BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_83 = V_2; NullCheck(L_83); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_83); } IL_0207: { IL2CPP_END_FINALLY(510) } }// end finally (depth: 1) IL2CPP_CLEANUP(510) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x208, IL_0208) } IL_0208: { // CloseDecompressors(); HTTPResponse_CloseDecompressors_m1090B7A1477CEB4CF9C7A355E98FFC4FD8F3E20A(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.HTTPResponse::ReadUnknownSize(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_ReadUnknownSize_m5637E9DF127A987C1F99B590A387ECF17FA726CC (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04799565CD60A911F9CBB57805A3592363822500); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BBBE16F5F072EBB4A04BA8DA68EBC5DE0EDE33F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97767C8CF3C2114F57F2DA6FB2BAA16750E5F8E2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_9 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_10 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B3_0 = NULL; int32_t G_B6_0 = 0; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B22_0 = NULL; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B21_0 = NULL; int32_t G_B23_0 = 0; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * G_B23_1 = NULL; { // string encoding = // #if !BESTHTTP_DISABLE_CACHING // IsFromCache ? null : // #endif // GetFirstHeaderValue("content-encoding"); bool L_0; L_0 = HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0015; } } { String_t* L_1; L_1 = HTTPResponse_GetFirstHeaderValue_mCEE274940680171EC84DC9DEEDB577DBF8A26D1B(__this, _stringLiteral97767C8CF3C2114F57F2DA6FB2BAA16750E5F8E2, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0016; } IL_0015: { G_B3_0 = ((String_t*)(NULL)); } IL_0016: { V_0 = G_B3_0; // bool gzipped = !string.IsNullOrEmpty(encoding) && encoding == "gzip"; String_t* L_2 = V_0; bool L_3; L_3 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { String_t* L_4 = V_0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral04799565CD60A911F9CBB57805A3592363822500, /*hidden argument*/NULL); G_B6_0 = ((int32_t)(L_5)); goto IL_002d; } IL_002c: { G_B6_0 = 0; } IL_002d: { V_1 = (bool)G_B6_0; // using (var output = new BufferPoolMemoryStream()) BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_6 = (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B *)il2cpp_codegen_object_new(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B_il2cpp_TypeInfo_var); BufferPoolMemoryStream__ctor_mFD5AAB679C5DC7B5CED7AC16368A20FFB892543E(L_6, /*hidden argument*/NULL); V_2 = L_6; } IL_0034: try {// begin try (depth: 1) { // byte[] buffer = VariableSizedBufferPool.Get(Math.Max(baseRequest.StreamFragmentSize, MinBufferSize), false); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_7 = __this->get_baseRequest_19(); NullCheck(L_7); int32_t L_8; L_8 = HTTPRequest_get_StreamFragmentSize_m0D89F800E80F821CF0DCA9D94DE271C4AEEAD052_inline(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_9; L_9 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_8, ((int32_t)4096), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)L_9)), (bool)0, /*hidden argument*/NULL); V_3 = L_10; // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_11; L_11 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_11); uint8_t L_12; L_12 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0075; } } IL_005d: { // VerboseLogging(string.Format("ReadUnknownSize - buffer size: {0:N0}", buffer.Length)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_3; NullCheck(L_13); int32_t L_14 = ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))); RuntimeObject * L_15 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_14); String_t* L_16; L_16 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral4BBBE16F5F072EBB4A04BA8DA68EBC5DE0EDE33F, L_15, /*hidden argument*/NULL); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, L_16, /*hidden argument*/NULL); } IL_0075: { // int readBytes = 0; V_4 = 0; // int bytes = 0; V_5 = 0; } IL_007b: { // readBytes = 0; V_4 = 0; } IL_007e: { // bytes = 0; V_5 = 0; // NetworkStream networkStream = stream as NetworkStream; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_17 = ___stream0; V_6 = ((NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 *)IsInstClass((RuntimeObject*)L_17, NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48_il2cpp_TypeInfo_var)); // if (networkStream != null && baseRequest.EnableSafeReadOnUnknownContentLength) NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_18 = V_6; if (!L_18) { goto IL_00d2; } } IL_008d: { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_19 = __this->get_baseRequest_19(); NullCheck(L_19); bool L_20; L_20 = HTTPRequest_get_EnableSafeReadOnUnknownContentLength_m9E9BE0EB888EFE0FA85F8CDEDE7FC55345161241_inline(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00d2; } } IL_009a: { // for (int i = readBytes; i < buffer.Length && networkStream.DataAvailable; ++i) int32_t L_21 = V_4; V_7 = L_21; goto IL_00c0; } IL_00a0: { // int read = stream.ReadByte(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_22 = ___stream0; NullCheck(L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 System.IO.Stream::ReadByte() */, L_22); V_8 = L_23; // if (read >= 0) int32_t L_24 = V_8; if ((((int32_t)L_24) < ((int32_t)0))) { goto IL_00e3; } } IL_00ad: { // buffer[i] = (byte)read; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_3; int32_t L_26 = V_7; int32_t L_27 = V_8; NullCheck(L_25); (L_25)->SetAt(static_cast(L_26), (uint8_t)((int32_t)((uint8_t)L_27))); // bytes++; int32_t L_28 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // for (int i = readBytes; i < buffer.Length && networkStream.DataAvailable; ++i) int32_t L_29 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00c0: { // for (int i = readBytes; i < buffer.Length && networkStream.DataAvailable; ++i) int32_t L_30 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_3; NullCheck(L_31); if ((((int32_t)L_30) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))) { goto IL_00e3; } } IL_00c7: { NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_32 = V_6; NullCheck(L_32); bool L_33; L_33 = VirtualFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Net.Sockets.NetworkStream::get_DataAvailable() */, L_32); if (L_33) { goto IL_00a0; } } IL_00d0: { // } goto IL_00e3; } IL_00d2: { // bytes = stream.Read(buffer, readBytes, buffer.Length - readBytes); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_34 = ___stream0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_3; int32_t L_36 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_3; NullCheck(L_37); int32_t L_38 = V_4; NullCheck(L_34); int32_t L_39; L_39 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_34, L_35, L_36, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length))), (int32_t)L_38))); V_5 = L_39; } IL_00e3: { // readBytes += bytes; int32_t L_40 = V_4; int32_t L_41 = V_5; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_41)); // baseRequest.Downloaded += bytes; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_42 = __this->get_baseRequest_19(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_43 = L_42; NullCheck(L_43); int64_t L_44; L_44 = HTTPRequest_get_Downloaded_mBC8C9C0FAB2EEA777D83BC1B0140F9D06C54147D_inline(L_43, /*hidden argument*/NULL); int32_t L_45 = V_5; NullCheck(L_43); HTTPRequest_set_Downloaded_m865C60EE06E6410693D1E009BD51F2AFAE5207B0_inline(L_43, ((int64_t)il2cpp_codegen_add((int64_t)L_44, (int64_t)((int64_t)((int64_t)L_45)))), /*hidden argument*/NULL); // baseRequest.DownloadLength = baseRequest.Downloaded; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_46 = __this->get_baseRequest_19(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_47 = __this->get_baseRequest_19(); NullCheck(L_47); int64_t L_48; L_48 = HTTPRequest_get_Downloaded_mBC8C9C0FAB2EEA777D83BC1B0140F9D06C54147D_inline(L_47, /*hidden argument*/NULL); NullCheck(L_46); HTTPRequest_set_DownloadLength_mC263A6A15406B851823CCC4CEB71AF42D8C36F05_inline(L_46, L_48, /*hidden argument*/NULL); // baseRequest.DownloadProgressChanged = this.IsSuccess // #if !BESTHTTP_DISABLE_CACHING // || this.IsFromCache // #endif // ; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_49 = __this->get_baseRequest_19(); bool L_50; L_50 = HTTPResponse_get_IsSuccess_m8DF99D28A8D0B0C58F7C496DA07782BE17A2E37C(__this, /*hidden argument*/NULL); G_B21_0 = L_49; if (L_50) { G_B22_0 = L_49; goto IL_012b; } } IL_0123: { bool L_51; L_51 = HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline(__this, /*hidden argument*/NULL); G_B23_0 = ((int32_t)(L_51)); G_B23_1 = G_B21_0; goto IL_012c; } IL_012b: { G_B23_0 = 1; G_B23_1 = G_B22_0; } IL_012c: { NullCheck(G_B23_1); HTTPRequest_set_DownloadProgressChanged_m3A92431C12D78ADB8D759B5E8CEE59A40AB8C666_inline(G_B23_1, (bool)G_B23_0, /*hidden argument*/NULL); // } while (readBytes < buffer.Length && bytes > 0); int32_t L_52 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = V_3; NullCheck(L_53); if ((((int32_t)L_52) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length)))))) { goto IL_0140; } } IL_0138: { int32_t L_54 = V_5; if ((((int32_t)L_54) > ((int32_t)0))) { goto IL_007e; } } IL_0140: { // if (baseRequest.UseStreaming) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_55 = __this->get_baseRequest_19(); NullCheck(L_55); bool L_56; L_56 = HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline(L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_017c; } } IL_014d: { // if (gzipped) bool L_57 = V_1; if (!L_57) { goto IL_0170; } } IL_0150: { // var decompressed = Decompress(buffer, 0, readBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = V_3; int32_t L_59 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60; L_60 = HTTPResponse_Decompress_mC2907A6F7CB3A0C6524A7DC73F7060C2835BC782(__this, L_58, 0, L_59, (bool)0, /*hidden argument*/NULL); V_9 = L_60; // if (decompressed != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = V_9; if (!L_61) { goto IL_0186; } } IL_0161: { // FeedStreamFragment(decompressed, 0, decompressed.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = V_9; NullCheck(L_63); HTTPResponse_FeedStreamFragment_mB07D26FE83C615AD91A0FB4D882CC2C967D168E4(__this, L_62, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_63)->max_length))), /*hidden argument*/NULL); // } goto IL_0186; } IL_0170: { // FeedStreamFragment(buffer, 0, readBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = V_3; int32_t L_65 = V_4; HTTPResponse_FeedStreamFragment_mB07D26FE83C615AD91A0FB4D882CC2C967D168E4(__this, L_64, 0, L_65, /*hidden argument*/NULL); // } goto IL_0186; } IL_017c: { // output.Write(buffer, 0, readBytes); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_66 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = V_3; int32_t L_68 = V_4; NullCheck(L_66); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_66, L_67, 0, L_68); } IL_0186: { // } while (bytes > 0); int32_t L_69 = V_5; if ((((int32_t)L_69) > ((int32_t)0))) { goto IL_007b; } } IL_018e: { // VariableSizedBufferPool.Release(buffer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = V_3; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_70, /*hidden argument*/NULL); // if (baseRequest.UseStreaming) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_71 = __this->get_baseRequest_19(); NullCheck(L_71); bool L_72; L_72 = HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline(L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_01c7; } } IL_01a1: { // if (gzipped) bool L_73 = V_1; if (!L_73) { goto IL_01c1; } } IL_01a4: { // var decompressed = Decompress(null, 0, 0, true); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74; L_74 = HTTPResponse_Decompress_mC2907A6F7CB3A0C6524A7DC73F7060C2835BC782(__this, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, 0, 0, (bool)1, /*hidden argument*/NULL); V_10 = L_74; // if (decompressed != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = V_10; if (!L_75) { goto IL_01c1; } } IL_01b4: { // FeedStreamFragment(decompressed, 0, decompressed.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76 = V_10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = V_10; NullCheck(L_77); HTTPResponse_FeedStreamFragment_mB07D26FE83C615AD91A0FB4D882CC2C967D168E4(__this, L_76, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_77)->max_length))), /*hidden argument*/NULL); } IL_01c1: { // FlushRemainingFragmentBuffer(); HTTPResponse_FlushRemainingFragmentBuffer_m369903FBC7B8018A26A8FFAD7C408698327F8F94(__this, /*hidden argument*/NULL); } IL_01c7: { // if (!baseRequest.UseStreaming) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_78 = __this->get_baseRequest_19(); NullCheck(L_78); bool L_79; L_79 = HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline(L_78, /*hidden argument*/NULL); if (L_79) { goto IL_01e1; } } IL_01d4: { // this.Data = DecodeStream(output); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_80 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_81; L_81 = HTTPResponse_DecodeStream_mEA17026BB34FDF1C0517F5C95856F9BD65A934A8(__this, L_80, /*hidden argument*/NULL); HTTPResponse_set_Data_m3E326901838217E142E9F1BC6895AA4832297070_inline(__this, L_81, /*hidden argument*/NULL); } IL_01e1: { // } IL2CPP_LEAVE(0x1ED, FINALLY_01e3); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01e3; } FINALLY_01e3: {// begin finally (depth: 1) { BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_82 = V_2; if (!L_82) { goto IL_01ec; } } IL_01e6: { BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_83 = V_2; NullCheck(L_83); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_83); } IL_01ec: { IL2CPP_END_FINALLY(483) } }// end finally (depth: 1) IL2CPP_CLEANUP(483) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1ED, IL_01ed) } IL_01ed: { // CloseDecompressors(); HTTPResponse_CloseDecompressors_m1090B7A1477CEB4CF9C7A355E98FFC4FD8F3E20A(__this, /*hidden argument*/NULL); // } return; } } // System.Byte[] BestHTTP.HTTPResponse::DecodeStream(BestHTTP.Extensions.BufferPoolMemoryStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HTTPResponse_DecodeStream_mEA17026BB34FDF1C0517F5C95856F9BD65A934A8 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * ___streamToDecode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04799565CD60A911F9CBB57805A3592363822500); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral179A7752540EF152886B7EDDBBEA8F584E6DF2F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97767C8CF3C2114F57F2DA6FB2BAA16750E5F8E2); s_Il2CppMethodInitialized = true; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_0 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_1 = NULL; String_t* V_2 = NULL; BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; int32_t V_5 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * G_B3_0 = NULL; { // streamToDecode.Seek(0, SeekOrigin.Begin); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_0 = ___streamToDecode0; NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_0, ((int64_t)((int64_t)0)), 0); // var encoding = // #if !BESTHTTP_DISABLE_CACHING // IsFromCache ? null : // #endif // GetHeaderValues("content-encoding"); bool L_2; L_2 = HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline(__this, /*hidden argument*/NULL); if (L_2) { goto IL_001f; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_3; L_3 = HTTPResponse_GetHeaderValues_m67493FE1D1261B7F5CCBEC2C6036A435B8CFE14D(__this, _stringLiteral97767C8CF3C2114F57F2DA6FB2BAA16750E5F8E2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_0020; } IL_001f: { G_B3_0 = ((List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)(NULL)); } IL_0020: { V_0 = G_B3_0; // Stream decoderStream = null; V_1 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL; // if (encoding == null) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_4 = V_0; if (L_4) { goto IL_002d; } } { // return streamToDecode.ToArray(); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_5 = ___streamToDecode0; NullCheck(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = BufferPoolMemoryStream_ToArray_mD16D6B23D6B78424183FE3C65E4BDB4CE31CA27F(L_5, /*hidden argument*/NULL); return L_6; } IL_002d: { // switch (encoding[0]) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_7, 0, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); V_2 = L_8; String_t* L_9 = V_2; if (!L_9) { goto IL_0068; } } { String_t* L_10 = V_2; bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_10, _stringLiteral04799565CD60A911F9CBB57805A3592363822500, /*hidden argument*/NULL); if (L_11) { goto IL_0054; } } { String_t* L_12 = V_2; bool L_13; L_13 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_12, _stringLiteral179A7752540EF152886B7EDDBBEA8F584E6DF2F3, /*hidden argument*/NULL); if (L_13) { goto IL_005e; } } { goto IL_0068; } IL_0054: { // case "gzip": decoderStream = new Decompression.Zlib.GZipStream(streamToDecode, Decompression.Zlib.CompressionMode.Decompress); break; BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_14 = ___streamToDecode0; GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * L_15 = (GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 *)il2cpp_codegen_object_new(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_il2cpp_TypeInfo_var); GZipStream__ctor_m94E8A2B20723F5772C7D63A59823FA5F0EA3CC63(L_15, L_14, 1, /*hidden argument*/NULL); V_1 = L_15; // case "gzip": decoderStream = new Decompression.Zlib.GZipStream(streamToDecode, Decompression.Zlib.CompressionMode.Decompress); break; goto IL_006f; } IL_005e: { // case "deflate": decoderStream = new Decompression.Zlib.DeflateStream(streamToDecode, Decompression.Zlib.CompressionMode.Decompress); break; BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_16 = ___streamToDecode0; DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B * L_17 = (DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B *)il2cpp_codegen_object_new(DeflateStream_t6D255105218D9D7440C9121FC55176D0C8D96B3B_il2cpp_TypeInfo_var); DeflateStream__ctor_m60C33516369263FF5322F53BB83166BBD23794FF(L_17, L_16, 1, /*hidden argument*/NULL); V_1 = L_17; // case "deflate": decoderStream = new Decompression.Zlib.DeflateStream(streamToDecode, Decompression.Zlib.CompressionMode.Decompress); break; goto IL_006f; } IL_0068: { // return streamToDecode.ToArray(); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_18 = ___streamToDecode0; NullCheck(L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = BufferPoolMemoryStream_ToArray_mD16D6B23D6B78424183FE3C65E4BDB4CE31CA27F(L_18, /*hidden argument*/NULL); return L_19; } IL_006f: { // using (var ms = new BufferPoolMemoryStream((int)streamToDecode.Length)) BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_20 = ___streamToDecode0; NullCheck(L_20); int64_t L_21; L_21 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_20); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_22 = (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B *)il2cpp_codegen_object_new(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B_il2cpp_TypeInfo_var); BufferPoolMemoryStream__ctor_m9BAAD89884657726AF5E5AD72B76CE790D59BA9F(L_22, ((int32_t)((int32_t)L_21)), /*hidden argument*/NULL); V_3 = L_22; } IL_007c: try {// begin try (depth: 1) { // var buf = VariableSizedBufferPool.Get(1024, true); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23; L_23 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)((int32_t)1024))), (bool)1, /*hidden argument*/NULL); V_4 = L_23; // int byteCount = 0; V_5 = 0; goto IL_009a; } IL_008f: { // ms.Write(buf, 0, byteCount); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_24 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_4; int32_t L_26 = V_5; NullCheck(L_24); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_24, L_25, 0, L_26); } IL_009a: { // while ((byteCount = decoderStream.Read(buf, 0, buf.Length)) > 0) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_27 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_4; NullCheck(L_29); NullCheck(L_27); int32_t L_30; L_30 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_27, L_28, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))); int32_t L_31 = L_30; V_5 = L_31; if ((((int32_t)L_31) > ((int32_t)0))) { goto IL_008f; } } IL_00ad: { // VariableSizedBufferPool.Release(buf); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_4; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_32, /*hidden argument*/NULL); // decoderStream.Dispose(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_33 = V_1; NullCheck(L_33); Stream_Dispose_m117324084DDAD414761AD29FB17A419840BA6EA0(L_33, /*hidden argument*/NULL); // return ms.ToArray(); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_34 = V_3; NullCheck(L_34); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35; L_35 = BufferPoolMemoryStream_ToArray_mD16D6B23D6B78424183FE3C65E4BDB4CE31CA27F(L_34, /*hidden argument*/NULL); V_6 = L_35; IL2CPP_LEAVE(0xCE, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_36 = V_3; if (!L_36) { goto IL_00cd; } } IL_00c7: { BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_37 = V_3; NullCheck(L_37); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_37); } IL_00cd: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xCE, IL_00ce) } IL_00ce: { // } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_6; return L_38; } } // System.Void BestHTTP.HTTPResponse::CloseDecompressors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_CloseDecompressors_m1090B7A1477CEB4CF9C7A355E98FFC4FD8F3E20A (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { { // if (decompressorGZipStream != null) GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * L_0 = __this->get_decompressorGZipStream_29(); if (!L_0) { goto IL_0013; } } { // decompressorGZipStream.Dispose(); GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * L_1 = __this->get_decompressorGZipStream_29(); NullCheck(L_1); Stream_Dispose_m117324084DDAD414761AD29FB17A419840BA6EA0(L_1, /*hidden argument*/NULL); } IL_0013: { // decompressorGZipStream = null; __this->set_decompressorGZipStream_29((GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 *)NULL); // if (decompressorInputStream != null) BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_2 = __this->get_decompressorInputStream_27(); if (!L_2) { goto IL_002d; } } { // decompressorInputStream.Dispose(); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_3 = __this->get_decompressorInputStream_27(); NullCheck(L_3); Stream_Dispose_m117324084DDAD414761AD29FB17A419840BA6EA0(L_3, /*hidden argument*/NULL); } IL_002d: { // decompressorInputStream = null; __this->set_decompressorInputStream_27((BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B *)NULL); // if (decompressorOutputStream != null) BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_4 = __this->get_decompressorOutputStream_28(); if (!L_4) { goto IL_0047; } } { // decompressorOutputStream.Dispose(); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_5 = __this->get_decompressorOutputStream_28(); NullCheck(L_5); Stream_Dispose_m117324084DDAD414761AD29FB17A419840BA6EA0(L_5, /*hidden argument*/NULL); } IL_0047: { // decompressorOutputStream = null; __this->set_decompressorOutputStream_28((BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B *)NULL); // } return; } } // System.Byte[] BestHTTP.HTTPResponse::Decompress(System.Byte[],System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HTTPResponse_Decompress_mC2907A6F7CB3A0C6524A7DC73F7060C2835BC782 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___offset1, int32_t ___count2, bool ___forceDecompress3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // if (decompressorInputStream == null) BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_0 = __this->get_decompressorInputStream_27(); if (L_0) { goto IL_0014; } } { // decompressorInputStream = new BufferPoolMemoryStream(count); int32_t L_1 = ___count2; BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_2 = (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B *)il2cpp_codegen_object_new(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B_il2cpp_TypeInfo_var); BufferPoolMemoryStream__ctor_m9BAAD89884657726AF5E5AD72B76CE790D59BA9F(L_2, L_1, /*hidden argument*/NULL); __this->set_decompressorInputStream_27(L_2); } IL_0014: { // if (data != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___data0; if (!L_3) { goto IL_0025; } } { // decompressorInputStream.Write(data, offset, count); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_4 = __this->get_decompressorInputStream_27(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___data0; 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); } IL_0025: { // if (!forceDecompress && decompressorInputStream.Length < MinLengthToDecompress) bool L_8 = ___forceDecompress3; if (L_8) { goto IL_003e; } } { BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_9 = __this->get_decompressorInputStream_27(); NullCheck(L_9); int64_t L_10; L_10 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_9); if ((((int64_t)L_10) >= ((int64_t)((int64_t)((int64_t)((int32_t)256)))))) { goto IL_003e; } } { // return null; return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_003e: { // decompressorInputStream.Position = 0; BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_11 = __this->get_decompressorInputStream_27(); NullCheck(L_11); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_11, ((int64_t)((int64_t)0))); // if (decompressorGZipStream == null) GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * L_12 = __this->get_decompressorGZipStream_29(); if (L_12) { goto IL_0073; } } { // decompressorGZipStream = new Decompression.Zlib.GZipStream(decompressorInputStream, // Decompression.Zlib.CompressionMode.Decompress, // Decompression.Zlib.CompressionLevel.Default, // true); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_13 = __this->get_decompressorInputStream_27(); GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * L_14 = (GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 *)il2cpp_codegen_object_new(GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1_il2cpp_TypeInfo_var); GZipStream__ctor_mB85EFD01DA1F6EFA8B37CA9E9295CCDE63A82670(L_14, L_13, 1, 6, (bool)1, /*hidden argument*/NULL); __this->set_decompressorGZipStream_29(L_14); // decompressorGZipStream.FlushMode = Decompression.Zlib.FlushType.Sync; GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * L_15 = __this->get_decompressorGZipStream_29(); NullCheck(L_15); VirtualActionInvoker1< int32_t >::Invoke(35 /* System.Void BestHTTP.Decompression.Zlib.GZipStream::set_FlushMode(BestHTTP.Decompression.Zlib.FlushType) */, L_15, 2); } IL_0073: { // if (decompressorOutputStream == null) BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_16 = __this->get_decompressorOutputStream_28(); if (L_16) { goto IL_0086; } } { // decompressorOutputStream = new BufferPoolMemoryStream(); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_17 = (BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B *)il2cpp_codegen_object_new(BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B_il2cpp_TypeInfo_var); BufferPoolMemoryStream__ctor_mFD5AAB679C5DC7B5CED7AC16368A20FFB892543E(L_17, /*hidden argument*/NULL); __this->set_decompressorOutputStream_28(L_17); } IL_0086: { // decompressorOutputStream.SetLength(0); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_18 = __this->get_decompressorOutputStream_28(); NullCheck(L_18); VirtualActionInvoker1< int64_t >::Invoke(29 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_18, ((int64_t)((int64_t)0))); // byte[] copyBuffer = VariableSizedBufferPool.Get(1024, true); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)((int32_t)1024))), (bool)1, /*hidden argument*/NULL); V_0 = L_19; goto IL_00b0; } IL_00a2: { // decompressorOutputStream.Write(copyBuffer, 0, readCount); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_20 = __this->get_decompressorOutputStream_28(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_0; int32_t L_22 = V_1; NullCheck(L_20); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_20, L_21, 0, L_22); } IL_00b0: { // while ((readCount = decompressorGZipStream.Read(copyBuffer, 0, copyBuffer.Length)) != 0) GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * L_23 = __this->get_decompressorGZipStream_29(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_0; NullCheck(L_25); NullCheck(L_23); int32_t L_26; L_26 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_23, L_24, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))); int32_t L_27 = L_26; V_1 = L_27; if (L_27) { goto IL_00a2; } } { // VariableSizedBufferPool.Release(copyBuffer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_28, /*hidden argument*/NULL); // decompressorGZipStream.SetLength(0); GZipStream_t99D1C296F7C62A7A6ED44277279DB835B13B37F1 * L_29 = __this->get_decompressorGZipStream_29(); NullCheck(L_29); VirtualActionInvoker1< int64_t >::Invoke(29 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_29, ((int64_t)((int64_t)0))); // byte[] result = decompressorOutputStream.ToArray(); BufferPoolMemoryStream_tF5A986312C891B0B6B0C8C7DD3E5042938CAEB4B * L_30 = __this->get_decompressorOutputStream_28(); NullCheck(L_30); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31; L_31 = BufferPoolMemoryStream_ToArray_mD16D6B23D6B78424183FE3C65E4BDB4CE31CA27F(L_30, /*hidden argument*/NULL); // return result; return L_31; } } // System.Void BestHTTP.HTTPResponse::BeginReceiveStreamFragments() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_BeginReceiveStreamFragments_m9CBE5EF59885AAFAC6C00D1539BFC6E90E5627AE (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!baseRequest.DisableCache && baseRequest.UseStreaming) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = __this->get_baseRequest_19(); NullCheck(L_0); bool L_1; L_1 = HTTPRequest_get_DisableCache_mA6C8ABC37868F1685AEB56B29B5FCEB2912E41DE_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0057; } } { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_2 = __this->get_baseRequest_19(); NullCheck(L_2); bool L_3; L_3 = HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0057; } } { // if (!IsFromCache && HTTPCacheService.IsCacheble(baseRequest.CurrentUri, baseRequest.MethodType, this)) bool L_4; L_4 = HTTPResponse_get_IsFromCache_m7882BCA04E185FB10EB216550CCAD654AECC59F7_inline(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0057; } } { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_5 = __this->get_baseRequest_19(); NullCheck(L_5); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6; L_6 = HTTPRequest_get_CurrentUri_mF08CB7FC8F25CCCC9128FFE014B19E17B74D8264(L_5, /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_7 = __this->get_baseRequest_19(); NullCheck(L_7); uint8_t L_8; L_8 = HTTPRequest_get_MethodType_m9C6ADC126D0A5C7737A80457239C5E26D79C8B67_inline(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); bool L_9; L_9 = HTTPCacheService_IsCacheble_mE08CAAE97A2CD21219FCDF4AD5539172A07F8755(L_6, L_8, __this, /*hidden argument*/NULL); if (!L_9) { goto IL_0057; } } { // cacheStream = HTTPCacheService.PrepareStreamed(baseRequest.CurrentUri, this); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_10 = __this->get_baseRequest_19(); NullCheck(L_10); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11; L_11 = HTTPRequest_get_CurrentUri_mF08CB7FC8F25CCCC9128FFE014B19E17B74D8264(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12; L_12 = HTTPCacheService_PrepareStreamed_m887247E0B308B18B768EF8FE7D3FB52A5B3CEE26(L_11, __this, /*hidden argument*/NULL); __this->set_cacheStream_25(L_12); } IL_0057: { // allFragmentSize = 0; __this->set_allFragmentSize_26(0); // } return; } } // System.Void BestHTTP.HTTPResponse::FeedStreamFragment(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_FeedStreamFragment_mB07D26FE83C615AD91A0FB4D882CC2C967D168E4 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___pos1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (buffer == null || length == 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; if (!L_0) { goto IL_0006; } } { int32_t L_1 = ___length2; if (L_1) { goto IL_0007; } } IL_0006: { // return; return; } IL_0007: { // WaitWhileFragmentQueueIsFull(); HTTPResponse_WaitWhileFragmentQueueIsFull_m1400EA9AA171A268D6A3D51B3C11FC7CDEDB0435(__this, /*hidden argument*/NULL); // if (fragmentBuffer == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_fragmentBuffer_23(); if (L_2) { goto IL_0034; } } { // fragmentBuffer = VariableSizedBufferPool.Get(baseRequest.StreamFragmentSize, false); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_3 = __this->get_baseRequest_19(); NullCheck(L_3); int32_t L_4; L_4 = HTTPRequest_get_StreamFragmentSize_m0D89F800E80F821CF0DCA9D94DE271C4AEEAD052_inline(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = VariableSizedBufferPool_Get_m8BC3BE4646FF90AAAAE5A5A298A893A5FDCBE5FF(((int64_t)((int64_t)L_4)), (bool)0, /*hidden argument*/NULL); __this->set_fragmentBuffer_23(L_5); // fragmentBufferDataLength = 0; __this->set_fragmentBufferDataLength_24(0); } IL_0034: { // if (fragmentBufferDataLength + length <= baseRequest.StreamFragmentSize) int32_t L_6 = __this->get_fragmentBufferDataLength_24(); int32_t L_7 = ___length2; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_8 = __this->get_baseRequest_19(); NullCheck(L_8); int32_t L_9; L_9 = HTTPRequest_get_StreamFragmentSize_m0D89F800E80F821CF0DCA9D94DE271C4AEEAD052_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7))) > ((int32_t)L_9))) { goto IL_0099; } } { // Array.Copy(buffer, pos, fragmentBuffer, fragmentBufferDataLength, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___buffer0; int32_t L_11 = ___pos1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_fragmentBuffer_23(); int32_t L_13 = __this->get_fragmentBufferDataLength_24(); int32_t L_14 = ___length2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_10, L_11, (RuntimeArray *)(RuntimeArray *)L_12, L_13, L_14, /*hidden argument*/NULL); // fragmentBufferDataLength += length; int32_t L_15 = __this->get_fragmentBufferDataLength_24(); int32_t L_16 = ___length2; __this->set_fragmentBufferDataLength_24(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))); // if (fragmentBufferDataLength == baseRequest.StreamFragmentSize) int32_t L_17 = __this->get_fragmentBufferDataLength_24(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_18 = __this->get_baseRequest_19(); NullCheck(L_18); int32_t L_19; L_19 = HTTPRequest_get_StreamFragmentSize_m0D89F800E80F821CF0DCA9D94DE271C4AEEAD052_inline(L_18, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)L_19)))) { goto IL_00c2; } } { // AddStreamedFragment(fragmentBuffer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = __this->get_fragmentBuffer_23(); HTTPResponse_AddStreamedFragment_mFF6886D247410A58F1A8F67EF1A7D331B5AF4DD6(__this, L_20, /*hidden argument*/NULL); // fragmentBuffer = null; __this->set_fragmentBuffer_23((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); // fragmentBufferDataLength = 0; __this->set_fragmentBufferDataLength_24(0); // } return; } IL_0099: { // int remaining = baseRequest.StreamFragmentSize - fragmentBufferDataLength; HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_21 = __this->get_baseRequest_19(); NullCheck(L_21); int32_t L_22; L_22 = HTTPRequest_get_StreamFragmentSize_m0D89F800E80F821CF0DCA9D94DE271C4AEEAD052_inline(L_21, /*hidden argument*/NULL); int32_t L_23 = __this->get_fragmentBufferDataLength_24(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)); // FeedStreamFragment(buffer, pos, remaining); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___buffer0; int32_t L_25 = ___pos1; int32_t L_26 = V_0; HTTPResponse_FeedStreamFragment_mB07D26FE83C615AD91A0FB4D882CC2C967D168E4(__this, L_24, L_25, L_26, /*hidden argument*/NULL); // FeedStreamFragment(buffer, pos + remaining, length - remaining); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = ___buffer0; int32_t L_28 = ___pos1; int32_t L_29 = V_0; int32_t L_30 = ___length2; int32_t L_31 = V_0; HTTPResponse_FeedStreamFragment_mB07D26FE83C615AD91A0FB4D882CC2C967D168E4(__this, L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/NULL); } IL_00c2: { // } return; } } // System.Void BestHTTP.HTTPResponse::FlushRemainingFragmentBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_FlushRemainingFragmentBuffer_m369903FBC7B8018A26A8FFAD7C408698327F8F94 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * V_0 = NULL; { // if (fragmentBuffer != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_fragmentBuffer_23(); if (!L_0) { goto IL_0035; } } { // VariableSizedBufferPool.Resize(ref fragmentBuffer, fragmentBufferDataLength, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_1 = __this->get_address_of_fragmentBuffer_23(); int32_t L_2 = __this->get_fragmentBufferDataLength_24(); IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = VariableSizedBufferPool_Resize_mC99838C027891EC58903B48AA6CC84F0A10454EF((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_1, L_2, (bool)0, /*hidden argument*/NULL); // AddStreamedFragment(fragmentBuffer); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_fragmentBuffer_23(); HTTPResponse_AddStreamedFragment_mFF6886D247410A58F1A8F67EF1A7D331B5AF4DD6(__this, L_4, /*hidden argument*/NULL); // fragmentBuffer = null; __this->set_fragmentBuffer_23((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); // fragmentBufferDataLength = 0; __this->set_fragmentBufferDataLength_24(0); } IL_0035: { // if (cacheStream != null) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = __this->get_cacheStream_25(); if (!L_5) { goto IL_0065; } } { // cacheStream.Dispose(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = __this->get_cacheStream_25(); NullCheck(L_6); Stream_Dispose_m117324084DDAD414761AD29FB17A419840BA6EA0(L_6, /*hidden argument*/NULL); // cacheStream = null; __this->set_cacheStream_25((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); // HTTPCacheService.SetBodyLength(baseRequest.CurrentUri, allFragmentSize); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_7 = __this->get_baseRequest_19(); NullCheck(L_7); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_8; L_8 = HTTPRequest_get_CurrentUri_mF08CB7FC8F25CCCC9128FFE014B19E17B74D8264(L_7, /*hidden argument*/NULL); int32_t L_9 = __this->get_allFragmentSize_26(); IL2CPP_RUNTIME_CLASS_INIT(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); HTTPCacheService_SetBodyLength_mF632F9E9DF885D2D11766A4C6C960357194B638E(L_8, L_9, /*hidden argument*/NULL); } IL_0065: { // var tmp = fragmentWaitEvent; AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_10 = __this->get_fragmentWaitEvent_31(); il2cpp_codegen_memory_barrier(); V_0 = L_10; // fragmentWaitEvent = null; il2cpp_codegen_memory_barrier(); __this->set_fragmentWaitEvent_31((AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D *)NULL); // if (tmp != null) AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_11 = V_0; if (!L_11) { goto IL_0080; } } { // (tmp as IDisposable).Dispose(); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_12 = V_0; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_0080: { // } return; } } // System.Void BestHTTP.HTTPResponse::AddStreamedFragment(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_AddStreamedFragment_mFF6886D247410A58F1A8F67EF1A7D331B5AF4DD6 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mDA769E25FD7E7BEF999CC57347B6B5F4E90620F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC74F8340E150B8F9520188937677421C55AF5C05_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDA4DF5D0E45515C2985B7C743A1CC4EE5398E51); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (SyncRoot) RuntimeObject * L_0 = __this->get_SyncRoot_22(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // if (!IsCacheOnly) bool L_2; L_2 = HTTPResponse_get_IsCacheOnly_m804166669B4936AC7EB55AE19286240F039FB60B_inline(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0038; } } IL_0019: { // if (streamedFragments == null) List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_3 = __this->get_streamedFragments_21(); if (L_3) { goto IL_002c; } } IL_0021: { // streamedFragments = new List(); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_4 = (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *)il2cpp_codegen_object_new(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE_il2cpp_TypeInfo_var); List_1__ctor_mC74F8340E150B8F9520188937677421C55AF5C05(L_4, /*hidden argument*/List_1__ctor_mC74F8340E150B8F9520188937677421C55AF5C05_RuntimeMethod_var); __this->set_streamedFragments_21(L_4); } IL_002c: { // streamedFragments.Add(buffer); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_5 = __this->get_streamedFragments_21(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___buffer0; NullCheck(L_5); List_1_Add_mDA769E25FD7E7BEF999CC57347B6B5F4E90620F8(L_5, L_6, /*hidden argument*/List_1_Add_mDA769E25FD7E7BEF999CC57347B6B5F4E90620F8_RuntimeMethod_var); } IL_0038: { // if (HTTPManager.Logger.Level == Logger.Loglevels.All && buffer != null && streamedFragments != null) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_7; L_7 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_7); uint8_t L_8; L_8 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0077; } } IL_0044: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___buffer0; if (!L_9) { goto IL_0077; } } IL_0047: { List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_10 = __this->get_streamedFragments_21(); if (!L_10) { goto IL_0077; } } IL_004f: { // VerboseLogging(string.Format("AddStreamedFragment buffer length: {0:N0} streamedFragments: {1:N0}", buffer.Length, streamedFragments.Count)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___buffer0; NullCheck(L_11); int32_t L_12 = ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))); RuntimeObject * L_13 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_12); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_14 = __this->get_streamedFragments_21(); NullCheck(L_14); int32_t L_15; L_15 = List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_inline(L_14, /*hidden argument*/List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_16); String_t* L_18; L_18 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralEDA4DF5D0E45515C2985B7C743A1CC4EE5398E51, L_13, L_17, /*hidden argument*/NULL); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, L_18, /*hidden argument*/NULL); } IL_0077: { // if (cacheStream != null) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_19 = __this->get_cacheStream_25(); if (!L_19) { goto IL_009f; } } IL_007f: { // cacheStream.Write(buffer, 0, buffer.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_20 = __this->get_cacheStream_25(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___buffer0; NullCheck(L_22); NullCheck(L_20); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_20, L_21, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))); // allFragmentSize += buffer.Length; int32_t L_23 = __this->get_allFragmentSize_26(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___buffer0; NullCheck(L_24); __this->set_allFragmentSize_26(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))); } IL_009f: { // } IL2CPP_LEAVE(0xAB, FINALLY_00a1); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a1; } FINALLY_00a1: {// begin finally (depth: 1) { bool L_25 = V_1; if (!L_25) { goto IL_00aa; } } IL_00a4: { RuntimeObject * L_26 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_26, /*hidden argument*/NULL); } IL_00aa: { IL2CPP_END_FINALLY(161) } }// end finally (depth: 1) IL2CPP_CLEANUP(161) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xAB, IL_00ab) } IL_00ab: { // } return; } } // System.Void BestHTTP.HTTPResponse::WaitWhileFragmentQueueIsFull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_WaitWhileFragmentQueueIsFull_m1400EA9AA171A268D6A3D51B3C11FC7CDEDB0435 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E8B32CD9731AD0D6409874C75F68F1B32AB3AF8); s_Il2CppMethodInitialized = true; } { goto IL_0035; } IL_0002: { // VerboseLogging("WaitWhileFragmentQueueIsFull"); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, _stringLiteral7E8B32CD9731AD0D6409874C75F68F1B32AB3AF8, /*hidden argument*/NULL); // if (fragmentWaitEvent == null) AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_0 = __this->get_fragmentWaitEvent_31(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0025; } } { // fragmentWaitEvent = new System.Threading.AutoResetEvent(false); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_1 = (AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D *)il2cpp_codegen_object_new(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var); AutoResetEvent__ctor_m72D2A390415B58E10CA21E260881C88E50D9F35C(L_1, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_fragmentWaitEvent_31(L_1); } IL_0025: { // fragmentWaitEvent.WaitOne(16); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_2 = __this->get_fragmentWaitEvent_31(); il2cpp_codegen_memory_barrier(); NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker1< bool, int32_t >::Invoke(11 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32) */, L_2, ((int32_t)16)); } IL_0035: { // while (baseRequest.UseStreaming && FragmentQueueIsFull()) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_4 = __this->get_baseRequest_19(); NullCheck(L_4); bool L_5; L_5 = HTTPRequest_get_UseStreaming_m85DCE89D5F354C9220188675669714BBC3A89053_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_004a; } } { bool L_6; L_6 = HTTPResponse_FragmentQueueIsFull_m31460D35008437739D3774D270B12164C2886392(__this, /*hidden argument*/NULL); if (L_6) { goto IL_0002; } } IL_004a: { // } return; } } // System.Boolean BestHTTP.HTTPResponse::FragmentQueueIsFull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_FragmentQueueIsFull_m31460D35008437739D3774D270B12164C2886392 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __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*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59C91D0CEA92DEE8F27C3054F271E69E57DA968F); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B4_0 = 0; int32_t G_B7_0 = 0; int32_t G_B5_0 = 0; int32_t G_B6_0 = 0; { // lock (SyncRoot) RuntimeObject * L_0 = __this->get_SyncRoot_22(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // bool result = streamedFragments != null && streamedFragments.Count >= baseRequest.MaxFragmentQueueLength; List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_2 = __this->get_streamedFragments_21(); if (!L_2) { goto IL_0036; } } IL_0019: { List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_3 = __this->get_streamedFragments_21(); NullCheck(L_3); int32_t L_4; L_4 = List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_inline(L_3, /*hidden argument*/List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_5 = __this->get_baseRequest_19(); NullCheck(L_5); int32_t L_6; L_6 = HTTPRequest_get_MaxFragmentQueueLength_m5279D2B13F185CC3406314BB834D8C32DDE72877_inline(L_5, /*hidden argument*/NULL); G_B4_0 = ((((int32_t)((((int32_t)L_4) < ((int32_t)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0037; } IL_0036: { G_B4_0 = 0; } IL_0037: { // if (result && HTTPManager.Logger.Level == Logger.Loglevels.All) int32_t L_7 = G_B4_0; G_B5_0 = L_7; if (!L_7) { G_B7_0 = L_7; goto IL_0076; } } IL_003a: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_8; L_8 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_8); uint8_t L_9; L_9 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_8); G_B6_0 = G_B5_0; if (L_9) { G_B7_0 = G_B5_0; goto IL_0076; } } IL_0046: { // VerboseLogging(string.Format("HasFragmentsInQueue - {0} / {1}", streamedFragments.Count, baseRequest.MaxFragmentQueueLength)); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_10 = __this->get_streamedFragments_21(); NullCheck(L_10); int32_t L_11; L_11 = List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_inline(L_10, /*hidden argument*/List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_12); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_14 = __this->get_baseRequest_19(); NullCheck(L_14); int32_t L_15; L_15 = HTTPRequest_get_MaxFragmentQueueLength_m5279D2B13F185CC3406314BB834D8C32DDE72877_inline(L_14, /*hidden argument*/NULL); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_16); String_t* L_18; L_18 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral59C91D0CEA92DEE8F27C3054F271E69E57DA968F, L_13, L_17, /*hidden argument*/NULL); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, L_18, /*hidden argument*/NULL); G_B7_0 = G_B6_0; } IL_0076: { // return result; V_2 = (bool)G_B7_0; IL2CPP_LEAVE(0x83, FINALLY_0079); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0079; } FINALLY_0079: {// begin finally (depth: 1) { bool L_19 = V_1; if (!L_19) { goto IL_0082; } } IL_007c: { RuntimeObject * L_20 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_20, /*hidden argument*/NULL); } IL_0082: { IL2CPP_END_FINALLY(121) } }// end finally (depth: 1) IL2CPP_CLEANUP(121) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x83, IL_0083) } IL_0083: { // } bool L_21 = V_2; return L_21; } } // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::GetStreamedFragments() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * HTTPResponse_GetStreamedFragments_m5F1F589DAA1731C67037B156E4008965D9343926 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __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*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m5621C38865E52261F1EBAD5841646169F08B0E0D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m17D47A8F0DFB8BEF003B805877118739870F6942_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral454E01E89B05B8CA4194137ADDEC917790152499); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA60E5E80E935042FEC800EF194DCEDE3559B74D); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * V_2 = NULL; List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * V_3 = NULL; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (SyncRoot) RuntimeObject * L_0 = __this->get_SyncRoot_22(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // if (streamedFragments == null || streamedFragments.Count == 0) List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_2 = __this->get_streamedFragments_21(); if (!L_2) { goto IL_0026; } } IL_0019: { List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_3 = __this->get_streamedFragments_21(); NullCheck(L_3); int32_t L_4; L_4 = List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_inline(L_3, /*hidden argument*/List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var); if (L_4) { goto IL_0041; } } IL_0026: { // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_5); uint8_t L_6; L_6 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_003d; } } IL_0032: { // VerboseLogging("GetStreamedFragments - no fragments, returning with null"); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, _stringLiteralAA60E5E80E935042FEC800EF194DCEDE3559B74D, /*hidden argument*/NULL); } IL_003d: { // return null; V_3 = (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *)NULL; IL2CPP_LEAVE(0xA9, FINALLY_009f); } IL_0041: { // var result = new List(streamedFragments); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_7 = __this->get_streamedFragments_21(); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_8 = (List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE *)il2cpp_codegen_object_new(List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE_il2cpp_TypeInfo_var); List_1__ctor_m17D47A8F0DFB8BEF003B805877118739870F6942(L_8, L_7, /*hidden argument*/List_1__ctor_m17D47A8F0DFB8BEF003B805877118739870F6942_RuntimeMethod_var); V_2 = L_8; // streamedFragments.Clear(); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_9 = __this->get_streamedFragments_21(); NullCheck(L_9); List_1_Clear_m5621C38865E52261F1EBAD5841646169F08B0E0D(L_9, /*hidden argument*/List_1_Clear_m5621C38865E52261F1EBAD5841646169F08B0E0D_RuntimeMethod_var); // if (fragmentWaitEvent != null) AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_10 = __this->get_fragmentWaitEvent_31(); il2cpp_codegen_memory_barrier(); if (!L_10) { goto IL_0070; } } IL_0062: { // fragmentWaitEvent.Set(); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_11 = __this->get_fragmentWaitEvent_31(); il2cpp_codegen_memory_barrier(); NullCheck(L_11); bool L_12; L_12 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_11, /*hidden argument*/NULL); } IL_0070: { // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_13); uint8_t L_14; L_14 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_009b; } } IL_007c: { // VerboseLogging(string.Format("GetStreamedFragments - returning with {0:N0} fragments", result.Count.ToString())); List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_15 = V_2; NullCheck(L_15); int32_t L_16; L_16 = List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_inline(L_15, /*hidden argument*/List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var); V_4 = L_16; String_t* L_17; L_17 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_4), /*hidden argument*/NULL); String_t* L_18; L_18 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral454E01E89B05B8CA4194137ADDEC917790152499, L_17, /*hidden argument*/NULL); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, L_18, /*hidden argument*/NULL); } IL_009b: { // return result; List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_19 = V_2; V_3 = L_19; IL2CPP_LEAVE(0xA9, FINALLY_009f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009f; } FINALLY_009f: {// begin finally (depth: 1) { bool L_20 = V_1; if (!L_20) { goto IL_00a8; } } IL_00a2: { RuntimeObject * L_21 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_21, /*hidden argument*/NULL); } IL_00a8: { IL2CPP_END_FINALLY(159) } }// end finally (depth: 1) IL2CPP_CLEANUP(159) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA9, IL_00a9) } IL_00a9: { // } List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_22 = V_3; return L_22; } } // System.Boolean BestHTTP.HTTPResponse::HasStreamedFragments() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasStreamedFragments_m191CC68097B72D015C1EAC9F437089236DF0CFC2 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B4_0 = 0; { // lock (SyncRoot) RuntimeObject * L_0 = __this->get_SyncRoot_22(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // return streamedFragments != null && streamedFragments.Count >= baseRequest.MaxFragmentQueueLength; List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_2 = __this->get_streamedFragments_21(); if (!L_2) { goto IL_0036; } } IL_0019: { List_1_t08E192A6E99857FD75EAA081A5D3BEC33729EDBE * L_3 = __this->get_streamedFragments_21(); NullCheck(L_3); int32_t L_4; L_4 = List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_inline(L_3, /*hidden argument*/List_1_get_Count_mCEBCF66B19764A2EFF9F5F81C78323729EC10F60_RuntimeMethod_var); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_5 = __this->get_baseRequest_19(); NullCheck(L_5); int32_t L_6; L_6 = HTTPRequest_get_MaxFragmentQueueLength_m5279D2B13F185CC3406314BB834D8C32DDE72877_inline(L_5, /*hidden argument*/NULL); G_B4_0 = ((((int32_t)((((int32_t)L_4) < ((int32_t)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0037; } IL_0036: { G_B4_0 = 0; } IL_0037: { V_2 = (bool)G_B4_0; IL2CPP_LEAVE(0x44, FINALLY_003a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: {// begin finally (depth: 1) { bool L_7 = V_1; if (!L_7) { goto IL_0043; } } IL_003d: { RuntimeObject * L_8 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_8, /*hidden argument*/NULL); } IL_0043: { IL2CPP_END_FINALLY(58) } }// end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x44, IL_0044) } IL_0044: { // } bool L_9 = V_2; return L_9; } } // System.Void BestHTTP.HTTPResponse::FinishStreaming() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_FinishStreaming_mF027E23E5C865161A41205A935F1D2B1FB47D62E (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __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*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C95D6E125E73B23BAB8DD50AF51A33810846D49); s_Il2CppMethodInitialized = true; } { // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); uint8_t L_1; L_1 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0); if (L_1) { goto IL_0017; } } { // VerboseLogging("FinishStreaming"); HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F(__this, _stringLiteral1C95D6E125E73B23BAB8DD50AF51A33810846D49, /*hidden argument*/NULL); } IL_0017: { // IsStreamingFinished = true; HTTPResponse_set_IsStreamingFinished_m7EB1C451A3ABD85335FF4BF4DA7AA7C49A989E98_inline(__this, (bool)1, /*hidden argument*/NULL); // Dispose(); HTTPResponse_Dispose_m69B90113A5B0923DBCF4E85487A0A4804E38E171(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.HTTPResponse::VerboseLogging(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_VerboseLogging_mBF51FFA309EA872F404E51DA76FA976D660FD84F (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, String_t* ___str0, 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*)&_stringLiteral2BCDDD90864A065D87A7C75887907863F5B2F8A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral409C81A5B30C0BC762564E8F20B4B6C4149B2C84); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); s_Il2CppMethodInitialized = true; } { // if (HTTPManager.Logger.Level == Logger.Loglevels.All) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); uint8_t L_1; L_1 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0); if (L_1) { goto IL_003b; } } { // HTTPManager.Logger.Verbose("HTTPResponse", "'" + this.baseRequest.CurrentUri.ToString() + "' - " + str); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_3 = __this->get_baseRequest_19(); NullCheck(L_3); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4; L_4 = HTTPRequest_get_CurrentUri_mF08CB7FC8F25CCCC9128FFE014B19E17B74D8264(L_3, /*hidden argument*/NULL); 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 = ___str0; String_t* L_7; L_7 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, L_5, _stringLiteral409C81A5B30C0BC762564E8F20B4B6C4149B2C84, L_6, /*hidden argument*/NULL); NullCheck(L_2); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_2, _stringLiteral2BCDDD90864A065D87A7C75887907863F5B2F8A8, L_7); } IL_003b: { // } return; } } // System.Void BestHTTP.HTTPResponse::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse_Dispose_m69B90113A5B0923DBCF4E85487A0A4804E38E171 (HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Stream != null && Stream is ReadOnlyBufferedStream) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_Stream_20(); if (!L_0) { goto IL_0020; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_Stream_20(); if (!((ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34 *)IsInstClass((RuntimeObject*)L_1, ReadOnlyBufferedStream_tD77D50B2DC8D878C4C3960DD5EE5AEBB73439D34_il2cpp_TypeInfo_var))) { goto IL_0020; } } { // (Stream as IDisposable).Dispose(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = __this->get_Stream_20(); NullCheck(L_2); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_2); } IL_0020: { // Stream = null; __this->set_Stream_20((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); // if (cacheStream != null) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = __this->get_cacheStream_25(); if (!L_3) { goto IL_0041; } } { // cacheStream.Dispose(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = __this->get_cacheStream_25(); NullCheck(L_4); Stream_Dispose_m117324084DDAD414761AD29FB17A419840BA6EA0(L_4, /*hidden argument*/NULL); // cacheStream = null; __this->set_cacheStream_25((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); } IL_0041: { // GC.SuppressFinalize(this); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__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.HTTPUpdateDelegator BestHTTP.HTTPUpdateDelegator::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * HTTPUpdateDelegator_get_Instance_mF5EF768CD236AF617695F11361D3F761169FFD82 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static HTTPUpdateDelegator Instance { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * L_0 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_U3CInstanceU3Ek__BackingField_4(); return L_0; } } // System.Void BestHTTP.HTTPUpdateDelegator::set_Instance(BestHTTP.HTTPUpdateDelegator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_Instance_m2747863FA218768BB347DDDA3684DEF3D9141A4E (HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static HTTPUpdateDelegator Instance { get; private set; } HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->set_U3CInstanceU3Ek__BackingField_4(L_0); return; } } // System.Boolean BestHTTP.HTTPUpdateDelegator::get_IsCreated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsCreated_m31E559E5D6674AC4F0F4AB3BAF2C5C1CFB751F25 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool IsCreated { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); bool L_0 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_U3CIsCreatedU3Ek__BackingField_5(); return L_0; } } // System.Void BestHTTP.HTTPUpdateDelegator::set_IsCreated(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_IsCreated_mC19EA69BACF9DB6E5B99848808E5A7217AC924A4 (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool IsCreated { get; private set; } bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->set_U3CIsCreatedU3Ek__BackingField_5(L_0); return; } } // System.Boolean BestHTTP.HTTPUpdateDelegator::get_IsThreaded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsThreaded_m13091E346EA707A05E06CBF0D5144DDF35ED0228 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool IsThreaded { get; set; } IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); bool L_0 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_U3CIsThreadedU3Ek__BackingField_6(); return L_0; } } // System.Void BestHTTP.HTTPUpdateDelegator::set_IsThreaded(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_IsThreaded_m01142DC4F499C22F45CBF175AE934071C9416BC1 (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool IsThreaded { get; set; } bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->set_U3CIsThreadedU3Ek__BackingField_6(L_0); return; } } // System.Boolean BestHTTP.HTTPUpdateDelegator::get_IsThreadRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPUpdateDelegator_get_IsThreadRunning_m342673808CA10A2F0A3766D36DF4D0714527E204 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool IsThreadRunning { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); bool L_0 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_U3CIsThreadRunningU3Ek__BackingField_7(); return L_0; } } // System.Void BestHTTP.HTTPUpdateDelegator::set_IsThreadRunning(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_IsThreadRunning_m7E6F86BF3FDC7E8BCDAC2AF8EF9463A9DF0BD1DA (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool IsThreadRunning { get; private set; } bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->set_U3CIsThreadRunningU3Ek__BackingField_7(L_0); return; } } // System.Int32 BestHTTP.HTTPUpdateDelegator::get_ThreadFrequencyInMS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPUpdateDelegator_get_ThreadFrequencyInMS_mE29E5A07C12A78FDDAF233D14F123E8392C2C7E1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static int ThreadFrequencyInMS { get; set; } IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); int32_t L_0 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_U3CThreadFrequencyInMSU3Ek__BackingField_8(); return L_0; } } // System.Void BestHTTP.HTTPUpdateDelegator::set_ThreadFrequencyInMS(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_set_ThreadFrequencyInMS_m170C71C241CA56031BC4D48AEB5096B012E47669 (int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static int ThreadFrequencyInMS { get; set; } int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->set_U3CThreadFrequencyInMSU3Ek__BackingField_8(L_0); return; } } // System.Void BestHTTP.HTTPUpdateDelegator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator__cctor_mE73FE61536CF7327C043BBB3405139A948CD4D93 (const RuntimeMethod* method) { { // ThreadFrequencyInMS = 100; HTTPUpdateDelegator_set_ThreadFrequencyInMS_m170C71C241CA56031BC4D48AEB5096B012E47669_inline(((int32_t)100), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.HTTPUpdateDelegator::CheckInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_CheckInstance_m1A0DE4FEA1DDBE644089D6D646CF395A90B8C492 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisHTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_m3D2E4F2E7486562C6958D4A9EBA2A63251D61250_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisHTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_m05549BAA1DFC278830B96D78568A8D09BCAEFCC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49A470699A271F2381BF52565CA1BB3A822897BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2C7C81BEF5B990ADE6E0EEF584B83698B9FDC87); s_Il2CppMethodInitialized = true; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { // if (!IsCreated) IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); bool L_0; L_0 = HTTPUpdateDelegator_get_IsCreated_m31E559E5D6674AC4F0F4AB3BAF2C5C1CFB751F25_inline(/*hidden argument*/NULL); if (L_0) { goto IL_006b; } } IL_0007: { // GameObject go = GameObject.Find("HTTP Update Delegator"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteral49A470699A271F2381BF52565CA1BB3A822897BF, /*hidden argument*/NULL); V_0 = L_1; // if (go != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0026; } } IL_001b: { // Instance = go.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = V_0; NullCheck(L_4); HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * L_5; L_5 = GameObject_GetComponent_TisHTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_m05549BAA1DFC278830B96D78568A8D09BCAEFCC8(L_4, /*hidden argument*/GameObject_GetComponent_TisHTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_m05549BAA1DFC278830B96D78568A8D09BCAEFCC8_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); HTTPUpdateDelegator_set_Instance_m2747863FA218768BB347DDDA3684DEF3D9141A4E_inline(L_5, /*hidden argument*/NULL); } IL_0026: { // if (Instance == null) IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * L_6; L_6 = HTTPUpdateDelegator_get_Instance_mF5EF768CD236AF617695F11361D3F761169FFD82_inline(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_6, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_0051; } } IL_0033: { // go = new GameObject("HTTP Update Delegator"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)il2cpp_codegen_object_new(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); GameObject__ctor_mDF8BF31EAE3E03F24421531B25FB4BEDB7C87144(L_8, _stringLiteral49A470699A271F2381BF52565CA1BB3A822897BF, /*hidden argument*/NULL); V_0 = L_8; // go.hideFlags = HideFlags.DontSave; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9 = V_0; NullCheck(L_9); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_9, ((int32_t)52), /*hidden argument*/NULL); // Instance = go.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10 = V_0; NullCheck(L_10); HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * L_11; L_11 = GameObject_AddComponent_TisHTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_m3D2E4F2E7486562C6958D4A9EBA2A63251D61250(L_10, /*hidden argument*/GameObject_AddComponent_TisHTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_m3D2E4F2E7486562C6958D4A9EBA2A63251D61250_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); HTTPUpdateDelegator_set_Instance_m2747863FA218768BB347DDDA3684DEF3D9141A4E_inline(L_11, /*hidden argument*/NULL); } IL_0051: { // IsCreated = true; IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); HTTPUpdateDelegator_set_IsCreated_mC19EA69BACF9DB6E5B99848808E5A7217AC924A4_inline((bool)1, /*hidden argument*/NULL); // HTTPManager.Logger.Information("HTTPUpdateDelegator", "Instance Created!"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_12; L_12 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_12); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_12, _stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51, _stringLiteralF2C7C81BEF5B990ADE6E0EEF584B83698B9FDC87); } IL_006b: { // } goto IL_0084; } }// end try (depth: 1) 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_006d; } throw e; } CATCH_006d: {// begin catch(System.Object) // catch // HTTPManager.Logger.Error("HTTPUpdateDelegator", "Please call the BestHTTP.HTTPManager.Setup() from one of Unity's event(eg. awake, start) before you send any request!"); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_13; L_13 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_13); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15 /* System.Void BestHTTP.Logger.ILogger::Error(System.String,System.String) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var)), L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7FBAA25D7E1CC6C9135A867493DD5D81DE38AE8))); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0084; }// end catch (depth: 1) IL_0084: { // } return; } } // System.Void BestHTTP.HTTPUpdateDelegator::Setup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_Setup_m16559143C2370636C4D22A0A78198F756BB6DBA3 (HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieJar_tEAA297825C22C4D5902B7DA8DA1707E09A167316_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_ThreadFunc_m22DD5E0E1B8A74A9030E74221FFB2CD9ED9C6A30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75172E4D216E2F2C9771F72FD0933107A49EB28A); s_Il2CppMethodInitialized = true; } { // Caching.HTTPCacheService.SetupCacheFolder(); IL2CPP_RUNTIME_CLASS_INIT(HTTPCacheService_t5964D05F0929E18C69B4A018F467D9E4146649F8_il2cpp_TypeInfo_var); HTTPCacheService_SetupCacheFolder_mC57922C228A34BE3026AD57C56C995CBA8F2C31B(/*hidden argument*/NULL); // Cookies.CookieJar.SetupFolder(); IL2CPP_RUNTIME_CLASS_INIT(CookieJar_tEAA297825C22C4D5902B7DA8DA1707E09A167316_il2cpp_TypeInfo_var); CookieJar_SetupFolder_mE851CBB3AEAFB6F9DFF72647D0F071569A7656E3(/*hidden argument*/NULL); // Cookies.CookieJar.Load(); CookieJar_Load_mD749B7B8F8901FBE506A72121242CAFEF07A58E3(/*hidden argument*/NULL); // if (IsThreaded) IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); bool L_0; L_0 = HTTPUpdateDelegator_get_IsThreaded_m13091E346EA707A05E06CBF0D5144DDF35ED0228_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0028; } } { // System.Threading.ThreadPool.QueueUserWorkItem(new System.Threading.WaitCallback(ThreadFunc)); WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_1 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_1, __this, (intptr_t)((intptr_t)HTTPUpdateDelegator_ThreadFunc_m22DD5E0E1B8A74A9030E74221FFB2CD9ED9C6A30_RuntimeMethod_var), /*hidden argument*/NULL); bool L_2; L_2 = ThreadPool_QueueUserWorkItem_m76F5D0CD8F37E5D736F781049045AD9173E9A323(L_1, /*hidden argument*/NULL); } IL_0028: { // IsSetupCalled = true; IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->set_IsSetupCalled_11((bool)1); // if (!Application.isEditor || Application.isPlaying) bool L_3; L_3 = Application_get_isEditor_m7367DDB72F13E4846E8EB76FFAAACA84840BE921(/*hidden argument*/NULL); if (!L_3) { goto IL_003c; } } { bool L_4; L_4 = Application_get_isPlaying_m7BB718D8E58B807184491F64AFF0649517E56567(/*hidden argument*/NULL); if (!L_4) { goto IL_0047; } } IL_003c: { // GameObject.DontDestroyOnLoad(this.gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m03007A68ABBA4CCD8C27B944964983395E7640F9(L_5, /*hidden argument*/NULL); } IL_0047: { // HTTPManager.Logger.Information("HTTPUpdateDelegator", "Setup done!"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_6; L_6 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_6); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_6, _stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51, _stringLiteral75172E4D216E2F2C9771F72FD0933107A49EB28A); // } return; } } // System.Void BestHTTP.HTTPUpdateDelegator::ThreadFunc(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_ThreadFunc_m22DD5E0E1B8A74A9030E74221FFB2CD9ED9C6A30 (HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * __this, RuntimeObject * ___obj0, 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*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01C97CF1102937C4FC82C556F6E0BFC5F425C6E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46B945C3FEFB2723360FDF5220832998F2087EA7); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // HTTPManager.Logger.Information ("HTTPUpdateDelegator", "Update Thread Started"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51, _stringLiteral01C97CF1102937C4FC82C556F6E0BFC5F425C6E7); } IL_0014: try {// begin try (depth: 1) { // IsThreadRunning = true; IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); HTTPUpdateDelegator_set_IsThreadRunning_m7E6F86BF3FDC7E8BCDAC2AF8EF9463A9DF0BD1DA_inline((bool)1, /*hidden argument*/NULL); goto IL_002b; } IL_001c: { // HTTPManager.OnUpdate(); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HTTPManager_OnUpdate_m64152318A790D491DC9D8A7454956AC5AFDEE8B1(/*hidden argument*/NULL); // System.Threading.Thread.Sleep(ThreadFrequencyInMS); IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); int32_t L_1; L_1 = HTTPUpdateDelegator_get_ThreadFrequencyInMS_mE29E5A07C12A78FDDAF233D14F123E8392C2C7E1_inline(/*hidden argument*/NULL); Thread_Sleep_m8E61FC80BD38981CB18CA549909710790283DDCC(L_1, /*hidden argument*/NULL); } IL_002b: { // while (IsThreadRunning) IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); bool L_2; L_2 = HTTPUpdateDelegator_get_IsThreadRunning_m342673808CA10A2F0A3766D36DF4D0714527E204_inline(/*hidden argument*/NULL); if (L_2) { goto IL_001c; } } IL_0032: { // } IL2CPP_LEAVE(0x49, FINALLY_0034); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: {// begin finally (depth: 1) // HTTPManager.Logger.Information("HTTPUpdateDelegator", "Update Thread Ended"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_3, _stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51, _stringLiteral46B945C3FEFB2723360FDF5220832998F2087EA7); // } IL2CPP_END_FINALLY(52) }// end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x49, IL_0049) } IL_0049: { // } return; } } // System.Void BestHTTP.HTTPUpdateDelegator::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_Update_mB72717F58AEFDE4F0094DCFA3DB1F6A2E9577576 (HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * __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*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!IsSetupCalled) IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); bool L_0 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_IsSetupCalled_11(); if (L_0) { goto IL_0013; } } { // IsSetupCalled = true; IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->set_IsSetupCalled_11((bool)1); // Setup(); HTTPUpdateDelegator_Setup_m16559143C2370636C4D22A0A78198F756BB6DBA3(__this, /*hidden argument*/NULL); } IL_0013: { // if (!IsThreaded) IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); bool L_1; L_1 = HTTPUpdateDelegator_get_IsThreaded_m13091E346EA707A05E06CBF0D5144DDF35ED0228_inline(/*hidden argument*/NULL); if (L_1) { goto IL_001f; } } { // HTTPManager.OnUpdate(); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HTTPManager_OnUpdate_m64152318A790D491DC9D8A7454956AC5AFDEE8B1(/*hidden argument*/NULL); } IL_001f: { // } return; } } // System.Void BestHTTP.HTTPUpdateDelegator::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_OnDisable_mAAA4A47DCCB009288092E985CAC8193F2A8B2FAC (HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * __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*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC04F2F8B4ED584C8828AF8FEBAFAA83596DEF638); s_Il2CppMethodInitialized = true; } { // HTTPManager.Logger.Information("HTTPUpdateDelegator", "OnDisable Called!"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51, _stringLiteralC04F2F8B4ED584C8828AF8FEBAFAA83596DEF638); // OnApplicationQuit(); HTTPUpdateDelegator_OnApplicationQuit_m7DBC2C5102687059D0942D2D7FB3A76C4C783833(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.HTTPUpdateDelegator::OnApplicationPause(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_OnApplicationPause_m3D3548B22ED0AE1E56258B6138B34C247943F87A (HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * __this, bool ___isPaused0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (HTTPUpdateDelegator.OnApplicationForegroundStateChanged != null) IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * L_0 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_OnApplicationForegroundStateChanged_10(); if (!L_0) { goto IL_0012; } } { // HTTPUpdateDelegator.OnApplicationForegroundStateChanged(isPaused); IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83 * L_1 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_OnApplicationForegroundStateChanged_10(); bool L_2 = ___isPaused0; NullCheck(L_1); Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04(L_1, L_2, /*hidden argument*/Action_1_Invoke_m94B1D693386EA0BD3C636939BDCE375EDEF91A04_RuntimeMethod_var); } IL_0012: { // } return; } } // System.Void BestHTTP.HTTPUpdateDelegator::OnApplicationQuit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_OnApplicationQuit_m7DBC2C5102687059D0942D2D7FB3A76C4C783833 (HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6AEBF2588D99A5BCE5491BD5A3EDCA960357300A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D0EA24CA2951CEF832EBAC9EDC1CFB84027BEE0); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // HTTPManager.Logger.Information("HTTPUpdateDelegator", "OnApplicationQuit Called!"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51, _stringLiteral6AEBF2588D99A5BCE5491BD5A3EDCA960357300A); // if (OnBeforeApplicationQuit != null) IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_1 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_OnBeforeApplicationQuit_9(); if (!L_1) { goto IL_0057; } } IL_001b: try {// begin try (depth: 1) { // if (!OnBeforeApplicationQuit()) IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_2 = ((HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_StaticFields*)il2cpp_codegen_static_fields_for(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var))->get_OnBeforeApplicationQuit_9(); NullCheck(L_2); bool L_3; L_3 = Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79(L_2, /*hidden argument*/Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var); if (L_3) { goto IL_003d; } } IL_0027: { // HTTPManager.Logger.Information("HTTPUpdateDelegator", "OnBeforeApplicationQuit call returned false, postponing plugin shutdown."); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_4); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_4, _stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51, _stringLiteral9D0EA24CA2951CEF832EBAC9EDC1CFB84027BEE0); // return; goto IL_0070; } IL_003d: { // } goto IL_0057; } }// 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_003f; } throw e; } CATCH_003f: {// begin catch(System.Exception) // catch(System.Exception ex) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("HTTPUpdateDelegator", string.Empty, ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_5; L_5 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); Exception_t * L_7 = V_0; NullCheck(L_5); 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_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B84B47A2E7998D0EE84267544B5136376C6CB51)), L_6, L_7); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0057; }// end catch (depth: 1) IL_0057: { // IsThreadRunning = false; IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); HTTPUpdateDelegator_set_IsThreadRunning_m7E6F86BF3FDC7E8BCDAC2AF8EF9463A9DF0BD1DA_inline((bool)0, /*hidden argument*/NULL); // if (!IsCreated) bool L_8; L_8 = HTTPUpdateDelegator_get_IsCreated_m31E559E5D6674AC4F0F4AB3BAF2C5C1CFB751F25_inline(/*hidden argument*/NULL); if (L_8) { goto IL_0065; } } { // return; return; } IL_0065: { // IsCreated = false; IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459_il2cpp_TypeInfo_var); HTTPUpdateDelegator_set_IsCreated_mC19EA69BACF9DB6E5B99848808E5A7217AC924A4_inline((bool)0, /*hidden argument*/NULL); // HTTPManager.OnQuit(); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HTTPManager_OnQuit_m6E5049C11A25048498418B406A9BFA9E4E0DD51F(/*hidden argument*/NULL); } IL_0070: { // } return; } } // System.Void BestHTTP.HTTPUpdateDelegator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator__ctor_m61F807ED703A93FC8236687932D0C5EA3BD1AAFC (HTTPUpdateDelegator_tBAACD158602FC92717CDD22E84ABCB7B06692459 * __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.Forms.HTTPUrlEncodedForm::PrepareRequest(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUrlEncodedForm_PrepareRequest_mA826F485A310519C5A64907CE715B1D330429E30 (HTTPUrlEncodedForm_t8E2BE5AB6A6F3A3D8260820746C46CA2A35572AF * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14B6DF3349D302FD20ED0B3BD448C2045066E9BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18); s_Il2CppMethodInitialized = true; } { // request.SetHeader("Content-Type", "application/x-www-form-urlencoded"); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = ___request0; NullCheck(L_0); HTTPRequest_SetHeader_m5DFA6302FD1F64647A4A7A80D9AFE68B56A8FD09(L_0, _stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18, _stringLiteral14B6DF3349D302FD20ED0B3BD448C2045066E9BE, /*hidden argument*/NULL); // } return; } } // System.Byte[] BestHTTP.Forms.HTTPUrlEncodedForm::GetData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HTTPUrlEncodedForm_GetData_m8435E477F1D4BC96DAF5F992A68FA6914D38DDDA (HTTPUrlEncodedForm_t8E2BE5AB6A6F3A3D8260820746C46CA2A35572AF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m8AE987185C2C4F583F4D0E4532CD8D47FD00FFFC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF4F6719718719560F662560AC561A3AFF6B39332_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_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; int32_t V_1 = 0; HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; { // if (CachedData != null && !IsChanged) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_CachedData_6(); if (!L_0) { goto IL_0017; } } { bool L_1; L_1 = HTTPFormBase_get_IsChanged_m20130C2D1337F0CE376072294FD5E83B6102E8BD_inline(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0017; } } { // return CachedData; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_CachedData_6(); return L_2; } IL_0017: { // StringBuilder sb = new StringBuilder(); StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_3, /*hidden argument*/NULL); V_0 = L_3; // for (int i = 0; i < Fields.Count; ++i) V_1 = 0; goto IL_00b1; } IL_0024: { // var field = Fields[i]; List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD * L_4; L_4 = HTTPFormBase_get_Fields_m1B8E66C86ABA4D88F3239EA0ABB3512397812F28_inline(__this, /*hidden argument*/NULL); int32_t L_5 = V_1; NullCheck(L_4); HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * L_6; L_6 = List_1_get_Item_mF4F6719718719560F662560AC561A3AFF6B39332_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mF4F6719718719560F662560AC561A3AFF6B39332_RuntimeMethod_var); V_2 = L_6; // if (i > 0) int32_t L_7 = V_1; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0041; } } { // sb.Append("&"); StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_8, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, /*hidden argument*/NULL); } IL_0041: { // sb.Append(EscapeString(field.Name)); StringBuilder_t * L_10 = V_0; HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * L_11 = V_2; NullCheck(L_11); String_t* L_12; L_12 = HTTPFieldData_get_Name_mDC8897581119ADA3E58A77E3A9A62A8D0A05897E_inline(L_11, /*hidden argument*/NULL); String_t* L_13; L_13 = HTTPUrlEncodedForm_EscapeString_mC30F859DB75C1D69238D4AA86230E0D328C267E0(L_12, /*hidden argument*/NULL); NullCheck(L_10); StringBuilder_t * L_14; L_14 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_10, L_13, /*hidden argument*/NULL); // sb.Append("="); StringBuilder_t * L_15 = V_0; NullCheck(L_15); StringBuilder_t * L_16; L_16 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_15, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E, /*hidden argument*/NULL); // if (!string.IsNullOrEmpty(field.Text) || field.Binary == null) HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * L_17 = V_2; NullCheck(L_17); String_t* L_18; L_18 = HTTPFieldData_get_Text_mBCE863EAE635EB857A05D4C81607D469C28C4713_inline(L_17, /*hidden argument*/NULL); bool L_19; L_19 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0074; } } { HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * L_20 = V_2; NullCheck(L_20); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21; L_21 = HTTPFieldData_get_Binary_mDE41CC95866C58AF59CCD81D9F6F46C3DAD207DC_inline(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0088; } } IL_0074: { // sb.Append(EscapeString(field.Text)); StringBuilder_t * L_22 = V_0; HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * L_23 = V_2; NullCheck(L_23); String_t* L_24; L_24 = HTTPFieldData_get_Text_mBCE863EAE635EB857A05D4C81607D469C28C4713_inline(L_23, /*hidden argument*/NULL); String_t* L_25; L_25 = HTTPUrlEncodedForm_EscapeString_mC30F859DB75C1D69238D4AA86230E0D328C267E0(L_24, /*hidden argument*/NULL); NullCheck(L_22); StringBuilder_t * L_26; L_26 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_22, L_25, /*hidden argument*/NULL); goto IL_00ad; } IL_0088: { // sb.Append(EscapeString(Encoding.UTF8.GetString(field.Binary, 0, field.Binary.Length))); StringBuilder_t * L_27 = V_0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_28; L_28 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * L_29 = V_2; NullCheck(L_29); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30; L_30 = HTTPFieldData_get_Binary_mDE41CC95866C58AF59CCD81D9F6F46C3DAD207DC_inline(L_29, /*hidden argument*/NULL); HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * L_31 = V_2; NullCheck(L_31); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32; L_32 = HTTPFieldData_get_Binary_mDE41CC95866C58AF59CCD81D9F6F46C3DAD207DC_inline(L_31, /*hidden argument*/NULL); NullCheck(L_32); NullCheck(L_28); String_t* L_33; L_33 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_28, L_30, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))); String_t* L_34; L_34 = HTTPUrlEncodedForm_EscapeString_mC30F859DB75C1D69238D4AA86230E0D328C267E0(L_33, /*hidden argument*/NULL); NullCheck(L_27); StringBuilder_t * L_35; L_35 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_27, L_34, /*hidden argument*/NULL); } IL_00ad: { // for (int i = 0; i < Fields.Count; ++i) int32_t L_36 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b1: { // for (int i = 0; i < Fields.Count; ++i) int32_t L_37 = V_1; List_1_tAB6EE9557BF734F9EF011194835DEFD04B650ACD * L_38; L_38 = HTTPFormBase_get_Fields_m1B8E66C86ABA4D88F3239EA0ABB3512397812F28_inline(__this, /*hidden argument*/NULL); NullCheck(L_38); int32_t L_39; L_39 = List_1_get_Count_m8AE987185C2C4F583F4D0E4532CD8D47FD00FFFC_inline(L_38, /*hidden argument*/List_1_get_Count_m8AE987185C2C4F583F4D0E4532CD8D47FD00FFFC_RuntimeMethod_var); if ((((int32_t)L_37) < ((int32_t)L_39))) { goto IL_0024; } } { // IsChanged = false; HTTPFormBase_set_IsChanged_mCD63DDDAB783E0831177A0CC6493DC920A8EC0D7_inline(__this, (bool)0, /*hidden argument*/NULL); // return CachedData = Encoding.UTF8.GetBytes(sb.ToString()); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_40; L_40 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); StringBuilder_t * L_41 = V_0; NullCheck(L_41); String_t* L_42; L_42 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_41); NullCheck(L_40); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43; L_43 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_40, L_42); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = L_43; V_3 = L_44; __this->set_CachedData_6(L_44); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = V_3; return L_45; } } // System.String BestHTTP.Forms.HTTPUrlEncodedForm::EscapeString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPUrlEncodedForm_EscapeString_mC30F859DB75C1D69238D4AA86230E0D328C267E0 (String_t* ___originalString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; StringBuilder_t * G_B5_0 = NULL; StringBuilder_t * G_B4_0 = NULL; String_t* G_B6_0 = NULL; StringBuilder_t * G_B6_1 = NULL; { // if (originalString.Length < EscapeTreshold) String_t* L_0 = ___originalString0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)((int32_t)256)))) { goto IL_0014; } } { // return Uri.EscapeDataString(originalString); String_t* L_2 = ___originalString0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_3; L_3 = Uri_EscapeDataString_m65EC321EA46B682D20E13D00DA17B846BB5CDF20(L_2, /*hidden argument*/NULL); return L_3; } IL_0014: { // int loops = originalString.Length / EscapeTreshold; String_t* L_4 = ___originalString0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_5/(int32_t)((int32_t)256))); // StringBuilder sb = new StringBuilder(loops); int32_t L_6 = V_0; StringBuilder_t * L_7 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_7, L_6, /*hidden argument*/NULL); V_1 = L_7; // for (int i = 0; i <= loops; i++) V_2 = 0; goto IL_0066; } IL_002c: { // sb.Append(i < loops ? // Uri.EscapeDataString(originalString.Substring(EscapeTreshold * i, EscapeTreshold)) : // Uri.EscapeDataString(originalString.Substring(EscapeTreshold * i))); StringBuilder_t * L_8 = V_1; int32_t L_9 = V_2; int32_t L_10 = V_0; G_B4_0 = L_8; if ((((int32_t)L_9) < ((int32_t)L_10))) { G_B5_0 = L_8; goto IL_0045; } } { String_t* L_11 = ___originalString0; int32_t L_12 = V_2; NullCheck(L_11); String_t* L_13; L_13 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_11, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)256), (int32_t)L_12)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_14; L_14 = Uri_EscapeDataString_m65EC321EA46B682D20E13D00DA17B846BB5CDF20(L_13, /*hidden argument*/NULL); G_B6_0 = L_14; G_B6_1 = G_B4_0; goto IL_005c; } IL_0045: { String_t* L_15 = ___originalString0; int32_t L_16 = V_2; NullCheck(L_15); String_t* L_17; L_17 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_15, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)256), (int32_t)L_16)), ((int32_t)256), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_18; L_18 = Uri_EscapeDataString_m65EC321EA46B682D20E13D00DA17B846BB5CDF20(L_17, /*hidden argument*/NULL); G_B6_0 = L_18; G_B6_1 = G_B5_0; } IL_005c: { NullCheck(G_B6_1); StringBuilder_t * L_19; L_19 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(G_B6_1, G_B6_0, /*hidden argument*/NULL); // for (int i = 0; i <= loops; i++) int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0066: { // for (int i = 0; i <= loops; i++) int32_t L_21 = V_2; int32_t L_22 = V_0; if ((((int32_t)L_21) <= ((int32_t)L_22))) { goto IL_002c; } } { // return sb.ToString(); StringBuilder_t * L_23 = V_1; NullCheck(L_23); String_t* L_24; L_24 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23); return L_24; } } // System.Void BestHTTP.Forms.HTTPUrlEncodedForm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUrlEncodedForm__ctor_m6C464432542AA9E593C94FF30E734C608D80B881 (HTTPUrlEncodedForm_t8E2BE5AB6A6F3A3D8260820746C46CA2A35572AF * __this, const RuntimeMethod* method) { { HTTPFormBase__ctor_m4D6A03CACF718F039939460052E10BD7C7FC9023(__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.HandHeldCam::FollowTarget(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandHeldCam_FollowTarget_m8FA00A4BF32224C5A9EF0C7FBEA378ADD2F60A81 (HandHeldCam_tB9889FF5BB18A815E99E7B7EE61DCF4571B5671C * __this, float ___deltaTime0, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; { // base.FollowTarget(deltaTime); float L_0 = ___deltaTime0; LookatTarget_FollowTarget_m8E28D73BA8EFF01C3CF34147B8B30E483075BD34(__this, L_0, /*hidden argument*/NULL); // float bx = (Mathf.PerlinNoise(0, Time.time*m_SwaySpeed) - 0.5f); float L_1; L_1 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_2 = __this->get_m_SwaySpeed_13(); float L_3; L_3 = Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519((0.0f), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), /*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_subtract((float)L_3, (float)(0.5f))); // float by = (Mathf.PerlinNoise(0, (Time.time*m_SwaySpeed) + 100)) - 0.5f; float L_4; L_4 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_5 = __this->get_m_SwaySpeed_13(); float L_6; L_6 = Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519((0.0f), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), (float)(100.0f))), /*hidden argument*/NULL); V_1 = ((float)il2cpp_codegen_subtract((float)L_6, (float)(0.5f))); // bx *= m_BaseSwayAmount; float L_7 = V_0; float L_8 = __this->get_m_BaseSwayAmount_14(); V_0 = ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)); // by *= m_BaseSwayAmount; float L_9 = V_1; float L_10 = __this->get_m_BaseSwayAmount_14(); V_1 = ((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)); // float tx = (Mathf.PerlinNoise(0, Time.time*m_SwaySpeed) - 0.5f) + m_TrackingBias; float L_11; L_11 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_12 = __this->get_m_SwaySpeed_13(); float L_13; L_13 = Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519((0.0f), ((float)il2cpp_codegen_multiply((float)L_11, (float)L_12)), /*hidden argument*/NULL); float L_14 = __this->get_m_TrackingBias_16(); V_2 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_13, (float)(0.5f))), (float)L_14)); // float ty = ((Mathf.PerlinNoise(0, (Time.time*m_SwaySpeed) + 100)) - 0.5f) + m_TrackingBias; float L_15; L_15 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_16 = __this->get_m_SwaySpeed_13(); float L_17; L_17 = Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519((0.0f), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_15, (float)L_16)), (float)(100.0f))), /*hidden argument*/NULL); float L_18 = __this->get_m_TrackingBias_16(); V_3 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_17, (float)(0.5f))), (float)L_18)); // tx *= -m_TrackingSwayAmount*m_FollowVelocity.x; float L_19 = V_2; float L_20 = __this->get_m_TrackingSwayAmount_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_21 = ((LookatTarget_t5F919748928EEF2D561AE5013BAF1ADCA60E9B84 *)__this)->get_address_of_m_FollowVelocity_12(); float L_22 = L_21->get_x_2(); V_2 = ((float)il2cpp_codegen_multiply((float)L_19, (float)((float)il2cpp_codegen_multiply((float)((-L_20)), (float)L_22)))); // ty *= m_TrackingSwayAmount*m_FollowVelocity.y; float L_23 = V_3; float L_24 = __this->get_m_TrackingSwayAmount_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_25 = ((LookatTarget_t5F919748928EEF2D561AE5013BAF1ADCA60E9B84 *)__this)->get_address_of_m_FollowVelocity_12(); float L_26 = L_25->get_y_3(); V_3 = ((float)il2cpp_codegen_multiply((float)L_23, (float)((float)il2cpp_codegen_multiply((float)L_24, (float)L_26)))); // transform.Rotate(bx + tx, by + ty, 0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27; L_27 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); float L_28 = V_0; float L_29 = V_2; float L_30 = V_1; float L_31 = V_3; NullCheck(L_27); Transform_Rotate_mA3AE6D55AA9CC88A8F03C2B0B7CB3DB45ABA6A8E(L_27, ((float)il2cpp_codegen_add((float)L_28, (float)L_29)), ((float)il2cpp_codegen_add((float)L_30, (float)L_31)), (0.0f), /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Cameras.HandHeldCam::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandHeldCam__ctor_mFEBA00B6A4892C79C8C780E7FC290AB4BC3E28E1 (HandHeldCam_tB9889FF5BB18A815E99E7B7EE61DCF4571B5671C * __this, const RuntimeMethod* method) { { // [SerializeField] private float m_SwaySpeed = .5f; __this->set_m_SwaySpeed_13((0.5f)); // [SerializeField] private float m_BaseSwayAmount = .5f; __this->set_m_BaseSwayAmount_14((0.5f)); // [SerializeField] private float m_TrackingSwayAmount = .5f; __this->set_m_TrackingSwayAmount_15((0.5f)); LookatTarget__ctor_m46B5A2FF61935C88A06F7D1CE8B734EFA77623C1(__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 BestHTTP.SocketIO.HandshakeData::get_Sid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HandshakeData_get_Sid_mFFB95297656EBADA7C11C8BA2AE9D5880CDE25C4 (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method) { { // public string Sid { get; private set; } String_t* L_0 = __this->get_U3CSidU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.SocketIO.HandshakeData::set_Sid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandshakeData_set_Sid_m9B0DBCE0DC99862AF91A95A9C7886F300BE16208 (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Sid { get; private set; } String_t* L_0 = ___value0; __this->set_U3CSidU3Ek__BackingField_0(L_0); return; } } // System.Collections.Generic.List`1 BestHTTP.SocketIO.HandshakeData::get_Upgrades() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * HandshakeData_get_Upgrades_mBD9DE97F60B1183B3018C6F26E1797BA1EF17803 (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method) { { // public List Upgrades { get; private set; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = __this->get_U3CUpgradesU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.SocketIO.HandshakeData::set_Upgrades(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandshakeData_set_Upgrades_m6234E7D9D967DA2B9FA72843A9D8CD799E04465F (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___value0, const RuntimeMethod* method) { { // public List Upgrades { get; private set; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = ___value0; __this->set_U3CUpgradesU3Ek__BackingField_1(L_0); return; } } // System.TimeSpan BestHTTP.SocketIO.HandshakeData::get_PingInterval() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 HandshakeData_get_PingInterval_mFFD2FE754933A7EF228C0375B586749D4FA5C258 (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method) { { // public TimeSpan PingInterval { get; private set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CPingIntervalU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.SocketIO.HandshakeData::set_PingInterval(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandshakeData_set_PingInterval_mBAB9819070A7F65BAEA12196ED105E241AA75C37 (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan PingInterval { get; private set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CPingIntervalU3Ek__BackingField_2(L_0); return; } } // System.TimeSpan BestHTTP.SocketIO.HandshakeData::get_PingTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 HandshakeData_get_PingTimeout_m984FBB007873008AF3B7C8DD57DE12AD08F113E8 (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, const RuntimeMethod* method) { { // public TimeSpan PingTimeout { get; private set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CPingTimeoutU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.SocketIO.HandshakeData::set_PingTimeout(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandshakeData_set_PingTimeout_m21D07C5CE26C1103991DFA283F4FE4C32BEDC2DB (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan PingTimeout { get; private set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CPingTimeoutU3Ek__BackingField_3(L_0); return; } } // System.Boolean BestHTTP.SocketIO.HandshakeData::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HandshakeData_Parse_mA154AE863885B4EC73F96F59A0A897164F164402 (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25C241457632965CF0415ACE6CB8DB92A7A9ADD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DDB8A5B0756C4CCEE1051FF32423C7DF524E6C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76DF165E2105C1C5528E7F5AEBFD02D0CC562115); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC578DBE646EFE7777E9734B49B16DE9921FC04E); s_Il2CppMethodInitialized = true; } bool V_0 = false; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * V_1 = NULL; Exception_t * V_2 = NULL; bool V_3 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // bool success = false; V_0 = (bool)0; // Dictionary dict = Json.Decode(str, ref success) as Dictionary; String_t* L_0 = ___str0; RuntimeObject * L_1; L_1 = Json_Decode_m56DCBFEF75CB0D7B15255358DD5F7E4F57F12558(L_0, (bool*)(&V_0), /*hidden argument*/NULL); V_1 = ((Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *)IsInstClass((RuntimeObject*)L_1, Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var)); // if (!success) bool L_2 = V_0; if (L_2) { goto IL_0015; } } { // return false; return (bool)0; } IL_0015: { } IL_0016: try {// begin try (depth: 1) // this.Sid = GetString(dict, "sid"); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_3 = V_1; String_t* L_4; L_4 = HandshakeData_GetString_m07F93D8D73B971B921BB9F72D89F461B5F78082A(L_3, _stringLiteral25C241457632965CF0415ACE6CB8DB92A7A9ADD9, /*hidden argument*/NULL); HandshakeData_set_Sid_m9B0DBCE0DC99862AF91A95A9C7886F300BE16208_inline(__this, L_4, /*hidden argument*/NULL); // this.Upgrades = GetStringList(dict, "upgrades"); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_5 = V_1; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_6; L_6 = HandshakeData_GetStringList_m2141678D69131CFF311ACEE8EF7F61247763B63B(L_5, _stringLiteral76DF165E2105C1C5528E7F5AEBFD02D0CC562115, /*hidden argument*/NULL); HandshakeData_set_Upgrades_m6234E7D9D967DA2B9FA72843A9D8CD799E04465F_inline(__this, L_6, /*hidden argument*/NULL); // this.PingInterval = TimeSpan.FromMilliseconds(GetInt(dict, "pingInterval")); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_7 = V_1; int32_t L_8; L_8 = HandshakeData_GetInt_mB849F842B46F755FAEF408D7588FB4DFE783D3A5(L_7, _stringLiteral3DDB8A5B0756C4CCEE1051FF32423C7DF524E6C5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_9; L_9 = TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC(((double)((double)L_8)), /*hidden argument*/NULL); HandshakeData_set_PingInterval_mBAB9819070A7F65BAEA12196ED105E241AA75C37_inline(__this, L_9, /*hidden argument*/NULL); // this.PingTimeout = TimeSpan.FromMilliseconds(GetInt(dict, "pingTimeout")); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_10 = V_1; int32_t L_11; L_11 = HandshakeData_GetInt_mB849F842B46F755FAEF408D7588FB4DFE783D3A5(L_10, _stringLiteralEC578DBE646EFE7777E9734B49B16DE9921FC04E, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_12; L_12 = TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC(((double)((double)L_11)), /*hidden argument*/NULL); HandshakeData_set_PingTimeout_m21D07C5CE26C1103991DFA283F4FE4C32BEDC2DB_inline(__this, L_12, /*hidden argument*/NULL); // } goto IL_0082; }// 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_0068; } throw e; } CATCH_0068: {// begin catch(System.Exception) // catch (Exception ex) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // BestHTTP.HTTPManager.Logger.Exception("HandshakeData", "Parse", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_13; L_13 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_14 = V_2; NullCheck(L_13); 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_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C528B256546A2D559383B5643CE0C3BDBF51D08)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA02A52ED7204CC9A8929B6D885EE489135C987B9)), L_14); // return false; V_3 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0084; }// end catch (depth: 1) IL_0082: { // return true; return (bool)1; } IL_0084: { // } bool L_15 = V_3; return L_15; } } // System.Object BestHTTP.SocketIO.HandshakeData::Get(System.Collections.Generic.Dictionary`2,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * HandshakeData_Get_m8CB8000F3844A699D9C72DB8888DDF10EDBA761B (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___from0, String_t* ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { // if (!from.TryGetValue(key, out value)) Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_0 = ___from0; String_t* L_1 = ___key1; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189(L_0, L_1, (RuntimeObject **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mD84CD5B05EE35122D0958E21D58C818797EC8189_RuntimeMethod_var); if (L_2) { goto IL_001c; } } { // throw new System.Exception(string.Format("Can't get {0} from Handshake data!", key)); String_t* L_3 = ___key1; String_t* L_4; L_4 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC22A3368DA1F3923C1C727FE4A430448608FDF29)), L_3, /*hidden argument*/NULL); Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HandshakeData_Get_m8CB8000F3844A699D9C72DB8888DDF10EDBA761B_RuntimeMethod_var))); } IL_001c: { // return value; RuntimeObject * L_6 = V_0; return L_6; } } // System.String BestHTTP.SocketIO.HandshakeData::GetString(System.Collections.Generic.Dictionary`2,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HandshakeData_GetString_m07F93D8D73B971B921BB9F72D89F461B5F78082A (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___from0, String_t* ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Get(from, key) as string; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_0 = ___from0; String_t* L_1 = ___key1; RuntimeObject * L_2; L_2 = HandshakeData_Get_m8CB8000F3844A699D9C72DB8888DDF10EDBA761B(L_0, L_1, /*hidden argument*/NULL); return ((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); } } // System.Collections.Generic.List`1 BestHTTP.SocketIO.HandshakeData::GetStringList(System.Collections.Generic.Dictionary`2,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * HandshakeData_GetStringList_m2141678D69131CFF311ACEE8EF7F61247763B63B (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___from0, String_t* ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * V_0 = NULL; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; { // List value = Get(from, key) as List; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_0 = ___from0; String_t* L_1 = ___key1; RuntimeObject * L_2; L_2 = HandshakeData_Get_m8CB8000F3844A699D9C72DB8888DDF10EDBA761B(L_0, L_1, /*hidden argument*/NULL); V_0 = ((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)IsInstClass((RuntimeObject*)L_2, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var)); // List result = new List(value.Count); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_inline(L_3, /*hidden argument*/List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_RuntimeMethod_var); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_5 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B(L_5, L_4, /*hidden argument*/List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B_RuntimeMethod_var); V_1 = L_5; // for (int i = 0; i < value.Count; ++i) V_2 = 0; goto IL_0038; } IL_001d: { // string str = value[i] as string; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_6 = V_0; int32_t L_7 = V_2; NullCheck(L_6); RuntimeObject * L_8; L_8 = List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_RuntimeMethod_var); V_3 = ((String_t*)IsInstSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)); // if (str != null) String_t* L_9 = V_3; if (!L_9) { goto IL_0034; } } { // result.Add(str); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_10 = V_1; String_t* L_11 = V_3; NullCheck(L_10); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_10, L_11, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); } IL_0034: { // for (int i = 0; i < value.Count; ++i) int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0038: { // for (int i = 0; i < value.Count; ++i) int32_t L_13 = V_2; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_14 = V_0; NullCheck(L_14); int32_t L_15; L_15 = List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_inline(L_14, /*hidden argument*/List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_001d; } } { // return result; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_16 = V_1; return L_16; } } // System.Int32 BestHTTP.SocketIO.HandshakeData::GetInt(System.Collections.Generic.Dictionary`2,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HandshakeData_GetInt_mB849F842B46F755FAEF408D7588FB4DFE783D3A5 (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___from0, String_t* ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (int)(double)Get(from, key); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_0 = ___from0; String_t* L_1 = ___key1; RuntimeObject * L_2; L_2 = HandshakeData_Get_m8CB8000F3844A699D9C72DB8888DDF10EDBA761B(L_0, L_1, /*hidden argument*/NULL); return ((int32_t)((int32_t)((*(double*)((double*)UnBox(L_2, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))))); } } // System.Void BestHTTP.SocketIO.HandshakeData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandshakeData__ctor_mE5288EED0DA31A2E1E95503057A1312B5E0C384E (HandshakeData_tDB08AB53D5F9A624E19FBD9251D906FD0739E548 * __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.HandshakeType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandshakeType__ctor_mF311480994DBF8B685338C3F4A8BBB8A6B76B477 (HandshakeType_tD46A8EB362293EA91876C33397D11BFA25135D1D * __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.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HashAlgorithm::GetName(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HashAlgorithm_GetName_m11C214A3A05D8B75E1C451C7C85B1CC3EA1F8AFB (uint8_t ___hashAlgorithm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0AEA2C46AAEB233C6D2DF0275EF92FB2E56BAFE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1938FDF81D9EFE09E9786A7A7DDFFBD755961098); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF55C9251B3BBCD330B3B4B7D50A6FD91D7C8E18); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___hashAlgorithm0; switch (L_0) { case 0: { goto IL_0024; } case 1: { goto IL_002a; } case 2: { goto IL_0030; } case 3: { goto IL_0036; } case 4: { goto IL_003c; } case 5: { goto IL_0042; } case 6: { goto IL_0048; } } } { goto IL_004e; } IL_0024: { // return "none"; return _stringLiteral0AEA2C46AAEB233C6D2DF0275EF92FB2E56BAFE9; } IL_002a: { // return "md5"; return _stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6; } IL_0030: { // return "sha1"; return _stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55; } IL_0036: { // return "sha224"; return _stringLiteralFF55C9251B3BBCD330B3B4B7D50A6FD91D7C8E18; } IL_003c: { // return "sha256"; return _stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868; } IL_0042: { // return "sha384"; return _stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1; } IL_0048: { // return "sha512"; return _stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8; } IL_004e: { // return "UNKNOWN"; return _stringLiteral1938FDF81D9EFE09E9786A7A7DDFFBD755961098; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HashAlgorithm::GetText(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HashAlgorithm_GetText_mA5A9CDC14CF56196C37295EF6C65C269E24F339D (uint8_t ___hashAlgorithm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); s_Il2CppMethodInitialized = true; } { // return GetName(hashAlgorithm) + "(" + hashAlgorithm + ")"; uint8_t L_0 = ___hashAlgorithm0; String_t* L_1; L_1 = HashAlgorithm_GetName_m11C214A3A05D8B75E1C451C7C85B1CC3EA1F8AFB(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = Byte_ToString_m6A11C71EB9B8031596645EA1A4C2430721B282B5((uint8_t*)(&___hashAlgorithm0), /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(L_1, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, L_2, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, /*hidden argument*/NULL); return L_3; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HashAlgorithm::IsPrivate(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashAlgorithm_IsPrivate_mAF2AFE23D5F18DCA244010B90F6934A123BE1E21 (uint8_t ___hashAlgorithm0, const RuntimeMethod* method) { { // return 224 <= hashAlgorithm && hashAlgorithm <= 255; uint8_t L_0 = ___hashAlgorithm0; if ((((int32_t)((int32_t)224)) > ((int32_t)L_0))) { goto IL_0014; } } { uint8_t L_1 = ___hashAlgorithm0; return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)255)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0014: { return (bool)0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HashAlgorithm::IsRecognized(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashAlgorithm_IsRecognized_mC1F9F61070E97DBFD17DEB788BDC394EDA493448 (uint8_t ___hashAlgorithm0, const RuntimeMethod* method) { { uint8_t L_0 = ___hashAlgorithm0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) <= ((uint32_t)5)))) { goto IL_0008; } } { // return true; return (bool)1; } IL_0008: { // return false; return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HashAlgorithm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm__ctor_m6DD54671D9D3B43F2C5224B518585828284BC7EB (HashAlgorithm_t37AD873E6EE334DBB2EE32A965EBDFB91D717EA6 * __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.Prng.Drbg.HashSP800Drbg::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSP800Drbg__cctor_m249BE5DAE004B49FA6C550110235ECEFF1C4EE13 (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*)&HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral131F00C551D8B6B06586707B7CB54DE4DF424670); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C23E639A5A412FD6FD6D1C92298ADD2B8DF4D0E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6287E03E4BA5E084D733B008108745D8989DCA69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral894BC5458F5E1105129CC92FE8166EA51C2E0DCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2350B5572693C76A2581371606D5A586D0C75B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8167CCC78C1117CDBB4F4177DE66863BA21E27A); s_Il2CppMethodInitialized = true; } { // private readonly static byte[] ONE = { 0x01 }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint8_t)1); ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->set_ONE_0(L_1); // private readonly static long RESEED_MAX = 1L << (48 - 1); ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->set_RESEED_MAX_1(((int64_t)140737488355328LL)); // private readonly static int MAX_BITS_REQUEST = 1 << (19 - 1); ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->set_MAX_BITS_REQUEST_2(((int32_t)262144)); // private static readonly IDictionary seedlens = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->set_seedlens_3(L_2); // seedlens.Add("SHA-1", 440); RuntimeObject* L_3 = ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->get_seedlens_3(); int32_t L_4 = ((int32_t)440); RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); NullCheck(L_3); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_3, _stringLiteral11208C86A379F74F4A5228C6512318CCDFEF574A, L_5); // seedlens.Add("SHA-224", 440); RuntimeObject* L_6 = ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->get_seedlens_3(); int32_t L_7 = ((int32_t)440); RuntimeObject * L_8 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_7); NullCheck(L_6); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_6, _stringLiteralF8167CCC78C1117CDBB4F4177DE66863BA21E27A, L_8); // seedlens.Add("SHA-256", 440); RuntimeObject* L_9 = ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->get_seedlens_3(); int32_t L_10 = ((int32_t)440); RuntimeObject * L_11 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_10); NullCheck(L_9); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_9, _stringLiteral4C23E639A5A412FD6FD6D1C92298ADD2B8DF4D0E, L_11); // seedlens.Add("SHA-512/256", 440); RuntimeObject* L_12 = ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->get_seedlens_3(); int32_t L_13 = ((int32_t)440); RuntimeObject * L_14 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_13); NullCheck(L_12); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_12, _stringLiteralC2350B5572693C76A2581371606D5A586D0C75B0, L_14); // seedlens.Add("SHA-512/224", 440); RuntimeObject* L_15 = ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->get_seedlens_3(); int32_t L_16 = ((int32_t)440); RuntimeObject * L_17 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_16); NullCheck(L_15); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_15, _stringLiteral6287E03E4BA5E084D733B008108745D8989DCA69, L_17); // seedlens.Add("SHA-384", 888); RuntimeObject* L_18 = ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->get_seedlens_3(); int32_t L_19 = ((int32_t)888); RuntimeObject * L_20 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_19); NullCheck(L_18); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_18, _stringLiteral131F00C551D8B6B06586707B7CB54DE4DF424670, L_20); // seedlens.Add("SHA-512", 888); RuntimeObject* L_21 = ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->get_seedlens_3(); int32_t L_22 = ((int32_t)888); RuntimeObject * L_23 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_22); NullCheck(L_21); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_21, _stringLiteral894BC5458F5E1105129CC92FE8166EA51C2E0DCC, L_23); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IEntropySource,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSP800Drbg__ctor_m8EE1001B7B70921136200D8A84D1BDA6D8A75066 (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __this, RuntimeObject* ___digest0, int32_t ___securityStrength1, RuntimeObject* ___entropySource2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___personalizationString3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonce4, 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*)&ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrbgUtilities_tE3432795718F27B184DC1ABEA30D74188E8742D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEntropySource_tB5D9DE195690CD14EA3F129F3F30B2B6A8B21CCE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; { // public HashSP800Drbg(IDigest digest, int securityStrength, IEntropySource entropySource, byte[] personalizationString, byte[] nonce) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (securityStrength > DrbgUtilities.GetMaxSecurityStrength(digest)) int32_t L_0 = ___securityStrength1; RuntimeObject* L_1 = ___digest0; IL2CPP_RUNTIME_CLASS_INIT(DrbgUtilities_tE3432795718F27B184DC1ABEA30D74188E8742D0_il2cpp_TypeInfo_var); int32_t L_2; L_2 = DrbgUtilities_GetMaxSecurityStrength_mD783A81EB0F4CE93588FB80E8156226773BF298F(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)L_2))) { goto IL_001a; } } { // throw new ArgumentException("Requested security strength is not supported by the derivation function"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC74C91AC84175DF19050FAF49E7E682198F5EBA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HashSP800Drbg__ctor_m8EE1001B7B70921136200D8A84D1BDA6D8A75066_RuntimeMethod_var))); } IL_001a: { // if (entropySource.EntropySize < securityStrength) RuntimeObject* L_4 = ___entropySource2; NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IEntropySource::get_EntropySize() */, IEntropySource_tB5D9DE195690CD14EA3F129F3F30B2B6A8B21CCE_il2cpp_TypeInfo_var, L_4); int32_t L_6 = ___securityStrength1; if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_002e; } } { // throw new ArgumentException("Not enough entropy for security strength required"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFC0B78F7F34B12C0A2804C1AB09E3CD93F73F716)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HashSP800Drbg__ctor_m8EE1001B7B70921136200D8A84D1BDA6D8A75066_RuntimeMethod_var))); } IL_002e: { // mDigest = digest; RuntimeObject* L_8 = ___digest0; __this->set_mDigest_4(L_8); // mEntropySource = entropySource; RuntimeObject* L_9 = ___entropySource2; __this->set_mEntropySource_5(L_9); // mSecurityStrength = securityStrength; int32_t L_10 = ___securityStrength1; __this->set_mSecurityStrength_6(L_10); // mSeedLength = (int)seedlens[digest.AlgorithmName]; IL2CPP_RUNTIME_CLASS_INIT(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var); RuntimeObject* L_11 = ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->get_seedlens_3(); RuntimeObject* L_12 = ___digest0; NullCheck(L_12); String_t* L_13; L_13 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::get_AlgorithmName() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_12); NullCheck(L_11); RuntimeObject * L_14; L_14 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_11, L_13); __this->set_mSeedLength_7(((*(int32_t*)((int32_t*)UnBox(L_14, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); // byte[] entropy = GetEntropy(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = HashSP800Drbg_GetEntropy_mEA6751E613C05426A7C915787415BA9C4C4A7301(__this, /*hidden argument*/NULL); V_0 = L_15; // byte[] seedMaterial = Arrays.ConcatenateAll(entropy, nonce, personalizationString); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_16 = (ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)SZArrayNew(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_17 = L_16; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_0; NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(0), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_18); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_19 = L_17; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___nonce4; NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(1), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_20); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_21 = L_19; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___personalizationString3; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(2), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_22); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23; L_23 = Arrays_ConcatenateAll_mFD0C0EA5B7B3C247951E0F02F44D9BB49D1EB274(L_21, /*hidden argument*/NULL); V_1 = L_23; // byte[] seed = DrbgUtilities.HashDF(mDigest, seedMaterial, mSeedLength); RuntimeObject* L_24 = __this->get_mDigest_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_1; int32_t L_26 = __this->get_mSeedLength_7(); IL2CPP_RUNTIME_CLASS_INIT(DrbgUtilities_tE3432795718F27B184DC1ABEA30D74188E8742D0_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27; L_27 = DrbgUtilities_HashDF_mF7682E2BBED7B155A3F613B84F52461C19495679(L_24, L_25, L_26, /*hidden argument*/NULL); V_2 = L_27; // mV = seed; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_2; __this->set_mV_8(L_28); // byte[] subV = new byte[mV.Length + 1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = __this->get_mV_8(); NullCheck(L_29); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))), (int32_t)1))); V_3 = L_30; // Array.Copy(mV, 0, subV, 1, mV.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = __this->get_mV_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = __this->get_mV_8(); NullCheck(L_33); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_31, 0, (RuntimeArray *)(RuntimeArray *)L_32, 1, ((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))), /*hidden argument*/NULL); // mC = DrbgUtilities.HashDF(mDigest, subV, mSeedLength); RuntimeObject* L_34 = __this->get_mDigest_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_3; int32_t L_36 = __this->get_mSeedLength_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37; L_37 = DrbgUtilities_HashDF_mF7682E2BBED7B155A3F613B84F52461C19495679(L_34, L_35, L_36, /*hidden argument*/NULL); __this->set_mC_9(L_37); // mReseedCounter = 1; __this->set_mReseedCounter_10(((int64_t)((int64_t)1))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::get_BlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashSP800Drbg_get_BlockSize_m19452A417202D58F2B61D306C6FD9A8FC4B30C56 (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __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; } { // get { return mDigest.GetDigestSize () * 8; } RuntimeObject* L_0 = __this->get_mDigest_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 ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)8)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::Generate(System.Byte[],System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashSP800Drbg_Generate_mD0DFF7F31424E7414DC0A304D18BEAEF6853C3A2 (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___additionalInput1, bool ___predictionResistant2, 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*)&HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_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; int32_t V_4 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; { // int numberOfBits = output.Length * 8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___output0; NullCheck(L_0); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)8)); // if (numberOfBits > MAX_BITS_REQUEST) int32_t L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var); int32_t L_2 = ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->get_MAX_BITS_REQUEST_2(); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0031; } } { // throw new ArgumentException("Number of bits per request limited to " + MAX_BITS_REQUEST, "output"); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))); int32_t L_3 = ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))))->get_MAX_BITS_REQUEST_2(); V_4 = L_3; String_t* L_4; L_4 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_4), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3FAA66308461F1BC7771CA107A7DF8D0F9D66CD)), 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*)&_stringLiteral71443AC7CF5CC108984A138188DE915E32441BB2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HashSP800Drbg_Generate_mD0DFF7F31424E7414DC0A304D18BEAEF6853C3A2_RuntimeMethod_var))); } IL_0031: { // if (mReseedCounter > RESEED_MAX) int64_t L_7 = __this->get_mReseedCounter_10(); IL2CPP_RUNTIME_CLASS_INIT(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var); int64_t L_8 = ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->get_RESEED_MAX_1(); if ((((int64_t)L_7) <= ((int64_t)L_8))) { goto IL_0040; } } { // return -1; return (-1); } IL_0040: { // if (predictionResistant) bool L_9 = ___predictionResistant2; if (!L_9) { goto IL_004d; } } { // Reseed(additionalInput); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___additionalInput1; HashSP800Drbg_Reseed_mFA45576560CB7DB830F8B6D3D93483B22B7F9D76(__this, L_10, /*hidden argument*/NULL); // additionalInput = null; ___additionalInput1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_004d: { // if (additionalInput != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___additionalInput1; if (!L_11) { goto IL_00af; } } { // byte[] newInput = new byte[1 + mV.Length + additionalInput.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get_mV_8(); NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___additionalInput1; NullCheck(L_13); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))); V_5 = L_14; // newInput[0] = 0x02; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_5; NullCheck(L_15); (L_15)->SetAt(static_cast(0), (uint8_t)2); // Array.Copy(mV, 0, newInput, 1, mV.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_mV_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_mV_8(); NullCheck(L_18); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_17, 1, ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))), /*hidden argument*/NULL); // Array.Copy(additionalInput, 0, newInput, 1 + mV.Length, additionalInput.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___additionalInput1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_mV_8(); NullCheck(L_21); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___additionalInput1; NullCheck(L_22); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_20, ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))))), ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))), /*hidden argument*/NULL); // byte[] w = Hash(newInput); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24; L_24 = HashSP800Drbg_Hash_m34C7BE1114F94196B904108F2123716ACBCCEA60(__this, L_23, /*hidden argument*/NULL); V_6 = L_24; // AddTo(mV, w); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = __this->get_mV_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_6; HashSP800Drbg_AddTo_mC7FE940AD216D59BBBFF1DE879C230FEF951FCE6(__this, L_25, L_26, /*hidden argument*/NULL); } IL_00af: { // byte[] rv = hashgen(mV, numberOfBits); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = __this->get_mV_8(); int32_t L_28 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29; L_29 = HashSP800Drbg_hashgen_mB9F6706B47D29C7062673FF6B3E917C2372D2580(__this, L_27, L_28, /*hidden argument*/NULL); // byte[] subH = new byte[mV.Length + 1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = __this->get_mV_8(); NullCheck(L_30); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length))), (int32_t)1))); V_1 = L_31; // Array.Copy(mV, 0, subH, 1, mV.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = __this->get_mV_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = __this->get_mV_8(); NullCheck(L_34); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_32, 0, (RuntimeArray *)(RuntimeArray *)L_33, 1, ((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))), /*hidden argument*/NULL); // subH[0] = 0x03; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_1; NullCheck(L_35); (L_35)->SetAt(static_cast(0), (uint8_t)3); // byte[] H = Hash(subH); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37; L_37 = HashSP800Drbg_Hash_m34C7BE1114F94196B904108F2123716ACBCCEA60(__this, L_36, /*hidden argument*/NULL); V_2 = L_37; // AddTo(mV, H); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = __this->get_mV_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_2; HashSP800Drbg_AddTo_mC7FE940AD216D59BBBFF1DE879C230FEF951FCE6(__this, L_38, L_39, /*hidden argument*/NULL); // AddTo(mV, mC); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = __this->get_mV_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = __this->get_mC_9(); HashSP800Drbg_AddTo_mC7FE940AD216D59BBBFF1DE879C230FEF951FCE6(__this, L_40, L_41, /*hidden argument*/NULL); // byte[] c = new byte[4]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); V_3 = L_42; // c[0] = (byte)(mReseedCounter >> 24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = V_3; int64_t L_44 = __this->get_mReseedCounter_10(); NullCheck(L_43); (L_43)->SetAt(static_cast(0), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_44>>(int32_t)((int32_t)24)))))); // c[1] = (byte)(mReseedCounter >> 16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = V_3; int64_t L_46 = __this->get_mReseedCounter_10(); NullCheck(L_45); (L_45)->SetAt(static_cast(1), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_46>>(int32_t)((int32_t)16)))))); // c[2] = (byte)(mReseedCounter >> 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = V_3; int64_t L_48 = __this->get_mReseedCounter_10(); NullCheck(L_47); (L_47)->SetAt(static_cast(2), (uint8_t)((int32_t)((uint8_t)((int64_t)((int64_t)L_48>>(int32_t)8))))); // c[3] = (byte)mReseedCounter; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = V_3; int64_t L_50 = __this->get_mReseedCounter_10(); NullCheck(L_49); (L_49)->SetAt(static_cast(3), (uint8_t)((int32_t)((uint8_t)L_50))); // AddTo(mV, c); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51 = __this->get_mV_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = V_3; HashSP800Drbg_AddTo_mC7FE940AD216D59BBBFF1DE879C230FEF951FCE6(__this, L_51, L_52, /*hidden argument*/NULL); // mReseedCounter++; int64_t L_53 = __this->get_mReseedCounter_10(); __this->set_mReseedCounter_10(((int64_t)il2cpp_codegen_add((int64_t)L_53, (int64_t)((int64_t)((int64_t)1))))); // Array.Copy(rv, 0, output, 0, output.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = ___output0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = ___output0; NullCheck(L_55); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_29, 0, (RuntimeArray *)(RuntimeArray *)L_54, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length))), /*hidden argument*/NULL); // return numberOfBits; int32_t L_56 = V_0; return L_56; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::GetEntropy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashSP800Drbg_GetEntropy_mEA6751E613C05426A7C915787415BA9C4C4A7301 (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEntropySource_tB5D9DE195690CD14EA3F129F3F30B2B6A8B21CCE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B2_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B1_0 = NULL; { // byte[] entropy = mEntropySource.GetEntropy(); RuntimeObject* L_0 = __this->get_mEntropySource_5(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = InterfaceFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(1 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IEntropySource::GetEntropy() */, IEntropySource_tB5D9DE195690CD14EA3F129F3F30B2B6A8B21CCE_il2cpp_TypeInfo_var, L_0); // if (entropy.Length < (mSecurityStrength + 7) / 8) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; NullCheck(L_2); int32_t L_3 = __this->get_mSecurityStrength_6(); G_B1_0 = L_2; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) >= ((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)7))/(int32_t)8))))) { G_B2_0 = L_2; goto IL_0025; } } { // throw new InvalidOperationException("Insufficient entropy provided by entropy source"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7B28676A697A8BBC209A419D9D4BEECAA756DDF4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HashSP800Drbg_GetEntropy_mEA6751E613C05426A7C915787415BA9C4C4A7301_RuntimeMethod_var))); } IL_0025: { // return entropy; return G_B2_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::AddTo(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSP800Drbg_AddTo_mC7FE940AD216D59BBBFF1DE879C230FEF951FCE6 (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___longer0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___shorter1, const RuntimeMethod* method) { int32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; { // int off = longer.Length - shorter.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___longer0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___shorter1; NullCheck(L_1); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))); // uint carry = 0; V_1 = 0; // int i = shorter.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___shorter1; NullCheck(L_2); V_2 = ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))); goto IL_0027; } IL_0010: { // carry += (uint)longer[off + i] + (uint)shorter[i]; uint32_t L_3 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___longer0; int32_t L_5 = V_0; int32_t L_6 = V_2; NullCheck(L_4); int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)); uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___shorter1; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_12)))); // longer[off + i] = (byte)carry; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___longer0; int32_t L_14 = V_0; int32_t L_15 = V_2; uint32_t L_16 = V_1; NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))), (uint8_t)((int32_t)((uint8_t)L_16))); // carry >>= 8; uint32_t L_17 = V_1; V_1 = ((int32_t)((uint32_t)L_17>>8)); } IL_0027: { // while (--i >= 0) int32_t L_18 = V_2; int32_t L_19 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); V_2 = L_19; if ((((int32_t)L_19) >= ((int32_t)0))) { goto IL_0010; } } { // i = off; int32_t L_20 = V_0; V_2 = L_20; goto IL_0042; } IL_0033: { // carry += longer[i]; uint32_t L_21 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___longer0; int32_t L_23 = V_2; NullCheck(L_22); int32_t L_24 = L_23; uint8_t L_25 = (L_22)->GetAt(static_cast(L_24)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_25)); // longer[i] = (byte)carry; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___longer0; int32_t L_27 = V_2; uint32_t L_28 = V_1; NullCheck(L_26); (L_26)->SetAt(static_cast(L_27), (uint8_t)((int32_t)((uint8_t)L_28))); // carry >>= 8; uint32_t L_29 = V_1; V_1 = ((int32_t)((uint32_t)L_29>>8)); } IL_0042: { // while (--i >= 0) int32_t L_30 = V_2; int32_t L_31 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)); V_2 = L_31; if ((((int32_t)L_31) >= ((int32_t)0))) { goto IL_0033; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::Reseed(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSP800Drbg_Reseed_mFA45576560CB7DB830F8B6D3D93483B22B7F9D76 (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___additionalInput0, 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*)&ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrbgUtilities_tE3432795718F27B184DC1ABEA30D74188E8742D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; { // byte[] entropy = GetEntropy(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = HashSP800Drbg_GetEntropy_mEA6751E613C05426A7C915787415BA9C4C4A7301(__this, /*hidden argument*/NULL); V_0 = L_0; // byte[] seedMaterial = Arrays.ConcatenateAll(ONE, mV, entropy, additionalInput); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_1 = (ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D*)SZArrayNew(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_2 = L_1; IL2CPP_RUNTIME_CLASS_INIT(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->get_ONE_0(); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_3); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_4 = L_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_mV_8(); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(1), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_5); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_6 = L_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(2), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_7); ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_8 = L_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___additionalInput0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(3), (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_9); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = Arrays_ConcatenateAll_mFD0C0EA5B7B3C247951E0F02F44D9BB49D1EB274(L_8, /*hidden argument*/NULL); V_1 = L_10; // byte[] seed = DrbgUtilities.HashDF(mDigest, seedMaterial, mSeedLength); RuntimeObject* L_11 = __this->get_mDigest_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; int32_t L_13 = __this->get_mSeedLength_7(); IL2CPP_RUNTIME_CLASS_INIT(DrbgUtilities_tE3432795718F27B184DC1ABEA30D74188E8742D0_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = DrbgUtilities_HashDF_mF7682E2BBED7B155A3F613B84F52461C19495679(L_11, L_12, L_13, /*hidden argument*/NULL); V_2 = L_14; // mV = seed; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_2; __this->set_mV_8(L_15); // byte[] subV = new byte[mV.Length + 1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_mV_8(); NullCheck(L_16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))), (int32_t)1))); V_3 = L_17; // subV[0] = 0x00; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_3; NullCheck(L_18); (L_18)->SetAt(static_cast(0), (uint8_t)0); // Array.Copy(mV, 0, subV, 1, mV.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_mV_8(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_mV_8(); NullCheck(L_21); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_20, 1, ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))), /*hidden argument*/NULL); // mC = DrbgUtilities.HashDF(mDigest, subV, mSeedLength); RuntimeObject* L_22 = __this->get_mDigest_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_3; int32_t L_24 = __this->get_mSeedLength_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25; L_25 = DrbgUtilities_HashDF_mF7682E2BBED7B155A3F613B84F52461C19495679(L_22, L_23, L_24, /*hidden argument*/NULL); __this->set_mC_9(L_25); // mReseedCounter = 1; __this->set_mReseedCounter_10(((int64_t)((int64_t)1))); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::Hash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashSP800Drbg_Hash_m34C7BE1114F94196B904108F2123716ACBCCEA60 (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, 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); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] hash = new byte[mDigest.GetDigestSize()]; RuntimeObject* L_0 = __this->get_mDigest_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; // DoHash(input, hash); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; HashSP800Drbg_DoHash_mE70A2D4E53E704D4EC831F1A156A7C067103F05B(__this, L_3, L_4, /*hidden argument*/NULL); // return hash; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::DoHash(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSP800Drbg_DoHash_mE70A2D4E53E704D4EC831F1A156A7C067103F05B (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output1, 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; } { // mDigest.BlockUpdate(input, 0, input.Length); RuntimeObject* L_0 = __this->get_mDigest_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; NullCheck(L_2); 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, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); // mDigest.DoFinal(output, 0); RuntimeObject* L_3 = __this->get_mDigest_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output1; 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); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg::hashgen(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashSP800Drbg_hashgen_mB9F6706B47D29C7062673FF6B3E917C2372D2580 (HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___lengthInBits1, 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*)&HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B4_0 = 0; { // int digestSize = mDigest.GetDigestSize(); RuntimeObject* L_0 = __this->get_mDigest_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); V_0 = L_1; // int m = (lengthInBits / 8) / digestSize; int32_t L_2 = ___lengthInBits1; int32_t L_3 = V_0; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_2/(int32_t)8))/(int32_t)L_3)); // byte[] data = new byte[input.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___input0; NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))); V_2 = L_5; // Array.Copy(input, 0, data, 0, input.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; NullCheck(L_8); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), /*hidden argument*/NULL); // byte[] W = new byte[lengthInBits / 8]; int32_t L_9 = ___lengthInBits1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_9/(int32_t)8))); V_3 = L_10; // byte[] dig = new byte[mDigest.GetDigestSize()]; RuntimeObject* L_11 = __this->get_mDigest_4(); NullCheck(L_11); int32_t L_12; L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_12); V_4 = L_13; // for (int i = 0; i <= m; i++) V_5 = 0; goto IL_0098; } IL_0047: { // DoHash(data, dig); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_4; HashSP800Drbg_DoHash_mE70A2D4E53E704D4EC831F1A156A7C067103F05B(__this, L_14, L_15, /*hidden argument*/NULL); // int bytesToCopy = ((W.Length - i * dig.Length) > dig.Length) // ? dig.Length // : (W.Length - i * dig.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_3; NullCheck(L_16); int32_t L_17 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_4; NullCheck(L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_4; NullCheck(L_19); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))))) > ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_006e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_3; NullCheck(L_20); int32_t L_21 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_4; NullCheck(L_22); G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))))); goto IL_0072; } IL_006e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_4; NullCheck(L_23); G_B4_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))); } IL_0072: { V_6 = G_B4_0; // Array.Copy(dig, 0, W, i * dig.Length, bytesToCopy); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_3; int32_t L_26 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_4; NullCheck(L_27); int32_t L_28 = V_6; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_24, 0, (RuntimeArray *)(RuntimeArray *)L_25, ((int32_t)il2cpp_codegen_multiply((int32_t)L_26, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))), L_28, /*hidden argument*/NULL); // AddTo(data, ONE); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_2; IL2CPP_RUNTIME_CLASS_INIT(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ((HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_StaticFields*)il2cpp_codegen_static_fields_for(HashSP800Drbg_t5E97FA42AD06B33268F0F059C896908FCBFD2090_il2cpp_TypeInfo_var))->get_ONE_0(); HashSP800Drbg_AddTo_mC7FE940AD216D59BBBFF1DE879C230FEF951FCE6(__this, L_29, L_30, /*hidden argument*/NULL); // for (int i = 0; i <= m; i++) int32_t L_31 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0098: { // for (int i = 0; i <= m; i++) int32_t L_32 = V_5; int32_t L_33 = V_1; if ((((int32_t)L_32) <= ((int32_t)L_33))) { goto IL_0047; } } { // return W; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_3; return L_34; } } #ifdef __clang__ #pragma clang 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.Collections.HashSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet__ctor_m69B31BE760CB1E8513D795698BBD166D60821C5E (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __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; } { // private readonly IDictionary impl = 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); __this->set_impl_0(L_0); // public HashSet() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet__ctor_mB860E92AC4F9874292274F1CDED8A3AE88108392 (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, RuntimeObject* ___s0, 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*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // private readonly IDictionary impl = 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); __this->set_impl_0(L_0); // public HashSet(IEnumerable s) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // foreach (object o in s) RuntimeObject* L_1 = ___s0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_0018: try {// begin try (depth: 1) { goto IL_0028; } IL_001a: { // foreach (object o in s) 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); V_1 = L_4; // Add(o); RuntimeObject * L_5 = V_1; VirtualActionInvoker1< RuntimeObject * >::Invoke(18 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::Add(System.Object) */, __this, L_5); } IL_0028: { // foreach (object o in s) RuntimeObject* L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); if (L_7) { goto IL_001a; } } IL_0030: { IL2CPP_LEAVE(0x43, FINALLY_0032); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0032; } FINALLY_0032: {// begin finally (depth: 1) { RuntimeObject* L_8 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_2; if (!L_9) { goto IL_0042; } } IL_003c: { RuntimeObject* L_10 = V_2; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_10); } IL_0042: { IL2CPP_END_FINALLY(50) } }// end finally (depth: 1) IL2CPP_CLEANUP(50) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x43, IL_0043) } IL_0043: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_Add_mF6F93612AD8CF38EAC750DA0AD96FE18B825C5A0 (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // impl[o] = null; RuntimeObject* L_0 = __this->get_impl_0(); RuntimeObject * L_1 = ___o0; NullCheck(L_0); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_1, NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::AddAll(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_AddAll_m08807C50CA87AA31EE2A3121CB8297E10AEA80B8 (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, RuntimeObject* ___e0, 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*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (object o in e) RuntimeObject* L_0 = ___e0; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_0); V_0 = L_1; } IL_0007: try {// begin try (depth: 1) { goto IL_0017; } IL_0009: { // foreach (object o in e) RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); V_1 = L_3; // Add(o); RuntimeObject * L_4 = V_1; VirtualActionInvoker1< RuntimeObject * >::Invoke(18 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::Add(System.Object) */, __this, L_4); } IL_0017: { // foreach (object o in e) RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_0009; } } IL_001f: { IL2CPP_LEAVE(0x32, FINALLY_0021); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: {// begin finally (depth: 1) { RuntimeObject* L_7 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_7, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = V_2; if (!L_8) { goto IL_0031; } } IL_002b: { RuntimeObject* L_9 = V_2; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_0031: { IL2CPP_END_FINALLY(33) } }// end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x32, IL_0032) } IL_0032: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_Clear_m21A82C0CDEEDEDBF3A609553AB0039FDA379EB88 (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // impl.Clear(); RuntimeObject* L_0 = __this->get_impl_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(6 /* System.Void System.Collections.IDictionary::Clear() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_Contains_m9CE11F3E12652EC0B5F73EFCF1893D76B8082883 (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return impl.Contains(o); RuntimeObject* L_0 = __this->get_impl_0(); RuntimeObject * L_1 = ___o0; NullCheck(L_0); bool L_2; L_2 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(4 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_CopyTo_m80B790DCE5DBAE784DC8EFAC343D349095F89CD7 (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // impl.Keys.CopyTo(array, index); RuntimeObject* L_0 = __this->get_impl_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); RuntimeArray * L_2 = ___array0; int32_t L_3 = ___index1; NullCheck(L_1); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_1, L_2, L_3); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashSet_get_Count_mA1BE9A444420446905A37DF82DE7BC2491DF5516 (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return impl.Count; } RuntimeObject* L_0 = __this->get_impl_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); return L_1; } } // System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HashSet_GetEnumerator_m24C4A6830379A891B6059EEDEE0BDB32766658AA (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, 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*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return impl.Keys.GetEnumerator(); RuntimeObject* L_0 = __this->get_impl_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); return L_2; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_get_IsEmpty_m4141E7EF3AF07E6DE9AE4B4028157E50FBF58B83 (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return impl.Count == 0; } RuntimeObject* L_0 = __this->get_impl_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); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_get_IsFixedSize_m4A6EEC2500DD9E722C34FC4EC778792B7915A65A (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return impl.IsFixedSize; } RuntimeObject* L_0 = __this->get_impl_0(); NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Collections.IDictionary::get_IsFixedSize() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_get_IsReadOnly_m1938CB5F6E47AE1F04259750BE2678DC3BCCC91C (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return impl.IsReadOnly; } RuntimeObject* L_0 = __this->get_impl_0(); NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Collections.IDictionary::get_IsReadOnly() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_get_IsSynchronized_mCD9BCA2BA9FF9949DFEA9DAE70E8DA26F618A4E8 (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return impl.IsSynchronized; } RuntimeObject* L_0 = __this->get_impl_0(); NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean System.Collections.ICollection::get_IsSynchronized() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_Remove_m3D4F8391214B5E99B597FE66286B88DA04DD3494 (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // impl.Remove(o); RuntimeObject* L_0 = __this->get_impl_0(); RuntimeObject * L_1 = ___o0; NullCheck(L_0); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::RemoveAll(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_RemoveAll_m485AAD4A0B844FDB8E628D134D45929F56541131 (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, RuntimeObject* ___e0, 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*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (object o in e) RuntimeObject* L_0 = ___e0; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_0); V_0 = L_1; } IL_0007: try {// begin try (depth: 1) { goto IL_0017; } IL_0009: { // foreach (object o in e) RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); V_1 = L_3; // Remove(o); RuntimeObject * L_4 = V_1; VirtualActionInvoker1< RuntimeObject * >::Invoke(29 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::Remove(System.Object) */, __this, L_4); } IL_0017: { // foreach (object o in e) RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_0009; } } IL_001f: { IL2CPP_LEAVE(0x32, FINALLY_0021); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: {// begin finally (depth: 1) { RuntimeObject* L_7 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_7, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = V_2; if (!L_8) { goto IL_0031; } } IL_002b: { RuntimeObject* L_9 = V_2; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_0031: { IL2CPP_END_FINALLY(33) } }// end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x32, IL_0032) } IL_0032: { // } return; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.HashSet::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * HashSet_get_SyncRoot_m510899D3819FD00E2006789578E4D2E06D3BBB1A (HashSet_t1E14FE66FBB0732BFDA0861868A51969563DF754 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return impl.SyncRoot; } RuntimeObject* L_0 = __this->get_impl_0(); NullCheck(L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.ICollection::get_SyncRoot() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Characters.FirstPerson.HeadBob::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeadBob_Start_m0461CAD7A2559ABA05871DC2637C917EE831637E (HeadBob_t32E351A94509FA02E95280C0F44EB0091314A8F7 * __this, const RuntimeMethod* method) { { // motionBob.Setup(Camera, StrideInterval); CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * L_0 = __this->get_motionBob_5(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_1 = __this->get_Camera_4(); float L_2 = __this->get_StrideInterval_8(); NullCheck(L_0); CurveControlledBob_Setup_mBBE7165C9869012E40D574FE4CFC080B77E36E4E(L_0, L_1, L_2, /*hidden argument*/NULL); // m_OriginalCameraPosition = Camera.transform.localPosition; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_3 = __this->get_Camera_4(); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_3, /*hidden argument*/NULL); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_4, /*hidden argument*/NULL); __this->set_m_OriginalCameraPosition_11(L_5); // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.HeadBob::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeadBob_Update_m39FFE350BAB4E1680603665E4F569E56E6BD72E6 (HeadBob_t32E351A94509FA02E95280C0F44EB0091314A8F7 * __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)); float G_B4_0 = 0.0f; CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * G_B4_1 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B4_2 = NULL; float G_B3_0 = 0.0f; CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * G_B3_1 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B3_2 = NULL; float G_B5_0 = 0.0f; float G_B5_1 = 0.0f; CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * G_B5_2 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B5_3 = NULL; { // if (rigidbodyFirstPersonController.Velocity.magnitude > 0 && rigidbodyFirstPersonController.Grounded) RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * L_0 = __this->get_rigidbodyFirstPersonController_7(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = RigidbodyFirstPersonController_get_Velocity_mB70B043E4FF2263A33E379FF712BACB02633C339(L_0, /*hidden argument*/NULL); V_1 = L_1; float L_2; L_2 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); if ((!(((float)L_2) > ((float)(0.0f))))) { goto IL_00b1; } } { RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * L_3 = __this->get_rigidbodyFirstPersonController_7(); NullCheck(L_3); bool L_4; L_4 = RigidbodyFirstPersonController_get_Grounded_m77BF29EDF29AC361B1DED301A83CC1A12110CA61_inline(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_00b1; } } { // Camera.transform.localPosition = motionBob.DoHeadBob(rigidbodyFirstPersonController.Velocity.magnitude*(rigidbodyFirstPersonController.Running ? RunningStrideLengthen : 1f)); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = __this->get_Camera_4(); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_5, /*hidden argument*/NULL); CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * L_7 = __this->get_motionBob_5(); RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * L_8 = __this->get_rigidbodyFirstPersonController_7(); NullCheck(L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = RigidbodyFirstPersonController_get_Velocity_mB70B043E4FF2263A33E379FF712BACB02633C339(L_8, /*hidden argument*/NULL); V_1 = L_9; float L_10; L_10 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * L_11 = __this->get_rigidbodyFirstPersonController_7(); NullCheck(L_11); bool L_12; L_12 = RigidbodyFirstPersonController_get_Running_mB5D2C7EE08B1425F737F83EB7BB1CEB1A4AA3DF9(L_11, /*hidden argument*/NULL); G_B3_0 = L_10; G_B3_1 = L_7; G_B3_2 = L_6; if (L_12) { G_B4_0 = L_10; G_B4_1 = L_7; G_B4_2 = L_6; goto IL_0065; } } { G_B5_0 = (1.0f); G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; goto IL_006b; } IL_0065: { float L_13 = __this->get_RunningStrideLengthen_9(); G_B5_0 = L_13; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; } IL_006b: { NullCheck(G_B5_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = CurveControlledBob_DoHeadBob_mB0983151149C57CFAEAF837EC93D6DE9BA07F09E(G_B5_2, ((float)il2cpp_codegen_multiply((float)G_B5_1, (float)G_B5_0)), /*hidden argument*/NULL); NullCheck(G_B5_3); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(G_B5_3, L_14, /*hidden argument*/NULL); // newCameraPosition = Camera.transform.localPosition; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_15 = __this->get_Camera_4(); NullCheck(L_15); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_16; L_16 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_15, /*hidden argument*/NULL); NullCheck(L_16); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_16, /*hidden argument*/NULL); V_0 = L_17; // newCameraPosition.y = Camera.transform.localPosition.y - jumpAndLandingBob.Offset(); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_18 = __this->get_Camera_4(); NullCheck(L_18); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_19; L_19 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_18, /*hidden argument*/NULL); NullCheck(L_19); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_19, /*hidden argument*/NULL); float L_21 = L_20.get_y_3(); LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_22 = __this->get_jumpAndLandingBob_6(); NullCheck(L_22); float L_23; L_23 = LerpControlledBob_Offset_mB3F28F3F7F003505776686DF7416FF0283EB6A82_inline(L_22, /*hidden argument*/NULL); (&V_0)->set_y_3(((float)il2cpp_codegen_subtract((float)L_21, (float)L_23))); // } goto IL_00e0; } IL_00b1: { // newCameraPosition = Camera.transform.localPosition; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_24 = __this->get_Camera_4(); NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_24, /*hidden argument*/NULL); NullCheck(L_25); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_25, /*hidden argument*/NULL); V_0 = L_26; // newCameraPosition.y = m_OriginalCameraPosition.y - jumpAndLandingBob.Offset(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_27 = __this->get_address_of_m_OriginalCameraPosition_11(); float L_28 = L_27->get_y_3(); LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_29 = __this->get_jumpAndLandingBob_6(); NullCheck(L_29); float L_30; L_30 = LerpControlledBob_Offset_mB3F28F3F7F003505776686DF7416FF0283EB6A82_inline(L_29, /*hidden argument*/NULL); (&V_0)->set_y_3(((float)il2cpp_codegen_subtract((float)L_28, (float)L_30))); } IL_00e0: { // Camera.transform.localPosition = newCameraPosition; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_31 = __this->get_Camera_4(); NullCheck(L_31); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_32; L_32 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_31, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33 = V_0; NullCheck(L_32); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_32, L_33, /*hidden argument*/NULL); // if (!m_PreviouslyGrounded && rigidbodyFirstPersonController.Grounded) bool L_34 = __this->get_m_PreviouslyGrounded_10(); if (L_34) { goto IL_0118; } } { RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * L_35 = __this->get_rigidbodyFirstPersonController_7(); NullCheck(L_35); bool L_36; L_36 = RigidbodyFirstPersonController_get_Grounded_m77BF29EDF29AC361B1DED301A83CC1A12110CA61_inline(L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_0118; } } { // StartCoroutine(jumpAndLandingBob.DoBobCycle()); LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_37 = __this->get_jumpAndLandingBob_6(); NullCheck(L_37); RuntimeObject* L_38; L_38 = LerpControlledBob_DoBobCycle_mC05BB8C73BDBE83D173E5495474AA83D5696705E(L_37, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_39; L_39 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_38, /*hidden argument*/NULL); } IL_0118: { // m_PreviouslyGrounded = rigidbodyFirstPersonController.Grounded; RigidbodyFirstPersonController_tECDAF83148E57C1A530D91C397582A7085C11321 * L_40 = __this->get_rigidbodyFirstPersonController_7(); NullCheck(L_40); bool L_41; L_41 = RigidbodyFirstPersonController_get_Grounded_m77BF29EDF29AC361B1DED301A83CC1A12110CA61_inline(L_40, /*hidden argument*/NULL); __this->set_m_PreviouslyGrounded_10(L_41); // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.HeadBob::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeadBob__ctor_m5660486EDE7ECED49229156E2E97C9FFE5F7991C (HeadBob_t32E351A94509FA02E95280C0F44EB0091314A8F7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CurveControlledBob motionBob = new CurveControlledBob(); CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 * L_0 = (CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039 *)il2cpp_codegen_object_new(CurveControlledBob_tD5C3A1C89BBCEB9EB0B57EE315AEECCD62418039_il2cpp_TypeInfo_var); CurveControlledBob__ctor_m0EAE6C6C687D9144555AEFC5E5667CDCE1DAFE9C(L_0, /*hidden argument*/NULL); __this->set_motionBob_5(L_0); // public LerpControlledBob jumpAndLandingBob = new LerpControlledBob(); LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_1 = (LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 *)il2cpp_codegen_object_new(LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214_il2cpp_TypeInfo_var); LerpControlledBob__ctor_m5298F226DA9B6BD3747475A2B90FF8AC5057ACE6(L_1, /*hidden argument*/NULL); __this->set_jumpAndLandingBob_6(L_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.String BestHTTP.SignalR.Authentication.HeaderAuthenticator::get_User() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HeaderAuthenticator_get_User_m8975C30F1A6CBCC89DA5C4AA5A8E384B27CB73C2 (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, const RuntimeMethod* method) { { // public string User { get; private set; } String_t* L_0 = __this->get_U3CUserU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.SignalR.Authentication.HeaderAuthenticator::set_User(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_set_User_m570FB6AE516D78D754A91F89388A1B0239BDC297 (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string User { get; private set; } String_t* L_0 = ___value0; __this->set_U3CUserU3Ek__BackingField_0(L_0); return; } } // System.String BestHTTP.SignalR.Authentication.HeaderAuthenticator::get_Roles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HeaderAuthenticator_get_Roles_mF43188705D7AA42902398DFB28D2F366853A860C (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, const RuntimeMethod* method) { { // public string Roles { get; private set; } String_t* L_0 = __this->get_U3CRolesU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.SignalR.Authentication.HeaderAuthenticator::set_Roles(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_set_Roles_m242211A7627DB76E77EC69FDD29B672062C07818 (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Roles { get; private set; } String_t* L_0 = ___value0; __this->set_U3CRolesU3Ek__BackingField_1(L_0); return; } } // System.Boolean BestHTTP.SignalR.Authentication.HeaderAuthenticator::get_IsPreAuthRequired() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HeaderAuthenticator_get_IsPreAuthRequired_mFDB4A068A419E13E2E321F6C52E9625EE7F56E10 (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, const RuntimeMethod* method) { { // public bool IsPreAuthRequired { get { return false; } } return (bool)0; } } // System.Void BestHTTP.SignalR.Authentication.HeaderAuthenticator::add_OnAuthenticationSucceded(BestHTTP.SignalR.Authentication.OnAuthenticationSuccededDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_add_OnAuthenticationSucceded_m454A0E9C489A9D18FC0CA8AC10194425793E003D (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * V_0 = NULL; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * V_1 = NULL; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * V_2 = NULL; { OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_0 = __this->get_OnAuthenticationSucceded_2(); V_0 = L_0; } IL_0007: { OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_1 = V_0; V_1 = L_1; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_2 = V_1; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 *)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3_il2cpp_TypeInfo_var)); OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 ** L_5 = __this->get_address_of_OnAuthenticationSucceded_2(); OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_6 = V_2; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_7 = V_1; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_8; L_8 = InterlockedCompareExchangeImpl((OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 **)L_5, L_6, L_7); V_0 = L_8; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_9 = V_0; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 *)L_9) == ((RuntimeObject*)(OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Authentication.HeaderAuthenticator::remove_OnAuthenticationSucceded(BestHTTP.SignalR.Authentication.OnAuthenticationSuccededDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_remove_OnAuthenticationSucceded_mAAD60DE3E78D214AC00CF7754E86A8DC8C5DD8C5 (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * V_0 = NULL; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * V_1 = NULL; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * V_2 = NULL; { OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_0 = __this->get_OnAuthenticationSucceded_2(); V_0 = L_0; } IL_0007: { OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_1 = V_0; V_1 = L_1; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_2 = V_1; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 *)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3_il2cpp_TypeInfo_var)); OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 ** L_5 = __this->get_address_of_OnAuthenticationSucceded_2(); OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_6 = V_2; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_7 = V_1; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_8; L_8 = InterlockedCompareExchangeImpl((OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 **)L_5, L_6, L_7); V_0 = L_8; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_9 = V_0; OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 * L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 *)L_9) == ((RuntimeObject*)(OnAuthenticationSuccededDelegate_t897A3CD09F431A66196A5016E16A9D10268264D3 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Authentication.HeaderAuthenticator::add_OnAuthenticationFailed(BestHTTP.SignalR.Authentication.OnAuthenticationFailedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_add_OnAuthenticationFailed_m215FBC9D052F3EABDFD2889CE672B1ED522A5542 (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * V_0 = NULL; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * V_1 = NULL; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * V_2 = NULL; { OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_0 = __this->get_OnAuthenticationFailed_3(); V_0 = L_0; } IL_0007: { OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_1 = V_0; V_1 = L_1; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_2 = V_1; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 *)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37_il2cpp_TypeInfo_var)); OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 ** L_5 = __this->get_address_of_OnAuthenticationFailed_3(); OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_6 = V_2; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_7 = V_1; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_8; L_8 = InterlockedCompareExchangeImpl((OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 **)L_5, L_6, L_7); V_0 = L_8; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_9 = V_0; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 *)L_9) == ((RuntimeObject*)(OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Authentication.HeaderAuthenticator::remove_OnAuthenticationFailed(BestHTTP.SignalR.Authentication.OnAuthenticationFailedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_remove_OnAuthenticationFailed_m8D97CE29E72D2CC1F791A21D7D025972123EA329 (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * V_0 = NULL; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * V_1 = NULL; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * V_2 = NULL; { OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_0 = __this->get_OnAuthenticationFailed_3(); V_0 = L_0; } IL_0007: { OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_1 = V_0; V_1 = L_1; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_2 = V_1; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 *)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37_il2cpp_TypeInfo_var)); OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 ** L_5 = __this->get_address_of_OnAuthenticationFailed_3(); OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_6 = V_2; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_7 = V_1; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_8; L_8 = InterlockedCompareExchangeImpl((OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 **)L_5, L_6, L_7); V_0 = L_8; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_9 = V_0; OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 * L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 *)L_9) == ((RuntimeObject*)(OnAuthenticationFailedDelegate_t349A4BC6365BAE5BEF7DC65BD311A6301C67DB37 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Authentication.HeaderAuthenticator::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator__ctor_m971AFA4209E240A63FA2731EEDBEDE2671AF15D1 (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, String_t* ___user0, String_t* ___roles1, const RuntimeMethod* method) { { // public HeaderAuthenticator(string user, string roles) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.User = user; String_t* L_0 = ___user0; HeaderAuthenticator_set_User_m570FB6AE516D78D754A91F89388A1B0239BDC297_inline(__this, L_0, /*hidden argument*/NULL); // this.Roles = roles; String_t* L_1 = ___roles1; HeaderAuthenticator_set_Roles_m242211A7627DB76E77EC69FDD29B672062C07818_inline(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalR.Authentication.HeaderAuthenticator::StartAuthentication() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_StartAuthentication_m0A58A6599806380604694F20D655AFAD8D8A99D6 (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, const RuntimeMethod* method) { { // { } return; } } // System.Void BestHTTP.SignalR.Authentication.HeaderAuthenticator::PrepareRequest(BestHTTP.HTTPRequest,BestHTTP.SignalR.RequestTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_PrepareRequest_m1B7FFCAD0EDAAD9CA78B6EAD5B025D44587CA835 (HeaderAuthenticator_t7146BB26AB4EC6407BD7EFD65FD8320970393AE6 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___request0, int32_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE66D44DF1D09448A6FAEF0AF45273E3B3F32DD0); s_Il2CppMethodInitialized = true; } { // request.SetHeader("username", this.User); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = ___request0; String_t* L_1; L_1 = HeaderAuthenticator_get_User_m8975C30F1A6CBCC89DA5C4AA5A8E384B27CB73C2_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); HTTPRequest_SetHeader_m5DFA6302FD1F64647A4A7A80D9AFE68B56A8FD09(L_0, _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735, L_1, /*hidden argument*/NULL); // request.SetHeader("roles", this.Roles); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_2 = ___request0; String_t* L_3; L_3 = HeaderAuthenticator_get_Roles_mF43188705D7AA42902398DFB28D2F366853A860C_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); HTTPRequest_SetHeader_m5DFA6302FD1F64647A4A7A80D9AFE68B56A8FD09(L_2, _stringLiteralEE66D44DF1D09448A6FAEF0AF45273E3B3F32DD0, L_3, /*hidden argument*/NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean BestHTTP.SignalRCore.Authentication.HeaderAuthenticator::get_IsPreAuthRequired() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HeaderAuthenticator_get_IsPreAuthRequired_m0EEE069491F033E68CC65E4384C338B12AE7DA7B (HeaderAuthenticator_t4DAA44144D2C5479BBF931149D53BFB485A516DF * __this, const RuntimeMethod* method) { { // public bool IsPreAuthRequired { get { return false; } } return (bool)0; } } // System.Void BestHTTP.SignalRCore.Authentication.HeaderAuthenticator::add_OnAuthenticationSucceded(BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_add_OnAuthenticationSucceded_mB613D85F895400E1B5797584A3272DCBF4172B41 (HeaderAuthenticator_t4DAA44144D2C5479BBF931149D53BFB485A516DF * __this, OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * V_0 = NULL; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * V_1 = NULL; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * V_2 = NULL; { OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_0 = __this->get_OnAuthenticationSucceded_0(); V_0 = L_0; } IL_0007: { OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_1 = V_0; V_1 = L_1; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_2 = V_1; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 *)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6_il2cpp_TypeInfo_var)); OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 ** L_5 = __this->get_address_of_OnAuthenticationSucceded_0(); OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_6 = V_2; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_7 = V_1; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_8; L_8 = InterlockedCompareExchangeImpl((OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 **)L_5, L_6, L_7); V_0 = L_8; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_9 = V_0; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 *)L_9) == ((RuntimeObject*)(OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalRCore.Authentication.HeaderAuthenticator::remove_OnAuthenticationSucceded(BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_remove_OnAuthenticationSucceded_m2887E05C7CA085195F47AA6473D4E7926F32A580 (HeaderAuthenticator_t4DAA44144D2C5479BBF931149D53BFB485A516DF * __this, OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * V_0 = NULL; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * V_1 = NULL; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * V_2 = NULL; { OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_0 = __this->get_OnAuthenticationSucceded_0(); V_0 = L_0; } IL_0007: { OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_1 = V_0; V_1 = L_1; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_2 = V_1; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 *)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6_il2cpp_TypeInfo_var)); OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 ** L_5 = __this->get_address_of_OnAuthenticationSucceded_0(); OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_6 = V_2; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_7 = V_1; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_8; L_8 = InterlockedCompareExchangeImpl((OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 **)L_5, L_6, L_7); V_0 = L_8; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_9 = V_0; OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 *)L_9) == ((RuntimeObject*)(OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalRCore.Authentication.HeaderAuthenticator::add_OnAuthenticationFailed(BestHTTP.SignalRCore.OnAuthenticationFailedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_add_OnAuthenticationFailed_m9805483AB0F33064F86E0A91D30DF0DA7B5CFC87 (HeaderAuthenticator_t4DAA44144D2C5479BBF931149D53BFB485A516DF * __this, OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * V_0 = NULL; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * V_1 = NULL; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * V_2 = NULL; { OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_0 = __this->get_OnAuthenticationFailed_1(); V_0 = L_0; } IL_0007: { OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_1 = V_0; V_1 = L_1; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_2 = V_1; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 *)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2_il2cpp_TypeInfo_var)); OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 ** L_5 = __this->get_address_of_OnAuthenticationFailed_1(); OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_6 = V_2; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_7 = V_1; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_8; L_8 = InterlockedCompareExchangeImpl((OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 **)L_5, L_6, L_7); V_0 = L_8; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_9 = V_0; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 *)L_9) == ((RuntimeObject*)(OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalRCore.Authentication.HeaderAuthenticator::remove_OnAuthenticationFailed(BestHTTP.SignalRCore.OnAuthenticationFailedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_remove_OnAuthenticationFailed_m342A8D5BD10FFF0494C5ADC3B204ED0F52B54F3C (HeaderAuthenticator_t4DAA44144D2C5479BBF931149D53BFB485A516DF * __this, OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * V_0 = NULL; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * V_1 = NULL; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * V_2 = NULL; { OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_0 = __this->get_OnAuthenticationFailed_1(); V_0 = L_0; } IL_0007: { OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_1 = V_0; V_1 = L_1; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_2 = V_1; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 *)CastclassSealed((RuntimeObject*)L_4, OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2_il2cpp_TypeInfo_var)); OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 ** L_5 = __this->get_address_of_OnAuthenticationFailed_1(); OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_6 = V_2; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_7 = V_1; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_8; L_8 = InterlockedCompareExchangeImpl((OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 **)L_5, L_6, L_7); V_0 = L_8; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_9 = V_0; OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_10 = V_1; if ((!(((RuntimeObject*)(OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 *)L_9) == ((RuntimeObject*)(OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalRCore.Authentication.HeaderAuthenticator::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator__ctor_m48C64B145AC1089D845C21D5B59CB31188610091 (HeaderAuthenticator_t4DAA44144D2C5479BBF931149D53BFB485A516DF * __this, String_t* ___credentials0, const RuntimeMethod* method) { { // public HeaderAuthenticator(string credentials) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this._credentials = credentials; String_t* L_0 = ___credentials0; __this->set__credentials_2(L_0); // } return; } } // System.Void BestHTTP.SignalRCore.Authentication.HeaderAuthenticator::StartAuthentication() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_StartAuthentication_m9D137C3B72E7426344DF1A8C31943C73CE217D9F (HeaderAuthenticator_t4DAA44144D2C5479BBF931149D53BFB485A516DF * __this, const RuntimeMethod* method) { { // { } return; } } // System.Void BestHTTP.SignalRCore.Authentication.HeaderAuthenticator::PrepareRequest(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderAuthenticator_PrepareRequest_m51B164828D31B880A5DDB10B30781F03DFD1E015 (HeaderAuthenticator_t4DAA44144D2C5479BBF931149D53BFB485A516DF * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2DA60AE96E2C9EF3EAF20897A5AA957AFDF64EC); s_Il2CppMethodInitialized = true; } { // request.SetHeader("Authorization", "Bearer " + this._credentials); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = ___request0; String_t* L_1 = __this->get__credentials_2(); String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralC2DA60AE96E2C9EF3EAF20897A5AA957AFDF64EC, L_1, /*hidden argument*/NULL); NullCheck(L_0); HTTPRequest_SetHeader_m5DFA6302FD1F64647A4A7A80D9AFE68B56A8FD09(L_0, _stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907, L_2, /*hidden argument*/NULL); // } return; } } // System.Uri BestHTTP.SignalRCore.Authentication.HeaderAuthenticator::PrepareUri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HeaderAuthenticator_PrepareUri_m745783DC023B6B3A756CA605CFF0AC6B50AE3DF5 (HeaderAuthenticator_t4DAA44144D2C5479BBF931149D53BFB485A516DF * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { { // return uri; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; 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.Extensions.HeaderParser::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderParser__ctor_m0ED7DAC5F04802F1AED6F04329E34BF296595193 (HeaderParser_t90F5D0027B4A301EFD28FC225846CB32AB67AD5E * __this, String_t* ___headerStr0, const RuntimeMethod* method) { { // public HeaderParser(string headerStr) KeyValuePairList__ctor_m499DE7A18ED47576EEDA3E69F26CE7DFD291772F(__this, /*hidden argument*/NULL); // base.Values = Parse(headerStr); String_t* L_0 = ___headerStr0; List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_1; L_1 = HeaderParser_Parse_m60F9BBA7E698FAF3665988926B3B6CB99E5B0F5C(__this, L_0, /*hidden argument*/NULL); KeyValuePairList_set_Values_m060BDF65FFB9D2C9B9878669E3A684F2944DB072_inline(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Collections.Generic.List`1 BestHTTP.Extensions.HeaderParser::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * HeaderParser_Parse_m60F9BBA7E698FAF3665988926B3B6CB99E5B0F5C (HeaderParser_t90F5D0027B4A301EFD28FC225846CB32AB67AD5E * __this, String_t* ___headerStr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * V_0 = NULL; int32_t V_1 = 0; HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // List result = new List(); List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_0 = (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 *)il2cpp_codegen_object_new(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_il2cpp_TypeInfo_var); List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D(L_0, /*hidden argument*/List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D_RuntimeMethod_var); V_0 = L_0; // int pos = 0; V_1 = 0; } IL_0008: try {// begin try (depth: 1) { goto IL_0020; } IL_000a: { // HeaderValue current = new HeaderValue(); HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * L_1 = (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 *)il2cpp_codegen_object_new(HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77_il2cpp_TypeInfo_var); HeaderValue__ctor_m298DAEE3F64E32CB1CA810741E9FCEDFF72373E8(L_1, /*hidden argument*/NULL); V_2 = L_1; // current.Parse(headerStr, ref pos); HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * L_2 = V_2; String_t* L_3 = ___headerStr0; NullCheck(L_2); HeaderValue_Parse_m6EE9211064223BDCFD11482CCD5F54F7AE5EE567(L_2, L_3, (int32_t*)(&V_1), /*hidden argument*/NULL); // result.Add(current); List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_4 = V_0; HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * L_5 = V_2; NullCheck(L_4); List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A(L_4, L_5, /*hidden argument*/List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A_RuntimeMethod_var); } IL_0020: { // while (pos < headerStr.Length) int32_t L_6 = V_1; String_t* L_7 = ___headerStr0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_000a; } } IL_0029: { // } goto IL_003f; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002b; } throw e; } CATCH_002b: {// begin catch(System.Exception) // catch(System.Exception ex) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("HeaderParser - Parse", headerStr, ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_9; L_9 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_10 = ___headerStr0; Exception_t * L_11 = V_3; NullCheck(L_9); 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_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral39A62679B718FBEFBDF92591FD59597B6F6C08DD)), L_10, L_11); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003f; }// end catch (depth: 1) IL_003f: { // return result; List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * 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.String BestHTTP.Extensions.HeaderValue::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HeaderValue_get_Key_mAF2366B71EAC8430909C5CC2DBD6E855ED62347A (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, const RuntimeMethod* method) { { // public string Key { get; set; } String_t* L_0 = __this->get_U3CKeyU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.Extensions.HeaderValue::set_Key(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue_set_Key_m162C3DC199940D384FCB812ED1B3B72B7DDE44BD (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Key { get; set; } String_t* L_0 = ___value0; __this->set_U3CKeyU3Ek__BackingField_0(L_0); return; } } // System.String BestHTTP.Extensions.HeaderValue::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HeaderValue_get_Value_mE536CEFE35202D5F10D7594E0A12C6D46CA8DFFF (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, const RuntimeMethod* method) { { // public string Value { get; set; } String_t* L_0 = __this->get_U3CValueU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.Extensions.HeaderValue::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue_set_Value_m65052F683739A015843D4FB9C0DAF3244DC31403 (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, String_t* ___value0, const RuntimeMethod* method) { { // public string Value { get; set; } String_t* L_0 = ___value0; __this->set_U3CValueU3Ek__BackingField_1(L_0); return; } } // System.Collections.Generic.List`1 BestHTTP.Extensions.HeaderValue::get_Options() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * HeaderValue_get_Options_m34E7BCC73EA951270F5E36D5CDB0808B812A231D (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, const RuntimeMethod* method) { { // public List Options { get; set; } List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_0 = __this->get_U3COptionsU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.Extensions.HeaderValue::set_Options(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue_set_Options_m7A16C8DE1552BD421FE194A2AE21FB1FD1E2F667 (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * ___value0, const RuntimeMethod* method) { { // public List Options { get; set; } List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_0 = ___value0; __this->set_U3COptionsU3Ek__BackingField_2(L_0); return; } } // System.Boolean BestHTTP.Extensions.HeaderValue::get_HasValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HeaderValue_get_HasValue_mAAD14705A6CE28E2DB3819071CDFE38014D82E17 (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, const RuntimeMethod* method) { { // public bool HasValue { get { return !string.IsNullOrEmpty(this.Value); } } String_t* L_0; L_0 = HeaderValue_get_Value_mE536CEFE35202D5F10D7594E0A12C6D46CA8DFFF_inline(__this, /*hidden argument*/NULL); bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Void BestHTTP.Extensions.HeaderValue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue__ctor_m298DAEE3F64E32CB1CA810741E9FCEDFF72373E8 (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, const RuntimeMethod* method) { { // public HeaderValue() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // { } return; } } // System.Void BestHTTP.Extensions.HeaderValue::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue__ctor_mB2A1610CD68DD023E3F4D0588FB003FB4C298AA4 (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, String_t* ___key0, const RuntimeMethod* method) { { // public HeaderValue(string key) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.Key = key; String_t* L_0 = ___key0; HeaderValue_set_Key_m162C3DC199940D384FCB812ED1B3B72B7DDE44BD_inline(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Extensions.HeaderValue::Parse(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue_Parse_m6EE9211064223BDCFD11482CCD5F54F7AE5EE567 (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, String_t* ___headerStr0, int32_t* ___pos1, const RuntimeMethod* method) { { // ParseImplementation(headerStr, ref pos, true); String_t* L_0 = ___headerStr0; int32_t* L_1 = ___pos1; HeaderValue_ParseImplementation_m3BD07981340FF993CC79700F4D91757E1C4DBA4F(__this, L_0, (int32_t*)L_1, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.Extensions.HeaderValue::TryGetOption(System.String,BestHTTP.Extensions.HeaderValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HeaderValue_TryGetOption_m93EC3D0F15A330BA45D17253A19702C976CA0194 (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, String_t* ___key0, HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 ** ___option1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m14830FB8CB94C5F517EE78FFFC8F01F8C07D14E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m22277597AF3CBF965433E8285B3F3FEE770EC852_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // option = null; HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 ** L_0 = ___option1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); // if (Options == null || Options.Count == 0) List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_1; L_1 = HeaderValue_get_Options_m34E7BCC73EA951270F5E36D5CDB0808B812A231D_inline(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_2; L_2 = HeaderValue_get_Options_m34E7BCC73EA951270F5E36D5CDB0808B812A231D_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_m14830FB8CB94C5F517EE78FFFC8F01F8C07D14E9_inline(L_2, /*hidden argument*/List_1_get_Count_m14830FB8CB94C5F517EE78FFFC8F01F8C07D14E9_RuntimeMethod_var); if (L_3) { goto IL_001a; } } IL_0018: { // return false; return (bool)0; } IL_001a: { // for (int i = 0; i < Options.Count; ++i) V_0 = 0; goto IL_004c; } IL_001e: { // if (String.Equals(Options[i].Key, key, StringComparison.OrdinalIgnoreCase)) List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_4; L_4 = HeaderValue_get_Options_m34E7BCC73EA951270F5E36D5CDB0808B812A231D_inline(__this, /*hidden argument*/NULL); int32_t L_5 = V_0; NullCheck(L_4); HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * L_6; L_6 = List_1_get_Item_m22277597AF3CBF965433E8285B3F3FEE770EC852_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m22277597AF3CBF965433E8285B3F3FEE770EC852_RuntimeMethod_var); NullCheck(L_6); String_t* L_7; L_7 = HeaderValue_get_Key_mAF2366B71EAC8430909C5CC2DBD6E855ED62347A_inline(L_6, /*hidden argument*/NULL); String_t* L_8 = ___key0; bool L_9; L_9 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_7, L_8, 5, /*hidden argument*/NULL); if (!L_9) { goto IL_0048; } } { // option = Options[i]; HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 ** L_10 = ___option1; List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_11; L_11 = HeaderValue_get_Options_m34E7BCC73EA951270F5E36D5CDB0808B812A231D_inline(__this, /*hidden argument*/NULL); int32_t L_12 = V_0; NullCheck(L_11); HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * L_13; L_13 = List_1_get_Item_m22277597AF3CBF965433E8285B3F3FEE770EC852_inline(L_11, L_12, /*hidden argument*/List_1_get_Item_m22277597AF3CBF965433E8285B3F3FEE770EC852_RuntimeMethod_var); *((RuntimeObject **)L_10) = (RuntimeObject *)L_13; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)L_13); // return true; return (bool)1; } IL_0048: { // for (int i = 0; i < Options.Count; ++i) int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_004c: { // for (int i = 0; i < Options.Count; ++i) int32_t L_15 = V_0; List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_16; L_16 = HeaderValue_get_Options_m34E7BCC73EA951270F5E36D5CDB0808B812A231D_inline(__this, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_17; L_17 = List_1_get_Count_m14830FB8CB94C5F517EE78FFFC8F01F8C07D14E9_inline(L_16, /*hidden argument*/List_1_get_Count_m14830FB8CB94C5F517EE78FFFC8F01F8C07D14E9_RuntimeMethod_var); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_001e; } } { // return false; return (bool)0; } } // System.Void BestHTTP.Extensions.HeaderValue::ParseImplementation(System.String,System.Int32&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue_ParseImplementation_m3BD07981340FF993CC79700F4D91757E1C4DBA4F (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, String_t* ___headerStr0, int32_t* ___pos1, bool ___isOptionIsAnOption2, 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*)&Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CParseImplementationU3Eb__18_0_m18127156B809EA155D86B4B8D044A11355466601_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; bool V_3 = false; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 V_6; memset((&V_6), 0, sizeof(V_6)); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_7; memset((&V_7), 0, sizeof(V_7)); String_t* V_8 = NULL; HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * V_9 = NULL; Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * G_B2_0 = NULL; int32_t* G_B2_1 = NULL; String_t* G_B2_2 = NULL; Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * G_B1_0 = NULL; int32_t* G_B1_1 = NULL; String_t* G_B1_2 = NULL; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 G_B9_0; memset((&G_B9_0), 0, sizeof(G_B9_0)); int32_t G_B11_0 = 0; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 G_B23_0; memset((&G_B23_0), 0, sizeof(G_B23_0)); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 G_B27_0; memset((&G_B27_0), 0, sizeof(G_B27_0)); int32_t G_B29_0 = 0; { // string key = headerStr.Read(ref pos, (ch) => ch != ';' && ch != '=' && ch != ',', true); String_t* L_0 = ___headerStr0; int32_t* L_1 = ___pos1; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_il2cpp_TypeInfo_var); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_2 = ((U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_il2cpp_TypeInfo_var))->get_U3CU3E9__18_0_1(); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_3 = L_2; G_B1_0 = L_3; G_B1_1 = L_1; G_B1_2 = L_0; if (L_3) { G_B2_0 = L_3; G_B2_1 = L_1; G_B2_2 = L_0; goto IL_0021; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_il2cpp_TypeInfo_var); U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 * L_4 = ((U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_5 = (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A *)il2cpp_codegen_object_new(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A_il2cpp_TypeInfo_var); Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CParseImplementationU3Eb__18_0_m18127156B809EA155D86B4B8D044A11355466601_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m2025FBDB42EB2B4162FA2F3E59FFD25C2BC4A547_RuntimeMethod_var); Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_6 = L_5; ((U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_il2cpp_TypeInfo_var))->set_U3CU3E9__18_0_1(L_6); G_B2_0 = L_6; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); String_t* L_7; L_7 = Extensions_Read_m6AD180F1D575DDC059352CD58DAB02A674416549(G_B2_2, (int32_t*)G_B2_1, G_B2_0, (bool)1, /*hidden argument*/NULL); V_0 = L_7; // this.Key = key; String_t* L_8 = V_0; HeaderValue_set_Key_m162C3DC199940D384FCB812ED1B3B72B7DDE44BD_inline(__this, L_8, /*hidden argument*/NULL); // char? skippedChar = headerStr.Peek(pos - 1); String_t* L_9 = ___headerStr0; int32_t* L_10 = ___pos1; int32_t L_11 = *((int32_t*)L_10); Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_12; L_12 = Extensions_Peek_mAECE5F6677DDDF36852241830177F79D31BFC36B(L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_12; // bool isValue = skippedChar == '='; Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_13 = V_1; V_6 = L_13; bool L_14; L_14 = Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_inline((Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *)(&V_6), /*hidden argument*/Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_RuntimeMethod_var); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_15 = V_7; G_B5_0 = L_15; goto IL_005e; } IL_0052: { Il2CppChar L_16; L_16 = Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_inline((Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *)(&V_6), /*hidden argument*/Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_RuntimeMethod_var); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_17; memset((&L_17), 0, sizeof(L_17)); Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD((&L_17), L_16, /*hidden argument*/Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); G_B5_0 = L_17; } IL_005e: { V_4 = G_B5_0; V_5 = ((int32_t)61); int32_t L_18; L_18 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_4), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); int32_t L_19 = V_5; bool L_20; L_20 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_4), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); V_2 = (bool)((int32_t)((int32_t)((((int32_t)L_18) == ((int32_t)L_19))? 1 : 0)&(int32_t)L_20)); // bool isOption = isOptionIsAnOption && skippedChar == ';'; bool L_21 = ___isOptionIsAnOption2; if (!L_21) { goto IL_00ba; } } { Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_22 = V_1; V_6 = L_22; bool L_23; L_23 = Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_inline((Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *)(&V_6), /*hidden argument*/Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_RuntimeMethod_var); if (L_23) { goto IL_0093; } } { il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_24 = V_7; G_B9_0 = L_24; goto IL_009f; } IL_0093: { Il2CppChar L_25; L_25 = Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_inline((Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *)(&V_6), /*hidden argument*/Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_RuntimeMethod_var); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_26; memset((&L_26), 0, sizeof(L_26)); Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD((&L_26), L_25, /*hidden argument*/Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); G_B9_0 = L_26; } IL_009f: { V_4 = G_B9_0; V_5 = ((int32_t)59); int32_t L_27; L_27 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_4), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); int32_t L_28 = V_5; bool L_29; L_29 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_4), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); G_B11_0 = ((int32_t)((int32_t)((((int32_t)L_27) == ((int32_t)L_28))? 1 : 0)&(int32_t)L_29)); goto IL_00bb; } IL_00ba: { G_B11_0 = 0; } IL_00bb: { V_3 = (bool)G_B11_0; goto IL_019c; } IL_00c1: { // if (isValue) bool L_30 = V_2; if (!L_30) { goto IL_00d7; } } { // string value = headerStr.ReadPossibleQuotedText(ref pos); String_t* L_31 = ___headerStr0; int32_t* L_32 = ___pos1; IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); String_t* L_33; L_33 = Extensions_ReadPossibleQuotedText_m0459F9259C543E4145AC3C91366DBCC4E609F62F(L_31, (int32_t*)L_32, /*hidden argument*/NULL); V_8 = L_33; // this.Value = value; String_t* L_34 = V_8; HeaderValue_set_Value_m65052F683739A015843D4FB9C0DAF3244DC31403_inline(__this, L_34, /*hidden argument*/NULL); // } goto IL_010b; } IL_00d7: { // else if (isOption) bool L_35 = V_3; if (!L_35) { goto IL_010b; } } { // HeaderValue option = new HeaderValue(); HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * L_36 = (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 *)il2cpp_codegen_object_new(HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77_il2cpp_TypeInfo_var); HeaderValue__ctor_m298DAEE3F64E32CB1CA810741E9FCEDFF72373E8(L_36, /*hidden argument*/NULL); V_9 = L_36; // option.ParseImplementation(headerStr, ref pos, false); HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * L_37 = V_9; String_t* L_38 = ___headerStr0; int32_t* L_39 = ___pos1; NullCheck(L_37); HeaderValue_ParseImplementation_m3BD07981340FF993CC79700F4D91757E1C4DBA4F(L_37, L_38, (int32_t*)L_39, (bool)0, /*hidden argument*/NULL); // if (this.Options == null) List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_40; L_40 = HeaderValue_get_Options_m34E7BCC73EA951270F5E36D5CDB0808B812A231D_inline(__this, /*hidden argument*/NULL); if (L_40) { goto IL_00fe; } } { // this.Options = new List(); List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_41 = (List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 *)il2cpp_codegen_object_new(List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189_il2cpp_TypeInfo_var); List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D(L_41, /*hidden argument*/List_1__ctor_mCF28DF1FE15155CECA5732CD35DA2BD20B93640D_RuntimeMethod_var); HeaderValue_set_Options_m7A16C8DE1552BD421FE194A2AE21FB1FD1E2F667_inline(__this, L_41, /*hidden argument*/NULL); } IL_00fe: { // this.Options.Add(option); List_1_t9C4606F69CB3833861EC4E41C2E8DA5647D07189 * L_42; L_42 = HeaderValue_get_Options_m34E7BCC73EA951270F5E36D5CDB0808B812A231D_inline(__this, /*hidden argument*/NULL); HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * L_43 = V_9; NullCheck(L_42); List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A(L_42, L_43, /*hidden argument*/List_1_Add_m5136FBEDBD31BD6EAACE83036ABD506213C6668A_RuntimeMethod_var); } IL_010b: { // if (!isOptionIsAnOption) bool L_44 = ___isOptionIsAnOption2; if (L_44) { goto IL_010f; } } { // return; return; } IL_010f: { // skippedChar = headerStr.Peek(pos - 1); String_t* L_45 = ___headerStr0; int32_t* L_46 = ___pos1; int32_t L_47 = *((int32_t*)L_46); IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_48; L_48 = Extensions_Peek_mAECE5F6677DDDF36852241830177F79D31BFC36B(L_45, ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_48; // isValue = skippedChar == '='; Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_49 = V_1; V_6 = L_49; bool L_50; L_50 = Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_inline((Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *)(&V_6), /*hidden argument*/Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_RuntimeMethod_var); if (L_50) { goto IL_0132; } } { il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_51 = V_7; G_B23_0 = L_51; goto IL_013e; } IL_0132: { Il2CppChar L_52; L_52 = Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_inline((Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *)(&V_6), /*hidden argument*/Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_RuntimeMethod_var); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_53; memset((&L_53), 0, sizeof(L_53)); Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD((&L_53), L_52, /*hidden argument*/Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); G_B23_0 = L_53; } IL_013e: { V_4 = G_B23_0; V_5 = ((int32_t)61); int32_t L_54; L_54 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_4), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); int32_t L_55 = V_5; bool L_56; L_56 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_4), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); V_2 = (bool)((int32_t)((int32_t)((((int32_t)L_54) == ((int32_t)L_55))? 1 : 0)&(int32_t)L_56)); // isOption = isOptionIsAnOption && skippedChar == ';'; bool L_57 = ___isOptionIsAnOption2; if (!L_57) { goto IL_019a; } } { Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_58 = V_1; V_6 = L_58; bool L_59; L_59 = Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_inline((Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *)(&V_6), /*hidden argument*/Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_RuntimeMethod_var); if (L_59) { goto IL_0173; } } { il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_60 = V_7; G_B27_0 = L_60; goto IL_017f; } IL_0173: { Il2CppChar L_61; L_61 = Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_inline((Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *)(&V_6), /*hidden argument*/Nullable_1_GetValueOrDefault_mC81AF6A7145DA5FA213D68D03C11C48AEFECAB6C_RuntimeMethod_var); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_62; memset((&L_62), 0, sizeof(L_62)); Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD((&L_62), L_61, /*hidden argument*/Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); G_B27_0 = L_62; } IL_017f: { V_4 = G_B27_0; V_5 = ((int32_t)59); int32_t L_63; L_63 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_4), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); int32_t L_64 = V_5; bool L_65; L_65 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_4), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); G_B29_0 = ((int32_t)((int32_t)((((int32_t)L_63) == ((int32_t)L_64))? 1 : 0)&(int32_t)L_65)); goto IL_019b; } IL_019a: { G_B29_0 = 0; } IL_019b: { V_3 = (bool)G_B29_0; } IL_019c: { // while (skippedChar != null && isValue || isOption) bool L_66; L_66 = Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_inline((Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *)(&V_1), /*hidden argument*/Nullable_1_get_HasValue_m9E84B12A700AF06C8799D688EDE83C1BEE4381E3_RuntimeMethod_var); bool L_67 = V_2; bool L_68 = V_3; if (((int32_t)((int32_t)((int32_t)((int32_t)L_66&(int32_t)L_67))|(int32_t)L_68))) { goto IL_00c1; } } { // } return; } } // System.String BestHTTP.Extensions.HeaderValue::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HeaderValue_ToString_m45AD95C4010E265D4580EA57307F33DD9714D0E4 (HeaderValue_tB19EA8836300DA053E7A6E082DD196DA23BA7F77 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!string.IsNullOrEmpty(Value)) String_t* L_0; L_0 = HeaderValue_get_Value_mE536CEFE35202D5F10D7594E0A12C6D46CA8DFFF_inline(__this, /*hidden argument*/NULL); bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0026; } } { // return String.Concat(Key, '=', Value); String_t* L_2; L_2 = HeaderValue_get_Key_mAF2366B71EAC8430909C5CC2DBD6E855ED62347A_inline(__this, /*hidden argument*/NULL); Il2CppChar L_3 = ((Il2CppChar)((int32_t)61)); RuntimeObject * L_4 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_3); String_t* L_5; L_5 = HeaderValue_get_Value_mE536CEFE35202D5F10D7594E0A12C6D46CA8DFFF_inline(__this, /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_mFCF5F98D38F99DE7C831CBB9A1BAAAB148FC7D57(L_2, L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0026: { // return Key; String_t* L_7; L_7 = HeaderValue_get_Key_mAF2366B71EAC8430909C5CC2DBD6E855ED62347A_inline(__this, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang 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.HeartbeatExtension::.ctor(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatExtension__ctor_m55B0BE4FBED60E682CCB063A32FC83A42011BBFD (HeartbeatExtension_t2BD363B2637B8A983BBDCA9EB10EE4B832B299E7 * __this, uint8_t ___mode0, const RuntimeMethod* method) { { // public HeartbeatExtension(byte mode) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (!HeartbeatMode.IsValid(mode)) uint8_t L_0 = ___mode0; bool L_1; L_1 = HeartbeatMode_IsValid_m3ACFFEB625E0C47C43BCA3D684DF90B57A646EB0(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001e; } } { // throw new ArgumentException("not a valid HeartbeatMode value", "mode"); 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*)&_stringLiteralECE582A48E09A08BD8AC14526ADFB745178EB776)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HeartbeatExtension__ctor_m55B0BE4FBED60E682CCB063A32FC83A42011BBFD_RuntimeMethod_var))); } IL_001e: { // this.mMode = mode; uint8_t L_3 = ___mode0; __this->set_mMode_0(L_3); // } return; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatExtension::get_Mode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t HeartbeatExtension_get_Mode_mFB27C3ADE71FCAD118F2C66466F038D54CA2568F (HeartbeatExtension_t2BD363B2637B8A983BBDCA9EB10EE4B832B299E7 * __this, const RuntimeMethod* method) { { // get { return mMode; } uint8_t L_0 = __this->get_mMode_0(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatExtension::Encode(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatExtension_Encode_m50CA627336B06A3841936D3E42E30F1DB17D5F8E (HeartbeatExtension_t2BD363B2637B8A983BBDCA9EB10EE4B832B299E7 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, 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; } { // TlsUtilities.WriteUint8(mMode, output); uint8_t L_0 = __this->get_mMode_0(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint8_mFDD5DCC4EB56283CA6B0A5DFF0B6BB86FDB0E825(L_0, L_1, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatExtension BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatExtension::Parse(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HeartbeatExtension_t2BD363B2637B8A983BBDCA9EB10EE4B832B299E7 * HeartbeatExtension_Parse_mEF43B54D435CB887090892A30DD3BC6371712CCE (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HeartbeatExtension_t2BD363B2637B8A983BBDCA9EB10EE4B832B299E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t G_B2_0 = 0x0; uint8_t G_B1_0 = 0x0; { // byte mode = TlsUtilities.ReadUint8(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); uint8_t L_1; L_1 = TlsUtilities_ReadUint8_mA28B77E9A9751670539E56507461A93522CD551B(L_0, /*hidden argument*/NULL); // if (!HeartbeatMode.IsValid(mode)) uint8_t L_2 = L_1; bool L_3; L_3 = HeartbeatMode_IsValid_m3ACFFEB625E0C47C43BCA3D684DF90B57A646EB0(L_2, /*hidden argument*/NULL); G_B1_0 = L_2; if (L_3) { G_B2_0 = L_2; goto IL_0016; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_4 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_4, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HeartbeatExtension_Parse_mEF43B54D435CB887090892A30DD3BC6371712CCE_RuntimeMethod_var))); } IL_0016: { // return new HeartbeatExtension(mode); HeartbeatExtension_t2BD363B2637B8A983BBDCA9EB10EE4B832B299E7 * L_5 = (HeartbeatExtension_t2BD363B2637B8A983BBDCA9EB10EE4B832B299E7 *)il2cpp_codegen_object_new(HeartbeatExtension_t2BD363B2637B8A983BBDCA9EB10EE4B832B299E7_il2cpp_TypeInfo_var); HeartbeatExtension__ctor_m55B0BE4FBED60E682CCB063A32FC83A42011BBFD(L_5, G_B2_0, /*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.Extensions.HeartbeatManager::Subscribe(BestHTTP.Extensions.IHeartbeat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Subscribe_m82D86EFB90F5DB6092D207AA1F12AA9D8F103B9E (HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * __this, RuntimeObject* ___heartbeat0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m1120E5765C36A49474825201AFCB974596297A19_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_mC0351F06C71605E840F34C6EEA31DCAA29876963_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (Heartbeats) List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_0 = __this->get_Heartbeats_0(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) { List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // if (!Heartbeats.Contains(heartbeat)) List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_2 = __this->get_Heartbeats_0(); RuntimeObject* L_3 = ___heartbeat0; NullCheck(L_2); bool L_4; L_4 = List_1_Contains_mC0351F06C71605E840F34C6EEA31DCAA29876963(L_2, L_3, /*hidden argument*/List_1_Contains_mC0351F06C71605E840F34C6EEA31DCAA29876963_RuntimeMethod_var); if (L_4) { goto IL_002b; } } IL_001f: { // Heartbeats.Add(heartbeat); List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_5 = __this->get_Heartbeats_0(); RuntimeObject* L_6 = ___heartbeat0; NullCheck(L_5); List_1_Add_m1120E5765C36A49474825201AFCB974596297A19(L_5, L_6, /*hidden argument*/List_1_Add_m1120E5765C36A49474825201AFCB974596297A19_RuntimeMethod_var); } IL_002b: { // } IL2CPP_LEAVE(0x37, FINALLY_002d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: {// begin finally (depth: 1) { bool L_7 = V_1; if (!L_7) { goto IL_0036; } } IL_0030: { List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_8 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_8, /*hidden argument*/NULL); } IL_0036: { IL2CPP_END_FINALLY(45) } }// end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x37, IL_0037) } IL_0037: { // } return; } } // System.Void BestHTTP.Extensions.HeartbeatManager::Unsubscribe(BestHTTP.Extensions.IHeartbeat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Unsubscribe_mA48BA2C2B8B51BC598F6559F2978AA35E2689EED (HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * __this, RuntimeObject* ___heartbeat0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mEA68FB89F5530B708B2B5C83F6E0491B07F1DE19_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // lock (Heartbeats) List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_0 = __this->get_Heartbeats_0(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // Heartbeats.Remove(heartbeat); List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_2 = __this->get_Heartbeats_0(); RuntimeObject* L_3 = ___heartbeat0; NullCheck(L_2); bool L_4; L_4 = List_1_Remove_mEA68FB89F5530B708B2B5C83F6E0491B07F1DE19(L_2, L_3, /*hidden argument*/List_1_Remove_mEA68FB89F5530B708B2B5C83F6E0491B07F1DE19_RuntimeMethod_var); IL2CPP_LEAVE(0x2A, FINALLY_0020); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0020; } FINALLY_0020: {// begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_0029; } } IL_0023: { List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_6 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_0029: { IL2CPP_END_FINALLY(32) } }// end finally (depth: 1) IL2CPP_CLEANUP(32) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2A, IL_002a) } IL_002a: { // } return; } } // System.Void BestHTTP.Extensions.HeartbeatManager::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Update_m24CA260209DA30B93FFBEC7FB25DD763AEC52807 (HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisIHeartbeat_t7FD51FFA06B22C3BA75291F512E1F7D47F28789D_m55F285B61FF1501CCCD8F438078D964DCA7F07A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHeartbeat_t7FD51FFA06B22C3BA75291F512E1F7D47F28789D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_CopyTo_m2A420146FC386E7AE4102D7ED07EFA7D7ADD954C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m423A27B5E6CB596CB6F0EB3921A02D0D9F2D8463_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (LastUpdate == DateTime.MinValue) DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_LastUpdate_2(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); bool L_2; L_2 = DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } { // LastUpdate = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_LastUpdate_2(L_3); return; } IL_001e: { // TimeSpan dif = DateTime.UtcNow - LastUpdate; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5 = __this->get_LastUpdate_2(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6; L_6 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; // LastUpdate = DateTime.UtcNow; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7; L_7 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_LastUpdate_2(L_7); // int count = 0; V_1 = 0; // lock (Heartbeats) List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_8 = __this->get_Heartbeats_0(); V_2 = L_8; V_3 = (bool)0; } IL_0045: try {// begin try (depth: 1) { List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_9 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_9, (bool*)(&V_3), /*hidden argument*/NULL); // if (UpdateArray == null || UpdateArray.Length < Heartbeats.Count) IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* L_10 = __this->get_UpdateArray_1(); if (!L_10) { goto IL_006a; } } IL_0055: { IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* L_11 = __this->get_UpdateArray_1(); NullCheck(L_11); List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_12 = __this->get_Heartbeats_0(); NullCheck(L_12); int32_t L_13; L_13 = List_1_get_Count_m423A27B5E6CB596CB6F0EB3921A02D0D9F2D8463_inline(L_12, /*hidden argument*/List_1_get_Count_m423A27B5E6CB596CB6F0EB3921A02D0D9F2D8463_RuntimeMethod_var); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))) >= ((int32_t)L_13))) { goto IL_0080; } } IL_006a: { // Array.Resize(ref UpdateArray, Heartbeats.Count); IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D** L_14 = __this->get_address_of_UpdateArray_1(); List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_15 = __this->get_Heartbeats_0(); NullCheck(L_15); int32_t L_16; L_16 = List_1_get_Count_m423A27B5E6CB596CB6F0EB3921A02D0D9F2D8463_inline(L_15, /*hidden argument*/List_1_get_Count_m423A27B5E6CB596CB6F0EB3921A02D0D9F2D8463_RuntimeMethod_var); Array_Resize_TisIHeartbeat_t7FD51FFA06B22C3BA75291F512E1F7D47F28789D_m55F285B61FF1501CCCD8F438078D964DCA7F07A5((IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D**)L_14, L_16, /*hidden argument*/Array_Resize_TisIHeartbeat_t7FD51FFA06B22C3BA75291F512E1F7D47F28789D_m55F285B61FF1501CCCD8F438078D964DCA7F07A5_RuntimeMethod_var); } IL_0080: { // Heartbeats.CopyTo(0, UpdateArray, 0, Heartbeats.Count); List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_17 = __this->get_Heartbeats_0(); IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* L_18 = __this->get_UpdateArray_1(); List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_19 = __this->get_Heartbeats_0(); NullCheck(L_19); int32_t L_20; L_20 = List_1_get_Count_m423A27B5E6CB596CB6F0EB3921A02D0D9F2D8463_inline(L_19, /*hidden argument*/List_1_get_Count_m423A27B5E6CB596CB6F0EB3921A02D0D9F2D8463_RuntimeMethod_var); NullCheck(L_17); List_1_CopyTo_m2A420146FC386E7AE4102D7ED07EFA7D7ADD954C(L_17, 0, L_18, 0, L_20, /*hidden argument*/List_1_CopyTo_m2A420146FC386E7AE4102D7ED07EFA7D7ADD954C_RuntimeMethod_var); // count = Heartbeats.Count; List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_21 = __this->get_Heartbeats_0(); NullCheck(L_21); int32_t L_22; L_22 = List_1_get_Count_m423A27B5E6CB596CB6F0EB3921A02D0D9F2D8463_inline(L_21, /*hidden argument*/List_1_get_Count_m423A27B5E6CB596CB6F0EB3921A02D0D9F2D8463_RuntimeMethod_var); V_1 = L_22; // } IL2CPP_LEAVE(0xB6, FINALLY_00ac); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ac; } FINALLY_00ac: {// begin finally (depth: 1) { bool L_23 = V_3; if (!L_23) { goto IL_00b5; } } IL_00af: { List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_24 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_24, /*hidden argument*/NULL); } IL_00b5: { IL2CPP_END_FINALLY(172) } }// end finally (depth: 1) IL2CPP_CLEANUP(172) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB6, IL_00b6) } IL_00b6: { // for (int i = 0; i < count; ++i) V_4 = 0; goto IL_00d6; } IL_00bb: { } IL_00bc: try {// begin try (depth: 1) // UpdateArray[i].OnHeartbeatUpdate(dif); IHeartbeatU5BU5D_t4322B70693C3ACB994862FB60A37B1E4C042028D* L_25 = __this->get_UpdateArray_1(); int32_t L_26 = V_4; NullCheck(L_25); int32_t L_27 = L_26; RuntimeObject* L_28 = (L_25)->GetAt(static_cast(L_27)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_29 = V_0; NullCheck(L_28); InterfaceActionInvoker1< TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 >::Invoke(0 /* System.Void BestHTTP.Extensions.IHeartbeat::OnHeartbeatUpdate(System.TimeSpan) */, IHeartbeat_t7FD51FFA06B22C3BA75291F512E1F7D47F28789D_il2cpp_TypeInfo_var, L_28, L_29); // } goto IL_00d0; }// end try (depth: 1) 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_00cd; } throw e; } CATCH_00cd: {// begin catch(System.Object) // catch // { } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00d0; }// end catch (depth: 1) IL_00d0: { // for (int i = 0; i < count; ++i) int32_t L_30 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00d6: { // for (int i = 0; i < count; ++i) int32_t L_31 = V_4; int32_t L_32 = V_1; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_00bb; } } { // } return; } } // System.Void BestHTTP.Extensions.HeartbeatManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager__ctor_mD20BB09BABF6F07A36307DCCB5C64F21BEC5092C (HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mEA9D6AC26B97FD7886EFEC88672CF06DCEC72C0E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private List Heartbeats = new List(); List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E * L_0 = (List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E *)il2cpp_codegen_object_new(List_1_t149BF1AE616553E9302398F34B08E9CD0F02792E_il2cpp_TypeInfo_var); List_1__ctor_mEA9D6AC26B97FD7886EFEC88672CF06DCEC72C0E(L_0, /*hidden argument*/List_1__ctor_mEA9D6AC26B97FD7886EFEC88672CF06DCEC72C0E_RuntimeMethod_var); __this->set_Heartbeats_0(L_0); // private DateTime LastUpdate = DateTime.MinValue; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_LastUpdate_2(L_1); 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.HeartbeatMessage::.ctor(System.Byte,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatMessage__ctor_mEAEED5AC1A53D208F6209AF2BF7933A3040BF44D (HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3 * __this, uint8_t ___type0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___payload1, int32_t ___paddingLength2, const RuntimeMethod* method) { { // public HeartbeatMessage(byte type, byte[] payload, int paddingLength) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (!HeartbeatMessageType.IsValid(type)) uint8_t L_0 = ___type0; bool L_1; L_1 = HeartbeatMessageType_IsValid_mE986C865CF42957D9961FAC4488152D39986751C(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001e; } } { // throw new ArgumentException("not a valid HeartbeatMessageType value", "type"); 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*)&_stringLiteral9F78603018EA5C0A26128AA04C8C0037E6B81A4C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HeartbeatMessage__ctor_mEAEED5AC1A53D208F6209AF2BF7933A3040BF44D_RuntimeMethod_var))); } IL_001e: { // if (payload == null || payload.Length >= (1 << 16)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___payload1; if (!L_3) { goto IL_002b; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___payload1; NullCheck(L_4); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) < ((int32_t)((int32_t)65536)))) { goto IL_003b; } } IL_002b: { // throw new ArgumentException("must have length < 2^16", "payload"); 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*)&_stringLiteralB55F80D303FE66E6A3FC324EF8C553D28EE2AB7C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral55AC598ED5884D77F7D97920AA5DDDDA2CAA02B4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HeartbeatMessage__ctor_mEAEED5AC1A53D208F6209AF2BF7933A3040BF44D_RuntimeMethod_var))); } IL_003b: { // if (paddingLength < 16) int32_t L_6 = ___paddingLength2; if ((((int32_t)L_6) >= ((int32_t)((int32_t)16)))) { goto IL_0050; } } { // throw new ArgumentException("must be at least 16", "paddingLength"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral777818FE9EC8E58C86F7D0EC8A5C0CAB81EEC289)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC8C137E6E12691F04B8D912B4B7A5FB66AAB280)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HeartbeatMessage__ctor_mEAEED5AC1A53D208F6209AF2BF7933A3040BF44D_RuntimeMethod_var))); } IL_0050: { // this.mType = type; uint8_t L_8 = ___type0; __this->set_mType_0(L_8); // this.mPayload = payload; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___payload1; __this->set_mPayload_1(L_9); // this.mPaddingLength = paddingLength; int32_t L_10 = ___paddingLength2; __this->set_mPaddingLength_2(L_10); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage::Encode(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatMessage_Encode_m784EA4AB19DDC5D4718B5DBACB9B222B46426B43 (HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3 * __this, RuntimeObject* ___context0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, 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*)&IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // TlsUtilities.WriteUint8(mType, output); uint8_t L_0 = __this->get_mType_0(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___output1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint8_mFDD5DCC4EB56283CA6B0A5DFF0B6BB86FDB0E825(L_0, L_1, /*hidden argument*/NULL); // TlsUtilities.CheckUint16(mPayload.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_mPayload_1(); NullCheck(L_2); TlsUtilities_CheckUint16_mCDB92B2FE6AF9FCE4583FF61C5170BC12A37CE12(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), /*hidden argument*/NULL); // TlsUtilities.WriteUint16(mPayload.Length, output); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_mPayload_1(); NullCheck(L_3); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___output1; TlsUtilities_WriteUint16_mC42E46986EDBAA3B4B4C80D99A49ABE7634C204E(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), L_4, /*hidden argument*/NULL); // output.Write(mPayload, 0, mPayload.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___output1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_mPayload_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_mPayload_1(); NullCheck(L_7); 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)(((RuntimeArray*)L_7)->max_length)))); // byte[] padding = new byte[mPaddingLength]; int32_t L_8 = __this->get_mPaddingLength_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_8); V_0 = L_9; // context.NonceRandomGenerator.NextBytes(padding); RuntimeObject* L_10 = ___context0; NullCheck(L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext::get_NonceRandomGenerator() */, TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var, L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; NullCheck(L_11); InterfaceActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator::NextBytes(System.Byte[]) */, IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var, L_11, L_12); // output.Write(padding, 0, padding.Length); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_13 = ___output1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; NullCheck(L_15); NullCheck(L_13); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage::Parse(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3 * HeartbeatMessage_Parse_mC09839C86D2EB9F82BE2A3FCE45489BDE182980A (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; int32_t V_1 = 0; PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC * V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; { // byte type = TlsUtilities.ReadUint8(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); uint8_t L_1; L_1 = TlsUtilities_ReadUint8_mA28B77E9A9751670539E56507461A93522CD551B(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (!HeartbeatMessageType.IsValid(type)) uint8_t L_2 = V_0; bool L_3; L_3 = HeartbeatMessageType_IsValid_mE986C865CF42957D9961FAC4488152D39986751C(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0017; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_4 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_4, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HeartbeatMessage_Parse_mC09839C86D2EB9F82BE2A3FCE45489BDE182980A_RuntimeMethod_var))); } IL_0017: { // int payload_length = TlsUtilities.ReadUint16(input); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_6; L_6 = TlsUtilities_ReadUint16_mB813EC24F2ECAE1A4F28509A6819745BEDD7D8A4(L_5, /*hidden argument*/NULL); V_1 = L_6; // PayloadBuffer buf = new PayloadBuffer(); PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC * L_7 = (PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC *)il2cpp_codegen_object_new(PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC_il2cpp_TypeInfo_var); PayloadBuffer__ctor_mC9807BD87FBBD9629B8B4F67DE83D6C769EA6109(L_7, /*hidden argument*/NULL); V_2 = L_7; // Streams.PipeAll(input, buf); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = ___input0; PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC * L_9 = V_2; Streams_PipeAll_m01C117835A14DD611F9FEE6745949E02AF081470(L_8, L_9, /*hidden argument*/NULL); // byte[] payload = buf.ToTruncatedByteArray(payload_length); PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC * L_10 = V_2; int32_t L_11 = V_1; NullCheck(L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = PayloadBuffer_ToTruncatedByteArray_m926BA10627A284E7C8D8DB9BC5EC547FEC6B0C59(L_10, L_11, /*hidden argument*/NULL); V_3 = L_12; // if (payload == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_3; if (L_13) { goto IL_0038; } } { // return null; return (HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3 *)NULL; } IL_0038: { // TlsUtilities.CheckUint16(buf.Length); PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC * L_14 = V_2; NullCheck(L_14); int64_t L_15; L_15 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_14); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_CheckUint16_m4FC1E9DBDFD168A951B8B67BEE54B5DC8103C782(L_15, /*hidden argument*/NULL); // int padding_length = (int)buf.Length - payload.Length; PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC * L_16 = V_2; NullCheck(L_16); int64_t L_17; L_17 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_3; NullCheck(L_18); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_17)), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))))); // return new HeartbeatMessage(type, payload, padding_length); uint8_t L_19 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_3; int32_t L_21 = V_4; HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3 * L_22 = (HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3 *)il2cpp_codegen_object_new(HeartbeatMessage_tE595C8B3EB0E3ED0E2891CDD61C91F51DC69D7C3_il2cpp_TypeInfo_var); HeartbeatMessage__ctor_mEAEED5AC1A53D208F6209AF2BF7933A3040BF44D(L_22, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } #ifdef __clang__ #pragma 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.Crypto.Tls.HeartbeatMessageType::IsValid(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HeartbeatMessageType_IsValid_mE986C865CF42957D9961FAC4488152D39986751C (uint8_t ___heartbeatMessageType0, const RuntimeMethod* method) { { // return heartbeatMessageType >= heartbeat_request && heartbeatMessageType <= heartbeat_response; uint8_t L_0 = ___heartbeatMessageType0; if ((((int32_t)L_0) < ((int32_t)1))) { goto IL_000c; } } { uint8_t L_1 = ___heartbeatMessageType0; return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000c: { return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessageType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatMessageType__ctor_m8034D67A50669DFC2A6F55D97118603AC15F1A2E (HeartbeatMessageType_t042D59A30EE70473D60EBF2BDD8391F95ACA12EA * __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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMode::IsValid(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HeartbeatMode_IsValid_m3ACFFEB625E0C47C43BCA3D684DF90B57A646EB0 (uint8_t ___heartbeatMode0, const RuntimeMethod* method) { { // return heartbeatMode >= peer_allowed_to_send && heartbeatMode <= peer_not_allowed_to_send; uint8_t L_0 = ___heartbeatMode0; if ((((int32_t)L_0) < ((int32_t)1))) { goto IL_000c; } } { uint8_t L_1 = ___heartbeatMode0; return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000c: { return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatMode__ctor_m3D2A71D8205D61F04EAC9ADF660DCB30B3F1AD47 (HeartbeatMode_tA98E3996BC3352A83FC2D218024ADA15C8D24D61 * __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.Utilities.Encoders.Hex::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hex__ctor_m9AB020721BEC229A05490ECE0B057E1F17F1D506 (Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE * __this, const RuntimeMethod* method) { { // private Hex() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::ToHexString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hex_ToHexString_mA0C8AB5C98FEB4640267935D221A55B3261293FF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return ToHexString(data, 0, data.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Hex_ToHexString_mB1C46915A4FF75E402D4517E5621FA35DB1C3044(L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); return L_2; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::ToHexString(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hex_ToHexString_mB1C46915A4FF75E402D4517E5621FA35DB1C3044 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___off1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // byte[] hex = Encode(data, off, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; int32_t L_1 = ___off1; int32_t L_2 = ___length2; IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Hex_Encode_m66B2D475CA717CE7B55FB288F94EDA522B8F377C(L_0, L_1, L_2, /*hidden argument*/NULL); // return Strings.FromAsciiByteArray(hex); String_t* L_4; L_4 = Strings_FromAsciiByteArray_m91E8E1048396DDD9629BA341D7D9D696F6025A70(L_3, /*hidden argument*/NULL); return L_4; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::Encode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Hex_Encode_m32E192F323E96A3B9E0BDFFCF87FD46306D0BD26 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Encode(data, 0, data.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = Hex_Encode_m66B2D475CA717CE7B55FB288F94EDA522B8F377C(L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); return L_2; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::Encode(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Hex_Encode_m66B2D475CA717CE7B55FB288F94EDA522B8F377C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___off1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEncoder_t009BA6AFBB6F832F99CBC05B7B31BAAC2E240A2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; { // MemoryStream bOut = new MemoryStream(length * 2); int32_t L_0 = ___length2; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mCB4274FF375AD786CCED424E80B047E0DEC50938(L_1, ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2)), /*hidden argument*/NULL); V_0 = L_1; // encoder.Encode(data, off, length, bOut); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); RuntimeObject* L_2 = ((Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_StaticFields*)il2cpp_codegen_static_fields_for(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var))->get_encoder_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___data0; int32_t L_4 = ___off1; int32_t L_5 = ___length2; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_6 = V_0; NullCheck(L_2); int32_t L_7; L_7 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.IEncoder::Encode(System.Byte[],System.Int32,System.Int32,System.IO.Stream) */, IEncoder_t009BA6AFBB6F832F99CBC05B7B31BAAC2E240A2B_il2cpp_TypeInfo_var, L_2, L_3, L_4, L_5, L_6); // return bOut.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_8 = V_0; NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_8); return L_9; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::Encode(System.Byte[],System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hex_Encode_m50742FBE770A013DA17BF0948363FF650B51D89A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEncoder_t009BA6AFBB6F832F99CBC05B7B31BAAC2E240A2B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return encoder.Encode(data, 0, data.Length, outStream); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_StaticFields*)il2cpp_codegen_static_fields_for(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var))->get_encoder_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___data0; NullCheck(L_2); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___outStream1; NullCheck(L_0); int32_t L_4; L_4 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.IEncoder::Encode(System.Byte[],System.Int32,System.Int32,System.IO.Stream) */, IEncoder_t009BA6AFBB6F832F99CBC05B7B31BAAC2E240A2B_il2cpp_TypeInfo_var, L_0, L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), L_3); return L_4; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::Encode(System.Byte[],System.Int32,System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hex_Encode_mE0C8F975148C7B579C4AFCA2DE2768A43BD90E2E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___off1, int32_t ___length2, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEncoder_t009BA6AFBB6F832F99CBC05B7B31BAAC2E240A2B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return encoder.Encode(data, off, length, outStream); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_StaticFields*)il2cpp_codegen_static_fields_for(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var))->get_encoder_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; int32_t L_2 = ___off1; int32_t L_3 = ___length2; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___outStream3; NullCheck(L_0); int32_t L_5; L_5 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.IEncoder::Encode(System.Byte[],System.Int32,System.Int32,System.IO.Stream) */, IEncoder_t009BA6AFBB6F832F99CBC05B7B31BAAC2E240A2B_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3, L_4); return L_5; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Hex_Decode_m132948F0BFC54CBBA21EC469043617BDC43B8052 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEncoder_t009BA6AFBB6F832F99CBC05B7B31BAAC2E240A2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; { // MemoryStream bOut = new MemoryStream((data.Length + 1) / 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; NullCheck(L_0); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mCB4274FF375AD786CCED424E80B047E0DEC50938(L_1, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)1))/(int32_t)2)), /*hidden argument*/NULL); V_0 = L_1; // encoder.Decode(data, 0, data.Length, bOut); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); RuntimeObject* L_2 = ((Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_StaticFields*)il2cpp_codegen_static_fields_for(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var))->get_encoder_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___data0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___data0; NullCheck(L_4); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_5 = V_0; NullCheck(L_2); int32_t L_6; L_6 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.IEncoder::Decode(System.Byte[],System.Int32,System.Int32,System.IO.Stream) */, IEncoder_t009BA6AFBB6F832F99CBC05B7B31BAAC2E240A2B_il2cpp_TypeInfo_var, L_2, L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), L_5); // return bOut.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_7 = V_0; NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_7); return L_8; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEncoder_t009BA6AFBB6F832F99CBC05B7B31BAAC2E240A2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; { // MemoryStream bOut = new MemoryStream((data.Length + 1) / 2); String_t* L_0 = ___data0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mCB4274FF375AD786CCED424E80B047E0DEC50938(L_2, ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))/(int32_t)2)), /*hidden argument*/NULL); V_0 = L_2; // encoder.DecodeString(data, bOut); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_StaticFields*)il2cpp_codegen_static_fields_for(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var))->get_encoder_0(); String_t* L_4 = ___data0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_5 = V_0; NullCheck(L_3); int32_t L_6; L_6 = InterfaceFuncInvoker2< int32_t, String_t*, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.IEncoder::DecodeString(System.String,System.IO.Stream) */, IEncoder_t009BA6AFBB6F832F99CBC05B7B31BAAC2E240A2B_il2cpp_TypeInfo_var, L_3, L_4, L_5); // return bOut.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_7 = V_0; NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_7); return L_8; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::Decode(System.String,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hex_Decode_mDD5BB9E093A0C575348F023777481B066F3ED5D5 (String_t* ___data0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEncoder_t009BA6AFBB6F832F99CBC05B7B31BAAC2E240A2B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return encoder.DecodeString(data, outStream); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_StaticFields*)il2cpp_codegen_static_fields_for(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var))->get_encoder_0(); String_t* L_1 = ___data0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___outStream1; NullCheck(L_0); int32_t L_3; L_3 = InterfaceFuncInvoker2< int32_t, String_t*, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.IEncoder::DecodeString(System.String,System.IO.Stream) */, IEncoder_t009BA6AFBB6F832F99CBC05B7B31BAAC2E240A2B_il2cpp_TypeInfo_var, L_0, L_1, L_2); return L_3; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hex__cctor_mC0B70004BE9D0D61D4AA1CBF3DA2CF99A9C277AE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly IEncoder encoder = new HexEncoder(); HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1 * L_0 = (HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1 *)il2cpp_codegen_object_new(HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1_il2cpp_TypeInfo_var); HexEncoder__ctor_m3E4ED94FF2FA2FE7665EA6EF35DF7161DB02210B(L_0, /*hidden argument*/NULL); ((Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_StaticFields*)il2cpp_codegen_static_fields_for(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var))->set_encoder_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 // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexEncoder::InitialiseDecodingTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HexEncoder_InitialiseDecodingTable_m64CAE0E72DEA6E2A8230CB3DB523F01FF0D43A7A (HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // Arrays.Fill(decodingTable, (byte)0xff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_decodingTable_1(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); Arrays_Fill_m841D30B6E9F2CA374C9F6D5C3A690607C6E1BCFF(L_0, (uint8_t)((int32_t)255), /*hidden argument*/NULL); // for (int i = 0; i < encodingTable.Length; i++) V_0 = 0; goto IL_0029; } IL_0014: { // decodingTable[encodingTable[i]] = (byte)i; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_decodingTable_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_encodingTable_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); int32_t L_6 = V_0; NullCheck(L_1); (L_1)->SetAt(static_cast(L_5), (uint8_t)((int32_t)((uint8_t)L_6))); // for (int i = 0; i < encodingTable.Length; i++) int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0029: { // for (int i = 0; i < encodingTable.Length; i++) int32_t L_8 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_encodingTable_0(); NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_0014; } } { // decodingTable['A'] = decodingTable['a']; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_decodingTable_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_decodingTable_1(); NullCheck(L_11); int32_t L_12 = ((int32_t)97); uint8_t L_13 = (L_11)->GetAt(static_cast(L_12)); NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)65)), (uint8_t)L_13); // decodingTable['B'] = decodingTable['b']; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_decodingTable_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_decodingTable_1(); NullCheck(L_15); int32_t L_16 = ((int32_t)98); uint8_t L_17 = (L_15)->GetAt(static_cast(L_16)); NullCheck(L_14); (L_14)->SetAt(static_cast(((int32_t)66)), (uint8_t)L_17); // decodingTable['C'] = decodingTable['c']; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_decodingTable_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_decodingTable_1(); NullCheck(L_19); int32_t L_20 = ((int32_t)99); uint8_t L_21 = (L_19)->GetAt(static_cast(L_20)); NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)67)), (uint8_t)L_21); // decodingTable['D'] = decodingTable['d']; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get_decodingTable_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = __this->get_decodingTable_1(); NullCheck(L_23); int32_t L_24 = ((int32_t)100); uint8_t L_25 = (L_23)->GetAt(static_cast(L_24)); NullCheck(L_22); (L_22)->SetAt(static_cast(((int32_t)68)), (uint8_t)L_25); // decodingTable['E'] = decodingTable['e']; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = __this->get_decodingTable_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = __this->get_decodingTable_1(); NullCheck(L_27); int32_t L_28 = ((int32_t)101); uint8_t L_29 = (L_27)->GetAt(static_cast(L_28)); NullCheck(L_26); (L_26)->SetAt(static_cast(((int32_t)69)), (uint8_t)L_29); // decodingTable['F'] = decodingTable['f']; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = __this->get_decodingTable_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = __this->get_decodingTable_1(); NullCheck(L_31); int32_t L_32 = ((int32_t)102); uint8_t L_33 = (L_31)->GetAt(static_cast(L_32)); NullCheck(L_30); (L_30)->SetAt(static_cast(((int32_t)70)), (uint8_t)L_33); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexEncoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HexEncoder__ctor_m3E4ED94FF2FA2FE7665EA6EF35DF7161DB02210B (HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1 * __this, 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*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // protected readonly byte[] encodingTable = // { // (byte)'0', (byte)'1', (byte)'2', (byte)'3', (byte)'4', (byte)'5', (byte)'6', (byte)'7', // (byte)'8', (byte)'9', (byte)'a', (byte)'b', (byte)'c', (byte)'d', (byte)'e', (byte)'f' // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); __this->set_encodingTable_0(L_1); // protected readonly byte[] decodingTable = new byte[128]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); __this->set_decodingTable_1(L_3); // public HexEncoder() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // InitialiseDecodingTable(); HexEncoder_InitialiseDecodingTable_m64CAE0E72DEA6E2A8230CB3DB523F01FF0D43A7A(__this, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexEncoder::Encode(System.Byte[],System.Int32,System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HexEncoder_Encode_mC9242FF138CC91A1CBA433B8836C0ADC753A50B6 (HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___off1, int32_t ___length2, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // for (int i = off; i < (off + length); i++) int32_t L_0 = ___off1; V_0 = L_0; goto IL_002f; } IL_0004: { // int v = data[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_1 = L_4; // outStream.WriteByte(encodingTable[v >> 4]); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___outStream3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_encodingTable_0(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = ((int32_t)((int32_t)L_7>>(int32_t)4)); uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_5); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_5, L_9); // outStream.WriteByte(encodingTable[v & 0xf]); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10 = ___outStream3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_encodingTable_0(); int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = ((int32_t)((int32_t)L_12&(int32_t)((int32_t)15))); uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); NullCheck(L_10); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_10, L_14); // for (int i = off; i < (off + length); i++) int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_002f: { // for (int i = off; i < (off + length); i++) int32_t L_16 = V_0; int32_t L_17 = ___off1; int32_t L_18 = ___length2; if ((((int32_t)L_16) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18))))) { goto IL_0004; } } { // return length * 2; int32_t L_19 = ___length2; return ((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)2)); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexEncoder::Ignore(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HexEncoder_Ignore_m3D09C4D1B9AD9A6FA24537C995D07F163C1FE738 (Il2CppChar ___c0, const RuntimeMethod* method) { { // return c == '\n' || c =='\r' || c == '\t' || c == ' '; Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) == ((int32_t)((int32_t)10)))) { goto IL_0015; } } { Il2CppChar L_1 = ___c0; if ((((int32_t)L_1) == ((int32_t)((int32_t)13)))) { goto IL_0015; } } { Il2CppChar L_2 = ___c0; if ((((int32_t)L_2) == ((int32_t)((int32_t)9)))) { goto IL_0015; } } { Il2CppChar L_3 = ___c0; return (bool)((((int32_t)L_3) == ((int32_t)((int32_t)32)))? 1 : 0); } IL_0015: { return (bool)1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexEncoder::Decode(System.Byte[],System.Int32,System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HexEncoder_Decode_m585399D72402AEE32438EBDE8E74C891DA35891E (HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___off1, int32_t ___length2, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream3, const RuntimeMethod* method) { uint8_t V_0 = 0x0; uint8_t V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { // int outLen = 0; V_2 = 0; // int end = off + length; int32_t L_0 = ___off1; int32_t L_1 = ___length2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); goto IL_0018; } IL_0008: { // if (!Ignore((char)data[end - 1])) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___data0; int32_t L_3 = V_3; NullCheck(L_2); int32_t L_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); bool L_6; L_6 = HexEncoder_Ignore_m3D09C4D1B9AD9A6FA24537C995D07F163C1FE738(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_001c; } } { // end--; int32_t L_7 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); } IL_0018: { // while (end > off) int32_t L_8 = V_3; int32_t L_9 = ___off1; if ((((int32_t)L_8) > ((int32_t)L_9))) { goto IL_0008; } } IL_001c: { // int i = off; int32_t L_10 = ___off1; V_4 = L_10; goto IL_0097; } IL_0021: { // i++; int32_t L_11 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0027: { // while (i < end && Ignore((char)data[i])) int32_t L_12 = V_4; int32_t L_13 = V_3; if ((((int32_t)L_12) >= ((int32_t)L_13))) { goto IL_0037; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___data0; int32_t L_15 = V_4; NullCheck(L_14); int32_t L_16 = L_15; uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); bool L_18; L_18 = HexEncoder_Ignore_m3D09C4D1B9AD9A6FA24537C995D07F163C1FE738(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0021; } } IL_0037: { // b1 = decodingTable[data[i++]]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_decodingTable_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___data0; int32_t L_21 = V_4; int32_t L_22 = L_21; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); NullCheck(L_20); int32_t L_23 = L_22; uint8_t L_24 = (L_20)->GetAt(static_cast(L_23)); NullCheck(L_19); uint8_t L_25 = L_24; uint8_t L_26 = (L_19)->GetAt(static_cast(L_25)); V_0 = L_26; goto IL_0050; } IL_004a: { // i++; int32_t L_27 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0050: { // while (i < end && Ignore((char)data[i])) int32_t L_28 = V_4; int32_t L_29 = V_3; if ((((int32_t)L_28) >= ((int32_t)L_29))) { goto IL_0060; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ___data0; int32_t L_31 = V_4; NullCheck(L_30); int32_t L_32 = L_31; uint8_t L_33 = (L_30)->GetAt(static_cast(L_32)); bool L_34; L_34 = HexEncoder_Ignore_m3D09C4D1B9AD9A6FA24537C995D07F163C1FE738(L_33, /*hidden argument*/NULL); if (L_34) { goto IL_004a; } } IL_0060: { // b2 = decodingTable[data[i++]]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = __this->get_decodingTable_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___data0; int32_t L_37 = V_4; int32_t L_38 = L_37; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); NullCheck(L_36); int32_t L_39 = L_38; uint8_t L_40 = (L_36)->GetAt(static_cast(L_39)); NullCheck(L_35); uint8_t L_41 = L_40; uint8_t L_42 = (L_35)->GetAt(static_cast(L_41)); V_1 = L_42; // if ((b1 | b2) >= 0x80) uint8_t L_43 = V_0; uint8_t L_44 = V_1; if ((((int32_t)((int32_t)((int32_t)L_43|(int32_t)L_44))) < ((int32_t)((int32_t)128)))) { goto IL_0086; } } { // throw new IOException("invalid characters encountered in Hex data"); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_45 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_45, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA140EDFCC6DC071B77FFA267830E7B72F64ECA25)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HexEncoder_Decode_m585399D72402AEE32438EBDE8E74C891DA35891E_RuntimeMethod_var))); } IL_0086: { // outStream.WriteByte((byte)((b1 << 4) | b2)); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_46 = ___outStream3; uint8_t L_47 = V_0; uint8_t L_48 = V_1; NullCheck(L_46); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_46, (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_47<<(int32_t)4))|(int32_t)L_48))))); // outLen++; int32_t L_49 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_0097: { // while (i < end) int32_t L_50 = V_4; int32_t L_51 = V_3; if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_0027; } } { // return outLen; int32_t L_52 = V_2; return L_52; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexEncoder::DecodeString(System.String,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HexEncoder_DecodeString_m0097524B42C9ECFAED8F5030182D8ED13F444BBA (HexEncoder_t428677755FD11F658312CA0243C7B42E6B462DD1 * __this, String_t* ___data0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___outStream1, const RuntimeMethod* method) { uint8_t V_0 = 0x0; uint8_t V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { // int length = 0; V_2 = 0; // int end = data.Length; String_t* L_0 = ___data0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_3 = L_1; goto IL_001f; } IL_000b: { // if (!Ignore(data[end - 1])) String_t* L_2 = ___data0; int32_t L_3 = V_3; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); bool L_5; L_5 = HexEncoder_Ignore_m3D09C4D1B9AD9A6FA24537C995D07F163C1FE738(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0023; } } { // end--; int32_t L_6 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); } IL_001f: { // while (end > 0) int32_t L_7 = V_3; if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_000b; } } IL_0023: { // int i = 0; V_4 = 0; goto IL_00b0; } IL_002b: { // i++; int32_t L_8 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0031: { // while (i < end && Ignore(data[i])) int32_t L_9 = V_4; int32_t L_10 = V_3; if ((((int32_t)L_9) >= ((int32_t)L_10))) { goto IL_0045; } } { String_t* L_11 = ___data0; int32_t L_12 = V_4; NullCheck(L_11); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_12, /*hidden argument*/NULL); bool L_14; L_14 = HexEncoder_Ignore_m3D09C4D1B9AD9A6FA24537C995D07F163C1FE738(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_002b; } } IL_0045: { // b1 = decodingTable[data[i++]]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_decodingTable_1(); String_t* L_16 = ___data0; int32_t L_17 = V_4; int32_t L_18 = L_17; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); NullCheck(L_16); Il2CppChar L_19; L_19 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_16, L_18, /*hidden argument*/NULL); NullCheck(L_15); Il2CppChar L_20 = L_19; uint8_t L_21 = (L_15)->GetAt(static_cast(L_20)); V_0 = L_21; goto IL_0062; } IL_005c: { // i++; int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0062: { // while (i < end && Ignore(data[i])) int32_t L_23 = V_4; int32_t L_24 = V_3; if ((((int32_t)L_23) >= ((int32_t)L_24))) { goto IL_0076; } } { String_t* L_25 = ___data0; int32_t L_26 = V_4; NullCheck(L_25); Il2CppChar L_27; L_27 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_25, L_26, /*hidden argument*/NULL); bool L_28; L_28 = HexEncoder_Ignore_m3D09C4D1B9AD9A6FA24537C995D07F163C1FE738(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_005c; } } IL_0076: { // b2 = decodingTable[data[i++]]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = __this->get_decodingTable_1(); String_t* L_30 = ___data0; int32_t L_31 = V_4; int32_t L_32 = L_31; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); NullCheck(L_30); Il2CppChar L_33; L_33 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_30, L_32, /*hidden argument*/NULL); NullCheck(L_29); Il2CppChar L_34 = L_33; uint8_t L_35 = (L_29)->GetAt(static_cast(L_34)); V_1 = L_35; // if ((b1 | b2) >= 0x80) uint8_t L_36 = V_0; uint8_t L_37 = V_1; if ((((int32_t)((int32_t)((int32_t)L_36|(int32_t)L_37))) < ((int32_t)((int32_t)128)))) { goto IL_00a0; } } { // throw new IOException("invalid characters encountered in Hex data"); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_38 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_38, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA140EDFCC6DC071B77FFA267830E7B72F64ECA25)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HexEncoder_DecodeString_m0097524B42C9ECFAED8F5030182D8ED13F444BBA_RuntimeMethod_var))); } IL_00a0: { // outStream.WriteByte((byte)((b1 << 4) | b2)); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_39 = ___outStream1; uint8_t L_40 = V_0; uint8_t L_41 = V_1; NullCheck(L_39); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_39, (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_40<<(int32_t)4))|(int32_t)L_41))))); // length++; int32_t L_42 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00b0: { // while (i < end) int32_t L_43 = V_4; int32_t L_44 = V_3; if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_0031; } } { // return length; int32_t L_45 = V_2; return L_45; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexTranslator::GetEncodedBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HexTranslator_GetEncodedBlockSize_m72630BCFB918E69687966B81B7C12C3D78762614 (HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93 * __this, const RuntimeMethod* method) { { // return 2; return 2; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexTranslator::Encode(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HexTranslator_Encode_mA081AA43EFEE9704C2BFEA585926E19C89FBBFE3 (HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes3, int32_t ___outOff4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // for (int i = 0, j = 0; i < length; i++, j += 2) V_0 = 0; // for (int i = 0, j = 0; i < length; i++, j += 2) V_1 = 0; goto IL_003d; } IL_0006: { // outBytes[outOff + j] = hexTable[(input[inOff] >> 4) & 0x0f]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___outBytes3; int32_t L_1 = ___outOff4; int32_t L_2 = V_1; IL2CPP_RUNTIME_CLASS_INIT(HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93_StaticFields*)il2cpp_codegen_static_fields_for(HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93_il2cpp_TypeInfo_var))->get_hexTable_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___input0; int32_t L_5 = ___inOff1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_3); int32_t L_8 = ((int32_t)((int32_t)((int32_t)((int32_t)L_7>>(int32_t)4))&(int32_t)((int32_t)15))); uint8_t L_9 = (L_3)->GetAt(static_cast(L_8)); NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))), (uint8_t)L_9); // outBytes[outOff + j + 1] = hexTable[input[inOff] & 0x0f]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___outBytes3; int32_t L_11 = ___outOff4; int32_t L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ((HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93_StaticFields*)il2cpp_codegen_static_fields_for(HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93_il2cpp_TypeInfo_var))->get_hexTable_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___input0; int32_t L_15 = ___inOff1; NullCheck(L_14); int32_t L_16 = L_15; uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_13); int32_t L_18 = ((int32_t)((int32_t)L_17&(int32_t)((int32_t)15))); uint8_t L_19 = (L_13)->GetAt(static_cast(L_18)); NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), (int32_t)1))), (uint8_t)L_19); // inOff++; int32_t L_20 = ___inOff1; ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); // for (int i = 0, j = 0; i < length; i++, j += 2) int32_t L_21 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); // for (int i = 0, j = 0; i < length; i++, j += 2) int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)2)); } IL_003d: { // for (int i = 0, j = 0; i < length; i++, j += 2) int32_t L_23 = V_0; int32_t L_24 = ___length2; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0006; } } { // return length * 2; int32_t L_25 = ___length2; return ((int32_t)il2cpp_codegen_multiply((int32_t)L_25, (int32_t)2)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexTranslator::GetDecodedBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HexTranslator_GetDecodedBlockSize_mA52F6AF1352D533BF91C2D5D8FDC0CC8A1AF462D (HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93 * __this, const RuntimeMethod* method) { { // return 1; return 1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexTranslator::Decode(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HexTranslator_Decode_m97FA93E79074BEFF29556213B66B523BC5A5B619 (HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outBytes3, int32_t ___outOff4, const RuntimeMethod* method) { int32_t V_0 = 0; uint8_t V_1 = 0x0; uint8_t V_2 = 0x0; int32_t V_3 = 0; { // int halfLength = length / 2; int32_t L_0 = ___length2; V_0 = ((int32_t)((int32_t)L_0/(int32_t)2)); // for (int i = 0; i < halfLength; i++) V_3 = 0; goto IL_0076; } IL_0008: { // left = input[inOff + i * 2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; int32_t L_2 = ___inOff1; int32_t L_3 = V_3; NullCheck(L_1); int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)))); uint8_t L_5 = (L_1)->GetAt(static_cast(L_4)); V_1 = L_5; // right = input[inOff + i * 2 + 1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___input0; int32_t L_7 = ___inOff1; int32_t L_8 = V_3; NullCheck(L_6); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)2)))), (int32_t)1)); uint8_t L_10 = (L_6)->GetAt(static_cast(L_9)); V_2 = L_10; // if (left < (byte)'a') uint8_t L_11 = V_1; if ((((int32_t)L_11) >= ((int32_t)((int32_t)97)))) { goto IL_002d; } } { // outBytes[outOff] = (byte)((left - '0') << 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___outBytes3; int32_t L_13 = ___outOff4; uint8_t L_14 = V_1; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)48)))<<(int32_t)4))))); // } goto IL_003c; } IL_002d: { // outBytes[outOff] = (byte)((left - 'a' + 10) << 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___outBytes3; int32_t L_16 = ___outOff4; uint8_t L_17 = V_1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)97))), (int32_t)((int32_t)10)))<<(int32_t)4))))); } IL_003c: { // if (right < (byte)'a') uint8_t L_18 = V_2; if ((((int32_t)L_18) >= ((int32_t)((int32_t)97)))) { goto IL_0056; } } { // outBytes[outOff] += (byte)(right - '0'); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___outBytes3; int32_t L_20 = ___outOff4; NullCheck(L_19); uint8_t* L_21 = ((L_19)->GetAddressAt(static_cast(L_20))); int32_t L_22 = *((uint8_t*)L_21); uint8_t L_23 = V_2; *((int8_t*)L_21) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)((int32_t)48))))))))); // } goto IL_006c; } IL_0056: { // outBytes[outOff] += (byte)(right - 'a' + 10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___outBytes3; int32_t L_25 = ___outOff4; NullCheck(L_24); uint8_t* L_26 = ((L_24)->GetAddressAt(static_cast(L_25))); int32_t L_27 = *((uint8_t*)L_26); uint8_t L_28 = V_2; *((int8_t*)L_26) = (int8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))))))))); } IL_006c: { // outOff++; int32_t L_29 = ___outOff4; ___outOff4 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); // for (int i = 0; i < halfLength; i++) int32_t L_30 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0076: { // for (int i = 0; i < halfLength; i++) int32_t L_31 = V_3; int32_t L_32 = V_0; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0008; } } { // return halfLength; int32_t L_33 = V_0; return L_33; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexTranslator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HexTranslator__ctor_mCD64B2FC754EFA2DCA6BF0CE96E6E958354D66D6 (HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.HexTranslator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HexTranslator__cctor_mF1AD1AB9CA6871BCE18789EF2885211A3B558E32 (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*)&HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly byte[] hexTable = // { // (byte)'0', (byte)'1', (byte)'2', (byte)'3', (byte)'4', (byte)'5', (byte)'6', (byte)'7', // (byte)'8', (byte)'9', (byte)'a', (byte)'b', (byte)'c', (byte)'d', (byte)'e', (byte)'f' // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93_StaticFields*)il2cpp_codegen_static_fields_for(HexTranslator_t53A1490E75FECFCA719E90FE01C31E6E6AC6EC93_il2cpp_TypeInfo_var))->set_hexTable_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HitTargetNumber::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitTargetNumber_Awake_mFB5061DC5B1796DEE0C0567ACBB1FE7960F65B9C (HitTargetNumber_tA9E623C729AFE3FF3FC195D319C8F62A0109FC59 * __this, const RuntimeMethod* method) { { // DoText(); HitTargetNumber_DoText_m31DA45E9A61E93ACFA9A9174C3BF9C8073F92815(__this, /*hidden argument*/NULL); // } return; } } // System.Void HitTargetNumber::DoText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitTargetNumber_DoText_m31DA45E9A61E93ACFA9A9174C3BF9C8073F92815 (HitTargetNumber_tA9E623C729AFE3FF3FC195D319C8F62A0109FC59 * __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*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HitTargetNumber_U3CDoTextU3Eb__1_0_m1D456230A254F2083DC2AC3C986084E35CC5487E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; float V_1 = 0.0f; float V_2 = 0.0f; { // RectTransform rtf = this.transform.GetComponentInChildren().rectTransform; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); 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); NullCheck(L_1); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2; L_2 = Graphic_get_rectTransform_m87D5A808474C6B71649CBB153DEBF5F268189EFF(L_1, /*hidden argument*/NULL); V_0 = L_2; // Sequence seq = DOTween.Sequence(); IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_3; L_3 = DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D(/*hidden argument*/NULL); // float scale1 = rtf.localScale.x * 3.3f; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_4 = V_0; NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Transform_get_localScale_mD9DF6CA81108C2A6002B5EA2BE25A6CD2723D046(L_4, /*hidden argument*/NULL); float L_6 = L_5.get_x_2(); V_1 = ((float)il2cpp_codegen_multiply((float)L_6, (float)(3.29999995f))); // float scale2 = rtf.localScale.x; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_7 = V_0; NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Transform_get_localScale_mD9DF6CA81108C2A6002B5EA2BE25A6CD2723D046(L_7, /*hidden argument*/NULL); float L_9 = L_8.get_x_2(); V_2 = L_9; // rtf.localScale = Vector3.zero; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_10 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); NullCheck(L_10); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_10, L_11, /*hidden argument*/NULL); // seq.Append(rtf.DOScale(new Vector3(scale1, scale1, 0), 0.1f)); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_12 = L_3; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_13 = V_0; float L_14 = V_1; float L_15 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; memset((&L_16), 0, sizeof(L_16)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_16), L_14, L_15, (0.0f), /*hidden argument*/NULL); TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * L_17; L_17 = ShortcutExtensions_DOScale_mAB4558078D35A3E4BD68E10E967CA63CF20BC73A(L_13, L_16, (0.100000001f), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_18; L_18 = TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5(L_12, L_17, /*hidden argument*/NULL); // seq.Append(rtf.DOScale(new Vector3(scale2, scale2, 0), 0.1f)); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_19 = L_12; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_20 = V_0; float L_21 = V_2; float L_22 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; memset((&L_23), 0, sizeof(L_23)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_23), L_21, L_22, (0.0f), /*hidden argument*/NULL); TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * L_24; L_24 = ShortcutExtensions_DOScale_mAB4558078D35A3E4BD68E10E967CA63CF20BC73A(L_20, L_23, (0.100000001f), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_25; L_25 = TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5(L_19, L_24, /*hidden argument*/NULL); // seq.AppendInterval(1.88f); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_26 = L_19; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_27; L_27 = TweenSettingsExtensions_AppendInterval_m20E76B7FD0B9E0FD85D5E55444177E412D2A39FE(L_26, (1.88f), /*hidden argument*/NULL); // seq.Append(rtf.GetComponent().DOFade(0, 0.23f)); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_28 = L_26; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_29 = V_0; NullCheck(L_29); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_30; L_30 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_29, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 * L_31; L_31 = DOTweenModuleUI_DOFade_m21F7CCBB732ABBD63BFD893D1A8D9837532A70D1(L_30, (0.0f), (0.230000004f), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_32; L_32 = TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5(L_28, L_31, /*hidden argument*/NULL); // seq.AppendCallback(delegate() { // Destroy(this.gameObject); // }); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_33 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_33, __this, (intptr_t)((intptr_t)HitTargetNumber_U3CDoTextU3Eb__1_0_m1D456230A254F2083DC2AC3C986084E35CC5487E_RuntimeMethod_var), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_34; L_34 = TweenSettingsExtensions_AppendCallback_m056A9F025C67DB07A403E70BED916DCDDF8671E6(L_28, L_33, /*hidden argument*/NULL); // } return; } } // System.Void HitTargetNumber::Create(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitTargetNumber_Create_m7E47B637D117494436EAE7ECD9FFD9C9931C5DA8 (float ___number0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mA05E3E8DA3DAE2AF09AC18D79DEC6C3D9B483A39_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CAA1629889D39A81533276E8A9F161B9DF25A36); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9777F197284455C993422257749927462143AF5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC075BC3DFE942623230E78DC9D41126E9C003CA); s_Il2CppMethodInitialized = true; } { // if (number <= 0) return; float L_0 = ___number0; if ((!(((float)L_0) <= ((float)(0.0f))))) { goto IL_0009; } } { // if (number <= 0) return; return; } IL_0009: { // GameObject o = GameObject.Instantiate( // Resources.Load("Prefabs/Effects/HitTargetNumber"), // Vector3.zero, // Quaternion.identity, // GameObject.Find("Canvas").transform // ); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6(_stringLiteral8CAA1629889D39A81533276E8A9F161B9DF25A36, /*hidden argument*/Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_3; L_3 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteralFC075BC3DFE942623230E78DC9D41126E9C003CA, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6; L_6 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21(L_1, L_2, L_3, L_5, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var); // o.transform.localPosition = new Vector3(340, 180, 0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7 = L_6; NullCheck(L_7); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_7, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), (340.0f), (180.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_8); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_8, L_9, /*hidden argument*/NULL); // o.GetComponentInChildren().text = number.ToString($"f{CommonConfig.ringsPrecision}"); NullCheck(L_7); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_10; L_10 = GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mA05E3E8DA3DAE2AF09AC18D79DEC6C3D9B483A39(L_7, /*hidden argument*/GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mA05E3E8DA3DAE2AF09AC18D79DEC6C3D9B483A39_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); int32_t L_11 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_ringsPrecision_9(); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_12); String_t* L_14; L_14 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralA9777F197284455C993422257749927462143AF5, L_13, /*hidden argument*/NULL); String_t* L_15; L_15 = Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7((float*)(&___number0), L_14, /*hidden argument*/NULL); NullCheck(L_10); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_10, L_15); // } return; } } // System.Void HitTargetNumber::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitTargetNumber__ctor_mE05043D3E15AF35FC1B85FDF58ACBEFC590AD3E2 (HitTargetNumber_tA9E623C729AFE3FF3FC195D319C8F62A0109FC59 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void HitTargetNumber::b__1_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitTargetNumber_U3CDoTextU3Eb__1_0_m1D456230A254F2083DC2AC3C986084E35CC5487E (HitTargetNumber_tA9E623C729AFE3FF3FC195D319C8F62A0109FC59 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Destroy(this.gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_0, /*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.Generators.HkdfBytesGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HkdfBytesGenerator__ctor_m77D0B4977EACB933B32C2C1EA22E3AD5853C6D14 (HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE * __this, RuntimeObject* ___hash0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public HkdfBytesGenerator(IDigest hash) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.hMacHash = new HMac(hash); RuntimeObject* L_0 = ___hash0; HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_1 = (HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B *)il2cpp_codegen_object_new(HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B_il2cpp_TypeInfo_var); HMac__ctor_m2F116E272494B59F6E93CF539BBAE3A571D0FBFE(L_1, L_0, /*hidden argument*/NULL); __this->set_hMacHash_0(L_1); // this.hashLen = hash.GetDigestSize(); RuntimeObject* L_2 = ___hash0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_2); __this->set_hashLen_1(L_3); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDerivationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HkdfBytesGenerator_Init_mE662815876AAC0A951E7288F7DBD1F61CD749B51 (HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE * __this, RuntimeObject* ___parameters0, 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*)&HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * V_0 = NULL; { // if (!(parameters is HkdfParameters)) RuntimeObject* L_0 = ___parameters0; if (((HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 *)IsInstClass((RuntimeObject*)L_0, HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0_il2cpp_TypeInfo_var))) { goto IL_0018; } } { // throw new ArgumentException("HKDF parameters required for HkdfBytesGenerator", "parameters"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9503AB23D3F55180E900F5706E92E9EFF4EB9A2)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HkdfBytesGenerator_Init_mE662815876AAC0A951E7288F7DBD1F61CD749B51_RuntimeMethod_var))); } IL_0018: { // HkdfParameters hkdfParameters = (HkdfParameters)parameters; RuntimeObject* L_2 = ___parameters0; V_0 = ((HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 *)CastclassClass((RuntimeObject*)L_2, HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0_il2cpp_TypeInfo_var)); // if (hkdfParameters.SkipExtract) HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::get_SkipExtract() */, L_3); if (!L_4) { goto IL_003f; } } { // hMacHash.Init(new KeyParameter(hkdfParameters.GetIkm())); HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_5 = __this->get_hMacHash_0(); HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * L_6 = V_0; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::GetIkm() */, L_6); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_8 = (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)il2cpp_codegen_object_new(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); KeyParameter__ctor_m96EBA1A3EB3F4981F3C14E96086C7083DDE16E67(L_8, L_7, /*hidden argument*/NULL); NullCheck(L_5); VirtualActionInvoker1< RuntimeObject* >::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, L_5, L_8); // } goto IL_005c; } IL_003f: { // hMacHash.Init(Extract(hkdfParameters.GetSalt(), hkdfParameters.GetIkm())); HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_9 = __this->get_hMacHash_0(); HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * L_10 = V_0; NullCheck(L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::GetSalt() */, L_10); HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * L_12 = V_0; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::GetIkm() */, L_12); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_14; L_14 = HkdfBytesGenerator_Extract_mC2A3814E576B7C3698EEF16879150D3981FC947A(__this, L_11, L_13, /*hidden argument*/NULL); NullCheck(L_9); VirtualActionInvoker1< RuntimeObject* >::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, L_9, L_14); } IL_005c: { // info = hkdfParameters.GetInfo(); HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * L_15 = V_0; NullCheck(L_15); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(7 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::GetInfo() */, L_15); __this->set_info_2(L_16); // generatedBytes = 0; __this->set_generatedBytes_4(0); // currentT = new byte[hashLen]; int32_t L_17 = __this->get_hashLen_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_17); __this->set_currentT_3(L_18); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator::Extract(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * HkdfBytesGenerator_Extract_mC2A3814E576B7C3698EEF16879150D3981FC947A (HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ikm1, 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*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // if (salt == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___salt0; if (L_0) { goto IL_0020; } } { // hMacHash.Init(new KeyParameter(new byte[hashLen])); HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_1 = __this->get_hMacHash_0(); int32_t L_2 = __this->get_hashLen_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_4 = (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)il2cpp_codegen_object_new(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); KeyParameter__ctor_m96EBA1A3EB3F4981F3C14E96086C7083DDE16E67(L_4, L_3, /*hidden argument*/NULL); NullCheck(L_1); VirtualActionInvoker1< RuntimeObject* >::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, L_1, L_4); // } goto IL_0031; } IL_0020: { // hMacHash.Init(new KeyParameter(salt)); HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_5 = __this->get_hMacHash_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___salt0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_7 = (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)il2cpp_codegen_object_new(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); KeyParameter__ctor_m96EBA1A3EB3F4981F3C14E96086C7083DDE16E67(L_7, L_6, /*hidden argument*/NULL); NullCheck(L_5); VirtualActionInvoker1< RuntimeObject* >::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, L_5, L_7); } IL_0031: { // hMacHash.BlockUpdate(ikm, 0, ikm.Length); HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_8 = __this->get_hMacHash_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___ikm1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___ikm1; NullCheck(L_10); NullCheck(L_8); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))); // byte[] prk = new byte[hashLen]; int32_t L_11 = __this->get_hashLen_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_11); V_0 = L_12; // hMacHash.DoFinal(prk, 0); HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_13 = __this->get_hMacHash_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; NullCheck(L_13); int32_t L_15; L_15 = VirtualFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(17 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::DoFinal(System.Byte[],System.Int32) */, L_13, L_14, 0); // return new KeyParameter(prk); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_17 = (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)il2cpp_codegen_object_new(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); KeyParameter__ctor_m96EBA1A3EB3F4981F3C14E96086C7083DDE16E67(L_17, L_16, /*hidden argument*/NULL); return L_17; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator::ExpandNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HkdfBytesGenerator_ExpandNext_mA893A65D44FC1E46813A1DF70B37842A5B5FD8C5 (HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // int n = generatedBytes / hashLen + 1; int32_t L_0 = __this->get_generatedBytes_4(); int32_t L_1 = __this->get_hashLen_1(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0/(int32_t)L_1)), (int32_t)1)); // if (n >= 256) int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)((int32_t)256)))) { goto IL_0023; } } { // throw new DataLengthException( // "HKDF cannot generate more than 255 blocks of HashLen size"); 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*)&_stringLiteral68A26501AB0DE53BC872EF69B6FA99520CB9D071)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HkdfBytesGenerator_ExpandNext_mA893A65D44FC1E46813A1DF70B37842A5B5FD8C5_RuntimeMethod_var))); } IL_0023: { // if (generatedBytes != 0) int32_t L_4 = __this->get_generatedBytes_4(); if (!L_4) { goto IL_0043; } } { // hMacHash.BlockUpdate(currentT, 0, hashLen); HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_5 = __this->get_hMacHash_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_currentT_3(); int32_t L_7 = __this->get_hashLen_1(); NullCheck(L_5); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, L_7); } IL_0043: { // hMacHash.BlockUpdate(info, 0, info.Length); HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_8 = __this->get_hMacHash_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_info_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_info_2(); NullCheck(L_10); NullCheck(L_8); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))); // hMacHash.Update((byte)n); HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_11 = __this->get_hMacHash_0(); int32_t L_12 = V_0; NullCheck(L_11); VirtualActionInvoker1< uint8_t >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::Update(System.Byte) */, L_11, (uint8_t)((int32_t)((uint8_t)L_12))); // hMacHash.DoFinal(currentT, 0); HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_13 = __this->get_hMacHash_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_currentT_3(); NullCheck(L_13); int32_t L_15; L_15 = VirtualFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(17 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::DoFinal(System.Byte[],System.Int32) */, L_13, L_14, 0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator::get_Digest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HkdfBytesGenerator_get_Digest_m92D098E17DB17431DD0A9819E5C0D46661DBB23C (HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE * __this, const RuntimeMethod* method) { { // get { return hMacHash.GetUnderlyingDigest(); } HMac_t739AB3FACB38654C1D0DB339A8444A6ABC61D31B * L_0 = __this->get_hMacHash_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.HMac::GetUnderlyingDigest() */, L_0); return L_1; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator::GenerateBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HkdfBytesGenerator_GenerateBytes_m3945FEDFE981F3A16D623F2168D522EB584A66F9 (HkdfBytesGenerator_tBB291EA4855221931D60297BAEB4D9F4437AA4FE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // if (generatedBytes + len > 255 * hashLen) int32_t L_0 = __this->get_generatedBytes_4(); int32_t L_1 = ___len2; int32_t L_2 = __this->get_hashLen_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) <= ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)255), (int32_t)L_2))))) { goto IL_0021; } } { // throw new DataLengthException( // "HKDF may only be used for 255 * HashLen bytes of output"); 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*)&_stringLiteral561500D6AD33DA13E73622BC8FE61043CBC85097)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HkdfBytesGenerator_GenerateBytes_m3945FEDFE981F3A16D623F2168D522EB584A66F9_RuntimeMethod_var))); } IL_0021: { // if (generatedBytes % hashLen == 0) int32_t L_4 = __this->get_generatedBytes_4(); int32_t L_5 = __this->get_hashLen_1(); if (((int32_t)((int32_t)L_4%(int32_t)L_5))) { goto IL_0036; } } { // ExpandNext(); HkdfBytesGenerator_ExpandNext_mA893A65D44FC1E46813A1DF70B37842A5B5FD8C5(__this, /*hidden argument*/NULL); } IL_0036: { // int toGenerate = len; int32_t L_6 = ___len2; V_0 = L_6; // int posInT = generatedBytes % hashLen; int32_t L_7 = __this->get_generatedBytes_4(); int32_t L_8 = __this->get_hashLen_1(); V_1 = ((int32_t)((int32_t)L_7%(int32_t)L_8)); // int leftInT = hashLen - generatedBytes % hashLen; int32_t L_9 = __this->get_hashLen_1(); int32_t L_10 = __this->get_generatedBytes_4(); int32_t L_11 = __this->get_hashLen_1(); // int toCopy = System.Math.Min(leftInT, toGenerate); int32_t L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_13; L_13 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)((int32_t)L_10%(int32_t)L_11)))), L_12, /*hidden argument*/NULL); V_2 = L_13; // Array.Copy(currentT, posInT, output, outOff, toCopy); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_currentT_3(); int32_t L_15 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___output0; int32_t L_17 = ___outOff1; int32_t L_18 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_14, L_15, (RuntimeArray *)(RuntimeArray *)L_16, L_17, L_18, /*hidden argument*/NULL); // generatedBytes += toCopy; int32_t L_19 = __this->get_generatedBytes_4(); int32_t L_20 = V_2; __this->set_generatedBytes_4(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20))); // toGenerate -= toCopy; int32_t L_21 = V_0; int32_t L_22 = V_2; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)); // outOff += toCopy; int32_t L_23 = ___outOff1; int32_t L_24 = V_2; ___outOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)); goto IL_00c2; } IL_0089: { // ExpandNext(); HkdfBytesGenerator_ExpandNext_mA893A65D44FC1E46813A1DF70B37842A5B5FD8C5(__this, /*hidden argument*/NULL); // toCopy = System.Math.Min(hashLen, toGenerate); int32_t L_25 = __this->get_hashLen_1(); int32_t L_26 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_27; L_27 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_25, L_26, /*hidden argument*/NULL); V_2 = L_27; // Array.Copy(currentT, 0, output, outOff, toCopy); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = __this->get_currentT_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___output0; int32_t L_30 = ___outOff1; int32_t L_31 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_28, 0, (RuntimeArray *)(RuntimeArray *)L_29, L_30, L_31, /*hidden argument*/NULL); // generatedBytes += toCopy; int32_t L_32 = __this->get_generatedBytes_4(); int32_t L_33 = V_2; __this->set_generatedBytes_4(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33))); // toGenerate -= toCopy; int32_t L_34 = V_0; int32_t L_35 = V_2; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)); // outOff += toCopy; int32_t L_36 = ___outOff1; int32_t L_37 = V_2; ___outOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_37)); } IL_00c2: { // while (toGenerate > 0) int32_t L_38 = V_0; if ((((int32_t)L_38) > ((int32_t)0))) { goto IL_0089; } } { // return len; int32_t L_39 = ___len2; return L_39; } } #ifdef __clang__ #pragma clang 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.HkdfParameters::.ctor(System.Byte[],System.Boolean,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HkdfParameters__ctor_m28209BA9911BA46AE8C83F993F3DBC6C0F06048F (HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ikm0, bool ___skip1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___info3, 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; } { // private HkdfParameters(byte[] ikm, bool skip, byte[] salt, byte[] info) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (ikm == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ikm0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("ikm"); 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*)&_stringLiteral5E5BB87CA3EAD6B4F14AF39FC3378E99D9181F4D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HkdfParameters__ctor_m28209BA9911BA46AE8C83F993F3DBC6C0F06048F_RuntimeMethod_var))); } IL_0014: { // this.ikm = Arrays.Clone(ikm); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___ikm0; 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_ikm_0(L_3); // this.skipExpand = skip; bool L_4 = ___skip1; __this->set_skipExpand_1(L_4); // if (salt == null || salt.Length == 0) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___salt2; if (!L_5) { goto IL_002e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___salt2; NullCheck(L_6); if ((((RuntimeArray*)L_6)->max_length)) { goto IL_0037; } } IL_002e: { // this.salt = null; __this->set_salt_2((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); // } goto IL_0043; } IL_0037: { // this.salt = Arrays.Clone(salt); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___salt2; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_7, /*hidden argument*/NULL); __this->set_salt_2(L_8); } IL_0043: { // if (info == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___info3; if (L_9) { goto IL_0054; } } { // this.info = new byte[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_info_3(L_10); // } return; } IL_0054: { // this.info = Arrays.Clone(info); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___info3; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_11, /*hidden argument*/NULL); __this->set_info_3(L_12); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::.ctor(System.Byte[],System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HkdfParameters__ctor_m06BC33B3D5D72B00379035D8EC52FCC3F30B36CE (HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ikm0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___salt1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___info2, const RuntimeMethod* method) { { // : this(ikm, false, salt, info) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ikm0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___salt1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___info2; HkdfParameters__ctor_m28209BA9911BA46AE8C83F993F3DBC6C0F06048F(__this, L_0, (bool)0, L_1, L_2, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::SkipExtractParameters(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * HkdfParameters_SkipExtractParameters_mB51F7865E065E3D9F6DE2D632C4A4B9506DF2042 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ikm0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___info1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new HkdfParameters(ikm, true, null, info); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ikm0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___info1; HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * L_2 = (HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 *)il2cpp_codegen_object_new(HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0_il2cpp_TypeInfo_var); HkdfParameters__ctor_m28209BA9911BA46AE8C83F993F3DBC6C0F06048F(L_2, L_0, (bool)1, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::DefaultParameters(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * HkdfParameters_DefaultParameters_m25500E054A6D0ABB29FB1BD94BC212A910DE3C4D (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ikm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new HkdfParameters(ikm, false, null, null); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___ikm0; HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * L_1 = (HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 *)il2cpp_codegen_object_new(HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0_il2cpp_TypeInfo_var); HkdfParameters__ctor_m28209BA9911BA46AE8C83F993F3DBC6C0F06048F(L_1, L_0, (bool)0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); return L_1; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::GetIkm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HkdfParameters_GetIkm_mED517A7A001FAB70A839E8F7A32F8D0CB3698341 (HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.Clone(ikm); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_ikm_0(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::get_SkipExtract() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HkdfParameters_get_SkipExtract_m86B17CD4F97FD5BA11C5416AF01D1AFCD4841B44 (HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * __this, const RuntimeMethod* method) { { // get { return skipExpand; } bool L_0 = __this->get_skipExpand_1(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::GetSalt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HkdfParameters_GetSalt_m67168199C9D320D681DF00BE8CA6AC831F1D09F3 (HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.Clone(salt); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_salt_2(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_0, /*hidden argument*/NULL); return L_1; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.HkdfParameters::GetInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HkdfParameters_GetInfo_mBB6BDB1344F90A61DC050BA7F08AA6CB1575CFC8 (HkdfParameters_t99CA12C4DAD84B19C8C4A376308B483BFDF1ECE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.Clone(info); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_info_3(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(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.Holder BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Holder_t64C922905238378DD56C273DE16BA7D09529E22A * Holder_GetInstance_mD116AE0C1F1E67ABE1E2C4ECDA85AD8B7D1EC6B4 (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*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Holder_t64C922905238378DD56C273DE16BA7D09529E22A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is Holder) RuntimeObject * L_0 = ___obj0; if (!((Holder_t64C922905238378DD56C273DE16BA7D09529E22A *)IsInstClass((RuntimeObject*)L_0, Holder_t64C922905238378DD56C273DE16BA7D09529E22A_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (Holder) obj; RuntimeObject * L_1 = ___obj0; return ((Holder_t64C922905238378DD56C273DE16BA7D09529E22A *)CastclassClass((RuntimeObject*)L_1, Holder_t64C922905238378DD56C273DE16BA7D09529E22A_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 Holder((Asn1Sequence) obj); RuntimeObject * L_3 = ___obj0; Holder_t64C922905238378DD56C273DE16BA7D09529E22A * L_4 = (Holder_t64C922905238378DD56C273DE16BA7D09529E22A *)il2cpp_codegen_object_new(Holder_t64C922905238378DD56C273DE16BA7D09529E22A_il2cpp_TypeInfo_var); Holder__ctor_mFF7630717982650CFF9EDE3732E13D7DE4BA5EC3(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // if (obj is Asn1TaggedObject) RuntimeObject * L_5 = ___obj0; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_5, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0037; } } { // return new Holder((Asn1TaggedObject) obj); RuntimeObject * L_6 = ___obj0; Holder_t64C922905238378DD56C273DE16BA7D09529E22A * L_7 = (Holder_t64C922905238378DD56C273DE16BA7D09529E22A *)il2cpp_codegen_object_new(Holder_t64C922905238378DD56C273DE16BA7D09529E22A_il2cpp_TypeInfo_var); Holder__ctor_m9F0D6735EFE579A0C2CD56278D4E9E25EA7141B6(L_7, ((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_6, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_7; } IL_0037: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_8 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_9; L_9 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_9, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_11, L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Holder_GetInstance_mD116AE0C1F1E67ABE1E2C4ECDA85AD8B7D1EC6B4_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holder__ctor_m9F0D6735EFE579A0C2CD56278D4E9E25EA7141B6 (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagObj0, const RuntimeMethod* method) { int32_t V_0 = 0; { // public Holder( // Asn1TaggedObject tagObj) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // switch (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_0025; } } { goto IL_0034; } IL_0016: { // baseCertificateID = IssuerSerial.GetInstance(tagObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_4 = ___tagObj0; IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_5; L_5 = IssuerSerial_GetInstance_mB760D3CE7A49889C6E8BD74D421B2F8DBDCB972A(L_4, (bool)0, /*hidden argument*/NULL); __this->set_baseCertificateID_2(L_5); // break; goto IL_003f; } IL_0025: { // entityName = GeneralNames.GetInstance(tagObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_6 = ___tagObj0; GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_7; L_7 = GeneralNames_GetInstance_mD5CB2577FFA51AD2E2DEFBAA115F44512F1370CB(L_6, (bool)0, /*hidden argument*/NULL); __this->set_entityName_3(L_7); // break; goto IL_003f; } IL_0034: { // throw new ArgumentException("unknown tag in Holder"); 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B7422FC179BFFF6C5254614E93C0724BCAA66A8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Holder__ctor_m9F0D6735EFE579A0C2CD56278D4E9E25EA7141B6_RuntimeMethod_var))); } IL_003f: { // this.version = 0; __this->set_version_5(0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holder__ctor_mFF7630717982650CFF9EDE3732E13D7DE4BA5EC3 (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * V_2 = NULL; { // private Holder( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count > 3) 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_002d; } } { // throw new ArgumentException("Bad sequence size: " + seq.Count); 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_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Holder__ctor_mFF7630717982650CFF9EDE3732E13D7DE4BA5EC3_RuntimeMethod_var))); } IL_002d: { // for (int i = 0; i != seq.Count; i++) V_1 = 0; goto IL_0095; } IL_0031: { // Asn1TaggedObject tObj = Asn1TaggedObject.GetInstance(seq[i]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = ___seq0; 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); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_10; L_10 = Asn1TaggedObject_GetInstance_m7245B39FCEB8EA160AEFF9F8F724A71CB2EB47A8(L_9, /*hidden argument*/NULL); V_2 = L_10; // switch (tObj.TagNo) Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_11 = V_2; NullCheck(L_11); int32_t L_12; L_12 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_11, /*hidden argument*/NULL); V_0 = L_12; int32_t L_13 = V_0; switch (L_13) { case 0: { goto IL_0059; } case 1: { goto IL_0068; } case 2: { goto IL_0077; } } } { goto IL_0086; } IL_0059: { // baseCertificateID = IssuerSerial.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_14 = V_2; IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_15; L_15 = IssuerSerial_GetInstance_mB760D3CE7A49889C6E8BD74D421B2F8DBDCB972A(L_14, (bool)0, /*hidden argument*/NULL); __this->set_baseCertificateID_2(L_15); // break; goto IL_0091; } IL_0068: { // entityName = GeneralNames.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_16 = V_2; GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_17; L_17 = GeneralNames_GetInstance_mD5CB2577FFA51AD2E2DEFBAA115F44512F1370CB(L_16, (bool)0, /*hidden argument*/NULL); __this->set_entityName_3(L_17); // break; goto IL_0091; } IL_0077: { // objectDigestInfo = ObjectDigestInfo.GetInstance(tObj, false); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_18 = V_2; ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005 * L_19; L_19 = ObjectDigestInfo_GetInstance_m60635BDD9F9EC1BD49093B3D9543F3CF4BAE86FD(L_18, (bool)0, /*hidden argument*/NULL); __this->set_objectDigestInfo_4(L_19); // break; goto IL_0091; } IL_0086: { // throw new ArgumentException("unknown tag in Holder"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_20 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B7422FC179BFFF6C5254614E93C0724BCAA66A8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Holder__ctor_mFF7630717982650CFF9EDE3732E13D7DE4BA5EC3_RuntimeMethod_var))); } IL_0091: { // for (int i = 0; i != seq.Count; i++) int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0095: { // for (int i = 0; i != seq.Count; i++) int32_t L_22 = V_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); if ((!(((uint32_t)L_22) == ((uint32_t)L_24)))) { goto IL_0031; } } { // this.version = 1; __this->set_version_5(1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holder__ctor_mA98112763AC1ED7D057E0A82E6F45DC6FDB3187C (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * ___baseCertificateID0, const RuntimeMethod* method) { { // : this(baseCertificateID, 1) IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_0 = ___baseCertificateID0; Holder__ctor_m5FA7641C20DC237B84AD558B5F0CFCD06A3AB548(__this, L_0, 1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holder__ctor_m5FA7641C20DC237B84AD558B5F0CFCD06A3AB548 (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * ___baseCertificateID0, int32_t ___version1, const RuntimeMethod* method) { { // public Holder( // IssuerSerial baseCertificateID, // int version) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.baseCertificateID = baseCertificateID; IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_0 = ___baseCertificateID0; __this->set_baseCertificateID_2(L_0); // this.version = version; int32_t L_1 = ___version1; __this->set_version_5(L_1); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Holder_get_Version_m7A0AEBD404E93BA19ED05BD8856C411854468F83 (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, const RuntimeMethod* method) { { // get { return version; } int32_t L_0 = __this->get_version_5(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holder__ctor_m9075772D01D911EC0B8C874F45D2E2144450C43D (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * ___entityName0, const RuntimeMethod* method) { { // : this(entityName, 1) GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_0 = ___entityName0; Holder__ctor_mDA5B593E723778205049AB9E564F4D5483ED1B42(__this, L_0, 1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holder__ctor_mDA5B593E723778205049AB9E564F4D5483ED1B42 (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * ___entityName0, int32_t ___version1, const RuntimeMethod* method) { { // public Holder( // GeneralNames entityName, // int version) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.entityName = entityName; GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_0 = ___entityName0; __this->set_entityName_3(L_0); // this.version = version; int32_t L_1 = ___version1; __this->set_version_5(L_1); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ObjectDigestInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holder__ctor_m8967FB725A8A8EB3E8C348CEF24FE9A6F406E5D6 (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005 * ___objectDigestInfo0, const RuntimeMethod* method) { { // public Holder( // ObjectDigestInfo objectDigestInfo) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.objectDigestInfo = objectDigestInfo; ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005 * L_0 = ___objectDigestInfo0; __this->set_objectDigestInfo_4(L_0); // this.version = 1; __this->set_version_5(1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.IssuerSerial BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::get_BaseCertificateID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * Holder_get_BaseCertificateID_mDA71D844F70D1B2809D5A4CC9ECC1873CAD6F90F (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, const RuntimeMethod* method) { { // get { return baseCertificateID; } IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_0 = __this->get_baseCertificateID_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralNames BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::get_EntityName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * Holder_get_EntityName_m77899236C104F411361F17468FF19979314F2309 (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, const RuntimeMethod* method) { { // get { return entityName; } GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_0 = __this->get_entityName_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.ObjectDigestInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::get_ObjectDigestInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005 * Holder_get_ObjectDigestInfo_m1AD561EF6D765CFBA18936BFBFB07791CAFA381F (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __this, const RuntimeMethod* method) { { // get { return objectDigestInfo; } ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005 * L_0 = __this->get_objectDigestInfo_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Holder::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Holder_ToAsn1Object_m78EB65462B39C53B325AD8BD3151F3DAAA926BDF (Holder_t64C922905238378DD56C273DE16BA7D09529E22A * __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); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // if (version == 1) int32_t L_0 = __this->get_version_5(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0087; } } { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1; L_1 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_2 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; // if (baseCertificateID != null) IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_3 = __this->get_baseCertificateID_2(); if (!L_3) { goto IL_0038; } } { // v.Add(new DerTaggedObject(false, 0, baseCertificateID)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_4 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_6 = L_5; IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_7 = __this->get_baseCertificateID_2(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_8 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_8, (bool)0, 0, L_7, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_8); NullCheck(L_4); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_4, L_6, /*hidden argument*/NULL); } IL_0038: { // if (entityName != null) GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_9 = __this->get_entityName_3(); if (!L_9) { goto IL_005c; } } { // v.Add(new DerTaggedObject(false, 1, entityName)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_10 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_11 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_12 = L_11; GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_13 = __this->get_entityName_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_14 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_14, (bool)0, 1, L_13, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_14); NullCheck(L_10); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_10, L_12, /*hidden argument*/NULL); } IL_005c: { // if (objectDigestInfo != null) ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005 * L_15 = __this->get_objectDigestInfo_4(); if (!L_15) { goto IL_0080; } } { // v.Add(new DerTaggedObject(false, 2, objectDigestInfo)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_16 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_17 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_18 = L_17; ObjectDigestInfo_t997F1CBD0115B95F608FDDBEFEF91C880640A005 * L_19 = __this->get_objectDigestInfo_4(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_20 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_20, (bool)0, 2, L_19, /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_20); NullCheck(L_16); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_16, L_18, /*hidden argument*/NULL); } IL_0080: { // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_21 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_22 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_22, L_21, /*hidden argument*/NULL); return L_22; } IL_0087: { // if (entityName != null) GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_23 = __this->get_entityName_3(); if (!L_23) { goto IL_009d; } } { // return new DerTaggedObject(false, 1, entityName); GeneralNames_tFF74584199F5CAD145B6DA73D7552D4B4FD101E5 * L_24 = __this->get_entityName_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_25 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_25, (bool)0, 1, L_24, /*hidden argument*/NULL); return L_25; } IL_009d: { // return new DerTaggedObject(false, 0, baseCertificateID); IssuerSerial_t7368EB3A12EDEEEFCB87BE6B748D2FD5B54BAE37 * L_26 = __this->get_baseCertificateID_2(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_27 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_27, (bool)0, 0, L_26, /*hidden argument*/NULL); return L_27; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HollowOutMask::SetTarget(UnityEngine.RectTransform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445 (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __this, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target0, const RuntimeMethod* method) { { // _canRefresh = true; __this->set__canRefresh_39((bool)1); // _target = target; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = ___target0; __this->set__target_36(L_0); // _RefreshView(); HollowOutMask__RefreshView_m3A09A289A97115DE2342AB4E747E349B1B694181(__this, /*hidden argument*/NULL); // } return; } } // UnityEngine.RectTransform HollowOutMask::GetTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * HollowOutMask_GetTarget_m16568FF8DA4099B940A3D47A4571BD8598088C72 (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __this, const RuntimeMethod* method) { { // return _target; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get__target_36(); return L_0; } } // System.Void HollowOutMask::_SetTarget(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HollowOutMask__SetTarget_mFB6E1F5DD6DA6BC38AE8447F7353DB5B880A54B8 (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___tarMin0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___tarMax1, const RuntimeMethod* method) { { // if (tarMin == _targetMin && tarMax == _targetMax) return; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___tarMin0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = __this->get__targetMin_37(); bool L_2; L_2 = Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001d; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___tarMax1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = __this->get__targetMax_38(); bool L_5; L_5 = Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_001d; } } { // if (tarMin == _targetMin && tarMax == _targetMax) return; return; } IL_001d: { // _targetMin = tarMin; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___tarMin0; __this->set__targetMin_37(L_6); // _targetMax = tarMax; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___tarMax1; __this->set__targetMax_38(L_7); // SetAllDirty(); VirtualActionInvoker0::Invoke(26 /* System.Void UnityEngine.UI.Graphic::SetAllDirty() */, __this); // } return; } } // System.Void HollowOutMask::_RefreshView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HollowOutMask__RefreshView_m3A09A289A97115DE2342AB4E747E349B1B694181 (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __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*)&RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!_canRefresh) return; bool L_0 = __this->get__canRefresh_39(); if (L_0) { goto IL_0009; } } { // if (!_canRefresh) return; return; } IL_0009: { // _canRefresh = false; __this->set__canRefresh_39((bool)0); // if (null == _target) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1 = __this->get__target_36(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0035; } } { // _SetTarget(Vector3.zero, Vector3.zero); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); HollowOutMask__SetTarget_mFB6E1F5DD6DA6BC38AE8447F7353DB5B880A54B8(__this, L_3, L_4, /*hidden argument*/NULL); // SetAllDirty(); VirtualActionInvoker0::Invoke(26 /* System.Void UnityEngine.UI.Graphic::SetAllDirty() */, __this); // } return; } IL_0035: { // Bounds bounds = RectTransformUtility.CalculateRelativeRectTransformBounds(_cacheTrans, _target); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5 = __this->get__cacheTrans_40(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_6 = __this->get__target_36(); IL2CPP_RUNTIME_CLASS_INIT(RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var); Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 L_7; L_7 = RectTransformUtility_CalculateRelativeRectTransformBounds_mEC7990F480BC63FEDA03E60311CD96660FDD6063(L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; // _SetTarget(bounds.min, bounds.max); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Bounds_get_min_mEDCEC21FB04A8E7196EDE841F7BE9042E1908519((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_0), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Bounds_get_max_m7562010AAD919B8449B8B90382BFBA4D83C669BD((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_0), /*hidden argument*/NULL); HollowOutMask__SetTarget_mFB6E1F5DD6DA6BC38AE8447F7353DB5B880A54B8(__this, L_8, L_9, /*hidden argument*/NULL); // } return; } } // System.Void HollowOutMask::RefreshViewImmediate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HollowOutMask_RefreshViewImmediate_mC48424942C0098C7464AABBEB3BA00BB779B741F (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __this, const RuntimeMethod* method) { { // _canRefresh = true; __this->set__canRefresh_39((bool)1); // _RefreshView(); HollowOutMask__RefreshView_m3A09A289A97115DE2342AB4E747E349B1B694181(__this, /*hidden argument*/NULL); // } return; } } // System.Void HollowOutMask::OnPopulateMesh(UnityEngine.UI.VertexHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HollowOutMask_OnPopulateMesh_m6D48D74E00B0C95674BD927A6D4973F0641F1F4B (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __this, VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * ___vh0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A V_0; memset((&V_0), 0, sizeof(V_0)); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_1; memset((&V_1), 0, sizeof(V_1)); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 V_2; memset((&V_2), 0, sizeof(V_2)); float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; { // if (_targetMin == Vector3.zero && _targetMax == Vector3.zero) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get__targetMin_37(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); bool L_2; L_2 = Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002c; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = __this->get__targetMax_38(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); bool L_5; L_5 = Vector3_op_Equality_m8A98C7F38641110A2F90445EF8E98ECE14B08296(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002c; } } { // base.OnPopulateMesh(vh); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_6 = ___vh0; Graphic_OnPopulateMesh_m60171AAA2F2AF25E9304C8334FCE766711828DA5(__this, L_6, /*hidden argument*/NULL); // return; return; } IL_002c: { // vh.Clear(); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_7 = ___vh0; NullCheck(L_7); VertexHelper_Clear_mBF3FB3CEA5153F8F72C74FFD6006A7AFF62C18BA(L_7, /*hidden argument*/NULL); // UIVertex vert = UIVertex.simpleVert; IL2CPP_RUNTIME_CLASS_INIT(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_il2cpp_TypeInfo_var); UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_8 = ((UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields*)il2cpp_codegen_static_fields_for(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_il2cpp_TypeInfo_var))->get_simpleVert_10(); V_0 = L_8; // vert.color = color; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_9; L_9 = VirtualFuncInvoker0< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, __this); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_10; L_10 = Color32_op_Implicit_mD17E8145D2D32EF369EFE349C4D32E839F7D7AA4(L_9, /*hidden argument*/NULL); (&V_0)->set_color_3(L_10); // Vector2 selfPiovt = rectTransform.pivot; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_11; L_11 = Graphic_get_rectTransform_m87D5A808474C6B71649CBB153DEBF5F268189EFF(__this, /*hidden argument*/NULL); NullCheck(L_11); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_12; L_12 = RectTransform_get_pivot_m146F0BB5D3873FCEF3606DAFB8994BFA978095EE(L_11, /*hidden argument*/NULL); V_1 = L_12; // Rect selfRect = rectTransform.rect; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_13; L_13 = Graphic_get_rectTransform_m87D5A808474C6B71649CBB153DEBF5F268189EFF(__this, /*hidden argument*/NULL); NullCheck(L_13); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_14; L_14 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_13, /*hidden argument*/NULL); V_2 = L_14; // float outerLx = -selfPiovt.x * selfRect.width; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_15 = V_1; float L_16 = L_15.get_x_0(); float L_17; L_17 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_2), /*hidden argument*/NULL); V_3 = ((float)il2cpp_codegen_multiply((float)((-L_16)), (float)L_17)); // float outerBy = -selfPiovt.y * selfRect.height; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_18 = V_1; float L_19 = L_18.get_y_1(); float L_20; L_20 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_2), /*hidden argument*/NULL); V_4 = ((float)il2cpp_codegen_multiply((float)((-L_19)), (float)L_20)); // float outerRx = (1 - selfPiovt.x) * selfRect.width; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_21 = V_1; float L_22 = L_21.get_x_0(); float L_23; L_23 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_2), /*hidden argument*/NULL); V_5 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_22)), (float)L_23)); // float outerTy = (1 - selfPiovt.y) * selfRect.height; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_24 = V_1; float L_25 = L_24.get_y_1(); float L_26; L_26 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_2), /*hidden argument*/NULL); V_6 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_25)), (float)L_26)); // vert.position = new Vector3(outerLx, outerTy); float L_27 = V_3; float L_28 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; memset((&L_29), 0, sizeof(L_29)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_29), L_27, L_28, /*hidden argument*/NULL); (&V_0)->set_position_0(L_29); // vh.AddVert(vert); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_30 = ___vh0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_31 = V_0; NullCheck(L_30); VertexHelper_AddVert_m7A43A65F746413AF697EBD1D0A8EA87A0A7ED032(L_30, L_31, /*hidden argument*/NULL); // vert.position = new Vector3(outerRx, outerTy); float L_32 = V_5; float L_33 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34; memset((&L_34), 0, sizeof(L_34)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_34), L_32, L_33, /*hidden argument*/NULL); (&V_0)->set_position_0(L_34); // vh.AddVert(vert); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_35 = ___vh0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_36 = V_0; NullCheck(L_35); VertexHelper_AddVert_m7A43A65F746413AF697EBD1D0A8EA87A0A7ED032(L_35, L_36, /*hidden argument*/NULL); // vert.position = new Vector3(outerRx, outerBy); float L_37 = V_5; float L_38 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_39; memset((&L_39), 0, sizeof(L_39)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_39), L_37, L_38, /*hidden argument*/NULL); (&V_0)->set_position_0(L_39); // vh.AddVert(vert); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_40 = ___vh0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_41 = V_0; NullCheck(L_40); VertexHelper_AddVert_m7A43A65F746413AF697EBD1D0A8EA87A0A7ED032(L_40, L_41, /*hidden argument*/NULL); // vert.position = new Vector3(outerLx, outerBy); float L_42 = V_3; float L_43 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44; memset((&L_44), 0, sizeof(L_44)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_44), L_42, L_43, /*hidden argument*/NULL); (&V_0)->set_position_0(L_44); // vh.AddVert(vert); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_45 = ___vh0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_46 = V_0; NullCheck(L_45); VertexHelper_AddVert_m7A43A65F746413AF697EBD1D0A8EA87A0A7ED032(L_45, L_46, /*hidden argument*/NULL); // vert.position = new Vector3(_targetMin.x, _targetMax.y); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_47 = __this->get_address_of__targetMin_37(); float L_48 = L_47->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_49 = __this->get_address_of__targetMax_38(); float L_50 = L_49->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51; memset((&L_51), 0, sizeof(L_51)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_51), L_48, L_50, /*hidden argument*/NULL); (&V_0)->set_position_0(L_51); // vh.AddVert(vert); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_52 = ___vh0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_53 = V_0; NullCheck(L_52); VertexHelper_AddVert_m7A43A65F746413AF697EBD1D0A8EA87A0A7ED032(L_52, L_53, /*hidden argument*/NULL); // vert.position = new Vector3(_targetMax.x, _targetMax.y); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_54 = __this->get_address_of__targetMax_38(); float L_55 = L_54->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_56 = __this->get_address_of__targetMax_38(); float L_57 = L_56->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_58; memset((&L_58), 0, sizeof(L_58)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_58), L_55, L_57, /*hidden argument*/NULL); (&V_0)->set_position_0(L_58); // vh.AddVert(vert); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_59 = ___vh0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_60 = V_0; NullCheck(L_59); VertexHelper_AddVert_m7A43A65F746413AF697EBD1D0A8EA87A0A7ED032(L_59, L_60, /*hidden argument*/NULL); // vert.position = new Vector3(_targetMax.x, _targetMin.y); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_61 = __this->get_address_of__targetMax_38(); float L_62 = L_61->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_63 = __this->get_address_of__targetMin_37(); float L_64 = L_63->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_65; memset((&L_65), 0, sizeof(L_65)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_65), L_62, L_64, /*hidden argument*/NULL); (&V_0)->set_position_0(L_65); // vh.AddVert(vert); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_66 = ___vh0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_67 = V_0; NullCheck(L_66); VertexHelper_AddVert_m7A43A65F746413AF697EBD1D0A8EA87A0A7ED032(L_66, L_67, /*hidden argument*/NULL); // vert.position = new Vector3(_targetMin.x, _targetMin.y); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_68 = __this->get_address_of__targetMin_37(); float L_69 = L_68->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_70 = __this->get_address_of__targetMin_37(); float L_71 = L_70->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_72; memset((&L_72), 0, sizeof(L_72)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_72), L_69, L_71, /*hidden argument*/NULL); (&V_0)->set_position_0(L_72); // vh.AddVert(vert); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_73 = ___vh0; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_74 = V_0; NullCheck(L_73); VertexHelper_AddVert_m7A43A65F746413AF697EBD1D0A8EA87A0A7ED032(L_73, L_74, /*hidden argument*/NULL); // vh.AddTriangle(4, 0, 1); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_75 = ___vh0; NullCheck(L_75); VertexHelper_AddTriangle_m1EE93E4BF27E3BCCE69A348358FAF605105B63C6(L_75, 4, 0, 1, /*hidden argument*/NULL); // vh.AddTriangle(4, 1, 5); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_76 = ___vh0; NullCheck(L_76); VertexHelper_AddTriangle_m1EE93E4BF27E3BCCE69A348358FAF605105B63C6(L_76, 4, 1, 5, /*hidden argument*/NULL); // vh.AddTriangle(5, 1, 2); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_77 = ___vh0; NullCheck(L_77); VertexHelper_AddTriangle_m1EE93E4BF27E3BCCE69A348358FAF605105B63C6(L_77, 5, 1, 2, /*hidden argument*/NULL); // vh.AddTriangle(5, 2, 6); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_78 = ___vh0; NullCheck(L_78); VertexHelper_AddTriangle_m1EE93E4BF27E3BCCE69A348358FAF605105B63C6(L_78, 5, 2, 6, /*hidden argument*/NULL); // vh.AddTriangle(6, 2, 3); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_79 = ___vh0; NullCheck(L_79); VertexHelper_AddTriangle_m1EE93E4BF27E3BCCE69A348358FAF605105B63C6(L_79, 6, 2, 3, /*hidden argument*/NULL); // vh.AddTriangle(6, 3, 7); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_80 = ___vh0; NullCheck(L_80); VertexHelper_AddTriangle_m1EE93E4BF27E3BCCE69A348358FAF605105B63C6(L_80, 6, 3, 7, /*hidden argument*/NULL); // vh.AddTriangle(7, 3, 0); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_81 = ___vh0; NullCheck(L_81); VertexHelper_AddTriangle_m1EE93E4BF27E3BCCE69A348358FAF605105B63C6(L_81, 7, 3, 0, /*hidden argument*/NULL); // vh.AddTriangle(7, 0, 4); VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * L_82 = ___vh0; NullCheck(L_82); VertexHelper_AddTriangle_m1EE93E4BF27E3BCCE69A348358FAF605105B63C6(L_82, 7, 0, 4, /*hidden argument*/NULL); // } return; } } // System.Boolean HollowOutMask::UnityEngine.ICanvasRaycastFilter.IsRaycastLocationValid(UnityEngine.Vector2,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HollowOutMask_UnityEngine_ICanvasRaycastFilter_IsRaycastLocationValid_m48CCA89BAC0D43979353CDBCB122F0A8E2F0E5E8 (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPos0, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___eventCamera1, 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*)&RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!isTargetRectCanThrough) return true; bool L_0 = __this->get_isTargetRectCanThrough_41(); if (L_0) { goto IL_000a; } } { // if (!isTargetRectCanThrough) return true; return (bool)1; } IL_000a: { // if (null == _target) return true; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1 = __this->get__target_36(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { // if (null == _target) return true; return (bool)1; } IL_001a: { // return !RectTransformUtility.RectangleContainsScreenPoint(_target, screenPos, eventCamera); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_3 = __this->get__target_36(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___screenPos0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = ___eventCamera1; IL2CPP_RUNTIME_CLASS_INIT(RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var); bool L_6; L_6 = RectTransformUtility_RectangleContainsScreenPoint_m7D92A04D6DA6F4C7CC72439221C2EE46034A0595(L_3, L_4, L_5, /*hidden argument*/NULL); return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0); } } // System.Void HollowOutMask::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HollowOutMask_Awake_m46EF5E80478BDF40B1CBCD28C83BDBA10E0844C9 (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // base.Awake(); UIBehaviour_Awake_m0A6FB0A0089B29A53768BFE65D6E06183A1B60BE(__this, /*hidden argument*/NULL); // _cacheTrans = GetComponent(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0; L_0 = Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4(__this, /*hidden argument*/Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4_RuntimeMethod_var); __this->set__cacheTrans_40(L_0); // } return; } } // System.Void HollowOutMask::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HollowOutMask_Update_mFFA0BBECAD296B8A77871AD2F43656E699CBDE86 (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __this, const RuntimeMethod* method) { { // if (autoUpdate && Time.realtimeSinceStartup - _lastAutoUpdateTime > 0.2f) { bool L_0 = __this->get_autoUpdate_42(); if (!L_0) { goto IL_002c; } } { float L_1; L_1 = Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B(/*hidden argument*/NULL); float L_2 = __this->get__lastAutoUpdateTime_43(); if ((!(((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2))) > ((float)(0.200000003f))))) { goto IL_002c; } } { // _lastAutoUpdateTime = Time.realtimeSinceStartup; float L_3; L_3 = Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B(/*hidden argument*/NULL); __this->set__lastAutoUpdateTime_43(L_3); // RefreshViewImmediate(); HollowOutMask_RefreshViewImmediate_mC48424942C0098C7464AABBEB3BA00BB779B741F(__this, /*hidden argument*/NULL); } IL_002c: { // } return; } } // System.Void HollowOutMask::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HollowOutMask__ctor_mCC9ACDA899A81B6466E573EAA603A346EBCEA68B (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __this, const RuntimeMethod* method) { { // private Vector3 _targetMin = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); __this->set__targetMin_37(L_0); // private Vector3 _targetMax = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); __this->set__targetMax_38(L_1); // private bool _canRefresh = true; __this->set__canRefresh_39((bool)1); // public bool isTargetRectCanThrough = true; __this->set_isTargetRectCanThrough_41((bool)1); MaskableGraphic__ctor_m89126DB114322D1D18F67BA3B8D0695FF1371A4D(__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 HomeFrameView::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeFrameView__ctor_mAF88EC1DBB2027EA742AD80C5CE40F255E9AECB9 (HomeFrameView_t54E9DFAB078D307ECBBF8B018B3D907AE8A5F72A * __this, const RuntimeMethod* method) { { ViewBase__ctor_mB64BDE24E8F888C9A324D2BFFF2C4C1FC338590A(__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 HomeMgr::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeMgr_Awake_mE44DB03113D860D4273845A936EAD177C3C88517 (HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ResumeView_TisChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74_mBB7333337877704532450FE92B1C782C124D0828_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ResumeView_TisGameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_m4EDA08C3EE2570E02781BCE174B05251FC9133DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ResumeView_TisPKGameOptionView_t6B4B0D0D99267834F9724E96FF405CE42AFA9B3C_m46F60E8E651E86826C7DF4EB9B3FCE12A02E3D6F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ResumeView_TisPKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260_m2ECC0EFED80345094F7F06FC25E7141878C29218_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ResumeView_TisRoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E_mE849E1EA7736BB3E0F9444B5B39598079AF8D50A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_SetViewDontDestroy_TisChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74_mF9070FDCF3FF14CB32C977DB4EB9431C4384D9DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_SetViewDontDestroy_TisGameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_mE929F27C3F759734DF518A7C9ED850EBADD323D0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_SetViewDontDestroy_TisPKGameOptionView_t6B4B0D0D99267834F9724E96FF405CE42AFA9B3C_m403CF27E8814446A378E5DB36CB38ACE775DE2C9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_SetViewDontDestroy_TisPKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260_m9B09F243D036F389FF30F0FEE50279685DCB98E5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_SetViewDontDestroy_TisRoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E_m3A8EBBC8626D113C9A8400B3E6763996AB17B340_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisHomeFrameView_t54E9DFAB078D307ECBBF8B018B3D907AE8A5F72A_mCEF5587D4D42D4107A86D014736787247547998D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisHomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_m54E685BFB2CADD53A89278E3C67A788D5DA61669_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisTopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_m1214B9C0171B79EEFD751E81FEF846EDE1DA5AE7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B3E13B70C271DBF812C0CA3D8580F6BB1D3A17D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FAD9B3F825F6B68D4B85503BD06BC9591ACEB02); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral728BAD71A0E54133C58DA6FE051031D7BE7602CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB259F97D12037728D4A938077D19019EDE5D80D8); s_Il2CppMethodInitialized = true; } { // ins = this; ((HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7_StaticFields*)il2cpp_codegen_static_fields_for(HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7_il2cpp_TypeInfo_var))->set_ins_4(__this); // PersistenHandler.Init(); PersistenHandler_Init_mF7AD2A1A2F38507B857AB0C3260D6A8EC88273ED(/*hidden argument*/NULL); // ViewMgr.Instance.ShowView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_0; L_0 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_0); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisTopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_m1214B9C0171B79EEFD751E81FEF846EDE1DA5AE7_RuntimeMethod_var, L_0, L_1); // ViewMgr.Instance.ShowView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_2; L_2 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3; L_3 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_2); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisHomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_m54E685BFB2CADD53A89278E3C67A788D5DA61669_RuntimeMethod_var, L_2, L_3); // ViewMgr.Instance.ShowView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_4; L_4 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5; L_5 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_4); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisHomeFrameView_t54E9DFAB078D307ECBBF8B018B3D907AE8A5F72A_mCEF5587D4D42D4107A86D014736787247547998D_RuntimeMethod_var, L_4, L_5); // Instantiate(SceneResourceManager.Instance.GetPrefab("DeviceBatteryView")); SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF * L_6; L_6 = SceneResourceManager_get_Instance_m454AFF83DC2DDF62A6184BDA6B3B909073286C8D(/*hidden argument*/NULL); NullCheck(L_6); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7; L_7 = SceneResourceManager_GetPrefab_m7A4781FEBE538D2A71FAAB717D11A92CBA242888(L_6, _stringLiteral0FAD9B3F825F6B68D4B85503BD06BC9591ACEB02, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8; L_8 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_7, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); // Instantiate(SceneResourceManager.Instance.GetPrefab("AuthLoginMask")); SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF * L_9; L_9 = SceneResourceManager_get_Instance_m454AFF83DC2DDF62A6184BDA6B3B909073286C8D(/*hidden argument*/NULL); NullCheck(L_9); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10; L_10 = SceneResourceManager_GetPrefab_m7A4781FEBE538D2A71FAAB717D11A92CBA242888(L_9, _stringLiteralB259F97D12037728D4A938077D19019EDE5D80D8, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11; L_11 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_10, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); // Instantiate(SceneResourceManager.Instance.GetPrefab("RenderBowCamera")); SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF * L_12; L_12 = SceneResourceManager_get_Instance_m454AFF83DC2DDF62A6184BDA6B3B909073286C8D(/*hidden argument*/NULL); NullCheck(L_12); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13; L_13 = SceneResourceManager_GetPrefab_m7A4781FEBE538D2A71FAAB717D11A92CBA242888(L_12, _stringLiteral0B3E13B70C271DBF812C0CA3D8580F6BB1D3A17D, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14; L_14 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_13, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); // Instantiate(SceneResourceManager.Instance.GetPrefab("NewUserGuiderManager")); SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF * L_15; L_15 = SceneResourceManager_get_Instance_m454AFF83DC2DDF62A6184BDA6B3B909073286C8D(/*hidden argument*/NULL); NullCheck(L_15); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16; L_16 = SceneResourceManager_GetPrefab_m7A4781FEBE538D2A71FAAB717D11A92CBA242888(L_15, _stringLiteral728BAD71A0E54133C58DA6FE051031D7BE7602CE, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17; L_17 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_16, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); // ViewMgr.Instance.SetViewDontDestroy(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_18; L_18 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); NullCheck(L_18); GenericVirtualActionInvoker1< bool >::Invoke(ViewManager_1_SetViewDontDestroy_TisGameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_mE929F27C3F759734DF518A7C9ED850EBADD323D0_RuntimeMethod_var, L_18, (bool)1); // ViewMgr.Instance.SetViewDontDestroy(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_19; L_19 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); NullCheck(L_19); GenericVirtualActionInvoker1< bool >::Invoke(ViewManager_1_SetViewDontDestroy_TisChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74_mF9070FDCF3FF14CB32C977DB4EB9431C4384D9DD_RuntimeMethod_var, L_19, (bool)1); // ViewMgr.Instance.SetViewDontDestroy(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_20; L_20 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); NullCheck(L_20); GenericVirtualActionInvoker1< bool >::Invoke(ViewManager_1_SetViewDontDestroy_TisRoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E_m3A8EBBC8626D113C9A8400B3E6763996AB17B340_RuntimeMethod_var, L_20, (bool)1); // ViewMgr.Instance.SetViewDontDestroy(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_21; L_21 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); NullCheck(L_21); GenericVirtualActionInvoker1< bool >::Invoke(ViewManager_1_SetViewDontDestroy_TisPKGameOptionView_t6B4B0D0D99267834F9724E96FF405CE42AFA9B3C_m403CF27E8814446A378E5DB36CB38ACE775DE2C9_RuntimeMethod_var, L_21, (bool)1); // ViewMgr.Instance.SetViewDontDestroy(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_22; L_22 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); NullCheck(L_22); GenericVirtualActionInvoker1< bool >::Invoke(ViewManager_1_SetViewDontDestroy_TisPKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260_m9B09F243D036F389FF30F0FEE50279685DCB98E5_RuntimeMethod_var, L_22, (bool)1); // ViewMgr.Instance.ResumeView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_23; L_23 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24; L_24 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_23); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ResumeView_TisGameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_m4EDA08C3EE2570E02781BCE174B05251FC9133DC_RuntimeMethod_var, L_23, L_24); // ViewMgr.Instance.ResumeView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_25; L_25 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26; L_26 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_25); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ResumeView_TisChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74_mBB7333337877704532450FE92B1C782C124D0828_RuntimeMethod_var, L_25, L_26); // ViewMgr.Instance.ResumeView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_27; L_27 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_28; L_28 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_27); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ResumeView_TisRoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E_mE849E1EA7736BB3E0F9444B5B39598079AF8D50A_RuntimeMethod_var, L_27, L_28); // ViewMgr.Instance.ResumeView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_29; L_29 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30; L_30 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_29); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ResumeView_TisPKGameOptionView_t6B4B0D0D99267834F9724E96FF405CE42AFA9B3C_m46F60E8E651E86826C7DF4EB9B3FCE12A02E3D6F_RuntimeMethod_var, L_29, L_30); // ViewMgr.Instance.ResumeView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_31; L_31 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_32; L_32 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_31); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ResumeView_TisPKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260_m2ECC0EFED80345094F7F06FC25E7141878C29218_RuntimeMethod_var, L_31, L_32); // } return; } } // System.Void HomeMgr::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeMgr_Start_mB3181C45662211CB3035205806AE8BE927BC92F1 (HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // UserPlayer.ConnectServer(); IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_ConnectServer_mDC5EF76B161324BFC57A97CD51E61A48D0886995(/*hidden argument*/NULL); // } return; } } // System.Void HomeMgr::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeMgr_OnDestroy_m66C2A0D9CEC8E0C3431FF3D38F257AC3D2AEAE8D (HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_HideView_TisChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74_mF0DFAC907EB2704DB33E70ABEE1A179295637035_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_HideView_TisGameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_mF56ECECF6BE602B527903A36E017E7CA0F7D74AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_HideView_TisPKGameOptionView_t6B4B0D0D99267834F9724E96FF405CE42AFA9B3C_m99BF091026E8E9C463F0C7DBEA4EECD40374FBB3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_HideView_TisPKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260_m6A602B12096E89A3B844BFAC72046D127744B4AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_HideView_TisRoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E_m451B07851AD43181E12EF3C3648D08133B94514A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (ins == this) ins = null; HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7 * L_0 = ((HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7_StaticFields*)il2cpp_codegen_static_fields_for(HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7_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; ((HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7_StaticFields*)il2cpp_codegen_static_fields_for(HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7_il2cpp_TypeInfo_var))->set_ins_4((HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7 *)NULL); } IL_0013: { // ViewMgr.Instance.DestroyAllViewsExcludeDontDestroy(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_2; L_2 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3; L_3 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_2); VirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(18 /* System.Void JCUnityLib.ViewManager`1::DestroyAllViewsExcludeDontDestroy(System.Object[]) */, L_2, L_3); // ViewMgr.Instance.HideView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_4; L_4 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5; L_5 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_4); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_HideView_TisGameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_mF56ECECF6BE602B527903A36E017E7CA0F7D74AE_RuntimeMethod_var, L_4, L_5); // ViewMgr.Instance.HideView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_6; L_6 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7; L_7 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_6); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_HideView_TisChallengeOptionView_t98F99D8626D2E31CB7F3AABA4C06AFB20D626C74_mF0DFAC907EB2704DB33E70ABEE1A179295637035_RuntimeMethod_var, L_6, L_7); // ViewMgr.Instance.HideView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_8; L_8 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9; L_9 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_8); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_HideView_TisRoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E_m451B07851AD43181E12EF3C3648D08133B94514A_RuntimeMethod_var, L_8, L_9); // ViewMgr.Instance.HideView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_10; L_10 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11; L_11 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_10); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_HideView_TisPKGameOptionView_t6B4B0D0D99267834F9724E96FF405CE42AFA9B3C_m99BF091026E8E9C463F0C7DBEA4EECD40374FBB3_RuntimeMethod_var, L_10, L_11); // ViewMgr.Instance.HideView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_12; L_12 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13; L_13 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_12); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_HideView_TisPKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260_m6A602B12096E89A3B844BFAC72046D127744B4AC_RuntimeMethod_var, L_12, L_13); // } return; } } // System.Void HomeMgr::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeMgr__ctor_m70CA0E254B39E3A0FFE16620E576BF0D799079D1 (HomeMgr_tA0764B5F7F733FFC55537B069BFE3B8402F6F7D7 * __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 HomeView::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_Awake_m509695415B888987E180206CA5A7C8B9326B62E1 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07E0BBBEEACCE07325048E61F55FE827A6FB0B48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43EBCE3F92BEB97B484692A435CA05F50D0D4E1C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95340194831CBE36C94D52322A72F71A9AFAD1D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F0270E19E52FFCFB5B561EC2E9DF6A94B63DD56); s_Il2CppMethodInitialized = true; } { // if (CommonConfig.needToExamine) { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); bool L_0 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_needToExamine_6(); if (!L_0) { goto IL_007b; } } { // transform.Find("LeftPanel/Item (1)").gameObject.SetActive(false); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, _stringLiteral07E0BBBEEACCE07325048E61F55FE827A6FB0B48, /*hidden argument*/NULL); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_2, /*hidden argument*/NULL); NullCheck(L_3); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_3, (bool)0, /*hidden argument*/NULL); // transform.Find("RightPanel/Item/Text").GetComponent().SetText(1234562); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_4, _stringLiteral43EBCE3F92BEB97B484692A435CA05F50D0D4E1C, /*hidden argument*/NULL); NullCheck(L_5); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_6; L_6 = Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B(L_5, /*hidden argument*/Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B_RuntimeMethod_var); NullCheck(L_6); TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55(L_6, ((int32_t)1234562), /*hidden argument*/NULL); // transform.Find("RightPanel/Item (1)/Text").GetComponent().SetText(1234563); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_7); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_7, _stringLiteral9F0270E19E52FFCFB5B561EC2E9DF6A94B63DD56, /*hidden argument*/NULL); NullCheck(L_8); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_9; L_9 = Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B(L_8, /*hidden argument*/Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B_RuntimeMethod_var); NullCheck(L_9); TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55(L_9, ((int32_t)1234563), /*hidden argument*/NULL); // transform.Find("RightPanel/Item (3)").gameObject.SetActive(false); 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, _stringLiteral95340194831CBE36C94D52322A72F71A9AFAD1D3, /*hidden argument*/NULL); NullCheck(L_11); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12; L_12 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_11, /*hidden argument*/NULL); NullCheck(L_12); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_12, (bool)0, /*hidden argument*/NULL); } IL_007b: { // } return; } } // System.Void HomeView::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_Start_m1689163E985929FB799975EDEAFB119323120817 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ins = this; ((HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_StaticFields*)il2cpp_codegen_static_fields_for(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var))->set_ins_12(__this); // transform.SetSiblingIndex(0); //??ui??? Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_SetSiblingIndex_mC69C3B37E6C731AA2A0B9BD787CF47AA5B8001FC(L_0, 0, /*hidden argument*/NULL); // BluetoothHolder.Init(); BluetoothHolder_Init_m290AECF2179D0B2B72CC84DE3EE579F5595A510E(/*hidden argument*/NULL); // AudioMgr.Init(); AudioMgr_Init_mB7CF234235322E3009B8AC2DA51B268F8E797DC3(/*hidden argument*/NULL); // TopBarView.NeedShowIt(this); IL2CPP_RUNTIME_CLASS_INIT(TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); TopBarView_NeedShowIt_m1F6DDE3D6FA0AF27D1CF02079728CE67E7D80F35(__this, /*hidden argument*/NULL); // if (ShootCheck.ins) ShootCheck.ins.AdjustNormalOrHightMode(); ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * L_1 = ((ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields*)il2cpp_codegen_static_fields_for(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var))->get_ins_11(); 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_0038; } } { // if (ShootCheck.ins) ShootCheck.ins.AdjustNormalOrHightMode(); ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0 * L_3 = ((ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_StaticFields*)il2cpp_codegen_static_fields_for(ShootCheck_t380A09634D201F49EB391E37306690424ACDC5E0_il2cpp_TypeInfo_var))->get_ins_11(); NullCheck(L_3); ShootCheck_AdjustNormalOrHightMode_m4B32B55B86506A3772780C27F65B0C3159061D2F(L_3, /*hidden argument*/NULL); } IL_0038: { // if (LoginMgr.myUserInfo.id > 0) { IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_4 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_4); int32_t L_5 = L_4->get_id_0(); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0057; } } { // RenderNameOrGender(); HomeView_RenderNameOrGender_mAA58048642B4FFEA1BEA6C7BA177E78C33D9A3C1(__this, /*hidden argument*/NULL); // RenderMyAvatarSprite(); HomeView_RenderMyAvatarSprite_m18F8A1886A14F1FE97AA702EB79226F95F0ECFB6(__this, /*hidden argument*/NULL); // RenderDeviceNames(); HomeView_RenderDeviceNames_m06A2C7355988AD7F085B63A7E474F74526E5CD27(__this, /*hidden argument*/NULL); } IL_0057: { // StartCoroutine(RefreshFriendBar()); RuntimeObject* L_6; L_6 = HomeView_RefreshFriendBar_mB735F1711179AE65875114BD13AE32E30BABC16B(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_7; L_7 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_6, /*hidden argument*/NULL); // } return; } } // System.Void HomeView::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_OnDestroy_m3A9C07574720FFAE9AF181AD1340DD25D0F551A8 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ins == this) ins = null; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_0 = ((HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_StaticFields*)il2cpp_codegen_static_fields_for(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var))->get_ins_12(); 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; ((HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_StaticFields*)il2cpp_codegen_static_fields_for(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var))->set_ins_12((HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 *)NULL); } IL_0013: { // TopBarView.DontNeedShowIt(this); IL2CPP_RUNTIME_CLASS_INIT(TopBarView_t842B18DF1EC02707206C66E6AC1FAB5E83F47A79_il2cpp_TypeInfo_var); TopBarView_DontNeedShowIt_m1F9E6397732EE6B80C3D1CF77BA9BBBC1B32C7D5(__this, /*hidden argument*/NULL); // } return; } } // System.Void HomeView::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_Update_m72DA46810E6B5F22D4064A66E8467483549ED1DA (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (UserPlayer.ins != null) { IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_0 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); if (!L_0) { goto IL_005d; } } { // if (UserPlayer.ins.tempData.hasFriendRequest && !friendTip.activeSelf) { IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_1 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_1); TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * L_2 = L_1->get_tempData_8(); NullCheck(L_2); bool L_3; L_3 = TempData_get_hasFriendRequest_m337D17D2DA340B505C762608767BED6B56E31F0B_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0033; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = __this->get_friendTip_11(); NullCheck(L_4); bool L_5; L_5 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } { // friendTip.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = __this->get_friendTip_11(); NullCheck(L_6); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_6, (bool)1, /*hidden argument*/NULL); // } goto IL_005d; } IL_0033: { // else if (!UserPlayer.ins.tempData.hasFriendRequest && friendTip.activeSelf) { IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_7 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_7); TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * L_8 = L_7->get_tempData_8(); NullCheck(L_8); bool L_9; L_9 = TempData_get_hasFriendRequest_m337D17D2DA340B505C762608767BED6B56E31F0B_inline(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_005d; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10 = __this->get_friendTip_11(); NullCheck(L_10); bool L_11; L_11 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_005d; } } { // friendTip.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12 = __this->get_friendTip_11(); NullCheck(L_12); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_12, (bool)0, /*hidden argument*/NULL); } IL_005d: { // UpdateBtnForConnect(); HomeView_UpdateBtnForConnect_m138EF91CCB56FB2712B050760B74B6B85FC21694(__this, /*hidden argument*/NULL); // } return; } } // System.Void HomeView::UpdateBtnForConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_UpdateBtnForConnect_m138EF91CCB56FB2712B050760B74B6B85FC21694 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m394A07B8EE2A4A198924AD2695D6C745B719A4D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mA05E3E8DA3DAE2AF09AC18D79DEC6C3D9B483A39_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E528B3D59F4DF44EA6F2EFBE4003B6BBE14CAB2); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (BluetoothAim.ins && bowStatus != BluetoothAim.ins.status) { IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_0 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); 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_0097; } } { int32_t L_2 = __this->get_bowStatus_13(); IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_3 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); NullCheck(L_3); int32_t L_4 = L_3->get_status_11(); if ((((int32_t)L_2) == ((int32_t)L_4))) { goto IL_0097; } } { // bowStatus = BluetoothAim.ins.status; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_5 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); NullCheck(L_5); int32_t L_6 = L_5->get_status_11(); __this->set_bowStatus_13(L_6); // (int textID, Color color) = BluetoothStatus.GetStatusInfo(BluetoothAim.ins.status); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_7 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); NullCheck(L_7); int32_t L_8 = L_7->get_status_11(); ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 L_9; L_9 = BluetoothStatus_GetStatusInfo_m34CC5BBFE1E0C86326F7AB136CCD10E5DCB62A7D(L_8, /*hidden argument*/NULL); ValueTuple_2_tED99005EBBF29E55290BEF1B5F6F0DF89ACA43C8 L_10 = L_9; int32_t L_11 = L_10.get_Item1_0(); V_0 = L_11; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_12 = L_10.get_Item2_1(); V_1 = L_12; // btnConnectBow.GetComponentInChildren().SetText(textID); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13 = __this->get_btnConnectBow_9(); NullCheck(L_13); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_14; L_14 = GameObject_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m394A07B8EE2A4A198924AD2695D6C745B719A4D3(L_13, /*hidden argument*/GameObject_GetComponentInChildren_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m394A07B8EE2A4A198924AD2695D6C745B719A4D3_RuntimeMethod_var); int32_t L_15 = V_0; NullCheck(L_14); TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55(L_14, L_15, /*hidden argument*/NULL); // btnConnectBow.GetComponentInChildren().color = color; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16 = __this->get_btnConnectBow_9(); NullCheck(L_16); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_17; L_17 = GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mA05E3E8DA3DAE2AF09AC18D79DEC6C3D9B483A39(L_16, /*hidden argument*/GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mA05E3E8DA3DAE2AF09AC18D79DEC6C3D9B483A39_RuntimeMethod_var); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_18 = V_1; NullCheck(L_17); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_17, L_18); // btnConnectBow.transform.Find("Check").gameObject.SetActive(bowStatus == BluetoothStatusEnum.ConnectSuccess); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_19 = __this->get_btnConnectBow_9(); NullCheck(L_19); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20; L_20 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_19, /*hidden argument*/NULL); NullCheck(L_20); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_21; L_21 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_20, _stringLiteral8E528B3D59F4DF44EA6F2EFBE4003B6BBE14CAB2, /*hidden argument*/NULL); NullCheck(L_21); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_22; L_22 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_21, /*hidden argument*/NULL); int32_t L_23 = __this->get_bowStatus_13(); NullCheck(L_22); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_22, (bool)((((int32_t)L_23) == ((int32_t)3))? 1 : 0), /*hidden argument*/NULL); } IL_0097: { // } return; } } // System.Boolean HomeView::ShowProminentBeforeConnectBLE(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HomeView_ShowProminentBeforeConnectBLE_m92FF068A6060130ACAD0984C2DB2FF37CD3575F4 (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onAgree0, 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*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_0_U3CShowProminentBeforeConnectBLEU3Eb__0_m888AC0DEB0340927068FE68F81AE64197FC2F27D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33CDA54249DD6FC0C632F8D17499228D4BE05029); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral621B2384C5278A00A88AFEB950C77E07DB1A9BBA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBC94C2E97469EC3DBBDD3904B8740F1C5380D73); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075 * V_0 = NULL; Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE V_1; memset((&V_1), 0, sizeof(V_1)); ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * V_2 = NULL; String_t* V_3 = NULL; { U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075 * L_0 = (U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass13_0__ctor_m67A0CC465B0276ED324C9292CB094C9EA8893043(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075 * L_1 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = ___onAgree0; NullCheck(L_1); L_1->set_onAgree_0(L_2); // if (SceneManager.GetActiveScene().name.Equals("HeartRateBand")) return false; IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE L_3; L_3 = SceneManager_GetActiveScene_mB9A5037FFB576B2432D0BFEF6A161B7C4C1921A4(/*hidden argument*/NULL); V_1 = L_3; String_t* L_4; L_4 = Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8((Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE *)(&V_1), /*hidden argument*/NULL); NullCheck(L_4); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_4, _stringLiteral33CDA54249DD6FC0C632F8D17499228D4BE05029, /*hidden argument*/NULL); if (!L_5) { goto IL_0028; } } { // if (SceneManager.GetActiveScene().name.Equals("HeartRateBand")) return false; return (bool)0; } IL_0028: { // if (PlayerPrefs.GetInt("Location-Prominent", 0) == 0) { int32_t L_6; L_6 = PlayerPrefs_GetInt_mDA4476C10FCFF55FC65816E5E519B0EAFCB2AC14(_stringLiteralFBC94C2E97469EC3DBBDD3904B8740F1C5380D73, 0, /*hidden argument*/NULL); if (L_6) { goto IL_0070; } } { // ModalView m = ModalView.Show(); ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_7; L_7 = ModalView_Show_m134B5CE4B44DA6C193FC9C619568D7CD042CE36D(/*hidden argument*/NULL); V_2 = L_7; // string pName = Application.productName; String_t* L_8; L_8 = Application_get_productName_m712E2BD951F92F0D8E992E45C8508F0B5B045E83(/*hidden argument*/NULL); V_3 = L_8; // m.textKey = "Model_Location-Prominent"; ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_9 = V_2; NullCheck(L_9); L_9->set_textKey_5(_stringLiteral621B2384C5278A00A88AFEB950C77E07DB1A9BBA); // m.textFormatArgs = new object[] {pName}; ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_10 = V_2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; String_t* L_13 = V_3; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_13); NullCheck(L_10); L_10->set_textFormatArgs_6(L_12); // m.onAgree = () => { // PlayerPrefs.SetInt("Location-Prominent", 1); // try { // onAgree?.Invoke(); // } catch (System.Exception e) { // Debug.LogError(e.Message + "\n" + e.StackTrace); // } // }; ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_14 = V_2; U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075 * L_15 = V_0; UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_16 = (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 *)il2cpp_codegen_object_new(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA(L_16, L_15, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass13_0_U3CShowProminentBeforeConnectBLEU3Eb__0_m888AC0DEB0340927068FE68F81AE64197FC2F27D_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_14); L_14->set_onAgree_7(L_16); // return true; return (bool)1; } IL_0070: { // return false; return (bool)0; } } // System.Void HomeView::OnClick_ConnectBLE() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_OnClick_ConnectBLE_m8E91C9FFBFDA1F32F18CFACE4AC5B55A15CDC78F (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ShowProminentBeforeConnectBLE()) return; bool L_0; L_0 = HomeView_ShowProminentBeforeConnectBLE_m92FF068A6060130ACAD0984C2DB2FF37CD3575F4((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)NULL, /*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { // if (ShowProminentBeforeConnectBLE()) return; return; } IL_0009: { // BluetoothAim.ins.DoConnect(); IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_1 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); NullCheck(L_1); BluetoothAim_DoConnect_mB5215BC7D723FA93817247D5AAB699DA7C80D1A3(L_1, /*hidden argument*/NULL); // } return; } } // System.Void HomeView::OnClick_ShowDeviceView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_OnClick_ShowDeviceView_mF24AB279734E3AB59F96E48A49990CE70E86DD46 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisDeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_mA5BBB78695BEA27DC3C99DB880DC4B62FA8052CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // ViewMgr.Instance.ShowView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_1; L_1 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_1); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisDeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_mA5BBB78695BEA27DC3C99DB880DC4B62FA8052CE_RuntimeMethod_var, L_1, L_2); // } return; } } // System.Void HomeView::RenderNameOrGender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_RenderNameOrGender_mAA58048642B4FFEA1BEA6C7BA177E78C33D9A3C1 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LayoutRebuilder_tE88B8B9EA50644E438123BDCE2BC2A3287E07585_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* G_B2_0 = NULL; GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* G_B1_0 = NULL; int32_t G_B3_0 = 0; GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* G_B3_1 = NULL; GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* G_B5_0 = NULL; GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* G_B4_0 = NULL; int32_t G_B6_0 = 0; GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* G_B6_1 = NULL; { // nickNameText.text = LoginMgr.myUserInfo.nickname; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_0 = __this->get_nickNameText_7(); IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_1 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_1); String_t* L_2 = L_1->get_nickname_2(); NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_0, L_2); // genders[LoginMgr.myUserInfo.gender == 2 ? 1 : 0].SetActive(true); GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_3 = __this->get_genders_8(); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_4 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_4); int32_t L_5 = L_4->get_gender_3(); G_B1_0 = L_3; if ((((int32_t)L_5) == ((int32_t)2))) { G_B2_0 = L_3; goto IL_002b; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_002c; } IL_002b: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_002c: { NullCheck(G_B3_1); int32_t L_6 = G_B3_0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7 = (G_B3_1)->GetAt(static_cast(L_6)); NullCheck(L_7); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_7, (bool)1, /*hidden argument*/NULL); // genders[LoginMgr.myUserInfo.gender == 2 ? 0 : 1].SetActive(false); GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* L_8 = __this->get_genders_8(); IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_9 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_9); int32_t L_10 = L_9->get_gender_3(); G_B4_0 = L_8; if ((((int32_t)L_10) == ((int32_t)2))) { G_B5_0 = L_8; goto IL_0049; } } { G_B6_0 = 1; G_B6_1 = G_B4_0; goto IL_004a; } IL_0049: { G_B6_0 = 0; G_B6_1 = G_B5_0; } IL_004a: { NullCheck(G_B6_1); int32_t L_11 = G_B6_0; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12 = (G_B6_1)->GetAt(static_cast(L_11)); NullCheck(L_12); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_12, (bool)0, /*hidden argument*/NULL); // LayoutRebuilder.ForceRebuildLayoutImmediate(nickNameText.transform.parent.GetComponent()); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_13 = __this->get_nickNameText_7(); NullCheck(L_13); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14; L_14 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_13, /*hidden argument*/NULL); NullCheck(L_14); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15; L_15 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_14, /*hidden argument*/NULL); NullCheck(L_15); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_16; L_16 = Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4(L_15, /*hidden argument*/Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(LayoutRebuilder_tE88B8B9EA50644E438123BDCE2BC2A3287E07585_il2cpp_TypeInfo_var); LayoutRebuilder_ForceRebuildLayoutImmediate_mD06D080BA3FC8111AF814FA67ED8764F8CFECC2C(L_16, /*hidden argument*/NULL); // } return; } } // System.Void HomeView::RenderMyAvatarSprite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_RenderMyAvatarSprite_m18F8A1886A14F1FE97AA702EB79226F95F0ECFB6 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // myAvatarSprite.sprite = RoleMgr.GetAvatar(LoginMgr.myUserInfo.avatarID); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_0 = __this->get_myAvatarSprite_6(); IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_1 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_1); int32_t L_2 = L_1->get_avatarID_1(); IL2CPP_RUNTIME_CLASS_INIT(RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_3; L_3 = RoleMgr_GetAvatar_m00BD9EB1217DB54B7B324F9A78DEB486E9070B0F(L_2, /*hidden argument*/NULL); NullCheck(L_0); Image_set_sprite_m55C50F18ABA0A98E926FC777F7D07FA18A7D04E4(L_0, L_3, /*hidden argument*/NULL); // } return; } } // System.Void HomeView::RenderDeviceNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_RenderDeviceNames_m06A2C7355988AD7F085B63A7E474F74526E5CD27 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB068FB13E9101C24A946B2A8F25DF230EB6A8131); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3AE920A70C3FEF63EDBF9525F6700EC74CEAC76); s_Il2CppMethodInitialized = true; } DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) // (DeviceInfo bowInfo, DeviceInfo arrowInfo) = DeviceMgr.ins.GetCurrentBowArrowInfo(); IL2CPP_RUNTIME_CLASS_INIT(DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD_il2cpp_TypeInfo_var); DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * L_0; L_0 = DeviceMgr_get_ins_m8F38609FEC818E8BA7955612C3A203E121EDD8CF(/*hidden argument*/NULL); NullCheck(L_0); ValueTuple_2_t628FFF20CED3CB683ABE4C2A98582BAC4015E6A3 L_1; L_1 = DeviceMgr_GetCurrentBowArrowInfo_mD6974BA922A3CC7631F9486DFF04FD374F59B331(L_0, /*hidden argument*/NULL); DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * L_2 = L_1.get_Item2_1(); V_0 = L_2; // this.transform.Find("ShowBow/Text").GetComponent().SetText(200000); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_3, _stringLiteralB068FB13E9101C24A946B2A8F25DF230EB6A8131, /*hidden argument*/NULL); NullCheck(L_4); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_5; L_5 = Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B(L_4, /*hidden argument*/Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B_RuntimeMethod_var); NullCheck(L_5); TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55(L_5, ((int32_t)200000), /*hidden argument*/NULL); // this.transform.Find("ShowArrow/Text").GetComponent().SetText(arrowInfo.config.name); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_6, _stringLiteralB3AE920A70C3FEF63EDBF9525F6700EC74CEAC76, /*hidden argument*/NULL); NullCheck(L_7); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_8; L_8 = Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B(L_7, /*hidden argument*/Component_GetComponent_TisTextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_m75293BDBFD969C88142F677F73024FE59C39147B_RuntimeMethod_var); DeviceInfo_t055273811B90D756EE1C2C3562155DC434EE5759 * L_9 = V_0; NullCheck(L_9); DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD * L_10 = L_9->get_config_2(); NullCheck(L_10); int32_t L_11 = L_10->get_name_1(); NullCheck(L_8); TextAutoLanguage_SetText_m264297EA5645ACD12DBC9F5D09AC27C1E3E4DF55(L_8, L_11, /*hidden argument*/NULL); // } catch (System.Exception) {} goto IL_0059; }// 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_0056; } throw e; } CATCH_0056: {// begin catch(System.Exception) // } catch (System.Exception) {} // } catch (System.Exception) {} IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0059; }// end catch (depth: 1) IL_0059: { // } return; } } // System.Void HomeView::GoTo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_GoTo_m0668583A822119AAB1CB2C8F93D8FAD1E66A2612 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, String_t* ___target0, 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*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisGameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_mB1AAB14DD5073A8958D6B8EA2E84720A961BFCDC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisMeView_t0A77A36644164073E24CC72636C76CF67E9B7F69_mC063DF73AE085D610D8C0A8C85121CB7F61B9AED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisPKGameOptionView_t6B4B0D0D99267834F9724E96FF405CE42AFA9B3C_m6928688770B46B579B1790C51E7C4C587356FB15_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C97615AF12D95660222C754FCFD40CA9605E402); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70209D100585F41DCF819AD4AD7C110527232456); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6715D1393DD3C6199F733E1E8211654C1DDBA4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF15C15221814987C7E61C7213C6BB9A8D55EE2F); s_Il2CppMethodInitialized = true; } Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B10_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B9_0 = NULL; { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); String_t* L_1 = ___target0; if (!L_1) { goto IL_00c3; } } { String_t* L_2 = ___target0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralEF15C15221814987C7E61C7213C6BB9A8D55EE2F, /*hidden argument*/NULL); if (L_3) { goto IL_0038; } } { String_t* L_4 = ___target0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteralB6715D1393DD3C6199F733E1E8211654C1DDBA4E, /*hidden argument*/NULL); if (L_5) { goto IL_007b; } } { String_t* L_6 = ___target0; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteral70209D100585F41DCF819AD4AD7C110527232456, /*hidden argument*/NULL); if (L_7) { goto IL_00b4; } } { return; } IL_0038: { // if (CommonConfig.isReleaseVersion && !BluetoothStatus.IsAllConnected()) { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); bool L_8 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_isReleaseVersion_7(); if (!L_8) { goto IL_005b; } } { bool L_9; L_9 = BluetoothStatus_IsAllConnected_m7AC173DEBEA9E06D40EA591C39B9F72DE3C0F7B2(/*hidden argument*/NULL); if (L_9) { goto IL_005b; } } { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("??????")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_10; L_10 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_11; L_11 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(_stringLiteral3C97615AF12D95660222C754FCFD40CA9605E402, /*hidden argument*/NULL); NullCheck(L_10); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_10, L_11, /*hidden argument*/NULL); // return; return; } IL_005b: { // ViewMgr.Instance.ShowView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_12; L_12 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13; L_13 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_12); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisGameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_mB1AAB14DD5073A8958D6B8EA2E84720A961BFCDC_RuntimeMethod_var, L_12, L_13); // action_OnClickStartGame?.Invoke(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_14 = __this->get_action_OnClickStartGame_14(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_15 = L_14; G_B9_0 = L_15; if (L_15) { G_B10_0 = L_15; goto IL_0075; } } { return; } IL_0075: { NullCheck(G_B10_0); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(G_B10_0, /*hidden argument*/NULL); // break; return; } IL_007b: { // if (CommonConfig.isReleaseVersion && !BluetoothStatus.IsAllConnected()) { IL2CPP_RUNTIME_CLASS_INIT(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); bool L_16 = ((CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_StaticFields*)il2cpp_codegen_static_fields_for(CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var))->get_isReleaseVersion_7(); if (!L_16) { goto IL_009e; } } { bool L_17; L_17 = BluetoothStatus_IsAllConnected_m7AC173DEBEA9E06D40EA591C39B9F72DE3C0F7B2(/*hidden argument*/NULL); if (L_17) { goto IL_009e; } } { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("??????")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_18; L_18 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_19; L_19 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(_stringLiteral3C97615AF12D95660222C754FCFD40CA9605E402, /*hidden argument*/NULL); NullCheck(L_18); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_18, L_19, /*hidden argument*/NULL); // return; return; } IL_009e: { // GlobalDataTemp.pkMatchType = PKMatchType.OnlinePK; IL2CPP_RUNTIME_CLASS_INIT(GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_il2cpp_TypeInfo_var); ((GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_StaticFields*)il2cpp_codegen_static_fields_for(GlobalDataTemp_tB8554B7C7EFBCA8AA3FFA502A55035981E5CA0DE_il2cpp_TypeInfo_var))->set_pkMatchType_0(2); // ViewMgr.Instance.ShowView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_20; L_20 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21; L_21 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_20); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisPKGameOptionView_t6B4B0D0D99267834F9724E96FF405CE42AFA9B3C_m6928688770B46B579B1790C51E7C4C587356FB15_RuntimeMethod_var, L_20, L_21); // break; return; } IL_00b4: { // ViewMgr.Instance.ShowView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_22; L_22 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_23; L_23 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_22); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisMeView_t0A77A36644164073E24CC72636C76CF67E9B7F69_mC063DF73AE085D610D8C0A8C85121CB7F61B9AED_RuntimeMethod_var, L_22, L_23); } IL_00c3: { // } return; } } // System.Collections.IEnumerator HomeView::RefreshFriendBar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HomeView_RefreshFriendBar_mB735F1711179AE65875114BD13AE32E30BABC16B (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D * L_0 = (U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D *)il2cpp_codegen_object_new(U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D_il2cpp_TypeInfo_var); U3CRefreshFriendBarU3Ed__23__ctor_mBA9B78C0FFF6FCAD307D15BC30C7878BCA4E0444(L_0, 0, /*hidden argument*/NULL); U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void HomeView::RenderFriendList(Newtonsoft.Json.Linq.JArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_RenderFriendList_mE58961A2927D75B022F1D73C42711EF032DC4F70 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m9BBC60021C94CE9CD8BC8B0919067E6E7227FA54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_Value_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m604F7341719C3EF947A75382E78E30E1D396A6EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_Value_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mFF0C8BACD6555B158AFDF36F47B8E4B3B83F3E11_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mACEFD07C5A0FE9C85BC165DF1E4A825675719EAC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F58CEA70DDBF1734F84974B29A929F1F80A2E26); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral122C01A3EC2F7C851F12F3C05FEAA04BA8355C36); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A880DC774BF90204CBA0B461779BE4BA72C3749); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C8E537CD95EB01511379C9AD67BC901600B5326); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral358F80E8F6D3448BDD57C52832ABCE6A3D43F1BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral376E0EBF36DDF94B3FD31ADBE6EF926066EEC225); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC469F43B92FD4994A96736D765F7FA11AB48FD55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEA5ECB6F40B237DFB65B96DBD812B4E8C66A241); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE56515221E591C56805CA9D1BFA917F7E8C1B32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCD76A19655E5002F5066B778397EFE3453FD66C); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 V_1; memset((&V_1), 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; bool V_6 = false; TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (flag_SwapFriendAndRank != 0) return; int32_t L_0 = __this->get_flag_SwapFriendAndRank_17(); if (!L_0) { goto IL_0009; } } { // if (flag_SwapFriendAndRank != 0) return; return; } IL_0009: { // for (int i = 1; i < friendBarContent.childCount; i++) { V_0 = 1; goto IL_0027; } IL_000d: { // Destroy(friendBarContent.GetChild(i).gameObject); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_friendBarContent_16(); int32_t L_2 = V_0; NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_1, L_2, /*hidden argument*/NULL); NullCheck(L_3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_4, /*hidden argument*/NULL); // for (int i = 1; i < friendBarContent.childCount; i++) { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0027: { // for (int i = 1; i < friendBarContent.childCount; i++) { int32_t L_6 = V_0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = __this->get_friendBarContent_16(); NullCheck(L_7); int32_t L_8; L_8 = Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_000d; } } { // if (list.Count > 0) { JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_9 = ___list0; NullCheck(L_9); int32_t L_10; L_10 = JContainer_get_Count_m7BE891DAF5EFE794306F13D1A35164AA28287ABD(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0155; } } { // foreach (var itemInfo in list) { JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_11 = ___list0; NullCheck(L_11); RuntimeObject* L_12; L_12 = JArray_GetEnumerator_mB043EF6F59968E82C71A04BBEBD78A0224AFB024(L_11, /*hidden argument*/NULL); V_2 = L_12; } IL_0048: try {// begin try (depth: 1) { goto IL_013e; } IL_004d: { // foreach (var itemInfo in list) { RuntimeObject* L_13 = V_2; NullCheck(L_13); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_14; L_14 = InterfaceFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var, L_13); // int friendID = itemInfo.Value("friendID"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_15 = L_14; NullCheck(L_15); int32_t L_16; L_16 = GenericVirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var, L_15, _stringLiteral0F58CEA70DDBF1734F84974B29A929F1F80A2E26); V_3 = L_16; // int avatarID = itemInfo.Value("avatarID"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_17 = L_15; NullCheck(L_17); int32_t L_18; L_18 = GenericVirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var, L_17, _stringLiteral2C8E537CD95EB01511379C9AD67BC901600B5326); V_4 = L_18; // string nickname = itemInfo.Value("nickname"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_19 = L_17; NullCheck(L_19); String_t* L_20; L_20 = GenericVirtualFuncInvoker1< String_t*, RuntimeObject * >::Invoke(JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var, L_19, _stringLiteralFCD76A19655E5002F5066B778397EFE3453FD66C); V_5 = L_20; // bool online = itemInfo.Value("online"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_21 = L_19; NullCheck(L_21); bool L_22; L_22 = GenericVirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(JToken_Value_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m604F7341719C3EF947A75382E78E30E1D396A6EB_RuntimeMethod_var, L_21, _stringLiteralEE56515221E591C56805CA9D1BFA917F7E8C1B32); V_6 = L_22; // long offlineTime = itemInfo.Value("offlineTime"); NullCheck(L_21); int64_t L_23; L_23 = GenericVirtualFuncInvoker1< int64_t, RuntimeObject * >::Invoke(JToken_Value_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mFF0C8BACD6555B158AFDF36F47B8E4B3B83F3E11_RuntimeMethod_var, L_21, _stringLiteralDEA5ECB6F40B237DFB65B96DBD812B4E8C66A241); // GameObject o = GameObject.Instantiate(friendItemPrefab, friendBarContent); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24 = __this->get_friendItemPrefab_15(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25 = __this->get_friendBarContent_16(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_26; L_26 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mACEFD07C5A0FE9C85BC165DF1E4A825675719EAC(L_24, L_25, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mACEFD07C5A0FE9C85BC165DF1E4A825675719EAC_RuntimeMethod_var); // o.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_27 = L_26; NullCheck(L_27); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_27, (bool)1, /*hidden argument*/NULL); // o.name = friendID.ToString(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_28 = L_27; String_t* L_29; L_29 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_3), /*hidden argument*/NULL); NullCheck(L_28); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_28, L_29, /*hidden argument*/NULL); // o.transform.Find("Avatar").GetComponent().sprite = RoleMgr.GetAvatar(avatarID); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_30 = L_28; NullCheck(L_30); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_31; L_31 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_30, /*hidden argument*/NULL); NullCheck(L_31); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_32; L_32 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_31, _stringLiteral376E0EBF36DDF94B3FD31ADBE6EF926066EEC225, /*hidden argument*/NULL); NullCheck(L_32); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_33; L_33 = Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D(L_32, /*hidden argument*/Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var); int32_t L_34 = V_4; IL2CPP_RUNTIME_CLASS_INIT(RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_35; L_35 = RoleMgr_GetAvatar_m00BD9EB1217DB54B7B324F9A78DEB486E9070B0F(L_34, /*hidden argument*/NULL); NullCheck(L_33); Image_set_sprite_m55C50F18ABA0A98E926FC777F7D07FA18A7D04E4(L_33, L_35, /*hidden argument*/NULL); // o.transform.Find("Nickname").GetComponent().text = nickname; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_36 = L_30; NullCheck(L_36); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_37; L_37 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_36, /*hidden argument*/NULL); NullCheck(L_37); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_38; L_38 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_37, _stringLiteral2A880DC774BF90204CBA0B461779BE4BA72C3749, /*hidden argument*/NULL); NullCheck(L_38); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_39; L_39 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_38, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); String_t* L_40 = V_5; NullCheck(L_39); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_39, L_40); // TextAutoLanguage2 timeTip = o.transform.Find("Avatar/Line/Text").GetComponent(); NullCheck(L_36); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_41; L_41 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_36, /*hidden argument*/NULL); NullCheck(L_41); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_42; L_42 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_41, _stringLiteralC469F43B92FD4994A96736D765F7FA11AB48FD55, /*hidden argument*/NULL); NullCheck(L_42); TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * L_43; L_43 = Component_GetComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m9BBC60021C94CE9CD8BC8B0919067E6E7227FA54(L_42, /*hidden argument*/Component_GetComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m9BBC60021C94CE9CD8BC8B0919067E6E7227FA54_RuntimeMethod_var); V_7 = L_43; // TimeUtil.SetOfflineTimeTextKey(offlineTime, online, timeTip); bool L_44 = V_6; TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * L_45 = V_7; TimeUtil_SetOfflineTimeTextKey_mFCED45B964B50A2F81A77E4568CDA1C553D5EDBD(L_23, L_44, L_45, /*hidden argument*/NULL); // if (online) { bool L_46 = V_6; if (!L_46) { goto IL_0124; } } IL_0115: { // ColorUtility.TryParseHtmlString("#12B525", out outColor); bool L_47; L_47 = ColorUtility_TryParseHtmlString_m69BEFAF655920930399471B79CF668FC3BAD4069(_stringLiteral122C01A3EC2F7C851F12F3C05FEAA04BA8355C36, (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 *)(&V_1), /*hidden argument*/NULL); // } else { goto IL_0131; } IL_0124: { // ColorUtility.TryParseHtmlString("#A8B2BD", out outColor); bool L_48; L_48 = ColorUtility_TryParseHtmlString_m69BEFAF655920930399471B79CF668FC3BAD4069(_stringLiteral358F80E8F6D3448BDD57C52832ABCE6A3D43F1BD, (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 *)(&V_1), /*hidden argument*/NULL); } IL_0131: { // timeTip.GetComponent().color = outColor; TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * L_49 = V_7; NullCheck(L_49); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_50; L_50 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_49, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_51 = V_1; NullCheck(L_50); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_50, L_51); } IL_013e: { // foreach (var itemInfo in list) { RuntimeObject* L_52 = V_2; NullCheck(L_52); bool L_53; L_53 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_52); if (L_53) { goto IL_004d; } } IL_0149: { IL2CPP_LEAVE(0x155, FINALLY_014b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_014b; } FINALLY_014b: {// begin finally (depth: 1) { RuntimeObject* L_54 = V_2; if (!L_54) { goto IL_0154; } } IL_014e: { RuntimeObject* L_55 = V_2; NullCheck(L_55); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_55); } IL_0154: { IL2CPP_END_FINALLY(331) } }// end finally (depth: 1) IL2CPP_CLEANUP(331) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x155, IL_0155) } IL_0155: { // } return; } } // System.Collections.IEnumerator HomeView::RefreshFriendRankBar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HomeView_RefreshFriendRankBar_mB86CF21322D37264CAA58B4E8C428B1F30ED7CEB (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE * L_0 = (U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE *)il2cpp_codegen_object_new(U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE_il2cpp_TypeInfo_var); U3CRefreshFriendRankBarU3Ed__25__ctor_m5E0C9D29589E8E51B13C9129E6840ED9E3D5ADFF(L_0, 0, /*hidden argument*/NULL); U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void HomeView::RenderFriendRankList(Newtonsoft.Json.Linq.JArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_RenderFriendRankList_m391BB3EAB465BD8F5DC1E39A2A0CEE156F3484CD (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m5E5CCDE099463BC449E6BEA8A2B53D01A5EBCF6C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m9BBC60021C94CE9CD8BC8B0919067E6E7227FA54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_Value_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m604F7341719C3EF947A75382E78E30E1D396A6EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_Value_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mFF0C8BACD6555B158AFDF36F47B8E4B3B83F3E11_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mACEFD07C5A0FE9C85BC165DF1E4A825675719EAC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass26_0_U3CRenderFriendRankListU3Eb__0_mB78A8C6770C695AE5C2382D37BA276A3DE8409F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A880DC774BF90204CBA0B461779BE4BA72C3749); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C8E537CD95EB01511379C9AD67BC901600B5326); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral376E0EBF36DDF94B3FD31ADBE6EF926066EEC225); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral476FE113C7A37A67418AFDED11F8BD9167FADCF0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC469F43B92FD4994A96736D765F7FA11AB48FD55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEA5ECB6F40B237DFB65B96DBD812B4E8C66A241); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE56515221E591C56805CA9D1BFA917F7E8C1B32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCD76A19655E5002F5066B778397EFE3453FD66C); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_2 = NULL; U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; String_t* V_6 = NULL; Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (flag_SwapFriendAndRank != 1) return; int32_t L_0 = __this->get_flag_SwapFriendAndRank_17(); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_000a; } } { // if (flag_SwapFriendAndRank != 1) return; return; } IL_000a: { // for (int i = 1; i < friendBarContent.childCount; i++) { V_0 = 1; goto IL_0028; } IL_000e: { // Destroy(friendBarContent.GetChild(i).gameObject); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_friendBarContent_16(); int32_t L_2 = V_0; NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_1, L_2, /*hidden argument*/NULL); NullCheck(L_3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_4, /*hidden argument*/NULL); // for (int i = 1; i < friendBarContent.childCount; i++) { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0028: { // for (int i = 1; i < friendBarContent.childCount; i++) { int32_t L_6 = V_0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = __this->get_friendBarContent_16(); NullCheck(L_7); int32_t L_8; L_8 = Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_000e; } } { // if (list.Count > 0) { JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_9 = ___list0; NullCheck(L_9); int32_t L_10; L_10 = JContainer_get_Count_m7BE891DAF5EFE794306F13D1A35164AA28287ABD(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_015d; } } { // foreach (var itemInfo in list) { JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_11 = ___list0; NullCheck(L_11); RuntimeObject* L_12; L_12 = JArray_GetEnumerator_mB043EF6F59968E82C71A04BBEBD78A0224AFB024(L_11, /*hidden argument*/NULL); V_1 = L_12; } IL_0049: try {// begin try (depth: 1) { goto IL_0146; } IL_004e: { // foreach (var itemInfo in list) { RuntimeObject* L_13 = V_1; NullCheck(L_13); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_14; L_14 = InterfaceFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var, L_13); V_2 = L_14; U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A * L_15 = (U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass26_0__ctor_m75483635B867724D76BB6F129A4FD14FEE38E909(L_15, /*hidden argument*/NULL); V_3 = L_15; // int userID = itemInfo.Value("id"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_16 = V_2; NullCheck(L_16); int32_t L_17; L_17 = GenericVirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var, L_16, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); V_4 = L_17; // int avatarID = itemInfo.Value("avatarID"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_18 = V_2; NullCheck(L_18); int32_t L_19; L_19 = GenericVirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var, L_18, _stringLiteral2C8E537CD95EB01511379C9AD67BC901600B5326); V_5 = L_19; // string nickname = itemInfo.Value("nickname"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_20 = V_2; NullCheck(L_20); String_t* L_21; L_21 = GenericVirtualFuncInvoker1< String_t*, RuntimeObject * >::Invoke(JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var, L_20, _stringLiteralFCD76A19655E5002F5066B778397EFE3453FD66C); V_6 = L_21; // bool online = itemInfo.Value("online"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_22 = V_2; NullCheck(L_22); bool L_23; L_23 = GenericVirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(JToken_Value_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m604F7341719C3EF947A75382E78E30E1D396A6EB_RuntimeMethod_var, L_22, _stringLiteralEE56515221E591C56805CA9D1BFA917F7E8C1B32); // long offlineTime = itemInfo.Value("offlineTime"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_24 = V_2; NullCheck(L_24); int64_t L_25; L_25 = GenericVirtualFuncInvoker1< int64_t, RuntimeObject * >::Invoke(JToken_Value_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mFF0C8BACD6555B158AFDF36F47B8E4B3B83F3E11_RuntimeMethod_var, L_24, _stringLiteralDEA5ECB6F40B237DFB65B96DBD812B4E8C66A241); // int rankNum = itemInfo.Value("rankNum"); U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A * L_26 = V_3; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_27 = V_2; NullCheck(L_27); int32_t L_28; L_28 = GenericVirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var, L_27, _stringLiteral476FE113C7A37A67418AFDED11F8BD9167FADCF0); NullCheck(L_26); L_26->set_rankNum_0(L_28); // GameObject o = GameObject.Instantiate(friendItemPrefab, friendBarContent); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29 = __this->get_friendItemPrefab_15(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_30 = __this->get_friendBarContent_16(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_31; L_31 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mACEFD07C5A0FE9C85BC165DF1E4A825675719EAC(L_29, L_30, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mACEFD07C5A0FE9C85BC165DF1E4A825675719EAC_RuntimeMethod_var); // o.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_32 = L_31; NullCheck(L_32); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_32, (bool)1, /*hidden argument*/NULL); // o.name = userID.ToString(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_33 = L_32; String_t* L_34; L_34 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_4), /*hidden argument*/NULL); NullCheck(L_33); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_33, L_34, /*hidden argument*/NULL); // o.transform.Find("Avatar").GetComponent().sprite = RoleMgr.GetAvatar(avatarID); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_35 = L_33; NullCheck(L_35); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_36; L_36 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_35, /*hidden argument*/NULL); NullCheck(L_36); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_37; L_37 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_36, _stringLiteral376E0EBF36DDF94B3FD31ADBE6EF926066EEC225, /*hidden argument*/NULL); NullCheck(L_37); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_38; L_38 = Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D(L_37, /*hidden argument*/Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var); int32_t L_39 = V_5; IL2CPP_RUNTIME_CLASS_INIT(RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_40; L_40 = RoleMgr_GetAvatar_m00BD9EB1217DB54B7B324F9A78DEB486E9070B0F(L_39, /*hidden argument*/NULL); NullCheck(L_38); Image_set_sprite_m55C50F18ABA0A98E926FC777F7D07FA18A7D04E4(L_38, L_40, /*hidden argument*/NULL); // o.transform.Find("Nickname").GetComponent().text = nickname; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_41 = L_35; NullCheck(L_41); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_42; L_42 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_41, /*hidden argument*/NULL); NullCheck(L_42); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_43; L_43 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_42, _stringLiteral2A880DC774BF90204CBA0B461779BE4BA72C3749, /*hidden argument*/NULL); NullCheck(L_43); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_44; L_44 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_43, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); String_t* L_45 = V_6; NullCheck(L_44); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_44, L_45); // TextAutoLanguage2 timeTip = o.transform.Find("Avatar/Line/Text").GetComponent(); NullCheck(L_41); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_46; L_46 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_41, /*hidden argument*/NULL); NullCheck(L_46); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_47; L_47 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_46, _stringLiteralC469F43B92FD4994A96736D765F7FA11AB48FD55, /*hidden argument*/NULL); NullCheck(L_47); TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * L_48; L_48 = Component_GetComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m9BBC60021C94CE9CD8BC8B0919067E6E7227FA54(L_47, /*hidden argument*/Component_GetComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m9BBC60021C94CE9CD8BC8B0919067E6E7227FA54_RuntimeMethod_var); // Action onApplyToNext = (t) => { // if (TextAutoLanguage2.GetLanguage() == 0) { // t.text = $"?{rankNum}?"; // } else { // string str = rankNum.ToString(); // if (str.EndsWith("1")) t.text = $"{rankNum}st"; // else if (str.EndsWith("2")) t.text = $"{rankNum}nd"; // else if (str.EndsWith("3")) t.text = $"{rankNum}rd"; // else t.text = $"{rankNum}th"; // } // Color outColor; // if (rankNum == 1) ColorUtility.TryParseHtmlString("#F0E68C", out outColor); // else if (rankNum == 2) ColorUtility.TryParseHtmlString("#E0FFFF", out outColor); // else if (rankNum == 3) ColorUtility.TryParseHtmlString("#CD8162", out outColor); // else ColorUtility.TryParseHtmlString("#EEE5DE", out outColor); // t.color = outColor; // }; U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A * L_49 = V_3; Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * L_50 = (Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 *)il2cpp_codegen_object_new(Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299_il2cpp_TypeInfo_var); Action_1__ctor_m5E5CCDE099463BC449E6BEA8A2B53D01A5EBCF6C(L_50, L_49, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass26_0_U3CRenderFriendRankListU3Eb__0_mB78A8C6770C695AE5C2382D37BA276A3DE8409F8_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m5E5CCDE099463BC449E6BEA8A2B53D01A5EBCF6C_RuntimeMethod_var); V_7 = L_50; // timeTip.onApplyToNext += onApplyToNext; TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * L_51 = L_48; NullCheck(L_51); Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * L_52 = L_51->get_onApplyToNext_13(); Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * L_53 = V_7; Delegate_t * L_54; L_54 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_52, L_53, /*hidden argument*/NULL); NullCheck(L_51); L_51->set_onApplyToNext_13(((Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 *)CastclassSealed((RuntimeObject*)L_54, Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299_il2cpp_TypeInfo_var))); } IL_0146: { // foreach (var itemInfo in list) { RuntimeObject* L_55 = V_1; NullCheck(L_55); bool L_56; L_56 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_55); if (L_56) { goto IL_004e; } } IL_0151: { IL2CPP_LEAVE(0x15D, FINALLY_0153); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0153; } FINALLY_0153: {// begin finally (depth: 1) { RuntimeObject* L_57 = V_1; if (!L_57) { goto IL_015c; } } IL_0156: { RuntimeObject* L_58 = V_1; NullCheck(L_58); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_58); } IL_015c: { IL2CPP_END_FINALLY(339) } }// end finally (depth: 1) IL2CPP_CLEANUP(339) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x15D, IL_015d) } IL_015d: { // } return; } } // System.Void HomeView::OnClick_SwapFriendAndRank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_OnClick_SwapFriendAndRank_mBEDB7A297B09FE3E9A9CCC0F617B2AA6BE46E507 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, 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*)&Component_GetComponentInChildren_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m6227EB0772C6B9B1017CA759622A1B940D660594_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FF29ED429682654C8984958DA51C4CA81AC68CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36E3E707943437B7C4E668E3A9B3F2DDC7F1E1E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61F303D81DCD72E710CAE6BBDAB92307CCA9E2E5); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // if (flag_SwapFriendAndRank == 0) { int32_t L_1 = __this->get_flag_SwapFriendAndRank_17(); if (L_1) { goto IL_0046; } } { // flag_SwapFriendAndRank = 1; __this->set_flag_SwapFriendAndRank_17(1); // transform.Find("FriendBar/FrameBtnTop").GetComponentInChildren().SetTextKey("rank_title"); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_2, _stringLiteral36E3E707943437B7C4E668E3A9B3F2DDC7F1E1E8, /*hidden argument*/NULL); NullCheck(L_3); TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * L_4; L_4 = Component_GetComponentInChildren_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m6227EB0772C6B9B1017CA759622A1B940D660594(L_3, /*hidden argument*/Component_GetComponentInChildren_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m6227EB0772C6B9B1017CA759622A1B940D660594_RuntimeMethod_var); NullCheck(L_4); TextAutoLanguage2_SetTextKey_m49769AF96548F64A4286BBC488D59FA5806B4C34(L_4, _stringLiteral0FF29ED429682654C8984958DA51C4CA81AC68CB, /*hidden argument*/NULL); // StartCoroutine(RefreshFriendRankBar()); RuntimeObject* L_5; L_5 = HomeView_RefreshFriendRankBar_mB86CF21322D37264CAA58B4E8C428B1F30ED7CEB(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_6; L_6 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_5, /*hidden argument*/NULL); // } else if (flag_SwapFriendAndRank == 1) { return; } IL_0046: { // } else if (flag_SwapFriendAndRank == 1) { int32_t L_7 = __this->get_flag_SwapFriendAndRank_17(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0082; } } { // flag_SwapFriendAndRank = 0; __this->set_flag_SwapFriendAndRank_17(0); // transform.Find("FriendBar/FrameBtnTop").GetComponentInChildren().SetTextKey("friend_title"); 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, _stringLiteral36E3E707943437B7C4E668E3A9B3F2DDC7F1E1E8, /*hidden argument*/NULL); NullCheck(L_9); TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * L_10; L_10 = Component_GetComponentInChildren_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m6227EB0772C6B9B1017CA759622A1B940D660594(L_9, /*hidden argument*/Component_GetComponentInChildren_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m6227EB0772C6B9B1017CA759622A1B940D660594_RuntimeMethod_var); NullCheck(L_10); TextAutoLanguage2_SetTextKey_m49769AF96548F64A4286BBC488D59FA5806B4C34(L_10, _stringLiteral61F303D81DCD72E710CAE6BBDAB92307CCA9E2E5, /*hidden argument*/NULL); // StartCoroutine(RefreshFriendBar()); RuntimeObject* L_11; L_11 = HomeView_RefreshFriendBar_mB735F1711179AE65875114BD13AE32E30BABC16B(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_12; L_12 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_11, /*hidden argument*/NULL); } IL_0082: { // } return; } } // System.Void HomeView::OnClick_ShowDetail() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_OnClick_ShowDetail_mEA1B52AEDC06C3460AA241AD1C34A4892163856C (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisFriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C_m042C54A4496BA4714E8C8B9E0BE5962EFB6DE878_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_ShowView_TisRankView_tE5C219F6182DB522063A069F5DC912015E58128E_m68A36E4AD0181433DDC4A2DEB34AB60567336A0A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // if (flag_SwapFriendAndRank == 0) { int32_t L_1 = __this->get_flag_SwapFriendAndRank_17(); if (L_1) { goto IL_0022; } } { // ViewMgr.Instance.ShowView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_2; L_2 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3; L_3 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_2); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisFriendView_t2D220DE936D3B8BD3F0CAB68B3084908A993AF8C_m042C54A4496BA4714E8C8B9E0BE5962EFB6DE878_RuntimeMethod_var, L_2, L_3); // } else if (flag_SwapFriendAndRank == 1) { return; } IL_0022: { // } else if (flag_SwapFriendAndRank == 1) { int32_t L_4 = __this->get_flag_SwapFriendAndRank_17(); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_003a; } } { // ViewMgr.Instance.ShowView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_5; L_5 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6; L_6 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_5); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_ShowView_TisRankView_tE5C219F6182DB522063A069F5DC912015E58128E_m68A36E4AD0181433DDC4A2DEB34AB60567336A0A_RuntimeMethod_var, L_5, L_6); } IL_003a: { // } return; } } // System.Void HomeView::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView__ctor_mD7EE74B532DEF40CF81FAECB2644371A11FEE480 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method) { { ViewBase__ctor_mB64BDE24E8F888C9A324D2BFFF2C4C1FC338590A(__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.Effects.Hose::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hose_Update_mFFFD4FC702953CB99599C87814E2604EDE737D32 (Hose_t14714E97C6121A4DA0AA96A6F02DE99E04EA2FCA * __this, const RuntimeMethod* method) { ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* V_0 = NULL; int32_t V_1 = 0; MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B V_2; memset((&V_2), 0, sizeof(V_2)); EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D V_3; memset((&V_3), 0, sizeof(V_3)); float G_B2_0 = 0.0f; Hose_t14714E97C6121A4DA0AA96A6F02DE99E04EA2FCA * G_B2_1 = NULL; float G_B1_0 = 0.0f; Hose_t14714E97C6121A4DA0AA96A6F02DE99E04EA2FCA * G_B1_1 = NULL; float G_B3_0 = 0.0f; float G_B3_1 = 0.0f; Hose_t14714E97C6121A4DA0AA96A6F02DE99E04EA2FCA * G_B3_2 = NULL; { // m_Power = Mathf.Lerp(m_Power, Input.GetMouseButton(0) ? maxPower : minPower, Time.deltaTime*changeSpeed); float L_0 = __this->get_m_Power_9(); bool L_1; L_1 = Input_GetMouseButton_m27BF2DDBF38A38787B83A13D3E6F0F88F7C834C1(0, /*hidden argument*/NULL); G_B1_0 = L_0; G_B1_1 = __this; if (L_1) { G_B2_0 = L_0; G_B2_1 = __this; goto IL_0017; } } { float L_2 = __this->get_minPower_5(); G_B3_0 = L_2; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_001d; } IL_0017: { float L_3 = __this->get_maxPower_4(); G_B3_0 = L_3; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_001d: { float L_4; L_4 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); float L_5 = __this->get_changeSpeed_6(); float L_6; L_6 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(G_B3_1, G_B3_0, ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), /*hidden argument*/NULL); NullCheck(G_B3_2); G_B3_2->set_m_Power_9(L_6); // if (Input.GetKeyDown(KeyCode.Alpha1)) bool L_7; L_7 = Input_GetKeyDown_m476116696E71771641BBECBAB1A4C55E69018220(((int32_t)49), /*hidden argument*/NULL); if (!L_7) { goto IL_0055; } } { // systemRenderer.enabled = !systemRenderer.enabled; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_8 = __this->get_systemRenderer_8(); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_9 = __this->get_systemRenderer_8(); NullCheck(L_9); bool L_10; L_10 = Renderer_get_enabled_mEFB6D3FD1D9D251EBB6E6286491592C4A6ABD6DE(L_9, /*hidden argument*/NULL); NullCheck(L_8); Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B(L_8, (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); } IL_0055: { // foreach (var system in hoseWaterSystems) ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* L_11 = __this->get_hoseWaterSystems_7(); V_0 = L_11; V_1 = 0; goto IL_00a1; } IL_0060: { // foreach (var system in hoseWaterSystems) ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_15 = (L_12)->GetAt(static_cast(L_14)); // ParticleSystem.MainModule mainModule = system.main; ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_16 = L_15; NullCheck(L_16); MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B L_17; L_17 = ParticleSystem_get_main_m8F17DCC63679B15CE548BE83332FDB6635AE74A0(L_16, /*hidden argument*/NULL); V_2 = L_17; // mainModule.startSpeed = m_Power; float L_18 = __this->get_m_Power_9(); MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD L_19; L_19 = MinMaxCurve_op_Implicit_m8D746D40E6CCBF5E8C4CE39F23A45712BFC372F5(L_18, /*hidden argument*/NULL); MainModule_set_startSpeed_mE2D91449838B0BEA8CC1619CDC6578C9FEF173F7((MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B *)(&V_2), L_19, /*hidden argument*/NULL); // var emission = system.emission; NullCheck(L_16); EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D L_20; L_20 = ParticleSystem_get_emission_m0BAA1EDF775A8712DA7D62BF3C42A2B1A6C96CA1(L_16, /*hidden argument*/NULL); V_3 = L_20; // emission.enabled = (m_Power > minPower*1.1f); float L_21 = __this->get_m_Power_9(); float L_22 = __this->get_minPower_5(); EmissionModule_set_enabled_mD9FD50C9F5EECD04B22D03E5C00C7DD64D2AC1F1((EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D *)(&V_3), (bool)((((float)L_21) > ((float)((float)il2cpp_codegen_multiply((float)L_22, (float)(1.10000002f)))))? 1 : 0), /*hidden argument*/NULL); int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_00a1: { // foreach (var system in hoseWaterSystems) int32_t L_24 = V_1; ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* L_25 = V_0; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))) { goto IL_0060; } } { // } return; } } // System.Void UnityStandardAssets.Effects.Hose::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hose__ctor_m42EB7EDF65C0B24C0DD96D2F96A7D33C867574BA (Hose_t14714E97C6121A4DA0AA96A6F02DE99E04EA2FCA * __this, const RuntimeMethod* method) { { // public float maxPower = 20; __this->set_maxPower_4((20.0f)); // public float minPower = 5; __this->set_minPower_5((5.0f)); // public float changeSpeed = 5; __this->set_changeSpeed_6((5.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.String BestHTTP.SignalR.Hubs.Hub::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __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.SignalR.Hubs.Hub::set_Name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_set_Name_m2B2C23DA74E7EF5F35340AF5CD882E3E91812775 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __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.Dictionary`2 BestHTTP.SignalR.Hubs.Hub::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * Hub_get_State_mAA7154287EFE07B67EF6D238FDEBF25193F29A2B (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mCD0C2F0325B7677B9BC340A60AA3FB9C7A88FF63_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (state == null) Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_0 = __this->get_state_1(); if (L_0) { goto IL_0013; } } { // state = new Dictionary(); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_1 = (Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 *)il2cpp_codegen_object_new(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399_il2cpp_TypeInfo_var); Dictionary_2__ctor_mCD0C2F0325B7677B9BC340A60AA3FB9C7A88FF63(L_1, /*hidden argument*/Dictionary_2__ctor_mCD0C2F0325B7677B9BC340A60AA3FB9C7A88FF63_RuntimeMethod_var); __this->set_state_1(L_1); } IL_0013: { // return state; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_2 = __this->get_state_1(); return L_2; } } // System.Void BestHTTP.SignalR.Hubs.Hub::add_OnMethodCall(BestHTTP.SignalR.Hubs.OnMethodCallDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_add_OnMethodCall_mDE65D5EF4BBA668DD33D0CB54BBB338110229CBE (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * V_0 = NULL; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * V_1 = NULL; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * V_2 = NULL; { OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_0 = __this->get_OnMethodCall_2(); V_0 = L_0; } IL_0007: { OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_1 = V_0; V_1 = L_1; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_2 = V_1; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 *)CastclassSealed((RuntimeObject*)L_4, OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868_il2cpp_TypeInfo_var)); OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 ** L_5 = __this->get_address_of_OnMethodCall_2(); OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_6 = V_2; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_7 = V_1; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_8; L_8 = InterlockedCompareExchangeImpl((OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 **)L_5, L_6, L_7); V_0 = L_8; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_9 = V_0; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_10 = V_1; if ((!(((RuntimeObject*)(OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 *)L_9) == ((RuntimeObject*)(OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalR.Hubs.Hub::remove_OnMethodCall(BestHTTP.SignalR.Hubs.OnMethodCallDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_remove_OnMethodCall_mF1DCD69D1F531570D2DBF93B7DA3D9737E524E88 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * V_0 = NULL; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * V_1 = NULL; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * V_2 = NULL; { OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_0 = __this->get_OnMethodCall_2(); V_0 = L_0; } IL_0007: { OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_1 = V_0; V_1 = L_1; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_2 = V_1; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 *)CastclassSealed((RuntimeObject*)L_4, OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868_il2cpp_TypeInfo_var)); OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 ** L_5 = __this->get_address_of_OnMethodCall_2(); OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_6 = V_2; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_7 = V_1; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_8; L_8 = InterlockedCompareExchangeImpl((OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 **)L_5, L_6, L_7); V_0 = L_8; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_9 = V_0; OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_10 = V_1; if ((!(((RuntimeObject*)(OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 *)L_9) == ((RuntimeObject*)(OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 *)L_10)))) { goto IL_0007; } } { return; } } // BestHTTP.SignalR.Connection BestHTTP.SignalR.Hubs.Hub::BestHTTP.SignalR.Hubs.IHub.get_Connection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * Hub_BestHTTP_SignalR_Hubs_IHub_get_Connection_mAFB4B4317E6E46B37E37DB19BD0A945545D7AC66 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, const RuntimeMethod* method) { { // Connection IHub.Connection { get; set; } Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = __this->get_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6(); return L_0; } } // System.Void BestHTTP.SignalR.Hubs.Hub::BestHTTP.SignalR.Hubs.IHub.set_Connection(BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_BestHTTP_SignalR_Hubs_IHub_set_Connection_m5B9110D581470C21A8CB4F72B46555FF8BCE0AF5 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___value0, const RuntimeMethod* method) { { // Connection IHub.Connection { get; set; } Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_0 = ___value0; __this->set_U3CBestHTTP_SignalR_Hubs_IHub_ConnectionU3Ek__BackingField_6(L_0); return; } } // System.Void BestHTTP.SignalR.Hubs.Hub::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub__ctor_mD29A13D73C950B415D63DCEAB89AE82228F8D9A6 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___name0, const RuntimeMethod* method) { { // :this(name, null) String_t* L_0 = ___name0; Hub__ctor_mFDD94AD9E9052E11DBE3C8EDB643206B7D528560(__this, L_0, (Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalR.Hubs.Hub::.ctor(System.String,BestHTTP.SignalR.Connection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub__ctor_mFDD94AD9E9052E11DBE3C8EDB643206B7D528560 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___name0, Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m03E621B90C9C527F8BDBBDB47C3616B71CA90145_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mE29A3443E46ADC424183CC2386EBBD80333A3B37_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private Dictionary SentMessages = new Dictionary(); Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_0 = (Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F *)il2cpp_codegen_object_new(Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F_il2cpp_TypeInfo_var); Dictionary_2__ctor_m03E621B90C9C527F8BDBBDB47C3616B71CA90145(L_0, /*hidden argument*/Dictionary_2__ctor_m03E621B90C9C527F8BDBBDB47C3616B71CA90145_RuntimeMethod_var); __this->set_SentMessages_3(L_0); // private Dictionary MethodTable = new Dictionary(); Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * L_1 = (Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 *)il2cpp_codegen_object_new(Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81_il2cpp_TypeInfo_var); Dictionary_2__ctor_mE29A3443E46ADC424183CC2386EBBD80333A3B37(L_1, /*hidden argument*/Dictionary_2__ctor_mE29A3443E46ADC424183CC2386EBBD80333A3B37_RuntimeMethod_var); __this->set_MethodTable_4(L_1); // private StringBuilder builder = new StringBuilder(); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_2, /*hidden argument*/NULL); __this->set_builder_5(L_2); // public Hub(string name, Connection manager) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.Name = name; String_t* L_3 = ___name0; Hub_set_Name_m2B2C23DA74E7EF5F35340AF5CD882E3E91812775_inline(__this, L_3, /*hidden argument*/NULL); // (this as IHub).Connection = manager; Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_4 = ___manager1; InterfaceActionInvoker1< Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * >::Invoke(1 /* System.Void BestHTTP.SignalR.Hubs.IHub::set_Connection(BestHTTP.SignalR.Connection) */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, __this, L_4); // } return; } } // System.Void BestHTTP.SignalR.Hubs.Hub::On(System.String,BestHTTP.SignalR.Hubs.OnMethodCallCallbackDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_On_m25A0E7F4BEACB98E437EA79DF1B7FC7394FE6DDC (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___method0, OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 * ___callback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m10B368E36278D18DFE994750A8B02E12E5BA6D9F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // MethodTable[method] = callback; Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * L_0 = __this->get_MethodTable_4(); String_t* L_1 = ___method0; OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 * L_2 = ___callback1; NullCheck(L_0); Dictionary_2_set_Item_m10B368E36278D18DFE994750A8B02E12E5BA6D9F(L_0, L_1, L_2, /*hidden argument*/Dictionary_2_set_Item_m10B368E36278D18DFE994750A8B02E12E5BA6D9F_RuntimeMethod_var); // } return; } } // System.Void BestHTTP.SignalR.Hubs.Hub::Off(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_Off_mC19A2BEDE74B2AB40EAF5B7A54458D5B27912E4D (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___method0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m10B368E36278D18DFE994750A8B02E12E5BA6D9F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // MethodTable[method] = null; Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * L_0 = __this->get_MethodTable_4(); String_t* L_1 = ___method0; NullCheck(L_0); Dictionary_2_set_Item_m10B368E36278D18DFE994750A8B02E12E5BA6D9F(L_0, L_1, (OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 *)NULL, /*hidden argument*/Dictionary_2_set_Item_m10B368E36278D18DFE994750A8B02E12E5BA6D9F_RuntimeMethod_var); // } return; } } // System.Boolean BestHTTP.SignalR.Hubs.Hub::Call(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_m1DA4FC609FF3A9CF14FB098587AEFD7DFB48C8F8 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___method0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { { // return Call(method, null, null, null, args); String_t* L_0 = ___method0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___args1; bool L_2; L_2 = Hub_Call_mF9F501B82E56FD98CD0384EB0E54C842F14D3CBD(__this, L_0, (OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 *)NULL, (OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 *)NULL, (OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 *)NULL, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean BestHTTP.SignalR.Hubs.Hub::Call(System.String,BestHTTP.SignalR.Hubs.OnMethodResultDelegate,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_m2A5996F81FEC5931E6AA3F781FA27D75BAE727CC (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___method0, OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___onResult1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { { // return Call(method, onResult, null, null, args); String_t* L_0 = ___method0; OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_1 = ___onResult1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___args2; bool L_3; L_3 = Hub_Call_mF9F501B82E56FD98CD0384EB0E54C842F14D3CBD(__this, L_0, L_1, (OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 *)NULL, (OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 *)NULL, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean BestHTTP.SignalR.Hubs.Hub::Call(System.String,BestHTTP.SignalR.Hubs.OnMethodResultDelegate,BestHTTP.SignalR.Hubs.OnMethodFailedDelegate,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_mAE562270342355914E1FBB3B6D16D4B9A5490B94 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___method0, OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___onResult1, OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * ___onResultError2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args3, const RuntimeMethod* method) { { // return Call(method, onResult, onResultError, null, args); String_t* L_0 = ___method0; OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_1 = ___onResult1; OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * L_2 = ___onResultError2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___args3; bool L_4; L_4 = Hub_Call_mF9F501B82E56FD98CD0384EB0E54C842F14D3CBD(__this, L_0, L_1, L_2, (OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 *)NULL, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SignalR.Hubs.Hub::Call(System.String,BestHTTP.SignalR.Hubs.OnMethodResultDelegate,BestHTTP.SignalR.Hubs.OnMethodProgressDelegate,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_m9DA2826E54B72AC57E73C8DC003FA857B63003F4 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___method0, OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___onResult1, OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * ___onProgress2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args3, const RuntimeMethod* method) { { // return Call(method, onResult, null, onProgress, args); String_t* L_0 = ___method0; OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_1 = ___onResult1; OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * L_2 = ___onProgress2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___args3; bool L_4; L_4 = Hub_Call_mF9F501B82E56FD98CD0384EB0E54C842F14D3CBD(__this, L_0, L_1, (OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 *)NULL, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SignalR.Hubs.Hub::Call(System.String,BestHTTP.SignalR.Hubs.OnMethodResultDelegate,BestHTTP.SignalR.Hubs.OnMethodFailedDelegate,BestHTTP.SignalR.Hubs.OnMethodProgressDelegate,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_Call_mF9F501B82E56FD98CD0384EB0E54C842F14D3CBD (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, String_t* ___method0, OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * ___onResult1, OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * ___onResultError2, OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * ___onProgress3, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; uint64_t V_3 = 0; bool V_4 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IHub thisHub = this as IHub; V_0 = __this; // lock (thisHub.Connection.SyncRoot) RuntimeObject* L_0 = V_0; NullCheck(L_0); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_1; L_1 = InterfaceFuncInvoker0< Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * >::Invoke(0 /* BestHTTP.SignalR.Connection BestHTTP.SignalR.Hubs.IHub::get_Connection() */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); RuntimeObject * L_2 = L_1->get_SyncRoot_21(); V_1 = L_2; V_2 = (bool)0; } IL_0010: try {// begin try (depth: 1) RuntimeObject * L_3 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_2), /*hidden argument*/NULL); // thisHub.Connection.ClientMessageCounter %= UInt64.MaxValue; RuntimeObject* L_4 = V_0; NullCheck(L_4); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_5; L_5 = InterfaceFuncInvoker0< Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * >::Invoke(0 /* BestHTTP.SignalR.Connection BestHTTP.SignalR.Hubs.IHub::get_Connection() */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, L_4); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_6 = L_5; NullCheck(L_6); uint64_t L_7; L_7 = Connection_get_ClientMessageCounter_mCECDE06E9810A5AE573E52E538A6CBAE8E1F323A_inline(L_6, /*hidden argument*/NULL); NullCheck(L_6); Connection_set_ClientMessageCounter_m63EA065EE9A4A443A61EC8F0DBCCD06DE6E473B5_inline(L_6, ((int64_t)((uint64_t)(int64_t)L_7%(uint64_t)(int64_t)((int64_t)((int64_t)(-1))))), /*hidden argument*/NULL); // return thisHub.Call(new ClientMessage(this, method, args, thisHub.Connection.ClientMessageCounter++, onResult, onResultError, onProgress)); RuntimeObject* L_8 = V_0; String_t* L_9 = ___method0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = ___args4; RuntimeObject* L_11 = V_0; NullCheck(L_11); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_12; L_12 = InterfaceFuncInvoker0< Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * >::Invoke(0 /* BestHTTP.SignalR.Connection BestHTTP.SignalR.Hubs.IHub::get_Connection() */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, L_11); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_13 = L_12; NullCheck(L_13); uint64_t L_14; L_14 = Connection_get_ClientMessageCounter_mCECDE06E9810A5AE573E52E538A6CBAE8E1F323A_inline(L_13, /*hidden argument*/NULL); V_3 = L_14; uint64_t L_15 = V_3; NullCheck(L_13); Connection_set_ClientMessageCounter_m63EA065EE9A4A443A61EC8F0DBCCD06DE6E473B5_inline(L_13, ((int64_t)il2cpp_codegen_add((int64_t)L_15, (int64_t)((int64_t)((int64_t)1)))), /*hidden argument*/NULL); uint64_t L_16 = V_3; OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_17 = ___onResult1; OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * L_18 = ___onResultError2; OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * L_19 = ___onProgress3; ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_20; memset((&L_20), 0, sizeof(L_20)); ClientMessage__ctor_m9761319ABE28C6D716E65ECD2335A66AB6106243((&L_20), __this, L_9, L_10, L_16, L_17, L_18, L_19, /*hidden argument*/NULL); NullCheck(L_8); bool L_21; L_21 = InterfaceFuncInvoker1< bool, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 >::Invoke(2 /* System.Boolean BestHTTP.SignalR.Hubs.IHub::Call(BestHTTP.SignalR.Messages.ClientMessage) */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, L_8, L_20); V_4 = L_21; 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_22 = V_2; if (!L_22) { goto IL_0063; } } IL_005d: { RuntimeObject * L_23 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_23, /*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: { // } bool L_24 = V_4; return L_24; } } // System.Boolean BestHTTP.SignalR.Hubs.Hub::BestHTTP.SignalR.Hubs.IHub.Call(BestHTTP.SignalR.Messages.ClientMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_BestHTTP_SignalR_Hubs_IHub_Call_m3B0E39975EDE57EF79549E9A0C210C4165191FC7 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mE1595A160031DBD08E6A1CDD5BC38F8A34DD98D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // IHub thisHub = this as IHub; V_0 = __this; // lock (thisHub.Connection.SyncRoot) RuntimeObject* L_0 = V_0; NullCheck(L_0); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_1; L_1 = InterfaceFuncInvoker0< Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * >::Invoke(0 /* BestHTTP.SignalR.Connection BestHTTP.SignalR.Hubs.IHub::get_Connection() */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); RuntimeObject * L_2 = L_1->get_SyncRoot_21(); V_1 = L_2; V_2 = (bool)0; } IL_0010: try {// begin try (depth: 1) { RuntimeObject * L_3 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_2), /*hidden argument*/NULL); // if (!thisHub.Connection.SendJson(BuildMessage(msg))) RuntimeObject* L_4 = V_0; NullCheck(L_4); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_5; L_5 = InterfaceFuncInvoker0< Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * >::Invoke(0 /* BestHTTP.SignalR.Connection BestHTTP.SignalR.Hubs.IHub::get_Connection() */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, L_4); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_6 = ___msg0; String_t* L_7; L_7 = Hub_BuildMessage_mD2B789FE1056A0F761F0296B87D543CD6093B1BD(__this, L_6, /*hidden argument*/NULL); NullCheck(L_5); bool L_8; L_8 = Connection_SendJson_m0BF080A57DC22155B89B3ABA1B334297012E95F3(L_5, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0030; } } IL_002c: { // return false; V_3 = (bool)0; IL2CPP_LEAVE(0x50, FINALLY_0044); } IL_0030: { // SentMessages.Add(msg.CallIdx, msg); Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_9 = __this->get_SentMessages_3(); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_10 = ___msg0; uint64_t L_11 = L_10.get_CallIdx_3(); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_12 = ___msg0; NullCheck(L_9); Dictionary_2_Add_mE1595A160031DBD08E6A1CDD5BC38F8A34DD98D7(L_9, L_11, L_12, /*hidden argument*/Dictionary_2_Add_mE1595A160031DBD08E6A1CDD5BC38F8A34DD98D7_RuntimeMethod_var); // } IL2CPP_LEAVE(0x4E, FINALLY_0044); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: {// begin finally (depth: 1) { bool L_13 = V_2; if (!L_13) { goto IL_004d; } } IL_0047: { RuntimeObject * L_14 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_14, /*hidden argument*/NULL); } IL_004d: { IL2CPP_END_FINALLY(68) } }// end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x50, IL_0050) IL2CPP_JUMP_TBL(0x4E, IL_004e) } IL_004e: { // return true; return (bool)1; } IL_0050: { // } bool L_15 = V_3; return L_15; } } // System.Boolean BestHTTP.SignalR.Hubs.Hub::BestHTTP.SignalR.Hubs.IHub.HasSentMessageId(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hub_BestHTTP_SignalR_Hubs_IHub_HasSentMessageId_m4BEFA90FC0B0DF9618AF366BDED83F3380074C18 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, uint64_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m49934A846737EB8207E38CA8624726AD4E8C2B92_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return SentMessages.ContainsKey(id); Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_0 = __this->get_SentMessages_3(); uint64_t L_1 = ___id0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_ContainsKey_m49934A846737EB8207E38CA8624726AD4E8C2B92(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m49934A846737EB8207E38CA8624726AD4E8C2B92_RuntimeMethod_var); return L_2; } } // System.Void BestHTTP.SignalR.Hubs.Hub::BestHTTP.SignalR.Hubs.IHub.Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_BestHTTP_SignalR_Hubs_IHub_Close_m824D8C8589358483151667D1EFF4294341F69193 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m9A94227EE736F0FBA20428C3C46135D7E20B8371_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // SentMessages.Clear(); Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_0 = __this->get_SentMessages_3(); NullCheck(L_0); Dictionary_2_Clear_m9A94227EE736F0FBA20428C3C46135D7E20B8371(L_0, /*hidden argument*/Dictionary_2_Clear_m9A94227EE736F0FBA20428C3C46135D7E20B8371_RuntimeMethod_var); // } return; } } // System.Void BestHTTP.SignalR.Hubs.Hub::BestHTTP.SignalR.Hubs.IHub.OnMethod(BestHTTP.SignalR.Messages.MethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_BestHTTP_SignalR_Hubs_IHub_OnMethod_m96F39A3173AEB0EA78DD89A7FDD9E07097B9230F (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mC7FAC7DB41B759BC18791572C1CBF1A483DF3919_RuntimeMethod_var); 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5003179EF96A91A0848E7B4544B22658295360DE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96); s_Il2CppMethodInitialized = true; } OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // MergeState(msg.State); MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * L_0 = ___msg0; NullCheck(L_0); RuntimeObject* L_1; L_1 = MethodCallMessage_get_State_mD632CD6526C59C162831E0D952FF245D6A1BE24C_inline(L_0, /*hidden argument*/NULL); Hub_MergeState_mD807C74C818575E706B00399B84CD3E4BCCF5966(__this, L_1, /*hidden argument*/NULL); // if (OnMethodCall != null) OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_2 = __this->get_OnMethodCall_2(); if (!L_2) { goto IL_0051; } } IL_0014: try {// begin try (depth: 1) // OnMethodCall(this, msg.Method, msg.Arguments); OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_3 = __this->get_OnMethodCall_2(); MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * L_4 = ___msg0; NullCheck(L_4); String_t* L_5; L_5 = MethodCallMessage_get_Method_m05785516432B5C66B32FB47F01C00FFCBBD6145B_inline(L_4, /*hidden argument*/NULL); MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * L_6 = ___msg0; NullCheck(L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7; L_7 = MethodCallMessage_get_Arguments_m8A1500306634DAC027E2A82A58975D84F13F91BC_inline(L_6, /*hidden argument*/NULL); NullCheck(L_3); OnMethodCallDelegate_Invoke_mC1BE918E3E4CF75AFEC57923EE9D907BDC220B70(L_3, __this, L_5, L_7, /*hidden argument*/NULL); // } goto IL_0051; }// 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_002e; } throw e; } CATCH_002e: {// begin catch(System.Exception) // catch(Exception ex) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("Hub - " + this.Name, "IHub.OnMethod - OnMethodCall", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_8; L_8 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_9; L_9 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(__this, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96)), L_9, /*hidden argument*/NULL); Exception_t * L_11 = V_1; NullCheck(L_8); 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_8, L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8179691FB1B466DBDF736DA6A856E4D5D9C2FF4A)), L_11); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0051; }// end catch (depth: 1) IL_0051: { // if (MethodTable.TryGetValue(msg.Method, out callback) && callback != null) Dictionary_2_t3D9A2431A779843F2CB712AE9EB874EDCFD1BF81 * L_12 = __this->get_MethodTable_4(); MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * L_13 = ___msg0; NullCheck(L_13); String_t* L_14; L_14 = MethodCallMessage_get_Method_m05785516432B5C66B32FB47F01C00FFCBBD6145B_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); bool L_15; L_15 = Dictionary_2_TryGetValue_mC7FAC7DB41B759BC18791572C1CBF1A483DF3919(L_12, L_14, (OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mC7FAC7DB41B759BC18791572C1CBF1A483DF3919_RuntimeMethod_var); if (!L_15) { goto IL_0096; } } { OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 * L_16 = V_0; if (!L_16) { goto IL_0096; } } IL_0069: try {// begin try (depth: 1) // callback(this, msg); OnMethodCallCallbackDelegate_tD73ED8DC48FC3926BBB43760C596FC1983786D11 * L_17 = V_0; MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * L_18 = ___msg0; NullCheck(L_17); OnMethodCallCallbackDelegate_Invoke_mC646DAB305427DFF9347E37A10C71CBCEE251B05(L_17, __this, L_18, /*hidden argument*/NULL); // } goto IL_00db; }// 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_0073; } throw e; } CATCH_0073: {// begin catch(System.Exception) // catch(Exception ex) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("Hub - " + this.Name, "IHub.OnMethod - callback", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_19; L_19 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_20; L_20 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(__this, /*hidden argument*/NULL); String_t* L_21; L_21 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96)), L_20, /*hidden argument*/NULL); Exception_t * L_22 = V_2; NullCheck(L_19); 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_19, L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0F3885041B08F24433786068C2FC57B9F3DE1610)), L_22); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00db; }// end catch (depth: 1) IL_0096: { // else if (OnMethodCall == null) OnMethodCallDelegate_t78B3B7E2C3E3672064E70286E9847BFE319F8868 * L_23 = __this->get_OnMethodCall_2(); if (L_23) { goto IL_00db; } } { // HTTPManager.Logger.Warning("Hub - " + this.Name, string.Format("[Client] {0}.{1} (args: {2})", this.Name, msg.Method, msg.Arguments.Length)); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_24; L_24 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_25; L_25 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(__this, /*hidden argument*/NULL); String_t* L_26; L_26 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96, L_25, /*hidden argument*/NULL); String_t* L_27; L_27 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(__this, /*hidden argument*/NULL); MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * L_28 = ___msg0; NullCheck(L_28); String_t* L_29; L_29 = MethodCallMessage_get_Method_m05785516432B5C66B32FB47F01C00FFCBBD6145B_inline(L_28, /*hidden argument*/NULL); MethodCallMessage_tEE783F8696A0EFB6700F94630D987B1642B438AB * L_30 = ___msg0; NullCheck(L_30); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_31; L_31 = MethodCallMessage_get_Arguments_m8A1500306634DAC027E2A82A58975D84F13F91BC_inline(L_30, /*hidden argument*/NULL); NullCheck(L_31); int32_t L_32 = ((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))); RuntimeObject * L_33 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_32); String_t* L_34; L_34 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral5003179EF96A91A0848E7B4544B22658295360DE, L_27, L_29, L_33, /*hidden argument*/NULL); NullCheck(L_24); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_24, L_26, L_34); } IL_00db: { // } return; } } // System.Void BestHTTP.SignalR.Hubs.Hub::BestHTTP.SignalR.Hubs.IHub.OnMessage(BestHTTP.SignalR.Messages.IServerMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_BestHTTP_SignalR_Hubs_IHub_OnMessage_mFBE2C54F11E1A8D48E21441D4E24A6CC16C2346D (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m8B1A08A5CDD9BEB7898610F801A8C67D073FD88A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mDC7DD396DA09D4F40DA4D8F8BD7124D76691B465_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHubMessage_tAAA9914E87D6138A789A1E4C147CDA0CD285BFCB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServerMessage_t49A44EB2445F67443853A8C0C7775D328B2B43A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2B306D82330FDC1F4F18BDA7ED68757DC41492C); s_Il2CppMethodInitialized = true; } ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 V_0; memset((&V_0), 0, sizeof(V_0)); uint64_t V_1 = 0; ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * V_2 = NULL; FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * V_3 = NULL; int32_t V_4 = 0; Exception_t * V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * V_7 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // UInt64 id = (msg as IHubMessage).InvocationId; RuntimeObject* L_0 = ___msg0; NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_0, IHubMessage_tAAA9914E87D6138A789A1E4C147CDA0CD285BFCB_il2cpp_TypeInfo_var))); uint64_t L_1; L_1 = InterfaceFuncInvoker0< uint64_t >::Invoke(0 /* System.UInt64 BestHTTP.SignalR.Messages.IHubMessage::get_InvocationId() */, IHubMessage_tAAA9914E87D6138A789A1E4C147CDA0CD285BFCB_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IHubMessage_tAAA9914E87D6138A789A1E4C147CDA0CD285BFCB_il2cpp_TypeInfo_var))); V_1 = L_1; // if (!SentMessages.TryGetValue(id, out originalMsg)) Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_2 = __this->get_SentMessages_3(); uint64_t L_3 = V_1; NullCheck(L_2); bool L_4; L_4 = Dictionary_2_TryGetValue_mDC7DD396DA09D4F40DA4D8F8BD7124D76691B465(L_2, L_3, (ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 *)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mDC7DD396DA09D4F40DA4D8F8BD7124D76691B465_RuntimeMethod_var); if (L_4) { goto IL_0048; } } { // HTTPManager.Logger.Warning("Hub - " + this.Name, "OnMessage - Sent message not found with id: " + id.ToString()); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_6; L_6 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(__this, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96, L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = UInt64_ToString_m3644686F0A0E32CB94D300CF891DBD7920396F37((uint64_t*)(&V_1), /*hidden argument*/NULL); String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralC2B306D82330FDC1F4F18BDA7ED68757DC41492C, L_8, /*hidden argument*/NULL); NullCheck(L_5); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_5, L_7, L_9); // return; return; } IL_0048: { // switch(msg.Type) RuntimeObject* L_10 = ___msg0; NullCheck(L_10); int32_t L_11; L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* BestHTTP.SignalR.MessageTypes BestHTTP.SignalR.Messages.IServerMessage::get_Type() */, IServerMessage_t49A44EB2445F67443853A8C0C7775D328B2B43A5_il2cpp_TypeInfo_var, L_10); V_4 = L_11; int32_t L_12 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)3))) { case 0: { goto IL_006a; } case 1: { goto IL_00c8; } case 2: { goto IL_0168; } case 3: { goto IL_0126; } } } { return; } IL_006a: { // ResultMessage result = msg as ResultMessage; RuntimeObject* L_13 = ___msg0; V_2 = ((ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D *)IsInstSealed((RuntimeObject*)L_13, ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D_il2cpp_TypeInfo_var)); // MergeState(result.State); ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * L_14 = V_2; NullCheck(L_14); RuntimeObject* L_15; L_15 = ResultMessage_get_State_m4094E8A3B3D4BBC687D7EF2895BCC75A95EB3EFE_inline(L_14, /*hidden argument*/NULL); Hub_MergeState_mD807C74C818575E706B00399B84CD3E4BCCF5966(__this, L_15, /*hidden argument*/NULL); // if (originalMsg.ResultCallback != null) ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_16 = V_0; OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_17 = L_16.get_ResultCallback_4(); if (!L_17) { goto IL_00ba; } } IL_0085: try {// begin try (depth: 1) // originalMsg.ResultCallback(this, originalMsg, result); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_18 = V_0; OnMethodResultDelegate_t03A1DDF71BF9CB16796404DFE2CF1F86535C5C92 * L_19 = L_18.get_ResultCallback_4(); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_20 = V_0; ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * L_21 = V_2; NullCheck(L_19); OnMethodResultDelegate_Invoke_m029D948DB42BD25F8F8BEB72366813EDE8C75F61(L_19, __this, L_20, L_21, /*hidden argument*/NULL); // } goto IL_00ba; }// 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_0095; } throw e; } CATCH_0095: {// begin catch(System.Exception) // catch(Exception ex) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("Hub " + this.Name, "IHub.OnMessage - ResultCallback", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_22; L_22 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_23; L_23 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(__this, /*hidden argument*/NULL); String_t* L_24; L_24 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE63B727CB892FA382A223ADAA38661EE6545AF7)), L_23, /*hidden argument*/NULL); Exception_t * L_25 = V_5; NullCheck(L_22); 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_22, L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E8779109C8DE5831BDDF3CF3905FD03460BC270)), L_25); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ba; }// end catch (depth: 1) IL_00ba: { // SentMessages.Remove(id); Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_26 = __this->get_SentMessages_3(); uint64_t L_27 = V_1; NullCheck(L_26); bool L_28; L_28 = Dictionary_2_Remove_m8B1A08A5CDD9BEB7898610F801A8C67D073FD88A(L_26, L_27, /*hidden argument*/Dictionary_2_Remove_m8B1A08A5CDD9BEB7898610F801A8C67D073FD88A_RuntimeMethod_var); // break; return; } IL_00c8: { // FailureMessage error = msg as FailureMessage; RuntimeObject* L_29 = ___msg0; V_3 = ((FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F *)IsInstSealed((RuntimeObject*)L_29, FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F_il2cpp_TypeInfo_var)); // MergeState(error.State); FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * L_30 = V_3; NullCheck(L_30); RuntimeObject* L_31; L_31 = FailureMessage_get_State_mD90A025ED372A155AD04036FE7A6F5318B36FBED_inline(L_30, /*hidden argument*/NULL); Hub_MergeState_mD807C74C818575E706B00399B84CD3E4BCCF5966(__this, L_31, /*hidden argument*/NULL); // if (originalMsg.ResultErrorCallback != null) ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_32 = V_0; OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * L_33 = L_32.get_ResultErrorCallback_5(); if (!L_33) { goto IL_0118; } } IL_00e3: try {// begin try (depth: 1) // originalMsg.ResultErrorCallback(this, originalMsg, error); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_34 = V_0; OnMethodFailedDelegate_tD54187DEA162C72DC7A8FDB5565B2DFA69F37EA9 * L_35 = L_34.get_ResultErrorCallback_5(); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_36 = V_0; FailureMessage_t62EEE5FD1A4250F827145AC6285DCB1180AE9D9F * L_37 = V_3; NullCheck(L_35); OnMethodFailedDelegate_Invoke_m561C0724EF4BA9CD5296CD69701528C662682FCE(L_35, __this, L_36, L_37, /*hidden argument*/NULL); // } goto IL_0118; }// 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_00f3; } throw e; } CATCH_00f3: {// begin catch(System.Exception) // catch(Exception ex) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("Hub " + this.Name, "IHub.OnMessage - ResultErrorCallback", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_38; L_38 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_39; L_39 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(__this, /*hidden argument*/NULL); String_t* L_40; L_40 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE63B727CB892FA382A223ADAA38661EE6545AF7)), L_39, /*hidden argument*/NULL); Exception_t * L_41 = V_6; NullCheck(L_38); 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_38, L_40, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral100F66B34DED70C9F077241426609E1784905F15)), L_41); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0118; }// end catch (depth: 1) IL_0118: { // SentMessages.Remove(id); Dictionary_2_tC9E5586599FA17CC9E1706D79C5C33CE9FE4BA1F * L_42 = __this->get_SentMessages_3(); uint64_t L_43 = V_1; NullCheck(L_42); bool L_44; L_44 = Dictionary_2_Remove_m8B1A08A5CDD9BEB7898610F801A8C67D073FD88A(L_42, L_43, /*hidden argument*/Dictionary_2_Remove_m8B1A08A5CDD9BEB7898610F801A8C67D073FD88A_RuntimeMethod_var); // break; return; } IL_0126: { // if (originalMsg.ProgressCallback != null) ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_45 = V_0; OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * L_46 = L_45.get_ProgressCallback_6(); if (!L_46) { goto IL_0168; } } IL_012e: try {// begin try (depth: 1) // originalMsg.ProgressCallback(this, originalMsg, msg as ProgressMessage); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_47 = V_0; OnMethodProgressDelegate_t692E6C1FDAD89BA933CC04EE43054B15C8639450 * L_48 = L_47.get_ProgressCallback_6(); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_49 = V_0; RuntimeObject* L_50 = ___msg0; NullCheck(L_48); OnMethodProgressDelegate_Invoke_mBA6D4E77F19516CC1D5027BC5E2CC82DF8229349(L_48, __this, L_49, ((ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF *)IsInstSealed((RuntimeObject*)L_50, ProgressMessage_t01DE94EB491FDFFD2EB126EE80486DE0CCF3E7BF_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // } goto IL_0168; }// 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_0143; } throw e; } CATCH_0143: {// begin catch(System.Exception) // catch(Exception ex) V_7 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("Hub " + this.Name, "IHub.OnMessage - ProgressCallback", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_51; L_51 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_52; L_52 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(__this, /*hidden argument*/NULL); String_t* L_53; L_53 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE63B727CB892FA382A223ADAA38661EE6545AF7)), L_52, /*hidden argument*/NULL); Exception_t * L_54 = V_7; NullCheck(L_51); 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_51, L_53, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA500EB6C4EAA770A74A65F9913CA6CE529AD7B8F)), L_54); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0168; }// end catch (depth: 1) IL_0168: { // } return; } } // System.Void BestHTTP.SignalR.Hubs.Hub::MergeState(System.Collections.Generic.IDictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hub_MergeState_mD807C74C818575E706B00399B84CD3E4BCCF5966 (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, RuntimeObject* ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m012F321188703DCCB5C4F99C5A5AA2FA31A98144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t3F08C3DF00EBBA126760EB721551FDAA5B0EDED8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t8ACA6B0DE7FFF63CD5FC28E90063271CA8B5DA3D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t04D882226AB7D8875E8DE1B4FEDCB5060F885EBB_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_mFB917E6FEE708763FEAF5DE581605FFAD49E43E0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE V_1; memset((&V_1), 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (state != null && state.Count > 0) RuntimeObject* L_0 = ___state0; if (!L_0) { goto IL_0049; } } { RuntimeObject* L_1 = ___state0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1>::get_Count() */, ICollection_1_t3F08C3DF00EBBA126760EB721551FDAA5B0EDED8_il2cpp_TypeInfo_var, L_1); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0049; } } { // foreach (var kvp in state) RuntimeObject* L_3 = ___state0; NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IEnumerable_1_t8ACA6B0DE7FFF63CD5FC28E90063271CA8B5DA3D_il2cpp_TypeInfo_var, L_3); V_0 = L_4; } IL_0013: try {// begin try (depth: 1) { goto IL_0035; } IL_0015: { // foreach (var kvp in state) RuntimeObject* L_5 = V_0; NullCheck(L_5); KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE L_6; L_6 = InterfaceFuncInvoker0< KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_t04D882226AB7D8875E8DE1B4FEDCB5060F885EBB_il2cpp_TypeInfo_var, L_5); V_1 = L_6; // this.State[kvp.Key] = kvp.Value; Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_7; L_7 = Hub_get_State_mAA7154287EFE07B67EF6D238FDEBF25193F29A2B(__this, /*hidden argument*/NULL); String_t* L_8; L_8 = KeyValuePair_2_get_Key_mFB917E6FEE708763FEAF5DE581605FFAD49E43E0_inline((KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE *)(&V_1), /*hidden argument*/KeyValuePair_2_get_Key_mFB917E6FEE708763FEAF5DE581605FFAD49E43E0_RuntimeMethod_var); RuntimeObject * L_9; L_9 = KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_inline((KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE *)(&V_1), /*hidden argument*/KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_RuntimeMethod_var); NullCheck(L_7); Dictionary_2_set_Item_m012F321188703DCCB5C4F99C5A5AA2FA31A98144(L_7, L_8, L_9, /*hidden argument*/Dictionary_2_set_Item_m012F321188703DCCB5C4F99C5A5AA2FA31A98144_RuntimeMethod_var); } IL_0035: { // foreach (var kvp in state) 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_0015; } } IL_003d: { IL2CPP_LEAVE(0x49, FINALLY_003f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: {// begin finally (depth: 1) { RuntimeObject* L_12 = V_0; if (!L_12) { goto IL_0048; } } IL_0042: { RuntimeObject* L_13 = V_0; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_0048: { IL2CPP_END_FINALLY(63) } }// end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x49, IL_0049) } IL_0049: { // } return; } } // System.String BestHTTP.SignalR.Hubs.Hub::BuildMessage(BestHTTP.SignalR.Messages.ClientMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hub_BuildMessage_mD2B789FE1056A0F761F0296B87D543CD6093B1BD (Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * __this, ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CFFCA0FD63404F4FD5ABD88691B64EB35DD6763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6185241CEEDF3838454B9B73E43267F97557BDF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80AB0500744377D0F8FE43B4E6065B7218B2DD40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA704818CAB6F39E183D25D84ADBC14AB37E22C38); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC72D6939B89294A9F2EC1C41F48E257B97B8759A); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; uint64_t V_1 = 0; String_t* V_2 = NULL; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) try {// begin try (depth: 2) { // builder.Append("{\"H\":\""); StringBuilder_t * L_0 = __this->get_builder_5(); NullCheck(L_0); StringBuilder_t * L_1; L_1 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_0, _stringLiteralC72D6939B89294A9F2EC1C41F48E257B97B8759A, /*hidden argument*/NULL); // builder.Append(this.Name); StringBuilder_t * L_2 = __this->get_builder_5(); String_t* L_3; L_3 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); StringBuilder_t * L_4; L_4 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_2, L_3, /*hidden argument*/NULL); // builder.Append("\",\"M\":\""); StringBuilder_t * L_5 = __this->get_builder_5(); NullCheck(L_5); StringBuilder_t * L_6; L_6 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_5, _stringLiteralA704818CAB6F39E183D25D84ADBC14AB37E22C38, /*hidden argument*/NULL); // builder.Append(msg.Method); StringBuilder_t * L_7 = __this->get_builder_5(); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_8 = ___msg0; String_t* L_9 = L_8.get_Method_1(); NullCheck(L_7); StringBuilder_t * L_10; L_10 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_7, L_9, /*hidden argument*/NULL); // builder.Append("\",\"A\":"); StringBuilder_t * L_11 = __this->get_builder_5(); NullCheck(L_11); StringBuilder_t * L_12; L_12 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_11, _stringLiteral6185241CEEDF3838454B9B73E43267F97557BDF7, /*hidden argument*/NULL); // string jsonEncoded = string.Empty; String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_13; // if (msg.Args != null && msg.Args.Length > 0) ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_14 = ___msg0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = L_14.get_Args_2(); if (!L_15) { goto IL_0087; } } IL_0065: { ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_16 = ___msg0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = L_16.get_Args_2(); NullCheck(L_17); if (!(((RuntimeArray*)L_17)->max_length)) { goto IL_0087; } } IL_006e: { // jsonEncoded = (this as IHub).Connection.JsonEncoder.Encode(msg.Args); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_18; L_18 = InterfaceFuncInvoker0< Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * >::Invoke(0 /* BestHTTP.SignalR.Connection BestHTTP.SignalR.Hubs.IHub::get_Connection() */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, __this); NullCheck(L_18); RuntimeObject* L_19; L_19 = Connection_get_JsonEncoder_m37151AA4E3329EA4DE576A005C1CB2FD10F35869_inline(L_18, /*hidden argument*/NULL); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_20 = ___msg0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = L_20.get_Args_2(); NullCheck(L_19); String_t* L_22; L_22 = InterfaceFuncInvoker1< String_t*, RuntimeObject * >::Invoke(0 /* System.String BestHTTP.SignalR.JsonEncoders.IJsonEncoder::Encode(System.Object) */, IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD_il2cpp_TypeInfo_var, L_19, (RuntimeObject *)(RuntimeObject *)L_21); V_0 = L_22; goto IL_008d; } IL_0087: { // jsonEncoded = "[]"; V_0 = _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6; } IL_008d: { // builder.Append(jsonEncoded); StringBuilder_t * L_23 = __this->get_builder_5(); String_t* L_24 = V_0; NullCheck(L_23); StringBuilder_t * L_25; L_25 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_23, L_24, /*hidden argument*/NULL); // builder.Append(",\"I\":\""); StringBuilder_t * L_26 = __this->get_builder_5(); NullCheck(L_26); StringBuilder_t * L_27; L_27 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_26, _stringLiteral80AB0500744377D0F8FE43B4E6065B7218B2DD40, /*hidden argument*/NULL); // builder.Append(msg.CallIdx.ToString()); StringBuilder_t * L_28 = __this->get_builder_5(); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_29 = ___msg0; uint64_t L_30 = L_29.get_CallIdx_3(); V_1 = L_30; String_t* L_31; L_31 = UInt64_ToString_m3644686F0A0E32CB94D300CF891DBD7920396F37((uint64_t*)(&V_1), /*hidden argument*/NULL); NullCheck(L_28); StringBuilder_t * L_32; L_32 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_28, L_31, /*hidden argument*/NULL); // builder.Append("\""); StringBuilder_t * L_33 = __this->get_builder_5(); NullCheck(L_33); StringBuilder_t * L_34; L_34 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_33, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, /*hidden argument*/NULL); // if (msg.Hub.state != null && msg.Hub.state.Count > 0) ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_35 = ___msg0; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_36 = L_35.get_Hub_0(); NullCheck(L_36); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_37 = L_36->get_state_1(); if (!L_37) { goto IL_0130; } } IL_00e3: { ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_38 = ___msg0; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_39 = L_38.get_Hub_0(); NullCheck(L_39); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_40 = L_39->get_state_1(); NullCheck(L_40); int32_t L_41; L_41 = Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546(L_40, /*hidden argument*/Dictionary_2_get_Count_m41D28F48221F99DB3016C0F5CF4B210291338546_RuntimeMethod_var); if ((((int32_t)L_41) <= ((int32_t)0))) { goto IL_0130; } } IL_00f6: { // builder.Append(",\"S\":"); StringBuilder_t * L_42 = __this->get_builder_5(); NullCheck(L_42); StringBuilder_t * L_43; L_43 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_42, _stringLiteral2CFFCA0FD63404F4FD5ABD88691B64EB35DD6763, /*hidden argument*/NULL); // jsonEncoded = (this as IHub).Connection.JsonEncoder.Encode(msg.Hub.state); Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * L_44; L_44 = InterfaceFuncInvoker0< Connection_tDED4AF59936C32396F59EDA32A6351230A2CD3FC * >::Invoke(0 /* BestHTTP.SignalR.Connection BestHTTP.SignalR.Hubs.IHub::get_Connection() */, IHub_t3B709FAE02A28112CBC9DE2832172B2F9D147919_il2cpp_TypeInfo_var, __this); NullCheck(L_44); RuntimeObject* L_45; L_45 = Connection_get_JsonEncoder_m37151AA4E3329EA4DE576A005C1CB2FD10F35869_inline(L_44, /*hidden argument*/NULL); ClientMessage_t5E8D47CDF7320CF5B8E83289E45D7B0C1C778BF0 L_46 = ___msg0; Hub_t1A5FDA640453BBA271BE0F0DB2E8F95D69710362 * L_47 = L_46.get_Hub_0(); NullCheck(L_47); Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * L_48 = L_47->get_state_1(); NullCheck(L_45); String_t* L_49; L_49 = InterfaceFuncInvoker1< String_t*, RuntimeObject * >::Invoke(0 /* System.String BestHTTP.SignalR.JsonEncoders.IJsonEncoder::Encode(System.Object) */, IJsonEncoder_t60633286C2A6690DBCBCF55E0F1322DC6C8B13CD_il2cpp_TypeInfo_var, L_45, L_48); V_0 = L_49; // builder.Append(jsonEncoded); StringBuilder_t * L_50 = __this->get_builder_5(); String_t* L_51 = V_0; NullCheck(L_50); StringBuilder_t * L_52; L_52 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_50, L_51, /*hidden argument*/NULL); } IL_0130: { // builder.Append("}"); StringBuilder_t * L_53 = __this->get_builder_5(); NullCheck(L_53); StringBuilder_t * L_54; L_54 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_53, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, /*hidden argument*/NULL); // return builder.ToString(); StringBuilder_t * L_55 = __this->get_builder_5(); NullCheck(L_55); String_t* L_56; L_56 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_55); V_2 = L_56; IL2CPP_LEAVE(0x181, FINALLY_0174); } }// 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_014f; } throw e; } CATCH_014f: {// begin catch(System.Exception) // catch (Exception ex) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("Hub - " + this.Name, "Send", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_57; L_57 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_58; L_58 = Hub_get_Name_mD5CA76B9AB600999A32AC62DE1D3A8E8902B5368_inline(__this, /*hidden argument*/NULL); String_t* L_59; L_59 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral98769594804ED87D93BD7D57FFB236541B5BBE96)), L_58, /*hidden argument*/NULL); Exception_t * L_60 = V_3; NullCheck(L_57); 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_57, L_59, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC86EC5531EBD8B51C4944FF50C7007F5F966250D)), L_60); // return null; V_2 = (String_t*)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0x181, FINALLY_0174); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0174; } FINALLY_0174: {// begin finally (depth: 1) // builder.Length = 0; StringBuilder_t * L_61 = __this->get_builder_5(); NullCheck(L_61); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_61, 0, /*hidden argument*/NULL); // } IL2CPP_END_FINALLY(372) }// end finally (depth: 1) IL2CPP_CLEANUP(372) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x181, IL_0181) } IL_0181: { // } String_t* L_62 = V_2; return L_62; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri BestHTTP.SignalRCore.HubConnection::get_Uri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HubConnection_get_Uri_m8C7197E8371C7DE731D53F8A8CDD1B123A6EBDA5 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_U3CUriU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.SignalRCore.HubConnection::set_Uri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_set_Uri_mD9039F9D2EDFFE8CABD33D672C5D962B4A8A7CCF (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { // public Uri Uri { get; private set; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; __this->set_U3CUriU3Ek__BackingField_1(L_0); return; } } // BestHTTP.SignalRCore.ConnectionStates BestHTTP.SignalRCore.HubConnection::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HubConnection_get_State_m0DE9AA163001AF22026756D302A6B179A82FD183 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { { // public ConnectionStates State { get; private set; } int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.SignalRCore.HubConnection::set_State(BestHTTP.SignalRCore.ConnectionStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_set_State_m628CE120FF82001E1CDFB2D781102D6CEB68D46B (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public ConnectionStates State { get; private set; } int32_t L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_2(L_0); return; } } // BestHTTP.SignalRCore.ITransport BestHTTP.SignalRCore.HubConnection::get_Transport() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_get_Transport_mEFD897CA6B0D940B1D713F6DD0363A42C306A7C8 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { { // public ITransport Transport { get; private set; } RuntimeObject* L_0 = __this->get_U3CTransportU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.SignalRCore.HubConnection::set_Transport(BestHTTP.SignalRCore.ITransport) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_set_Transport_mD4CE3EA1F351E2E8E1F22ADB5D7CD198B26CA690 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public ITransport Transport { get; private set; } RuntimeObject* L_0 = ___value0; __this->set_U3CTransportU3Ek__BackingField_3(L_0); return; } } // BestHTTP.SignalRCore.IProtocol BestHTTP.SignalRCore.HubConnection::get_Protocol() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { { // public IProtocol Protocol { get; private set; } RuntimeObject* L_0 = __this->get_U3CProtocolU3Ek__BackingField_4(); return L_0; } } // System.Void BestHTTP.SignalRCore.HubConnection::set_Protocol(BestHTTP.SignalRCore.IProtocol) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_set_Protocol_m6FC0AF33AC6ADFEB70BDAACC9AA5740DC729D5DC (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public IProtocol Protocol { get; private set; } RuntimeObject* L_0 = ___value0; __this->set_U3CProtocolU3Ek__BackingField_4(L_0); return; } } // System.Void BestHTTP.SignalRCore.HubConnection::add_OnRedirected(System.Action`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_add_OnRedirected_m5A79FACA47E2AD61807ECFABA689C34D57703563 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * V_0 = NULL; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * V_1 = NULL; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * V_2 = NULL; { Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_0 = __this->get_OnRedirected_5(); V_0 = L_0; } IL_0007: { Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_1 = V_0; V_1 = L_1; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_2 = V_1; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB *)CastclassSealed((RuntimeObject*)L_4, Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB_il2cpp_TypeInfo_var)); Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB ** L_5 = __this->get_address_of_OnRedirected_5(); Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_6 = V_2; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_7 = V_1; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_8; L_8 = InterlockedCompareExchangeImpl((Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB **)L_5, L_6, L_7); V_0 = L_8; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_9 = V_0; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_10 = V_1; if ((!(((RuntimeObject*)(Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB *)L_9) == ((RuntimeObject*)(Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalRCore.HubConnection::remove_OnRedirected(System.Action`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_remove_OnRedirected_m5A6ACFF80CB150ED3A282E0BE3ECB933F1A4A487 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * V_0 = NULL; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * V_1 = NULL; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * V_2 = NULL; { Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_0 = __this->get_OnRedirected_5(); V_0 = L_0; } IL_0007: { Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_1 = V_0; V_1 = L_1; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_2 = V_1; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB *)CastclassSealed((RuntimeObject*)L_4, Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB_il2cpp_TypeInfo_var)); Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB ** L_5 = __this->get_address_of_OnRedirected_5(); Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_6 = V_2; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_7 = V_1; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_8; L_8 = InterlockedCompareExchangeImpl((Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB **)L_5, L_6, L_7); V_0 = L_8; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_9 = V_0; Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_10 = V_1; if ((!(((RuntimeObject*)(Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB *)L_9) == ((RuntimeObject*)(Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB *)L_10)))) { goto IL_0007; } } { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * V_0 = NULL; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * V_1 = NULL; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * V_2 = NULL; { Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_0 = __this->get_OnConnected_6(); V_0 = L_0; } IL_0007: { Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_1 = V_0; V_1 = L_1; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_2 = V_1; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)CastclassSealed((RuntimeObject*)L_4, Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var)); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 ** L_5 = __this->get_address_of_OnConnected_6(); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_6 = V_2; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_7 = V_1; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_8; L_8 = InterlockedCompareExchangeImpl((Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 **)L_5, L_6, L_7); V_0 = L_8; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_9 = V_0; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)L_9) == ((RuntimeObject*)(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalRCore.HubConnection::remove_OnConnected(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_remove_OnConnected_mE39F370C8750B456A3379E46352A4B6A2D7FBBB6 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * V_0 = NULL; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * V_1 = NULL; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * V_2 = NULL; { Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_0 = __this->get_OnConnected_6(); V_0 = L_0; } IL_0007: { Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_1 = V_0; V_1 = L_1; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_2 = V_1; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)CastclassSealed((RuntimeObject*)L_4, Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var)); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 ** L_5 = __this->get_address_of_OnConnected_6(); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_6 = V_2; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_7 = V_1; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_8; L_8 = InterlockedCompareExchangeImpl((Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 **)L_5, L_6, L_7); V_0 = L_8; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_9 = V_0; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)L_9) == ((RuntimeObject*)(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)L_10)))) { goto IL_0007; } } { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * V_0 = NULL; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * V_1 = NULL; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * V_2 = NULL; { Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_0 = __this->get_OnError_7(); V_0 = L_0; } IL_0007: { Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_1 = V_0; V_1 = L_1; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_2 = V_1; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 *)CastclassSealed((RuntimeObject*)L_4, Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9_il2cpp_TypeInfo_var)); Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 ** L_5 = __this->get_address_of_OnError_7(); Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_6 = V_2; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_7 = V_1; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_8; L_8 = InterlockedCompareExchangeImpl((Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 **)L_5, L_6, L_7); V_0 = L_8; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_9 = V_0; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 *)L_9) == ((RuntimeObject*)(Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalRCore.HubConnection::remove_OnError(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_remove_OnError_mE098089C3962858C0D2B6E11C931003E2B15174C (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * V_0 = NULL; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * V_1 = NULL; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * V_2 = NULL; { Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_0 = __this->get_OnError_7(); V_0 = L_0; } IL_0007: { Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_1 = V_0; V_1 = L_1; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_2 = V_1; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 *)CastclassSealed((RuntimeObject*)L_4, Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9_il2cpp_TypeInfo_var)); Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 ** L_5 = __this->get_address_of_OnError_7(); Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_6 = V_2; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_7 = V_1; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_8; L_8 = InterlockedCompareExchangeImpl((Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 **)L_5, L_6, L_7); V_0 = L_8; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_9 = V_0; Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 *)L_9) == ((RuntimeObject*)(Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 *)L_10)))) { goto IL_0007; } } { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * V_0 = NULL; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * V_1 = NULL; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * V_2 = NULL; { Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_0 = __this->get_OnClosed_8(); V_0 = L_0; } IL_0007: { Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_1 = V_0; V_1 = L_1; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_2 = V_1; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)CastclassSealed((RuntimeObject*)L_4, Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var)); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 ** L_5 = __this->get_address_of_OnClosed_8(); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_6 = V_2; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_7 = V_1; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_8; L_8 = InterlockedCompareExchangeImpl((Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 **)L_5, L_6, L_7); V_0 = L_8; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_9 = V_0; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)L_9) == ((RuntimeObject*)(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalRCore.HubConnection::remove_OnClosed(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_remove_OnClosed_m6A5B8C8002C2149A262DAFBE6FDB432091A8C21A (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * V_0 = NULL; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * V_1 = NULL; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * V_2 = NULL; { Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_0 = __this->get_OnClosed_8(); V_0 = L_0; } IL_0007: { Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_1 = V_0; V_1 = L_1; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_2 = V_1; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)CastclassSealed((RuntimeObject*)L_4, Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var)); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 ** L_5 = __this->get_address_of_OnClosed_8(); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_6 = V_2; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_7 = V_1; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_8; L_8 = InterlockedCompareExchangeImpl((Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 **)L_5, L_6, L_7); V_0 = L_8; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_9 = V_0; Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)L_9) == ((RuntimeObject*)(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)L_10)))) { goto IL_0007; } } { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * V_0 = NULL; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * V_1 = NULL; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * V_2 = NULL; { Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_0 = __this->get_OnMessage_9(); V_0 = L_0; } IL_0007: { Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_1 = V_0; V_1 = L_1; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_2 = V_1; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 *)CastclassSealed((RuntimeObject*)L_4, Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250_il2cpp_TypeInfo_var)); Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 ** L_5 = __this->get_address_of_OnMessage_9(); Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_6 = V_2; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_7 = V_1; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_8; L_8 = InterlockedCompareExchangeImpl((Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 **)L_5, L_6, L_7); V_0 = L_8; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_9 = V_0; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_10 = V_1; if ((!(((RuntimeObject*)(Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 *)L_9) == ((RuntimeObject*)(Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void BestHTTP.SignalRCore.HubConnection::remove_OnMessage(System.Func`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_remove_OnMessage_mDD8DF40A8C4BC83C6E8C1D536FB23DD45E18FD2F (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * V_0 = NULL; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * V_1 = NULL; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * V_2 = NULL; { Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_0 = __this->get_OnMessage_9(); V_0 = L_0; } IL_0007: { Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_1 = V_0; V_1 = L_1; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_2 = V_1; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 *)CastclassSealed((RuntimeObject*)L_4, Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250_il2cpp_TypeInfo_var)); Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 ** L_5 = __this->get_address_of_OnMessage_9(); Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_6 = V_2; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_7 = V_1; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_8; L_8 = InterlockedCompareExchangeImpl((Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 **)L_5, L_6, L_7); V_0 = L_8; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_9 = V_0; Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_10 = V_1; if ((!(((RuntimeObject*)(Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 *)L_9) == ((RuntimeObject*)(Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 *)L_10)))) { goto IL_0007; } } { return; } } // BestHTTP.SignalRCore.IAuthenticationProvider BestHTTP.SignalRCore.HubConnection::get_AuthenticationProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { { // public IAuthenticationProvider AuthenticationProvider { get; set; } RuntimeObject* L_0 = __this->get_U3CAuthenticationProviderU3Ek__BackingField_10(); return L_0; } } // System.Void BestHTTP.SignalRCore.HubConnection::set_AuthenticationProvider(BestHTTP.SignalRCore.IAuthenticationProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_set_AuthenticationProvider_m44CA6E3F34786BF656C2D73A1FA2AB11CFE04F06 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { // public IAuthenticationProvider AuthenticationProvider { get; set; } RuntimeObject* L_0 = ___value0; __this->set_U3CAuthenticationProviderU3Ek__BackingField_10(L_0); return; } } // BestHTTP.SignalRCore.Messages.NegotiationResult BestHTTP.SignalRCore.HubConnection::get_NegotiationResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * HubConnection_get_NegotiationResult_mEE0C873F87B8C06425FCD9410FAE72CDCAD08B53 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { { // public NegotiationResult NegotiationResult { get; private set; } NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * L_0 = __this->get_U3CNegotiationResultU3Ek__BackingField_11(); return L_0; } } // System.Void BestHTTP.SignalRCore.HubConnection::set_NegotiationResult(BestHTTP.SignalRCore.Messages.NegotiationResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_set_NegotiationResult_m307D965E7FA9C5BDC793F999AC689606EBB35A08 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * ___value0, const RuntimeMethod* method) { { // public NegotiationResult NegotiationResult { get; private set; } NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * L_0 = ___value0; __this->set_U3CNegotiationResultU3Ek__BackingField_11(L_0); return; } } // BestHTTP.SignalRCore.HubOptions BestHTTP.SignalRCore.HubConnection::get_Options() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * HubConnection_get_Options_m2C530E446C7F7E09173D9F88C163AE3B367DEA6E (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { { // public HubOptions Options { get; private set; } HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * L_0 = __this->get_U3COptionsU3Ek__BackingField_12(); return L_0; } } // System.Void BestHTTP.SignalRCore.HubConnection::set_Options(BestHTTP.SignalRCore.HubOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_set_Options_m780895EB99275FF8BCEE6E3202422CA222FFE2AC (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * ___value0, const RuntimeMethod* method) { { // public HubOptions Options { get; private set; } HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * L_0 = ___value0; __this->set_U3COptionsU3Ek__BackingField_12(L_0); return; } } // System.Int32 BestHTTP.SignalRCore.HubConnection::get_RedirectCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HubConnection_get_RedirectCount_mE66418C9D640C170D04FC5B1CB996452DDE92FDC (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { { // public int RedirectCount { get; private set; } int32_t L_0 = __this->get_U3CRedirectCountU3Ek__BackingField_13(); return L_0; } } // System.Void BestHTTP.SignalRCore.HubConnection::set_RedirectCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_set_RedirectCount_m9BF8809C20CEDC647974FD4FCCE9C74B96BD21A3 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int RedirectCount { get; private set; } int32_t L_0 = ___value0; __this->set_U3CRedirectCountU3Ek__BackingField_13(L_0); return; } } // System.Void BestHTTP.SignalRCore.HubConnection::.ctor(System.Uri,BestHTTP.SignalRCore.IProtocol) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection__ctor_m037AC0A75E79F9D7E26D52BBBFBFA50CBE0D7A78 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___hubUri0, RuntimeObject* ___protocol1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(hubUri, protocol, new HubOptions()) Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___hubUri0; RuntimeObject* L_1 = ___protocol1; HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * L_2 = (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 *)il2cpp_codegen_object_new(HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855_il2cpp_TypeInfo_var); HubOptions__ctor_m76D75A1D320643F28D6187889CDD532F65541A69(L_2, /*hidden argument*/NULL); HubConnection__ctor_m82216E480ACCEABB550D2CBEF91FD97D2A4D1236(__this, L_0, L_1, L_2, /*hidden argument*/NULL); // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultAccessTokenAuthenticator_t25E8B0EE8F246239C110B306D78B5666B9442085_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m5904CE1535CB968B8C5F104377875EE129740C8A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mF39F63303CC29CAA05F0B91739F0185FB2DDAC03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private Dictionary> invocations = new Dictionary>(); Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * L_0 = (Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 *)il2cpp_codegen_object_new(Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22_il2cpp_TypeInfo_var); Dictionary_2__ctor_m5904CE1535CB968B8C5F104377875EE129740C8A(L_0, /*hidden argument*/Dictionary_2__ctor_m5904CE1535CB968B8C5F104377875EE129740C8A_RuntimeMethod_var); __this->set_invocations_15(L_0); // private Dictionary subscriptions = new Dictionary(StringComparer.OrdinalIgnoreCase); IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_1; L_1 = StringComparer_get_OrdinalIgnoreCase_m8FD38206B6FFE866E97CE4DF84B037F0DF175288_inline(/*hidden argument*/NULL); Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * L_2 = (Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B *)il2cpp_codegen_object_new(Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B_il2cpp_TypeInfo_var); Dictionary_2__ctor_mF39F63303CC29CAA05F0B91739F0185FB2DDAC03(L_2, L_1, /*hidden argument*/Dictionary_2__ctor_mF39F63303CC29CAA05F0B91739F0185FB2DDAC03_RuntimeMethod_var); __this->set_subscriptions_16(L_2); // public HubConnection(Uri hubUri, IProtocol protocol, HubOptions options) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.Uri = hubUri; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___hubUri0; HubConnection_set_Uri_mD9039F9D2EDFFE8CABD33D672C5D962B4A8A7CCF_inline(__this, L_3, /*hidden argument*/NULL); // this.State = ConnectionStates.Initial; HubConnection_set_State_m628CE120FF82001E1CDFB2D781102D6CEB68D46B_inline(__this, 0, /*hidden argument*/NULL); // this.Options = options; HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * L_4 = ___options2; HubConnection_set_Options_m780895EB99275FF8BCEE6E3202422CA222FFE2AC_inline(__this, L_4, /*hidden argument*/NULL); // this.Protocol = protocol; RuntimeObject* L_5 = ___protocol1; HubConnection_set_Protocol_m6FC0AF33AC6ADFEB70BDAACC9AA5740DC729D5DC_inline(__this, L_5, /*hidden argument*/NULL); // this.Protocol.Connection = this; RuntimeObject* L_6; L_6 = HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); InterfaceActionInvoker1< HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * >::Invoke(3 /* System.Void BestHTTP.SignalRCore.IProtocol::set_Connection(BestHTTP.SignalRCore.HubConnection) */, IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var, L_6, __this); // this.AuthenticationProvider = new DefaultAccessTokenAuthenticator(this); DefaultAccessTokenAuthenticator_t25E8B0EE8F246239C110B306D78B5666B9442085 * L_7 = (DefaultAccessTokenAuthenticator_t25E8B0EE8F246239C110B306D78B5666B9442085 *)il2cpp_codegen_object_new(DefaultAccessTokenAuthenticator_t25E8B0EE8F246239C110B306D78B5666B9442085_il2cpp_TypeInfo_var); DefaultAccessTokenAuthenticator__ctor_m77F097DA87FC51C42111964190DA62EE1139AF24(L_7, __this, /*hidden argument*/NULL); HubConnection_set_AuthenticationProvider_m44CA6E3F34786BF656C2D73A1FA2AB11CFE04F06_inline(__this, L_7, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalRCore.HubConnection::StartConnect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_StartConnect_m19A1847CC52217F06FC24880711E3A3F4E5BEC14 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_OnAuthenticationFailed_m334C489C64685AC68154D35DB5D1966D47F426E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_OnAuthenticationSucceded_m6C9614CE89FDB9AE034EADDEFA47E2E9B2678296_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7B25AA03EBC7AE7926267A5DA45FB101AE4809B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6E1693A3753EB85817FEF6FD88BCE52392E7C74); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA4309E9FB9939FBA96921EEE64172D608994FC2); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (this.State != ConnectionStates.Initial && this.State != ConnectionStates.Redirected) int32_t L_0; L_0 = HubConnection_get_State_m0DE9AA163001AF22026756D302A6B179A82FD183_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_003f; } } { int32_t L_1; L_1 = HubConnection_get_State_m0DE9AA163001AF22026756D302A6B179A82FD183_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)3))) { goto IL_003f; } } { // HTTPManager.Logger.Warning("HubConnection", "StartConnect - Expected Initial or Redirected state, got " + this.State.ToString()); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); int32_t L_3; L_3 = HubConnection_get_State_m0DE9AA163001AF22026756D302A6B179A82FD183_inline(__this, /*hidden argument*/NULL); V_0 = L_3; RuntimeObject * L_4 = Box(ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); V_0 = *(int32_t*)UnBox(L_4); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralF6E1693A3753EB85817FEF6FD88BCE52392E7C74, L_5, /*hidden argument*/NULL); NullCheck(L_2); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_2, _stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27, L_6); // return; return; } IL_003f: { // HTTPManager.Logger.Verbose("HubConnection", "StartConnect"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_7; L_7 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_7); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_7, _stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27, _stringLiteralE7B25AA03EBC7AE7926267A5DA45FB101AE4809B); // if (this.AuthenticationProvider != null && this.AuthenticationProvider.IsPreAuthRequired) RuntimeObject* L_8; L_8 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_00be; } } { RuntimeObject* L_9; L_9 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean BestHTTP.SignalRCore.IAuthenticationProvider::get_IsPreAuthRequired() */, IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var, L_9); if (!L_10) { goto IL_00be; } } { // HTTPManager.Logger.Information("HubConnection", "StartConnect - Authenticating"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_11; L_11 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_11); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_11, _stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27, _stringLiteralFA4309E9FB9939FBA96921EEE64172D608994FC2); // SetState(ConnectionStates.Authenticating); HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124(__this, 1, (String_t*)NULL, /*hidden argument*/NULL); // this.AuthenticationProvider.OnAuthenticationSucceded += OnAuthenticationSucceded; RuntimeObject* L_12; L_12 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(__this, /*hidden argument*/NULL); OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_13 = (OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 *)il2cpp_codegen_object_new(OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6_il2cpp_TypeInfo_var); OnAuthenticationSuccededDelegate__ctor_mF77572FF894482EA3486FDC7159674B04CF495B1(L_13, __this, (intptr_t)((intptr_t)HubConnection_OnAuthenticationSucceded_m6C9614CE89FDB9AE034EADDEFA47E2E9B2678296_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_12); InterfaceActionInvoker1< OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * >::Invoke(1 /* System.Void BestHTTP.SignalRCore.IAuthenticationProvider::add_OnAuthenticationSucceded(BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate) */, IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var, L_12, L_13); // this.AuthenticationProvider.OnAuthenticationFailed += OnAuthenticationFailed; RuntimeObject* L_14; L_14 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(__this, /*hidden argument*/NULL); OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_15 = (OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 *)il2cpp_codegen_object_new(OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2_il2cpp_TypeInfo_var); OnAuthenticationFailedDelegate__ctor_mAD24BCF6185A8E4884DC9838552A5D4DF42F9F06(L_15, __this, (intptr_t)((intptr_t)HubConnection_OnAuthenticationFailed_m334C489C64685AC68154D35DB5D1966D47F426E4_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_14); InterfaceActionInvoker1< OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * >::Invoke(3 /* System.Void BestHTTP.SignalRCore.IAuthenticationProvider::add_OnAuthenticationFailed(BestHTTP.SignalRCore.OnAuthenticationFailedDelegate) */, IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var, L_14, L_15); // this.AuthenticationProvider.StartAuthentication(); RuntimeObject* L_16; L_16 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(__this, /*hidden argument*/NULL); NullCheck(L_16); InterfaceActionInvoker0::Invoke(5 /* System.Void BestHTTP.SignalRCore.IAuthenticationProvider::StartAuthentication() */, IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var, L_16); // } return; } IL_00be: { // StartNegotiation(); HubConnection_StartNegotiation_m010E910F494F7103A1B960750BEB4FA129AAF144(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalRCore.HubConnection::OnAuthenticationSucceded(BestHTTP.SignalRCore.IAuthenticationProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_OnAuthenticationSucceded_m6C9614CE89FDB9AE034EADDEFA47E2E9B2678296 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, RuntimeObject* ___provider0, 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*)&HubConnection_OnAuthenticationFailed_m334C489C64685AC68154D35DB5D1966D47F426E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_OnAuthenticationSucceded_m6C9614CE89FDB9AE034EADDEFA47E2E9B2678296_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18F21469A4A934082827CA90EBFA84B46AFB947A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27); s_Il2CppMethodInitialized = true; } { // HTTPManager.Logger.Verbose("HubConnection", "OnAuthenticationSucceded"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27, _stringLiteral18F21469A4A934082827CA90EBFA84B46AFB947A); // this.AuthenticationProvider.OnAuthenticationSucceded -= OnAuthenticationSucceded; RuntimeObject* L_1; L_1 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(__this, /*hidden argument*/NULL); OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_2 = (OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 *)il2cpp_codegen_object_new(OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6_il2cpp_TypeInfo_var); OnAuthenticationSuccededDelegate__ctor_mF77572FF894482EA3486FDC7159674B04CF495B1(L_2, __this, (intptr_t)((intptr_t)HubConnection_OnAuthenticationSucceded_m6C9614CE89FDB9AE034EADDEFA47E2E9B2678296_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_1); InterfaceActionInvoker1< OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * >::Invoke(2 /* System.Void BestHTTP.SignalRCore.IAuthenticationProvider::remove_OnAuthenticationSucceded(BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate) */, IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var, L_1, L_2); // this.AuthenticationProvider.OnAuthenticationFailed -= OnAuthenticationFailed; RuntimeObject* L_3; L_3 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(__this, /*hidden argument*/NULL); OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_4 = (OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 *)il2cpp_codegen_object_new(OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2_il2cpp_TypeInfo_var); OnAuthenticationFailedDelegate__ctor_mAD24BCF6185A8E4884DC9838552A5D4DF42F9F06(L_4, __this, (intptr_t)((intptr_t)HubConnection_OnAuthenticationFailed_m334C489C64685AC68154D35DB5D1966D47F426E4_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker1< OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * >::Invoke(4 /* System.Void BestHTTP.SignalRCore.IAuthenticationProvider::remove_OnAuthenticationFailed(BestHTTP.SignalRCore.OnAuthenticationFailedDelegate) */, IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var, L_3, L_4); // StartNegotiation(); HubConnection_StartNegotiation_m010E910F494F7103A1B960750BEB4FA129AAF144(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalRCore.HubConnection::OnAuthenticationFailed(BestHTTP.SignalRCore.IAuthenticationProvider,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_OnAuthenticationFailed_m334C489C64685AC68154D35DB5D1966D47F426E4 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, RuntimeObject* ___provider0, String_t* ___reason1, 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*)&HubConnection_OnAuthenticationFailed_m334C489C64685AC68154D35DB5D1966D47F426E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_OnAuthenticationSucceded_m6C9614CE89FDB9AE034EADDEFA47E2E9B2678296_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29F9E09AC1D1DED23B64DF32DE50C143BF63DA3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27); s_Il2CppMethodInitialized = true; } { // HTTPManager.Logger.Error("HubConnection", "OnAuthenticationFailed: " + reason); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_1 = ___reason1; String_t* L_2; L_2 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral29F9E09AC1D1DED23B64DF32DE50C143BF63DA3B, L_1, /*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(15 /* System.Void BestHTTP.Logger.ILogger::Error(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27, L_2); // this.AuthenticationProvider.OnAuthenticationSucceded -= OnAuthenticationSucceded; RuntimeObject* L_3; L_3 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(__this, /*hidden argument*/NULL); OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_4 = (OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 *)il2cpp_codegen_object_new(OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6_il2cpp_TypeInfo_var); OnAuthenticationSuccededDelegate__ctor_mF77572FF894482EA3486FDC7159674B04CF495B1(L_4, __this, (intptr_t)((intptr_t)HubConnection_OnAuthenticationSucceded_m6C9614CE89FDB9AE034EADDEFA47E2E9B2678296_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker1< OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * >::Invoke(2 /* System.Void BestHTTP.SignalRCore.IAuthenticationProvider::remove_OnAuthenticationSucceded(BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate) */, IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var, L_3, L_4); // this.AuthenticationProvider.OnAuthenticationFailed -= OnAuthenticationFailed; RuntimeObject* L_5; L_5 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(__this, /*hidden argument*/NULL); OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_6 = (OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 *)il2cpp_codegen_object_new(OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2_il2cpp_TypeInfo_var); OnAuthenticationFailedDelegate__ctor_mAD24BCF6185A8E4884DC9838552A5D4DF42F9F06(L_6, __this, (intptr_t)((intptr_t)HubConnection_OnAuthenticationFailed_m334C489C64685AC68154D35DB5D1966D47F426E4_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_5); InterfaceActionInvoker1< OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * >::Invoke(4 /* System.Void BestHTTP.SignalRCore.IAuthenticationProvider::remove_OnAuthenticationFailed(BestHTTP.SignalRCore.OnAuthenticationFailedDelegate) */, IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var, L_5, L_6); // SetState(ConnectionStates.Closed, reason); String_t* L_7 = ___reason1; HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124(__this, 6, L_7, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalRCore.HubConnection::StartNegotiation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_StartNegotiation_m010E910F494F7103A1B960750BEB4FA129AAF144 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __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*)&HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_OnNegotiationRequestFinished_m2DE4A02A3B5ADC24E487849E43405AC3852AEBBA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EC6489826B67668C7B2C993156A33B5273C9D0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAF381C8896187EEE0164FEE3EDE54AAD05C0F30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD34F778FB23960D83AA3FD3A29D46081135103F); s_Il2CppMethodInitialized = true; } HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * V_0 = NULL; { // HTTPManager.Logger.Verbose("HubConnection", "StartNegotiation"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27, _stringLiteralAAF381C8896187EEE0164FEE3EDE54AAD05C0F30); // if (this.State == ConnectionStates.CloseInitiated) int32_t L_1; L_1 = HubConnection_get_State_m0DE9AA163001AF22026756D302A6B179A82FD183_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)5)))) { goto IL_0026; } } { // SetState(ConnectionStates.Closed); HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124(__this, 6, (String_t*)NULL, /*hidden argument*/NULL); // return; return; } IL_0026: { // if (this.Options.SkipNegotiation) HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * L_2; L_2 = HubConnection_get_Options_m2C530E446C7F7E09173D9F88C163AE3B367DEA6E_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); bool L_3; L_3 = HubOptions_get_SkipNegotiation_mA6098D6DFAACA4E6CCB051D60AA534FF98524449_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_004e; } } { // HTTPManager.Logger.Verbose("HubConnection", "Skipping negotiation"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_4); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_4, _stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27, _stringLiteralDD34F778FB23960D83AA3FD3A29D46081135103F); // ConnectImpl(); HubConnection_ConnectImpl_m31FF93A6149C121CCD1EEDDD2419664FE2ADCC13(__this, /*hidden argument*/NULL); // return; return; } IL_004e: { // SetState(ConnectionStates.Negotiating); HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124(__this, 2, (String_t*)NULL, /*hidden argument*/NULL); // UriBuilder builder = new UriBuilder(this.Uri); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5; L_5 = HubConnection_get_Uri_m8C7197E8371C7DE731D53F8A8CDD1B123A6EBDA5_inline(__this, /*hidden argument*/NULL); UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_6 = (UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 *)il2cpp_codegen_object_new(UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42_il2cpp_TypeInfo_var); UriBuilder__ctor_m29D2B1247A2408DE7238846FC15BF08D31A33939(L_6, L_5, /*hidden argument*/NULL); // builder.Path += "/negotiate"; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_7 = L_6; UriBuilder_t6FF22E0E019C73564385054BE4AF98E6C5EE0F42 * L_8 = L_7; NullCheck(L_8); String_t* L_9; L_9 = UriBuilder_get_Path_m2A549F74EB4205836F43652F7C0F0AA76D996A6D_inline(L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_9, _stringLiteral0EC6489826B67668C7B2C993156A33B5273C9D0D, /*hidden argument*/NULL); NullCheck(L_8); UriBuilder_set_Path_mB46E97D72960ADECCDCFA9733228DABEA4A5AB31(L_8, L_10, /*hidden argument*/NULL); // var request = new HTTPRequest(builder.Uri, HTTPMethods.Post, OnNegotiationRequestFinished); NullCheck(L_7); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11; L_11 = UriBuilder_get_Uri_mCC00D0ED823993613F5E62435B85FDADC891C328(L_7, /*hidden argument*/NULL); OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * L_12 = (OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 *)il2cpp_codegen_object_new(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4_il2cpp_TypeInfo_var); OnRequestFinishedDelegate__ctor_m2379F5429ED6B8FB42D7D7D8C3FADE30932BD9FA(L_12, __this, (intptr_t)((intptr_t)HubConnection_OnNegotiationRequestFinished_m2DE4A02A3B5ADC24E487849E43405AC3852AEBBA_RuntimeMethod_var), /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_13 = (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 *)il2cpp_codegen_object_new(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); HTTPRequest__ctor_m00C13EB79996ACA6B7B3A94149FC36736BE59976(L_13, L_11, 2, L_12, /*hidden argument*/NULL); V_0 = L_13; // if (this.AuthenticationProvider != null) RuntimeObject* L_14; L_14 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(__this, /*hidden argument*/NULL); if (!L_14) { goto IL_00a3; } } { // this.AuthenticationProvider.PrepareRequest(request); RuntimeObject* L_15; L_15 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(__this, /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_16 = V_0; NullCheck(L_15); InterfaceActionInvoker1< HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * >::Invoke(6 /* System.Void BestHTTP.SignalRCore.IAuthenticationProvider::PrepareRequest(BestHTTP.HTTPRequest) */, IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var, L_15, L_16); } IL_00a3: { // request.Send(); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_17 = V_0; NullCheck(L_17); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_18; L_18 = HTTPRequest_Send_m6DFACD89B7BA3689A32616A9B7F7AD41DBA86C46(L_17, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalRCore.HubConnection::ConnectImpl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_ConnectImpl_m31FF93A6149C121CCD1EEDDD2419664FE2ADCC13 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2__ctor_mD2AF3CF58AF5D79915C6A3F31A6FDD67DFEB8694_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_Transport_OnStateChanged_m8A8D15022698C36B224EE5C6ECE6AF26CC24C3E1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransportTypes_t64453FD26634509FEE0E9380AF71E4C67F727DB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1592F3C7D2161E4929051EA244E6213BE249F09A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51D64EF16BF669B64DAB343E9DD4DC21B2ABB34F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C3860DF5824D74486DB71394545D806FE58F20A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC83695F1B6299F4C690C1DF31CA7466F8DAE353D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // HTTPManager.Logger.Verbose("HubConnection", "ConnectImpl"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27, _stringLiteralC83695F1B6299F4C690C1DF31CA7466F8DAE353D); // switch (this.Options.PreferedTransport) HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * L_1; L_1 = HubConnection_get_Options_m2C530E446C7F7E09173D9F88C163AE3B367DEA6E_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = HubOptions_get_PreferedTransport_m0B17F55F8BDE3C7E50D0D5B22857BF67EFAE0F6E_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0068; } } { // if (this.NegotiationResult != null && !IsTransportSupported("WebSockets")) NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * L_3; L_3 = HubConnection_get_NegotiationResult_mEE0C873F87B8C06425FCD9410FAE72CDCAD08B53_inline(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0043; } } { bool L_4; L_4 = HubConnection_IsTransportSupported_m249928947653B0B0530DB4A8CEB754AC28031A90(__this, _stringLiteral51D64EF16BF669B64DAB343E9DD4DC21B2ABB34F, /*hidden argument*/NULL); if (L_4) { goto IL_0043; } } { // SetState(ConnectionStates.Closed, "The 'WebSockets' transport isn't supported by the server!"); HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124(__this, 6, _stringLiteral5C3860DF5824D74486DB71394545D806FE58F20A, /*hidden argument*/NULL); // return; return; } IL_0043: { // this.Transport = new Transports.WebSocketTransport(this); WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C * L_5 = (WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C *)il2cpp_codegen_object_new(WebSocketTransport_t945B1615E135B3AFE861A990838EBF676C59C80C_il2cpp_TypeInfo_var); WebSocketTransport__ctor_m8B2628E6CE10DAB086D8F5ADF1CE02E23DDF83FA(L_5, __this, /*hidden argument*/NULL); HubConnection_set_Transport_mD4CE3EA1F351E2E8E1F22ADB5D7CD198B26CA690_inline(__this, L_5, /*hidden argument*/NULL); // this.Transport.OnStateChanged += Transport_OnStateChanged; RuntimeObject* L_6; L_6 = HubConnection_get_Transport_mEFD897CA6B0D940B1D713F6DD0363A42C306A7C8_inline(__this, /*hidden argument*/NULL); Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * L_7 = (Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 *)il2cpp_codegen_object_new(Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8_il2cpp_TypeInfo_var); Action_2__ctor_mD2AF3CF58AF5D79915C6A3F31A6FDD67DFEB8694(L_7, __this, (intptr_t)((intptr_t)HubConnection_Transport_OnStateChanged_m8A8D15022698C36B224EE5C6ECE6AF26CC24C3E1_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mD2AF3CF58AF5D79915C6A3F31A6FDD67DFEB8694_RuntimeMethod_var); NullCheck(L_6); InterfaceActionInvoker1< Action_2_t05FFADB700A488C0314B25C3DA00537DBECF7EE8 * >::Invoke(4 /* System.Void BestHTTP.SignalRCore.ITransport::add_OnStateChanged(System.Action`2) */, ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F_il2cpp_TypeInfo_var, L_6, L_7); // break; goto IL_0092; } IL_0068: { // SetState(ConnectionStates.Closed, "Unsupportted transport: " + this.Options.PreferedTransport); HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * L_8; L_8 = HubConnection_get_Options_m2C530E446C7F7E09173D9F88C163AE3B367DEA6E_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9; L_9 = HubOptions_get_PreferedTransport_m0B17F55F8BDE3C7E50D0D5B22857BF67EFAE0F6E_inline(L_8, /*hidden argument*/NULL); V_0 = L_9; RuntimeObject * L_10 = Box(TransportTypes_t64453FD26634509FEE0E9380AF71E4C67F727DB6_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); V_0 = *(int32_t*)UnBox(L_10); String_t* L_12; L_12 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral1592F3C7D2161E4929051EA244E6213BE249F09A, L_11, /*hidden argument*/NULL); HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124(__this, 6, L_12, /*hidden argument*/NULL); } IL_0092: { // this.Transport.StartConnect(); RuntimeObject* L_13; L_13 = HubConnection_get_Transport_mEFD897CA6B0D940B1D713F6DD0363A42C306A7C8_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); InterfaceActionInvoker0::Invoke(6 /* System.Void BestHTTP.SignalRCore.ITransport::StartConnect() */, ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F_il2cpp_TypeInfo_var, L_13); // } return; } } // System.Boolean BestHTTP.SignalRCore.HubConnection::IsTransportSupported(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HubConnection_IsTransportSupported_m249928947653B0B0530DB4A8CEB754AC28031A90 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___transportName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m569E8005EDE9CFCB78ABCC399A26361D9B46B8EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mA69E582750CEE6FD74E9A11054C33C1F47036151_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (this.NegotiationResult.SupportedTransports == null) NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * L_0; L_0 = HubConnection_get_NegotiationResult_mEE0C873F87B8C06425FCD9410FAE72CDCAD08B53_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 * L_1; L_1 = NegotiationResult_get_SupportedTransports_mBCE83B87E894970FDA7962C677CD46839F6971A2_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { // return true; return (bool)1; } IL_000f: { // for (int i = 0; i < this.NegotiationResult.SupportedTransports.Count; ++i) V_0 = 0; goto IL_0037; } IL_0013: { // if (this.NegotiationResult.SupportedTransports[i].Name == transportName) NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * L_2; L_2 = HubConnection_get_NegotiationResult_mEE0C873F87B8C06425FCD9410FAE72CDCAD08B53_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 * L_3; L_3 = NegotiationResult_get_SupportedTransports_mBCE83B87E894970FDA7962C677CD46839F6971A2_inline(L_2, /*hidden argument*/NULL); int32_t L_4 = V_0; NullCheck(L_3); SupportedTransport_t4ADFFCF6B23DEFEC4937A6F9F4216E011F0678AB * L_5; L_5 = List_1_get_Item_mA69E582750CEE6FD74E9A11054C33C1F47036151_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_mA69E582750CEE6FD74E9A11054C33C1F47036151_RuntimeMethod_var); NullCheck(L_5); String_t* L_6; L_6 = SupportedTransport_get_Name_m22DA46C08B84E6F352ED6F925D7BD4FDE009390B_inline(L_5, /*hidden argument*/NULL); String_t* L_7 = ___transportName0; bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0033; } } { // return true; return (bool)1; } IL_0033: { // for (int i = 0; i < this.NegotiationResult.SupportedTransports.Count; ++i) int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0037: { // for (int i = 0; i < this.NegotiationResult.SupportedTransports.Count; ++i) int32_t L_10 = V_0; NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * L_11; L_11 = HubConnection_get_NegotiationResult_mEE0C873F87B8C06425FCD9410FAE72CDCAD08B53_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); List_1_t12CCCD2A80D2650259B931B9E712F9CEA9B0E169 * L_12; L_12 = NegotiationResult_get_SupportedTransports_mBCE83B87E894970FDA7962C677CD46839F6971A2_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13; L_13 = List_1_get_Count_m569E8005EDE9CFCB78ABCC399A26361D9B46B8EF_inline(L_12, /*hidden argument*/List_1_get_Count_m569E8005EDE9CFCB78ABCC399A26361D9B46B8EF_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_13))) { goto IL_0013; } } { // return false; return (bool)0; } } // System.Void BestHTTP.SignalRCore.HubConnection::OnNegotiationRequestFinished(BestHTTP.HTTPRequest,BestHTTP.HTTPResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_OnNegotiationRequestFinished_m2DE4A02A3B5ADC24E487849E43405AC3852AEBBA (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___req0, HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___resp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_3_Invoke_mBB9237A966BBF43075D7792AE7A048E3B4124AFA_RuntimeMethod_var); 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2813CAE75E7B12AB0DA3AF379283D93DA0036F4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E6CEFB6F639A6160EA3105155A3EAE761124F4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E116542BC24A017EB2A12E67CF541997D1B6709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7011EADA856FEA68E065F89C8F34B777AD6349EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9747BD578464BC94B6012230226D59B1995B217); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE0C76B68769BA02D12B817598E76ED872B435C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB9BD18F52838042E65A1D6A3D6615DFED51BF0C); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_3 = NULL; Exception_t * V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B17_0 = NULL; String_t* G_B16_0 = NULL; String_t* G_B18_0 = NULL; String_t* G_B18_1 = NULL; { // if (this.State == ConnectionStates.CloseInitiated) int32_t L_0; L_0 = HubConnection_get_State_m0DE9AA163001AF22026756D302A6B179A82FD183_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)5)))) { goto IL_0012; } } { // SetState(ConnectionStates.Closed); HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124(__this, 6, (String_t*)NULL, /*hidden argument*/NULL); // return; return; } IL_0012: { // string errorReason = null; V_0 = (String_t*)NULL; // 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_1 = L_2; int32_t L_3 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)3))) { case 0: { goto IL_003c; } case 1: { goto IL_0164; } case 2: { goto IL_01a0; } case 3: { goto IL_01a8; } case 4: { goto IL_01b0; } } } { goto IL_01b6; } IL_003c: { // 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_0140; } } { // HTTPManager.Logger.Information("HubConnection", "Negotiation Request Finished Successfully! Response: " + resp.DataAsText); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_6; L_6 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_7 = ___resp1; NullCheck(L_7); String_t* L_8; L_8 = HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral2813CAE75E7B12AB0DA3AF379283D93DA0036F4D, L_8, /*hidden argument*/NULL); NullCheck(L_6); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_6, _stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27, L_9); // this.NegotiationResult = NegotiationResult.Parse(resp.DataAsText, out errorReason, this); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_10 = ___resp1; NullCheck(L_10); String_t* L_11; L_11 = HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA(L_10, /*hidden argument*/NULL); NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * L_12; L_12 = NegotiationResult_Parse_m5FFEF83FA4523D664B9DFD7745232C54E913BEFC(L_11, (String_t**)(&V_0), __this, /*hidden argument*/NULL); HubConnection_set_NegotiationResult_m307D965E7FA9C5BDC793F999AC689606EBB35A08_inline(__this, L_12, /*hidden argument*/NULL); // if (string.IsNullOrEmpty(errorReason)) String_t* L_13 = V_0; bool L_14; L_14 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_01b6; } } { // if (this.NegotiationResult.Url != null) NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * L_15; L_15 = HubConnection_get_NegotiationResult_mEE0C873F87B8C06425FCD9410FAE72CDCAD08B53_inline(__this, /*hidden argument*/NULL); NullCheck(L_15); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_16; L_16 = NegotiationResult_get_Url_m3E1513EB3B703A70C1408E95A66050B06964D206_inline(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_17; L_17 = Uri_op_Inequality_m3B3733CAA19866A20EF76A772B368EFB5FC89A4F(L_16, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_17) { goto IL_0138; } } { // this.SetState(ConnectionStates.Redirected); HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124(__this, 3, (String_t*)NULL, /*hidden argument*/NULL); // if (++this.RedirectCount >= this.Options.MaxRedirects) int32_t L_18; L_18 = HubConnection_get_RedirectCount_mE66418C9D640C170D04FC5B1CB996452DDE92FDC_inline(__this, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); int32_t L_19 = V_2; HubConnection_set_RedirectCount_m9BF8809C20CEDC647974FD4FCCE9C74B96BD21A3_inline(__this, L_19, /*hidden argument*/NULL); int32_t L_20 = V_2; HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * L_21; L_21 = HubConnection_get_Options_m2C530E446C7F7E09173D9F88C163AE3B367DEA6E_inline(__this, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22; L_22 = HubOptions_get_MaxRedirects_m648189FB08F024CA8DDCF41B691F021DF1346950_inline(L_21, /*hidden argument*/NULL); if ((((int32_t)L_20) < ((int32_t)L_22))) { goto IL_00e1; } } { // errorReason = string.Format("MaxRedirects ({0:N0}) reached!", this.Options.MaxRedirects); HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * L_23; L_23 = HubConnection_get_Options_m2C530E446C7F7E09173D9F88C163AE3B367DEA6E_inline(__this, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24; L_24 = HubOptions_get_MaxRedirects_m648189FB08F024CA8DDCF41B691F021DF1346950_inline(L_23, /*hidden argument*/NULL); int32_t L_25 = L_24; RuntimeObject * L_26 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_25); String_t* L_27; L_27 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral2E6CEFB6F639A6160EA3105155A3EAE761124F4D, L_26, /*hidden argument*/NULL); V_0 = L_27; goto IL_01b6; } IL_00e1: { // var oldUri = this.Uri; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_28; L_28 = HubConnection_get_Uri_m8C7197E8371C7DE731D53F8A8CDD1B123A6EBDA5_inline(__this, /*hidden argument*/NULL); V_3 = L_28; // this.Uri = this.NegotiationResult.Url; NegotiationResult_tB890A884403AA934CA0E2148E53D19DC196D3D85 * L_29; L_29 = HubConnection_get_NegotiationResult_mEE0C873F87B8C06425FCD9410FAE72CDCAD08B53_inline(__this, /*hidden argument*/NULL); NullCheck(L_29); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_30; L_30 = NegotiationResult_get_Url_m3E1513EB3B703A70C1408E95A66050B06964D206_inline(L_29, /*hidden argument*/NULL); HubConnection_set_Uri_mD9039F9D2EDFFE8CABD33D672C5D962B4A8A7CCF_inline(__this, L_30, /*hidden argument*/NULL); // if (this.OnRedirected != null) Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_31 = __this->get_OnRedirected_5(); if (!L_31) { goto IL_0130; } } IL_0101: try {// begin try (depth: 1) // this.OnRedirected(this, oldUri, Uri); Action_3_t5C90A28BDAA9A129AFA58FD650137BBF1234A4AB * L_32 = __this->get_OnRedirected_5(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_33 = V_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_34; L_34 = HubConnection_get_Uri_m8C7197E8371C7DE731D53F8A8CDD1B123A6EBDA5_inline(__this, /*hidden argument*/NULL); NullCheck(L_32); Action_3_Invoke_mBB9237A966BBF43075D7792AE7A048E3B4124AFA(L_32, __this, L_33, L_34, /*hidden argument*/Action_3_Invoke_mBB9237A966BBF43075D7792AE7A048E3B4124AFA_RuntimeMethod_var); // } goto IL_0130; }// 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_0116; } throw e; } CATCH_0116: {// begin catch(System.Exception) // catch (Exception ex) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("HubConnection", "OnNegotiationRequestFinished - OnRedirected", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_35; L_35 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_36 = V_4; NullCheck(L_35); 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_35, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1F4125B4E798217411C6D6C7CB69EA389BDCD46A)), L_36); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0130; }// end catch (depth: 1) IL_0130: { // StartConnect(); HubConnection_StartConnect_m19A1847CC52217F06FC24880711E3A3F4E5BEC14(__this, /*hidden argument*/NULL); // } goto IL_01b6; } IL_0138: { // ConnectImpl(); HubConnection_ConnectImpl_m31FF93A6149C121CCD1EEDDD2419664FE2ADCC13(__this, /*hidden argument*/NULL); // } goto IL_01b6; } IL_0140: { // errorReason = string.Format("Negotiation Request Finished Successfully, but the server sent an error. Status Code: {0}-{1} Message: {2}", // resp.StatusCode, // resp.Message, // resp.DataAsText); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_37 = ___resp1; NullCheck(L_37); int32_t L_38; L_38 = HTTPResponse_get_StatusCode_m3D1C85F140105D51707DADCD3A376621CFA670DF_inline(L_37, /*hidden argument*/NULL); int32_t L_39 = L_38; RuntimeObject * L_40 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_39); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_41 = ___resp1; NullCheck(L_41); String_t* L_42; L_42 = HTTPResponse_get_Message_m1898E05F9D431E994A4D955B9B6C92A3C98A9383_inline(L_41, /*hidden argument*/NULL); HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * L_43 = ___resp1; NullCheck(L_43); String_t* L_44; L_44 = HTTPResponse_get_DataAsText_mE627F5169E5E8FCD960C0503DAC684E82CF38ECA(L_43, /*hidden argument*/NULL); String_t* L_45; L_45 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(_stringLiteral7011EADA856FEA68E065F89C8F34B777AD6349EF, L_40, L_42, L_44, /*hidden argument*/NULL); V_0 = L_45; // break; goto IL_01b6; } IL_0164: { // errorReason = "Negotiation Request Finished with Error! " + (req.Exception != null ? (req.Exception.Message + "\n" + req.Exception.StackTrace) : "No Exception"); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_46 = ___req0; NullCheck(L_46); Exception_t * L_47; L_47 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_46, /*hidden argument*/NULL); G_B16_0 = _stringLiteralFB9BD18F52838042E65A1D6A3D6615DFED51BF0C; if (L_47) { G_B17_0 = _stringLiteralFB9BD18F52838042E65A1D6A3D6615DFED51BF0C; goto IL_0178; } } { G_B18_0 = _stringLiteral23163990D038E20F9272B8569811E9D9CC45CC16; G_B18_1 = G_B16_0; goto IL_0198; } IL_0178: { HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_48 = ___req0; NullCheck(L_48); Exception_t * L_49; L_49 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_48, /*hidden argument*/NULL); NullCheck(L_49); String_t* L_50; L_50 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_49); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_51 = ___req0; NullCheck(L_51); Exception_t * L_52; L_52 = HTTPRequest_get_Exception_mEDB50793ED3C8EE527D30B823A15EC39C657B434_inline(L_51, /*hidden argument*/NULL); NullCheck(L_52); String_t* L_53; L_53 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_52); String_t* L_54; L_54 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_50, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, L_53, /*hidden argument*/NULL); G_B18_0 = L_54; G_B18_1 = G_B17_0; } IL_0198: { String_t* L_55; L_55 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B18_1, G_B18_0, /*hidden argument*/NULL); V_0 = L_55; // break; goto IL_01b6; } IL_01a0: { // errorReason = "Negotiation Request Aborted!"; V_0 = _stringLiteralEE0C76B68769BA02D12B817598E76ED872B435C1; // break; goto IL_01b6; } IL_01a8: { // errorReason = "Negotiation Request - Connection Timed Out!"; V_0 = _stringLiteralA9747BD578464BC94B6012230226D59B1995B217; // break; goto IL_01b6; } IL_01b0: { // errorReason = "Negotiation Request - Processing the request Timed Out!"; V_0 = _stringLiteral3E116542BC24A017EB2A12E67CF541997D1B6709; } IL_01b6: { // if (errorReason != null) String_t* L_56 = V_0; if (!L_56) { goto IL_01c1; } } { // SetState(ConnectionStates.Closed, errorReason); String_t* L_57 = V_0; HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124(__this, 6, L_57, /*hidden argument*/NULL); } IL_01c1: { // } return; } } // System.Void BestHTTP.SignalRCore.HubConnection::StartClose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_StartClose_m240A8EC4903217BAE6093B546165CD8F43993682 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __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*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7276F9936A2FD995165591188D1AA881567D2A77); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27); s_Il2CppMethodInitialized = true; } { // HTTPManager.Logger.Verbose("HubConnection", "StartClose"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27, _stringLiteral7276F9936A2FD995165591188D1AA881567D2A77); // SetState(ConnectionStates.CloseInitiated); HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124(__this, 5, (String_t*)NULL, /*hidden argument*/NULL); // if (this.Transport != null) RuntimeObject* L_1; L_1 = HubConnection_get_Transport_mEFD897CA6B0D940B1D713F6DD0363A42C306A7C8_inline(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_002f; } } { // this.Transport.StartClose(); RuntimeObject* L_2; L_2 = HubConnection_get_Transport_mEFD897CA6B0D940B1D713F6DD0363A42C306A7C8_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); InterfaceActionInvoker0::Invoke(7 /* System.Void BestHTTP.SignalRCore.ITransport::StartClose() */, ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F_il2cpp_TypeInfo_var, L_2); } IL_002f: { // } return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m6A93D53BCB310FE497964E23B8C69D4D6DE3FF4D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_1__ctor_m9B342C170743791B4E9D85F1C2A381A7D9B6A9DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass65_0_U3CSendU3Eb__0_m06043E0AD751ED83C81067D21C6883650EFAF231_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631 * V_0 = NULL; { U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631 * L_0 = (U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass65_0__ctor_m9A26E7D0D27BB57DBCCC150AC9695530E3669357(L_0, /*hidden argument*/NULL); V_0 = L_0; // Future future = new Future(); U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631 * L_1 = V_0; Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * L_2 = (Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 *)il2cpp_codegen_object_new(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7_il2cpp_TypeInfo_var); Future_1__ctor_m9B342C170743791B4E9D85F1C2A381A7D9B6A9DB(L_2, /*hidden argument*/Future_1__ctor_m9B342C170743791B4E9D85F1C2A381A7D9B6A9DB_RuntimeMethod_var); NullCheck(L_1); L_1->set_future_0(L_2); // InvokeImp(target, // args, // (message) => // { // bool isSuccess = string.IsNullOrEmpty(message.error); // if (isSuccess) // future.Assign(true); // else // future.Fail(new Exception(message.error)); // }); String_t* L_3 = ___target0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___args1; U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631 * L_5 = V_0; Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * L_6 = (Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D *)il2cpp_codegen_object_new(Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D_il2cpp_TypeInfo_var); Action_1__ctor_m6A93D53BCB310FE497964E23B8C69D4D6DE3FF4D(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass65_0_U3CSendU3Eb__0_m06043E0AD751ED83C81067D21C6883650EFAF231_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m6A93D53BCB310FE497964E23B8C69D4D6DE3FF4D_RuntimeMethod_var); int64_t L_7; L_7 = HubConnection_InvokeImp_m15D57C2764DCBE53FE3AD7B60E93AD4151237801(__this, L_3, L_4, L_6, (bool)0, /*hidden argument*/NULL); // return future; U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631 * L_8 = V_0; NullCheck(L_8); Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * L_9 = L_8->get_future_0(); return L_9; } } // System.Int64 BestHTTP.SignalRCore.HubConnection::InvokeImp(System.String,System.Object[],System.Action`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t HubConnection_InvokeImp_m15D57C2764DCBE53FE3AD7B60E93AD4151237801 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___target0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * ___callback2, bool ___isStreamingInvocation3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mCE6F0D7B21205311EADDCAD1ED9D52978E36E8BD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 V_1; memset((&V_1), 0, sizeof(V_1)); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 V_2; memset((&V_2), 0, sizeof(V_2)); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 * G_B4_0 = NULL; Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 * G_B3_0 = NULL; int32_t G_B5_0 = 0; Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 * G_B5_1 = NULL; { // if (this.State != ConnectionStates.Connected) int32_t L_0; L_0 = HubConnection_get_State_m0DE9AA163001AF22026756D302A6B179A82FD183_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_000c; } } { // return -1; return ((int64_t)((int64_t)(-1))); } IL_000c: { // long invocationId = System.Threading.Interlocked.Increment(ref this.lastInvocationId); int64_t* L_1 = __this->get_address_of_lastInvocationId_14(); int64_t L_2; L_2 = Interlocked_Increment_m23DCFD6F8418AC5C322DBE3AC1FB311AF3EDBF3B((int64_t*)L_1, /*hidden argument*/NULL); V_0 = L_2; // var message = new Message // { // type = isStreamingInvocation ? MessageTypes.StreamInvocation : MessageTypes.Invocation, // invocationId = invocationId.ToString(), // target = target, // arguments = args, // nonblocking = callback == null, // }; il2cpp_codegen_initobj((&V_2), sizeof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 )); bool L_3 = ___isStreamingInvocation3; G_B3_0 = (&V_2); if (L_3) { G_B4_0 = (&V_2); goto IL_0029; } } { G_B5_0 = 1; G_B5_1 = G_B3_0; goto IL_002a; } IL_0029: { G_B5_0 = 4; G_B5_1 = G_B4_0; } IL_002a: { G_B5_1->set_type_0(G_B5_0); String_t* L_4; L_4 = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F((int64_t*)(&V_0), /*hidden argument*/NULL); (&V_2)->set_invocationId_1(L_4); String_t* L_5 = ___target0; (&V_2)->set_target_3(L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = ___args1; (&V_2)->set_arguments_4(L_6); Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * L_7 = ___callback2; (&V_2)->set_nonblocking_2((bool)((((RuntimeObject*)(Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D *)L_7) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_8 = V_2; V_1 = L_8; // SendMessage(message); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_9 = V_1; HubConnection_SendMessage_m270B97E006BC79FE57329DFB1F4AF8F4AE6559FC(__this, L_9, /*hidden argument*/NULL); // if (callback != null) Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * L_10 = ___callback2; if (!L_10) { goto IL_0071; } } { // this.invocations.Add(invocationId, callback); Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * L_11 = __this->get_invocations_15(); int64_t L_12 = V_0; Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * L_13 = ___callback2; NullCheck(L_11); Dictionary_2_Add_mCE6F0D7B21205311EADDCAD1ED9D52978E36E8BD(L_11, L_12, L_13, /*hidden argument*/Dictionary_2_Add_mCE6F0D7B21205311EADDCAD1ED9D52978E36E8BD_RuntimeMethod_var); } IL_0071: { // return invocationId; int64_t L_14 = V_0; return L_14; } } // System.Void BestHTTP.SignalRCore.HubConnection::SendMessage(BestHTTP.SignalRCore.Messages.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_SendMessage_m270B97E006BC79FE57329DFB1F4AF8F4AE6559FC (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] encoded = this.Protocol.EncodeMessage(message); RuntimeObject* L_0; L_0 = HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline(__this, /*hidden argument*/NULL); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_1 = ___message0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = InterfaceFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 >::Invoke(6 /* System.Byte[] BestHTTP.SignalRCore.IProtocol::EncodeMessage(BestHTTP.SignalRCore.Messages.Message) */, IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var, L_0, L_1); V_0 = L_2; // this.Transport.Send(encoded); RuntimeObject* L_3; L_3 = HubConnection_get_Transport_mEFD897CA6B0D940B1D713F6DD0363A42C306A7C8_inline(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_3); InterfaceActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(8 /* System.Void BestHTTP.SignalRCore.ITransport::Send(System.Byte[]) */, ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F_il2cpp_TypeInfo_var, L_3, L_4); // this.lastMessageSent = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_lastMessageSent_17(L_5); // } return; } } // System.Void BestHTTP.SignalRCore.HubConnection::On(System.String,System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_On_mE2D2DDDC97A68D6463E7E0629540A54D89FB7653 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___methodName0, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___callback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_mB2E3D94BC95DB8A07C14AAB1A8ED6E09F90A04A7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass68_0_U3COnU3Eb__0_m557DD528C5349F5E9886E19C57987688B05E299B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408 * V_0 = NULL; { U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408 * L_0 = (U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass68_0__ctor_mFB29ADC90B47AEEFF7F8ACCAECE4CFA32FABA6AD(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408 * L_1 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = ___callback1; NullCheck(L_1); L_1->set_callback_0(L_2); // On(methodName, null, (args) => callback()); String_t* L_3 = ___methodName0; U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408 * L_4 = V_0; Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * L_5 = (Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B *)il2cpp_codegen_object_new(Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B_il2cpp_TypeInfo_var); Action_1__ctor_mB2E3D94BC95DB8A07C14AAB1A8ED6E09F90A04A7(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass68_0_U3COnU3Eb__0_m557DD528C5349F5E9886E19C57987688B05E299B_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mB2E3D94BC95DB8A07C14AAB1A8ED6E09F90A04A7_RuntimeMethod_var); HubConnection_On_mD3EA4B1EF748EF5BE9C93623F3532066D641FAE3(__this, L_3, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)NULL, L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalRCore.HubConnection::On(System.String,System.Type[],System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_On_mD3EA4B1EF748EF5BE9C93623F3532066D641FAE3 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, String_t* ___methodName0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___paramTypes1, Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * ___callback2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m604E0DFDBF24EE0E31FDB925DDFA74A49BCD1C8D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m7DB4064901DDC63E2E6867EBE31F7AECD750F6C3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB * V_0 = NULL; { // Subscription subscription = null; V_0 = (Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB *)NULL; // if (!this.subscriptions.TryGetValue(methodName, out subscription)) Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * L_0 = __this->get_subscriptions_16(); String_t* L_1 = ___methodName0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_m7DB4064901DDC63E2E6867EBE31F7AECD750F6C3(L_0, L_1, (Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m7DB4064901DDC63E2E6867EBE31F7AECD750F6C3_RuntimeMethod_var); if (L_2) { goto IL_0025; } } { // this.subscriptions.Add(methodName, subscription = new Subscription()); Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * L_3 = __this->get_subscriptions_16(); String_t* L_4 = ___methodName0; Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB * L_5 = (Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB *)il2cpp_codegen_object_new(Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB_il2cpp_TypeInfo_var); Subscription__ctor_m03F4FBA0B909FB55526B16F8EDD64E1F2B3391F5(L_5, /*hidden argument*/NULL); Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB * L_6 = L_5; V_0 = L_6; NullCheck(L_3); Dictionary_2_Add_m604E0DFDBF24EE0E31FDB925DDFA74A49BCD1C8D(L_3, L_4, L_6, /*hidden argument*/Dictionary_2_Add_m604E0DFDBF24EE0E31FDB925DDFA74A49BCD1C8D_RuntimeMethod_var); } IL_0025: { // subscription.Add(paramTypes, callback); Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB * L_7 = V_0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_8 = ___paramTypes1; Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * L_9 = ___callback2; NullCheck(L_7); Subscription_Add_mA62FBA073C978030A72D77F473A3DFB71E793A44(L_7, L_8, L_9, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SignalRCore.HubConnection::OnMessages(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_OnMessages_m039E50D5C59A500077D491A11F339B0C6AAE32BD (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * ___messages0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m4829955252E64D9D4D48E92A7C76B23C05C55FBA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m6DAE19EBF67088C3E8330FD78086BB1415656B22_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m5968A89DB94BDA1C14A82A45EBE68C730E884DC2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m6682D77BBDE1B7CB90B263065A3636F54B8EE40D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m7DB4064901DDC63E2E6867EBE31F7AECD750F6C3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_Invoke_m6F17C7E4C6F7C091224A4D6332D0A7BD86B499BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1BB59FAE474A8746CE28197FF3DCCB8C28FFB10A_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_m3362D8FA858DDDCD5A48ADE54F31493949D5BBAF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m91F8EF1E8032847DEB15ECCC83303DFC6D10347D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 V_1; memset((&V_1), 0, sizeof(V_1)); Exception_t * V_2 = NULL; int32_t V_3 = 0; Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB * V_4 = NULL; int32_t V_5 = 0; CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 V_6; memset((&V_6), 0, sizeof(V_6)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_7 = NULL; Exception_t * V_8 = NULL; Exception_t * V_9 = NULL; int64_t V_10 = 0; Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * V_11 = NULL; Exception_t * V_12 = NULL; int64_t V_13 = 0; Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * V_14 = NULL; Exception_t * V_15 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // for (int messageIdx = 0; messageIdx < messages.Count; ++messageIdx) V_0 = 0; goto IL_01e1; } IL_0007: { // var message = messages[messageIdx]; List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * L_0 = ___messages0; int32_t L_1 = V_0; NullCheck(L_0); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_2; L_2 = List_1_get_Item_m3362D8FA858DDDCD5A48ADE54F31493949D5BBAF_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m3362D8FA858DDDCD5A48ADE54F31493949D5BBAF_RuntimeMethod_var); V_1 = L_2; } IL_000f: try {// begin try (depth: 1) { // if (this.OnMessage != null && !this.OnMessage(this, message)) Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_3 = __this->get_OnMessage_9(); if (!L_3) { goto IL_002b; } } IL_0017: { Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_4 = __this->get_OnMessage_9(); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_5 = V_1; NullCheck(L_4); bool L_6; L_6 = Func_3_Invoke_m6F17C7E4C6F7C091224A4D6332D0A7BD86B499BD(L_4, __this, L_5, /*hidden argument*/Func_3_Invoke_m6F17C7E4C6F7C091224A4D6332D0A7BD86B499BD_RuntimeMethod_var); if (L_6) { goto IL_002b; } } IL_0026: { // return; goto IL_01ed; } IL_002b: { // } goto IL_0045; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002d; } throw e; } CATCH_002d: {// begin catch(System.Exception) // catch (Exception ex) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("HubConnection", "Exception in OnMessage user code!", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_7; L_7 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_8 = V_2; NullCheck(L_7); 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_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFD974B2C0BAEF9D7DF5F0C68694ABF070399DE3)), L_8); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0045; }// end catch (depth: 1) IL_0045: { // switch (message.type) Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_9 = V_1; int32_t L_10 = L_9.get_type_0(); V_3 = L_10; int32_t L_11 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))) { case 0: { goto IL_0075; } case 1: { goto IL_0127; } case 2: { goto IL_0178; } case 3: { goto IL_01dd; } case 4: { goto IL_01dd; } case 5: { goto IL_01dd; } case 6: { goto IL_01d0; } } } { goto IL_01dd; } IL_0075: { // Subscription subscribtion = null; V_4 = (Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB *)NULL; // if (this.subscriptions.TryGetValue(message.target, out subscribtion)) Dictionary_2_t88EEF5584BE1724959F1E96256757BBEE5D15F5B * L_12 = __this->get_subscriptions_16(); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_13 = V_1; String_t* L_14 = L_13.get_target_3(); NullCheck(L_12); bool L_15; L_15 = Dictionary_2_TryGetValue_m7DB4064901DDC63E2E6867EBE31F7AECD750F6C3(L_12, L_14, (Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB **)(&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m7DB4064901DDC63E2E6867EBE31F7AECD750F6C3_RuntimeMethod_var); if (!L_15) { goto IL_01dd; } } { // for (int i = 0; i < subscribtion.callbacks.Count; ++i) V_5 = 0; goto IL_010f; } IL_0095: { // var callbackDesc = subscribtion.callbacks[i]; Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB * L_16 = V_4; NullCheck(L_16); List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * L_17 = L_16->get_callbacks_0(); int32_t L_18 = V_5; NullCheck(L_17); CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 L_19; L_19 = List_1_get_Item_m91F8EF1E8032847DEB15ECCC83303DFC6D10347D_inline(L_17, L_18, /*hidden argument*/List_1_get_Item_m91F8EF1E8032847DEB15ECCC83303DFC6D10347D_RuntimeMethod_var); V_6 = L_19; // object[] realArgs = null; V_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; } IL_00a8: try {// begin try (depth: 1) // realArgs = this.Protocol.GetRealArguments(callbackDesc.ParamTypes, message.arguments); RuntimeObject* L_20; L_20 = HubConnection_get_Protocol_mD3AC42DD124F44283BABD90AFFF6CD516142E8E5_inline(__this, /*hidden argument*/NULL); CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 L_21 = V_6; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_22 = L_21.get_ParamTypes_0(); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_23 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = L_23.get_arguments_4(); NullCheck(L_20); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_25; L_25 = InterfaceFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(7 /* System.Object[] BestHTTP.SignalRCore.IProtocol::GetRealArguments(System.Type[],System.Object[]) */, IProtocol_t9ABB480D033A8C546294D3E02CD4DA7AAD125304_il2cpp_TypeInfo_var, L_20, L_22, L_24); V_7 = L_25; // } goto IL_00de; }// 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 ex) V_8 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("HubConnection", "OnMessages - Invocation - GetRealArguments", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_26; L_26 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_27 = V_8; NullCheck(L_26); 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_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCF11167C3F00D90E9E5D10312BF833EAD916E6B4)), L_27); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00de; }// end catch (depth: 1) IL_00de: { } IL_00df: try {// begin try (depth: 1) // callbackDesc.Callback.Invoke(realArgs); CallbackDescriptor_t007E72C161224AF608A038E5EBEB64D9C01F5797 L_28 = V_6; Action_1_t56AEDBE8D21C4495322C57FFC0158ADAE68CB87B * L_29 = L_28.get_Callback_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = V_7; NullCheck(L_29); Action_1_Invoke_m4829955252E64D9D4D48E92A7C76B23C05C55FBA(L_29, L_30, /*hidden argument*/Action_1_Invoke_m4829955252E64D9D4D48E92A7C76B23C05C55FBA_RuntimeMethod_var); // } goto IL_0109; }// 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_00ef; } throw e; } CATCH_00ef: {// begin catch(System.Exception) // catch (Exception ex) V_9 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("HubConnection", "OnMessages - Invocation - Invoke", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_31; L_31 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_32 = V_9; NullCheck(L_31); 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_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB35F6D63EF093FB81648BCE8DAA4F7079C25405)), L_32); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0109; }// end catch (depth: 1) IL_0109: { // for (int i = 0; i < subscribtion.callbacks.Count; ++i) int32_t L_33 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_010f: { // for (int i = 0; i < subscribtion.callbacks.Count; ++i) int32_t L_34 = V_5; Subscription_t6A0576B2968F3D1A6ED39896C20E1A4EF279E5EB * L_35 = V_4; NullCheck(L_35); List_1_t0BB5D663A4160C9684BA672E58EBBE5E98C7FC8B * L_36 = L_35->get_callbacks_0(); NullCheck(L_36); int32_t L_37; L_37 = List_1_get_Count_m77C0A9F7A26F1DD49DB026B37646FC29940DD78D_inline(L_36, /*hidden argument*/List_1_get_Count_m77C0A9F7A26F1DD49DB026B37646FC29940DD78D_RuntimeMethod_var); if ((((int32_t)L_34) < ((int32_t)L_37))) { goto IL_0095; } } { // break; goto IL_01dd; } IL_0127: { // if (long.TryParse(message.invocationId, out invocationId)) Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_38 = V_1; String_t* L_39 = L_38.get_invocationId_1(); bool L_40; L_40 = Int64_TryParse_m6EA988890D7F9954EA49A7227E60B3C674930650(L_39, (int64_t*)(&V_10), /*hidden argument*/NULL); if (!L_40) { goto IL_01dd; } } { // if (this.invocations.TryGetValue(invocationId, out callback) && callback != null) Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * L_41 = __this->get_invocations_15(); int64_t L_42 = V_10; NullCheck(L_41); bool L_43; L_43 = Dictionary_2_TryGetValue_m6682D77BBDE1B7CB90B263065A3636F54B8EE40D(L_41, L_42, (Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D **)(&V_11), /*hidden argument*/Dictionary_2_TryGetValue_m6682D77BBDE1B7CB90B263065A3636F54B8EE40D_RuntimeMethod_var); if (!L_43) { goto IL_01dd; } } { Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * L_44 = V_11; if (!L_44) { goto IL_01dd; } } IL_0154: try {// begin try (depth: 1) // callback(message); Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * L_45 = V_11; Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_46 = V_1; NullCheck(L_45); Action_1_Invoke_m6DAE19EBF67088C3E8330FD78086BB1415656B22(L_45, L_46, /*hidden argument*/Action_1_Invoke_m6DAE19EBF67088C3E8330FD78086BB1415656B22_RuntimeMethod_var); // } goto IL_01dd; }// 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_015e; } throw e; } CATCH_015e: {// begin catch(System.Exception) // catch (Exception ex) V_12 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("HubConnection", "OnMessages - StreamItem - callback", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_47; L_47 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_48 = V_12; NullCheck(L_47); 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_47, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7DD1BFA98B038E94B720562CFC70A65BD44772B)), L_48); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01dd; }// end catch (depth: 1) IL_0178: { // if (long.TryParse(message.invocationId, out invocationId)) Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_49 = V_1; String_t* L_50 = L_49.get_invocationId_1(); bool L_51; L_51 = Int64_TryParse_m6EA988890D7F9954EA49A7227E60B3C674930650(L_50, (int64_t*)(&V_13), /*hidden argument*/NULL); if (!L_51) { goto IL_01dd; } } { // if (this.invocations.TryGetValue(invocationId, out callback) && callback != null) Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * L_52 = __this->get_invocations_15(); int64_t L_53 = V_13; NullCheck(L_52); bool L_54; L_54 = Dictionary_2_TryGetValue_m6682D77BBDE1B7CB90B263065A3636F54B8EE40D(L_52, L_53, (Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D **)(&V_14), /*hidden argument*/Dictionary_2_TryGetValue_m6682D77BBDE1B7CB90B263065A3636F54B8EE40D_RuntimeMethod_var); if (!L_54) { goto IL_01c0; } } { Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * L_55 = V_14; if (!L_55) { goto IL_01c0; } } IL_019c: try {// begin try (depth: 1) // callback(message); Action_1_tD0918A8F0D91738327228BB338101C4F1ED0A01D * L_56 = V_14; Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_57 = V_1; NullCheck(L_56); Action_1_Invoke_m6DAE19EBF67088C3E8330FD78086BB1415656B22(L_56, L_57, /*hidden argument*/Action_1_Invoke_m6DAE19EBF67088C3E8330FD78086BB1415656B22_RuntimeMethod_var); // } goto IL_01c0; }// 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_01a6; } throw e; } CATCH_01a6: {// begin catch(System.Exception) // catch (Exception ex) V_15 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("HubConnection", "OnMessages - Completion - callback", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_58; L_58 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_59 = V_15; NullCheck(L_58); 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_58, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC84DEE25CA064735826765382C8C0163F41D491)), L_59); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01c0; }// end catch (depth: 1) IL_01c0: { // this.invocations.Remove(invocationId); Dictionary_2_t4474F57334E41AAA4ECBA32CAB32B51B695F0B22 * L_60 = __this->get_invocations_15(); int64_t L_61 = V_13; NullCheck(L_60); bool L_62; L_62 = Dictionary_2_Remove_m5968A89DB94BDA1C14A82A45EBE68C730E884DC2(L_60, L_61, /*hidden argument*/Dictionary_2_Remove_m5968A89DB94BDA1C14A82A45EBE68C730E884DC2_RuntimeMethod_var); // break; goto IL_01dd; } IL_01d0: { // SetState(ConnectionStates.Closed, message.error); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_63 = V_1; String_t* L_64 = L_63.get_error_7(); HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124(__this, 6, L_64, /*hidden argument*/NULL); } IL_01dd: { // for (int messageIdx = 0; messageIdx < messages.Count; ++messageIdx) int32_t L_65 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); } IL_01e1: { // for (int messageIdx = 0; messageIdx < messages.Count; ++messageIdx) int32_t L_66 = V_0; List_1_tA4B5BEC690306B3DC7901CEA473C0A5BC3243F8B * L_67 = ___messages0; NullCheck(L_67); int32_t L_68; L_68 = List_1_get_Count_m1BB59FAE474A8746CE28197FF3DCCB8C28FFB10A_inline(L_67, /*hidden argument*/List_1_get_Count_m1BB59FAE474A8746CE28197FF3DCCB8C28FFB10A_RuntimeMethod_var); if ((((int32_t)L_66) < ((int32_t)L_68))) { goto IL_0007; } } IL_01ed: { // } return; } } // System.Void BestHTTP.SignalRCore.HubConnection::Transport_OnStateChanged(BestHTTP.SignalRCore.TransportStates,BestHTTP.SignalRCore.TransportStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_Transport_OnStateChanged_m8A8D15022698C36B224EE5C6ECE6AF26CC24C3E1 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, int32_t ___oldState0, int32_t ___newState1, 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*)&ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransportStates_tD4276F56444B1B2E6C02FEC859DDD3EBCCD19A1E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EC143BD87C9E2F5D37E2655CECC2E3AEFB18BDC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27); s_Il2CppMethodInitialized = true; } { // HTTPManager.Logger.Verbose("HubConnection", string.Format("Transport_OnStateChanged - oldState: {0} newState: {1}", oldState.ToString(), newState.ToString())); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); RuntimeObject * L_1 = Box(TransportStates_tD4276F56444B1B2E6C02FEC859DDD3EBCCD19A1E_il2cpp_TypeInfo_var, (&___oldState0)); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); ___oldState0 = *(int32_t*)UnBox(L_1); RuntimeObject * L_3 = Box(TransportStates_tD4276F56444B1B2E6C02FEC859DDD3EBCCD19A1E_il2cpp_TypeInfo_var, (&___newState1)); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); ___newState1 = *(int32_t*)UnBox(L_3); String_t* L_5; L_5 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral9EC143BD87C9E2F5D37E2655CECC2E3AEFB18BDC, L_2, L_4, /*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(12 /* System.Void BestHTTP.Logger.ILogger::Verbose(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_0, _stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27, L_5); int32_t L_6 = ___newState1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)2))) { case 0: { goto IL_004c; } case 1: { goto IL_0070; } case 2: { goto IL_0055; } case 3: { goto IL_0068; } } } { return; } IL_004c: { // SetState(ConnectionStates.Connected); HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124(__this, 4, (String_t*)NULL, /*hidden argument*/NULL); // break; return; } IL_0055: { // SetState(ConnectionStates.Closed, this.Transport.ErrorReason); RuntimeObject* L_7; L_7 = HubConnection_get_Transport_mEFD897CA6B0D940B1D713F6DD0363A42C306A7C8_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String BestHTTP.SignalRCore.ITransport::get_ErrorReason() */, ITransport_t2648CA39E8A9E3ABC0B346F8A085E288BB237C6F_il2cpp_TypeInfo_var, L_7); HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124(__this, 6, L_8, /*hidden argument*/NULL); // break; return; } IL_0068: { // SetState(ConnectionStates.Closed); HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124(__this, 6, (String_t*)NULL, /*hidden argument*/NULL); } IL_0070: { // } return; } } // System.Void BestHTTP.SignalRCore.HubConnection::SetState(BestHTTP.SignalRCore.ConnectionStates,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_SetState_m3399AD531249CFDA9B43DE462AA7240A4CE96124 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, int32_t ___state0, String_t* ___errorReason1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m69BCACF9FF8C9268E3088E39AE1C94CEEF314A90_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_Invoke_mE35171EA79162C17963CB5541F0888EACAA57368_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); 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*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11145030D47AEA6C041477AA62B19B8AE9109FF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A1A59F458A496332544271E4602EC17B5872E9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3B21A44BB1AFD0889B5ECE60D144D6F0C0340E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (string.IsNullOrEmpty(errorReason)) String_t* L_0 = ___errorReason1; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0063; } } { // HTTPManager.Logger.Information("HubConnection", "SetState - from State: '" + this.State.ToString() + "' to State: '" + state.ToString() + "'"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralB3B21A44BB1AFD0889B5ECE60D144D6F0C0340E3); (L_4)->SetAt(static_cast(0), (String_t*)_stringLiteralB3B21A44BB1AFD0889B5ECE60D144D6F0C0340E3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; int32_t L_6; L_6 = HubConnection_get_State_m0DE9AA163001AF22026756D302A6B179A82FD183_inline(__this, /*hidden argument*/NULL); V_0 = L_6; RuntimeObject * L_7 = Box(ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); V_0 = *(int32_t*)UnBox(L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (String_t*)L_8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_5; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral11145030D47AEA6C041477AA62B19B8AE9109FF9); (L_9)->SetAt(static_cast(2), (String_t*)_stringLiteral11145030D47AEA6C041477AA62B19B8AE9109FF9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; RuntimeObject * L_11 = Box(ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0_il2cpp_TypeInfo_var, (&___state0)); NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11); ___state0 = *(int32_t*)UnBox(L_11); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(3), (String_t*)L_12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_10; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); (L_13)->SetAt(static_cast(4), (String_t*)_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); String_t* L_14; L_14 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_13, /*hidden argument*/NULL); NullCheck(L_2); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_2, _stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27, L_14); goto IL_00c8; } IL_0063: { // HTTPManager.Logger.Information("HubConnection", "SetState - from State: '" + this.State.ToString() + "' to State: '" + state.ToString() + "' errorReason: '" + errorReason + "'"); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_15; L_15 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteralB3B21A44BB1AFD0889B5ECE60D144D6F0C0340E3); (L_17)->SetAt(static_cast(0), (String_t*)_stringLiteralB3B21A44BB1AFD0889B5ECE60D144D6F0C0340E3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = L_17; int32_t L_19; L_19 = HubConnection_get_State_m0DE9AA163001AF22026756D302A6B179A82FD183_inline(__this, /*hidden argument*/NULL); V_0 = L_19; RuntimeObject * L_20 = Box(ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20); V_0 = *(int32_t*)UnBox(L_20); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_21); (L_18)->SetAt(static_cast(1), (String_t*)L_21); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = L_18; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral11145030D47AEA6C041477AA62B19B8AE9109FF9); (L_22)->SetAt(static_cast(2), (String_t*)_stringLiteral11145030D47AEA6C041477AA62B19B8AE9109FF9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = L_22; RuntimeObject * L_24 = Box(ConnectionStates_t0711682D43FE20F70D83D2576B2288BBEA6B1AF0_il2cpp_TypeInfo_var, (&___state0)); NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24); ___state0 = *(int32_t*)UnBox(L_24); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_25); (L_23)->SetAt(static_cast(3), (String_t*)L_25); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_26 = L_23; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral5A1A59F458A496332544271E4602EC17B5872E9D); (L_26)->SetAt(static_cast(4), (String_t*)_stringLiteral5A1A59F458A496332544271E4602EC17B5872E9D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = L_26; String_t* L_28 = ___errorReason1; NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(5), (String_t*)L_28); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_29 = L_27; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); (L_29)->SetAt(static_cast(6), (String_t*)_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); String_t* L_30; L_30 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_29, /*hidden argument*/NULL); NullCheck(L_15); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(13 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_15, _stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27, L_30); } IL_00c8: { // if (this.State == state) int32_t L_31; L_31 = HubConnection_get_State_m0DE9AA163001AF22026756D302A6B179A82FD183_inline(__this, /*hidden argument*/NULL); int32_t L_32 = ___state0; if ((!(((uint32_t)L_31) == ((uint32_t)L_32)))) { goto IL_00d2; } } { // return; return; } IL_00d2: { // this.State = state; int32_t L_33 = ___state0; HubConnection_set_State_m628CE120FF82001E1CDFB2D781102D6CEB68D46B_inline(__this, L_33, /*hidden argument*/NULL); int32_t L_34 = ___state0; switch (L_34) { case 0: { goto IL_01b2; } case 1: { goto IL_01b2; } case 2: { goto IL_01b2; } case 3: { goto IL_01b2; } case 4: { goto IL_00fc; } case 5: { goto IL_01b2; } case 6: { goto IL_0142; } } } { return; } IL_00fc: { } IL_00fd: try {// begin try (depth: 1) { // if (this.OnConnected != null) Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_35 = __this->get_OnConnected_6(); if (!L_35) { goto IL_0111; } } IL_0105: { // this.OnConnected(this); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_36 = __this->get_OnConnected_6(); NullCheck(L_36); Action_1_Invoke_m69BCACF9FF8C9268E3088E39AE1C94CEEF314A90(L_36, __this, /*hidden argument*/Action_1_Invoke_m69BCACF9FF8C9268E3088E39AE1C94CEEF314A90_RuntimeMethod_var); } IL_0111: { // } goto IL_012b; } }// 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_0113; } throw e; } CATCH_0113: {// begin catch(System.Exception) // catch(Exception ex) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("HubConnection", "Exception in OnConnected user code!", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_37; L_37 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_38 = V_1; NullCheck(L_37); 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_37, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralED24D67988FEC77F272211FD827BAA923E056BE2)), L_38); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_012b; }// end catch (depth: 1) IL_012b: { // HTTPManager.Heartbeats.Subscribe(this); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * L_39; L_39 = HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87(/*hidden argument*/NULL); NullCheck(L_39); HeartbeatManager_Subscribe_m82D86EFB90F5DB6092D207AA1F12AA9D8F103B9E(L_39, __this, /*hidden argument*/NULL); // this.lastMessageSent = DateTime.UtcNow; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_40; L_40 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); __this->set_lastMessageSent_17(L_40); // break; return; } IL_0142: { // if (string.IsNullOrEmpty(errorReason)) String_t* L_41 = ___errorReason1; bool L_42; L_42 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_0178; } } { // if (this.OnClosed != null) Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_43 = __this->get_OnClosed_8(); if (!L_43) { goto IL_01a7; } } IL_0152: try {// begin try (depth: 1) // this.OnClosed(this); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_44 = __this->get_OnClosed_8(); NullCheck(L_44); Action_1_Invoke_m69BCACF9FF8C9268E3088E39AE1C94CEEF314A90(L_44, __this, /*hidden argument*/Action_1_Invoke_m69BCACF9FF8C9268E3088E39AE1C94CEEF314A90_RuntimeMethod_var); // } goto IL_01a7; }// 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_0160; } throw e; } CATCH_0160: {// begin catch(System.Exception) // catch(Exception ex) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("HubConnection", "Exception in OnClosed user code!", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_45; L_45 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_46 = V_2; NullCheck(L_45); 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_45, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral04CE1247C5F4382F65FC1A6F501630C5F4E882BF)), L_46); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01a7; }// end catch (depth: 1) IL_0178: { // if (this.OnError != null) Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_47 = __this->get_OnError_7(); if (!L_47) { goto IL_01a7; } } IL_0180: try {// begin try (depth: 1) // this.OnError(this, errorReason); Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_48 = __this->get_OnError_7(); String_t* L_49 = ___errorReason1; NullCheck(L_48); Action_2_Invoke_mE35171EA79162C17963CB5541F0888EACAA57368(L_48, __this, L_49, /*hidden argument*/Action_2_Invoke_mE35171EA79162C17963CB5541F0888EACAA57368_RuntimeMethod_var); // } goto IL_01a7; }// 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_018f; } throw e; } CATCH_018f: {// begin catch(System.Exception) // catch(Exception ex) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // HTTPManager.Logger.Exception("HubConnection", "Exception in OnError user code!", ex); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var))); RuntimeObject* L_50; L_50 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); Exception_t * L_51 = V_3; NullCheck(L_50); 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_50, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC1D4921191B0E2B117767AF47875D8BECE7EE27)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9BC06B19E5FA130F5B429B906B728D286088B42D)), L_51); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01a7; }// end catch (depth: 1) IL_01a7: { // HTTPManager.Heartbeats.Unsubscribe(this); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); HeartbeatManager_tC2289824FFCE494A74441E065011CD0E66C2134E * L_52; L_52 = HTTPManager_get_Heartbeats_m43BB980EFF7F26AA317B00C11452D6D8778D8C87(/*hidden argument*/NULL); NullCheck(L_52); HeartbeatManager_Unsubscribe_mA48BA2C2B8B51BC598F6559F2978AA35E2689EED(L_52, __this, /*hidden argument*/NULL); } IL_01b2: { // } return; } } // System.Void BestHTTP.SignalRCore.HubConnection::BestHTTP.Extensions.IHeartbeat.OnHeartbeatUpdate(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection_BestHTTP_Extensions_IHeartbeat_OnHeartbeatUpdate_m4FD5AC38EDAA7C74F0D7D31BC83D6AC89CE378E7 (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___dif0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 V_0; memset((&V_0), 0, sizeof(V_0)); { // switch (this.State) int32_t L_0; L_0 = HubConnection_get_State_m0DE9AA163001AF22026756D302A6B179A82FD183_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0059; } } { // if (this.Options.PingInterval != TimeSpan.Zero && DateTime.UtcNow - this.lastMessageSent >= this.Options.PingInterval) HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * L_1; L_1 = HubConnection_get_Options_m2C530E446C7F7E09173D9F88C163AE3B367DEA6E_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2; L_2 = HubOptions_get_PingInterval_m565B83367F36DBB3D6E33AFD54903477A6EE3DBB_inline(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_Zero_19(); bool L_4; L_4 = TimeSpan_op_Inequality_mDE127E1886D092054E24EA873CEE64D0857CD04C(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0059; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTime_get_UtcNow_m761E57F86226DDD94F0A2F4D98F0A8E27C74F090(/*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6 = __this->get_lastMessageSent_17(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_7; L_7 = DateTime_op_Subtraction_m67E0BD5004FEDD3A704BC74B9DC858C9BCED4DF2(L_5, L_6, /*hidden argument*/NULL); HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * L_8; L_8 = HubConnection_get_Options_m2C530E446C7F7E09173D9F88C163AE3B367DEA6E_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_9; L_9 = HubOptions_get_PingInterval_m565B83367F36DBB3D6E33AFD54903477A6EE3DBB_inline(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_10; L_10 = TimeSpan_op_GreaterThanOrEqual_mD46D3E561D8EA7384F3857D9F3BDE2D1390F1944(L_7, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0059; } } { // SendMessage(new Message() { type = MessageTypes.Ping }); il2cpp_codegen_initobj((&V_0), sizeof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 )); (&V_0)->set_type_0(6); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_11 = V_0; HubConnection_SendMessage_m270B97E006BC79FE57329DFB1F4AF8F4AE6559FC(__this, L_11, /*hidden argument*/NULL); } IL_0059: { // } return; } } // System.Void BestHTTP.SignalRCore.HubConnection::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubConnection__cctor_m647DF83429FFF958E0158C8C3E5B1C71A57D1444 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly object[] EmptyArgs = new object[0]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)0); ((HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_StaticFields*)il2cpp_codegen_static_fields_for(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_il2cpp_TypeInfo_var))->set_EmptyArgs_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 // System.Boolean BestHTTP.SignalRCore.HubOptions::get_SkipNegotiation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HubOptions_get_SkipNegotiation_mA6098D6DFAACA4E6CCB051D60AA534FF98524449 (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, const RuntimeMethod* method) { { // public bool SkipNegotiation { get; set; } bool L_0 = __this->get_U3CSkipNegotiationU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.SignalRCore.HubOptions::set_SkipNegotiation(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubOptions_set_SkipNegotiation_m15534B31829AAD35679D2A87987E2235E10842A5 (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; } } // BestHTTP.SignalRCore.TransportTypes BestHTTP.SignalRCore.HubOptions::get_PreferedTransport() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HubOptions_get_PreferedTransport_m0B17F55F8BDE3C7E50D0D5B22857BF67EFAE0F6E (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, const RuntimeMethod* method) { { // public TransportTypes PreferedTransport { get; set; } int32_t L_0 = __this->get_U3CPreferedTransportU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.SignalRCore.HubOptions::set_PreferedTransport(BestHTTP.SignalRCore.TransportTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubOptions_set_PreferedTransport_m16EFC560AD1E6FA58F1DC8B6533FF3482723C52C (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public TransportTypes PreferedTransport { get; set; } int32_t L_0 = ___value0; __this->set_U3CPreferedTransportU3Ek__BackingField_1(L_0); return; } } // System.TimeSpan BestHTTP.SignalRCore.HubOptions::get_PingInterval() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 HubOptions_get_PingInterval_m565B83367F36DBB3D6E33AFD54903477A6EE3DBB (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, const RuntimeMethod* method) { { // public TimeSpan PingInterval { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_U3CPingIntervalU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.SignalRCore.HubOptions::set_PingInterval(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubOptions_set_PingInterval_mA7F005185B5121794D3AB75E03EFBF97CE5CAEE1 (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { { // public TimeSpan PingInterval { get; set; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; __this->set_U3CPingIntervalU3Ek__BackingField_2(L_0); return; } } // System.Int32 BestHTTP.SignalRCore.HubOptions::get_MaxRedirects() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HubOptions_get_MaxRedirects_m648189FB08F024CA8DDCF41B691F021DF1346950 (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, const RuntimeMethod* method) { { // public int MaxRedirects { get; set; } int32_t L_0 = __this->get_U3CMaxRedirectsU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.SignalRCore.HubOptions::set_MaxRedirects(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubOptions_set_MaxRedirects_m300E24831F5EE3043AB51AA23C5FA8C10F502FC1 (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public int MaxRedirects { get; set; } int32_t L_0 = ___value0; __this->set_U3CMaxRedirectsU3Ek__BackingField_3(L_0); return; } } // System.Void BestHTTP.SignalRCore.HubOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubOptions__ctor_m76D75A1D320643F28D6187889CDD532F65541A69 (HubOptions_tC884B652B753EB22CF9664FAB679CEDF2DDAE855 * __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 HubOptions() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.SkipNegotiation = false; HubOptions_set_SkipNegotiation_m15534B31829AAD35679D2A87987E2235E10842A5_inline(__this, (bool)0, /*hidden argument*/NULL); // this.PreferedTransport = TransportTypes.WebSocket; HubOptions_set_PreferedTransport_m16EFC560AD1E6FA58F1DC8B6533FF3482723C52C_inline(__this, 0, /*hidden argument*/NULL); // this.PingInterval = TimeSpan.FromSeconds(15); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = TimeSpan_FromSeconds_m4644EABECA69BC6C07AD649C5898A8E53F4FE7B0((15.0), /*hidden argument*/NULL); HubOptions_set_PingInterval_mA7F005185B5121794D3AB75E03EFBF97CE5CAEE1_inline(__this, L_0, /*hidden argument*/NULL); // this.MaxRedirects = 100; HubOptions_set_MaxRedirects_m300E24831F5EE3043AB51AA23C5FA8C10F502FC1_inline(__this, ((int32_t)100), /*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.HubWithAuthorizationSample::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithAuthorizationSample_Start_m3F6599AE50EB843DD0C88A76B52AD0401DF6CDD0 (HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_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_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_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubWithAuthorizationSample_Hub_OnClosed_mB995BD5FB1E4301FAEA6E64CF7E461E839D889BE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubWithAuthorizationSample_Hub_OnConnected_mA20C3810B327D6418BA0ABC0BE015E1BF6B4C6DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubWithAuthorizationSample_Hub_OnError_m5DF6D2BA46912F6D4292C98058038490E3EBD557_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubWithAuthorizationSample_Hub_OnMessage_mAF49607D27817828FE29345E6751177E5ADBDB45_RuntimeMethod_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*)&_stringLiteral31994A27BE70656F269572781826620C095C803E); s_Il2CppMethodInitialized = true; } { // hub = new HubConnection(URI, new JsonProtocol(new LitJsonEncoder())); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_URI_4(); LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D * L_1 = (LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D *)il2cpp_codegen_object_new(LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D_il2cpp_TypeInfo_var); LitJsonEncoder__ctor_m2FC4F68BD8F4B18ACF90464DD0C56B286DCA3B52(L_1, /*hidden argument*/NULL); JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4 * L_2 = (JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4 *)il2cpp_codegen_object_new(JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4_il2cpp_TypeInfo_var); JsonProtocol__ctor_m3704CA0FF00FEDBA16CE9315BF0BFE2B9A38C436(L_2, L_1, /*hidden argument*/NULL); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_3 = (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)il2cpp_codegen_object_new(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_il2cpp_TypeInfo_var); HubConnection__ctor_m037AC0A75E79F9D7E26D52BBBFBFA50CBE0D7A78(L_3, L_0, L_2, /*hidden argument*/NULL); __this->set_hub_5(L_3); // hub.OnConnected += Hub_OnConnected; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_4 = __this->get_hub_5(); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_5 = (Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)il2cpp_codegen_object_new(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var); Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0(L_5, __this, (intptr_t)((intptr_t)HubWithAuthorizationSample_Hub_OnConnected_mA20C3810B327D6418BA0ABC0BE015E1BF6B4C6DD_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0_RuntimeMethod_var); NullCheck(L_4); HubConnection_add_OnConnected_mE646C6A573754170FCA796FB416B927A6613D1AC(L_4, L_5, /*hidden argument*/NULL); // hub.OnError += Hub_OnError; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_6 = __this->get_hub_5(); Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_7 = (Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 *)il2cpp_codegen_object_new(Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9_il2cpp_TypeInfo_var); Action_2__ctor_m2AA53EB59C74F789510F81501EA61954ED2D4988(L_7, __this, (intptr_t)((intptr_t)HubWithAuthorizationSample_Hub_OnError_m5DF6D2BA46912F6D4292C98058038490E3EBD557_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m2AA53EB59C74F789510F81501EA61954ED2D4988_RuntimeMethod_var); NullCheck(L_6); HubConnection_add_OnError_mC6C99540F9E510A3D99131591CE2B3BBC6805936(L_6, L_7, /*hidden argument*/NULL); // hub.OnClosed += Hub_OnClosed; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_8 = __this->get_hub_5(); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_9 = (Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)il2cpp_codegen_object_new(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var); Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0(L_9, __this, (intptr_t)((intptr_t)HubWithAuthorizationSample_Hub_OnClosed_mB995BD5FB1E4301FAEA6E64CF7E461E839D889BE_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0_RuntimeMethod_var); NullCheck(L_8); HubConnection_add_OnClosed_mA579126F6DBE400FE478E11A42BF0B8C5774A3FA(L_8, L_9, /*hidden argument*/NULL); // hub.OnMessage += Hub_OnMessage; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_10 = __this->get_hub_5(); Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_11 = (Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 *)il2cpp_codegen_object_new(Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250_il2cpp_TypeInfo_var); Func_3__ctor_m85B18B3955CFC54FC628B64D661B48FD6AD54B64(L_11, __this, (intptr_t)((intptr_t)HubWithAuthorizationSample_Hub_OnMessage_mAF49607D27817828FE29345E6751177E5ADBDB45_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_m85B18B3955CFC54FC628B64D661B48FD6AD54B64_RuntimeMethod_var); NullCheck(L_10); HubConnection_add_OnMessage_mD6937915D96F1E105916E9320163856AEE0CD810(L_10, L_11, /*hidden argument*/NULL); // hub.StartConnect(); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_12 = __this->get_hub_5(); NullCheck(L_12); HubConnection_StartConnect_m19A1847CC52217F06FC24880711E3A3F4E5BEC14(L_12, /*hidden argument*/NULL); // uiText = "StartConnect called\n"; __this->set_uiText_7(_stringLiteral31994A27BE70656F269572781826620C095C803E); // } return; } } // System.Void BestHTTP.Examples.HubWithAuthorizationSample::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithAuthorizationSample_OnDestroy_m498D16740F709F2FCCCB9279C41645DF51262A87 (HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856 * __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.HubWithAuthorizationSample::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithAuthorizationSample_OnGUI_mDB393D0A65ACBF0277D79C31358180DEB715241F (HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856 * __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*)&HubWithAuthorizationSample_U3COnGUIU3Eb__6_0_m9C011E152062E87ED8C84D8FACAC87AF5683A2DB_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)HubWithAuthorizationSample_U3COnGUIU3Eb__6_0_m9C011E152062E87ED8C84D8FACAC87AF5683A2DB_RuntimeMethod_var), /*hidden argument*/NULL); GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D(L_0, (bool)1, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.HubWithAuthorizationSample::Hub_OnConnected(BestHTTP.SignalRCore.HubConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithAuthorizationSample_Hub_OnConnected_mA20C3810B327D6418BA0ABC0BE015E1BF6B4C6DD (HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856 * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___hub0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1__ctor_m6B9EAC2B1193D4A4C39E36EB208FD725C71EC59A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_Invoke_TisString_t_mE228D641918394DFF41A33891449B8FB4FFD19B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubWithAuthorizationSample_U3CHub_OnConnectedU3Eb__7_0_m3C091C7F8EAD9B257CDD32B0B435CF185F6EA037_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFuture_1_tE82C9020DAF227C79935028B9F9AB87CBC5ECAE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3177C3549DF7103EBF6FAD9F320123D3A8D97BE7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99C3A04EB067FA4EAE169E6D8931C29E6C23B6E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB82244460F050E4F7E423A7000AE2646F10EF257); s_Il2CppMethodInitialized = true; } { // 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.Invoke("Echo", "Message from the client") // .OnSuccess(ret => uiText += string.Format(" 'Echo' returned: '{0}'\n", ret)); 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, _stringLiteral3177C3549DF7103EBF6FAD9F320123D3A8D97BE7); (L_4)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3177C3549DF7103EBF6FAD9F320123D3A8D97BE7); NullCheck(L_2); RuntimeObject* L_5; L_5 = HubConnection_Invoke_TisString_t_mE228D641918394DFF41A33891449B8FB4FFD19B5(L_2, _stringLiteralB82244460F050E4F7E423A7000AE2646F10EF257, L_4, /*hidden argument*/HubConnection_Invoke_TisString_t_mE228D641918394DFF41A33891449B8FB4FFD19B5_RuntimeMethod_var); FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96 * L_6 = (FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96 *)il2cpp_codegen_object_new(FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96_il2cpp_TypeInfo_var); FutureValueCallback_1__ctor_m6B9EAC2B1193D4A4C39E36EB208FD725C71EC59A(L_6, __this, (intptr_t)((intptr_t)HubWithAuthorizationSample_U3CHub_OnConnectedU3Eb__7_0_m3C091C7F8EAD9B257CDD32B0B435CF185F6EA037_RuntimeMethod_var), /*hidden argument*/FutureValueCallback_1__ctor_m6B9EAC2B1193D4A4C39E36EB208FD725C71EC59A_RuntimeMethod_var); NullCheck(L_5); RuntimeObject* L_7; L_7 = 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_5, L_6); // } return; } } // System.Boolean BestHTTP.Examples.HubWithAuthorizationSample::Hub_OnMessage(BestHTTP.SignalRCore.HubConnection,BestHTTP.SignalRCore.Messages.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HubWithAuthorizationSample_Hub_OnMessage_mAF49607D27817828FE29345E6751177E5ADBDB45 (HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856 * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___hub0, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___message1, const RuntimeMethod* method) { { // return true; return (bool)1; } } // System.Void BestHTTP.Examples.HubWithAuthorizationSample::Hub_OnClosed(BestHTTP.SignalRCore.HubConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithAuthorizationSample_Hub_OnClosed_mB995BD5FB1E4301FAEA6E64CF7E461E839D889BE (HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856 * __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.HubWithAuthorizationSample::Hub_OnError(BestHTTP.SignalRCore.HubConnection,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithAuthorizationSample_Hub_OnError_m5DF6D2BA46912F6D4292C98058038490E3EBD557 (HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856 * __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.HubWithAuthorizationSample::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithAuthorizationSample__ctor_m5D2B3C181800344E1604FF2CC6E1D732B9F3D058 (HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856 * __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*)&_stringLiteralA91BC6B7438D9FA67272371E212F4796D0F610FA); s_Il2CppMethodInitialized = true; } { // readonly Uri URI = new Uri(GUIHelper.BaseURL + "/redirect"); 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, _stringLiteralA91BC6B7438D9FA67272371E212F4796D0F610FA, /*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.HubWithAuthorizationSample::b__6_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithAuthorizationSample_U3COnGUIU3Eb__6_0_m9C011E152062E87ED8C84D8FACAC87AF5683A2DB (HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856 * __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.HubWithAuthorizationSample::b__7_0(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithAuthorizationSample_U3CHub_OnConnectedU3Eb__7_0_m3C091C7F8EAD9B257CDD32B0B435CF185F6EA037 (HubWithAuthorizationSample_tD2913CCE65C70CF02D1CE280416B28EE9332A856 * __this, String_t* ___ret0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2AF2E6452A86E58A925C46142C32628989CA39F); s_Il2CppMethodInitialized = true; } { // .OnSuccess(ret => uiText += string.Format(" 'Echo' 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(_stringLiteralB2AF2E6452A86E58A925C46142C32628989CA39F, 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; } } #ifdef __clang__ #pragma clang 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.HubWithPreAuthorizationSample::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithPreAuthorizationSample_Start_m3E4AFEA444013C580186809B8DD7BEE83760E02B (HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_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_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_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubWithPreAuthorizationSample_AuthenticationProvider_OnAuthenticationFailed_mBF3EE20103D0146E1A05288AD658B0ED3E3BD6FA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubWithPreAuthorizationSample_AuthenticationProvider_OnAuthenticationSucceded_m07C2B00EE920DBC46F0080485DF125408CA0EA8E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubWithPreAuthorizationSample_Hub_OnClosed_mA2DE55E5C5530B54E73A3A22C28CC7D252E62591_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubWithPreAuthorizationSample_Hub_OnConnected_m8C648156748DB3B306236F56BC32F6994A71DC06_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubWithPreAuthorizationSample_Hub_OnError_mD88A1F1897BEDFBBCA12349A0FB36CDD273C88A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubWithPreAuthorizationSample_Hub_OnMessage_m145A2D3A39017EB3F551A5F0A7707AB0A7232097_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_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*)&OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral31994A27BE70656F269572781826620C095C803E); s_Il2CppMethodInitialized = true; } { // hub = new HubConnection(URI, new JsonProtocol(new LitJsonEncoder())); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_URI_4(); LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D * L_1 = (LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D *)il2cpp_codegen_object_new(LitJsonEncoder_t69375A573B26520A38330689AC62300F6041587D_il2cpp_TypeInfo_var); LitJsonEncoder__ctor_m2FC4F68BD8F4B18ACF90464DD0C56B286DCA3B52(L_1, /*hidden argument*/NULL); JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4 * L_2 = (JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4 *)il2cpp_codegen_object_new(JsonProtocol_tB82FEAFDEBC166F53B523853DA071388D57D79A4_il2cpp_TypeInfo_var); JsonProtocol__ctor_m3704CA0FF00FEDBA16CE9315BF0BFE2B9A38C436(L_2, L_1, /*hidden argument*/NULL); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_3 = (HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 *)il2cpp_codegen_object_new(HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6_il2cpp_TypeInfo_var); HubConnection__ctor_m037AC0A75E79F9D7E26D52BBBFBFA50CBE0D7A78(L_3, L_0, L_2, /*hidden argument*/NULL); __this->set_hub_6(L_3); // hub.AuthenticationProvider = new PreAuthAccessTokenAuthenticator(AuthURI); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_4 = __this->get_hub_6(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = __this->get_AuthURI_5(); PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48 * L_6 = (PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48 *)il2cpp_codegen_object_new(PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48_il2cpp_TypeInfo_var); PreAuthAccessTokenAuthenticator__ctor_m7873469C14276B2A9C374694312F20ED38A259E9(L_6, L_5, /*hidden argument*/NULL); NullCheck(L_4); HubConnection_set_AuthenticationProvider_m44CA6E3F34786BF656C2D73A1FA2AB11CFE04F06_inline(L_4, L_6, /*hidden argument*/NULL); // hub.AuthenticationProvider.OnAuthenticationSucceded += AuthenticationProvider_OnAuthenticationSucceded; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_7 = __this->get_hub_6(); NullCheck(L_7); RuntimeObject* L_8; L_8 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(L_7, /*hidden argument*/NULL); OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * L_9 = (OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 *)il2cpp_codegen_object_new(OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6_il2cpp_TypeInfo_var); OnAuthenticationSuccededDelegate__ctor_mF77572FF894482EA3486FDC7159674B04CF495B1(L_9, __this, (intptr_t)((intptr_t)HubWithPreAuthorizationSample_AuthenticationProvider_OnAuthenticationSucceded_m07C2B00EE920DBC46F0080485DF125408CA0EA8E_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_8); InterfaceActionInvoker1< OnAuthenticationSuccededDelegate_t4A0D37A6F6C39CFFD0F4344574FF26A7ECCF16C6 * >::Invoke(1 /* System.Void BestHTTP.SignalRCore.IAuthenticationProvider::add_OnAuthenticationSucceded(BestHTTP.SignalRCore.OnAuthenticationSuccededDelegate) */, IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var, L_8, L_9); // hub.AuthenticationProvider.OnAuthenticationFailed += AuthenticationProvider_OnAuthenticationFailed; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_10 = __this->get_hub_6(); NullCheck(L_10); RuntimeObject* L_11; L_11 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(L_10, /*hidden argument*/NULL); OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * L_12 = (OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 *)il2cpp_codegen_object_new(OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2_il2cpp_TypeInfo_var); OnAuthenticationFailedDelegate__ctor_mAD24BCF6185A8E4884DC9838552A5D4DF42F9F06(L_12, __this, (intptr_t)((intptr_t)HubWithPreAuthorizationSample_AuthenticationProvider_OnAuthenticationFailed_mBF3EE20103D0146E1A05288AD658B0ED3E3BD6FA_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_11); InterfaceActionInvoker1< OnAuthenticationFailedDelegate_t8205CCAE5598322322650BD0B413DFAE94C50EF2 * >::Invoke(3 /* System.Void BestHTTP.SignalRCore.IAuthenticationProvider::add_OnAuthenticationFailed(BestHTTP.SignalRCore.OnAuthenticationFailedDelegate) */, IAuthenticationProvider_tAB49D31BB438477347C36AD760F5FA8DE89609D6_il2cpp_TypeInfo_var, L_11, L_12); // hub.OnConnected += Hub_OnConnected; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_13 = __this->get_hub_6(); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_14 = (Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)il2cpp_codegen_object_new(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var); Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0(L_14, __this, (intptr_t)((intptr_t)HubWithPreAuthorizationSample_Hub_OnConnected_m8C648156748DB3B306236F56BC32F6994A71DC06_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0_RuntimeMethod_var); NullCheck(L_13); HubConnection_add_OnConnected_mE646C6A573754170FCA796FB416B927A6613D1AC(L_13, L_14, /*hidden argument*/NULL); // hub.OnError += Hub_OnError; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_15 = __this->get_hub_6(); Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 * L_16 = (Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9 *)il2cpp_codegen_object_new(Action_2_tC16C2F6D18D21990D877F6B714883A40585C28C9_il2cpp_TypeInfo_var); Action_2__ctor_m2AA53EB59C74F789510F81501EA61954ED2D4988(L_16, __this, (intptr_t)((intptr_t)HubWithPreAuthorizationSample_Hub_OnError_mD88A1F1897BEDFBBCA12349A0FB36CDD273C88A9_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m2AA53EB59C74F789510F81501EA61954ED2D4988_RuntimeMethod_var); NullCheck(L_15); HubConnection_add_OnError_mC6C99540F9E510A3D99131591CE2B3BBC6805936(L_15, L_16, /*hidden argument*/NULL); // hub.OnClosed += Hub_OnClosed; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_17 = __this->get_hub_6(); Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 * L_18 = (Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39 *)il2cpp_codegen_object_new(Action_1_t792440BC2358C441BC16C0CD54E5534F61AF2E39_il2cpp_TypeInfo_var); Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0(L_18, __this, (intptr_t)((intptr_t)HubWithPreAuthorizationSample_Hub_OnClosed_mA2DE55E5C5530B54E73A3A22C28CC7D252E62591_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m8B758043E830F7201F03F524B7042954D464F5F0_RuntimeMethod_var); NullCheck(L_17); HubConnection_add_OnClosed_mA579126F6DBE400FE478E11A42BF0B8C5774A3FA(L_17, L_18, /*hidden argument*/NULL); // hub.OnMessage += Hub_OnMessage; HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_19 = __this->get_hub_6(); Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 * L_20 = (Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250 *)il2cpp_codegen_object_new(Func_3_tCA813BC300893DEAD302DA936E723B3EC4CAE250_il2cpp_TypeInfo_var); Func_3__ctor_m85B18B3955CFC54FC628B64D661B48FD6AD54B64(L_20, __this, (intptr_t)((intptr_t)HubWithPreAuthorizationSample_Hub_OnMessage_m145A2D3A39017EB3F551A5F0A7707AB0A7232097_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_m85B18B3955CFC54FC628B64D661B48FD6AD54B64_RuntimeMethod_var); NullCheck(L_19); HubConnection_add_OnMessage_mD6937915D96F1E105916E9320163856AEE0CD810(L_19, L_20, /*hidden argument*/NULL); // hub.StartConnect(); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_21 = __this->get_hub_6(); NullCheck(L_21); HubConnection_StartConnect_m19A1847CC52217F06FC24880711E3A3F4E5BEC14(L_21, /*hidden argument*/NULL); // uiText = "StartConnect called\n"; __this->set_uiText_8(_stringLiteral31994A27BE70656F269572781826620C095C803E); // } return; } } // System.Void BestHTTP.Examples.HubWithPreAuthorizationSample::AuthenticationProvider_OnAuthenticationSucceded(BestHTTP.SignalRCore.IAuthenticationProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithPreAuthorizationSample_AuthenticationProvider_OnAuthenticationSucceded_m07C2B00EE920DBC46F0080485DF125408CA0EA8E (HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E * __this, RuntimeObject* ___provider0, 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*)&PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2C664062B08C45A72062A12F594875899D49C17); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // string str = string.Format("Pre-Authentication Succeded! Token: '{0}' \n", (hub.AuthenticationProvider as PreAuthAccessTokenAuthenticator).Token); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_0 = __this->get_hub_6(); NullCheck(L_0); RuntimeObject* L_1; L_1 = HubConnection_get_AuthenticationProvider_m34D414F91E300F930B3D208D1A1566C03B6FD39D_inline(L_0, /*hidden argument*/NULL); NullCheck(((PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48 *)IsInstSealed((RuntimeObject*)L_1, PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = PreAuthAccessTokenAuthenticator_get_Token_m593EEA83F81F987836D8600472151F5C453788BB_inline(((PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48 *)IsInstSealed((RuntimeObject*)L_1, PreAuthAccessTokenAuthenticator_t792546B2E37C7DF27B00A9AAEC0012B8108A7D48_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_3; L_3 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralF2C664062B08C45A72062A12F594875899D49C17, L_2, /*hidden argument*/NULL); V_0 = L_3; // Debug.Log(str); String_t* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_4, /*hidden argument*/NULL); // uiText += str; String_t* L_5 = __this->get_uiText_8(); String_t* L_6 = V_0; String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_5, L_6, /*hidden argument*/NULL); __this->set_uiText_8(L_7); // } return; } } // System.Void BestHTTP.Examples.HubWithPreAuthorizationSample::AuthenticationProvider_OnAuthenticationFailed(BestHTTP.SignalRCore.IAuthenticationProvider,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithPreAuthorizationSample_AuthenticationProvider_OnAuthenticationFailed_mBF3EE20103D0146E1A05288AD658B0ED3E3BD6FA (HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E * __this, RuntimeObject* ___provider0, String_t* ___reason1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB99D106942CBA89B19E426C04C3093EC27CEAEC); s_Il2CppMethodInitialized = true; } { // uiText += string.Format("Authentication Failed! Reason: '{0}'\n", reason); String_t* L_0 = __this->get_uiText_8(); String_t* L_1 = ___reason1; String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralBB99D106942CBA89B19E426C04C3093EC27CEAEC, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_2, /*hidden argument*/NULL); __this->set_uiText_8(L_3); // } return; } } // System.Void BestHTTP.Examples.HubWithPreAuthorizationSample::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithPreAuthorizationSample_OnDestroy_mE3195D8EA3588C98AE0B0CA276A2F4DAE09FE15D (HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E * __this, const RuntimeMethod* method) { { // if (hub != null) HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_0 = __this->get_hub_6(); if (!L_0) { goto IL_0013; } } { // hub.StartClose(); HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * L_1 = __this->get_hub_6(); NullCheck(L_1); HubConnection_StartClose_m240A8EC4903217BAE6093B546165CD8F43993682(L_1, /*hidden argument*/NULL); } IL_0013: { // } return; } } // System.Void BestHTTP.Examples.HubWithPreAuthorizationSample::OnGUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithPreAuthorizationSample_OnGUI_m9B7451042E833029A53E56B11E910EEBCFE8C27B (HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E * __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*)&HubWithPreAuthorizationSample_U3COnGUIU3Eb__9_0_m004216042AF9696EE2892FDB80F3032795DFF368_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)HubWithPreAuthorizationSample_U3COnGUIU3Eb__9_0_m004216042AF9696EE2892FDB80F3032795DFF368_RuntimeMethod_var), /*hidden argument*/NULL); GUIHelper_DrawArea_mE1680D37CB32E1AABE105064282386245DC3872D(L_0, (bool)1, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.Examples.HubWithPreAuthorizationSample::Hub_OnConnected(BestHTTP.SignalRCore.HubConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithPreAuthorizationSample_Hub_OnConnected_m8C648156748DB3B306236F56BC32F6994A71DC06 (HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___hub0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1__ctor_m6B9EAC2B1193D4A4C39E36EB208FD725C71EC59A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubConnection_Invoke_TisString_t_mE228D641918394DFF41A33891449B8FB4FFD19B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HubWithPreAuthorizationSample_U3CHub_OnConnectedU3Eb__10_0_m5C98A3D648E7BF7D8CE1EF86E9765619AFBD7CA7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFuture_1_tE82C9020DAF227C79935028B9F9AB87CBC5ECAE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3177C3549DF7103EBF6FAD9F320123D3A8D97BE7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99C3A04EB067FA4EAE169E6D8931C29E6C23B6E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB82244460F050E4F7E423A7000AE2646F10EF257); s_Il2CppMethodInitialized = true; } { // uiText += "Hub Connected\n"; String_t* L_0 = __this->get_uiText_8(); String_t* L_1; L_1 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, _stringLiteral99C3A04EB067FA4EAE169E6D8931C29E6C23B6E8, /*hidden argument*/NULL); __this->set_uiText_8(L_1); // hub.Invoke("Echo", "Message from the client") // .OnSuccess(ret => uiText += string.Format(" 'Echo' returned: '{0}'\n", ret)); 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, _stringLiteral3177C3549DF7103EBF6FAD9F320123D3A8D97BE7); (L_4)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3177C3549DF7103EBF6FAD9F320123D3A8D97BE7); NullCheck(L_2); RuntimeObject* L_5; L_5 = HubConnection_Invoke_TisString_t_mE228D641918394DFF41A33891449B8FB4FFD19B5(L_2, _stringLiteralB82244460F050E4F7E423A7000AE2646F10EF257, L_4, /*hidden argument*/HubConnection_Invoke_TisString_t_mE228D641918394DFF41A33891449B8FB4FFD19B5_RuntimeMethod_var); FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96 * L_6 = (FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96 *)il2cpp_codegen_object_new(FutureValueCallback_1_t2A4DEC038A7FB794E7F2C953099D0D3771D1DC96_il2cpp_TypeInfo_var); FutureValueCallback_1__ctor_m6B9EAC2B1193D4A4C39E36EB208FD725C71EC59A(L_6, __this, (intptr_t)((intptr_t)HubWithPreAuthorizationSample_U3CHub_OnConnectedU3Eb__10_0_m5C98A3D648E7BF7D8CE1EF86E9765619AFBD7CA7_RuntimeMethod_var), /*hidden argument*/FutureValueCallback_1__ctor_m6B9EAC2B1193D4A4C39E36EB208FD725C71EC59A_RuntimeMethod_var); NullCheck(L_5); RuntimeObject* L_7; L_7 = 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_5, L_6); // } return; } } // System.Boolean BestHTTP.Examples.HubWithPreAuthorizationSample::Hub_OnMessage(BestHTTP.SignalRCore.HubConnection,BestHTTP.SignalRCore.Messages.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HubWithPreAuthorizationSample_Hub_OnMessage_m145A2D3A39017EB3F551A5F0A7707AB0A7232097 (HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E * __this, HubConnection_tD0CD7A840685CA3DCC65913C32524F0C81F6C8D6 * ___hub0, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___message1, const RuntimeMethod* method) { { // return true; return (bool)1; } } // System.Void BestHTTP.Examples.HubWithPreAuthorizationSample::Hub_OnClosed(BestHTTP.SignalRCore.HubConnection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithPreAuthorizationSample_Hub_OnClosed_mA2DE55E5C5530B54E73A3A22C28CC7D252E62591 (HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E * __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_8(); String_t* L_1; L_1 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, _stringLiteral61D1EF19DEEDF543C967F4B10734ACFF737D0FE4, /*hidden argument*/NULL); __this->set_uiText_8(L_1); // } return; } } // System.Void BestHTTP.Examples.HubWithPreAuthorizationSample::Hub_OnError(BestHTTP.SignalRCore.HubConnection,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithPreAuthorizationSample_Hub_OnError_mD88A1F1897BEDFBBCA12349A0FB36CDD273C88A9 (HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E * __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_8(); 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_8(L_2); // } return; } } // System.Void BestHTTP.Examples.HubWithPreAuthorizationSample::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithPreAuthorizationSample__ctor_mB340A33A898D1D4022C6DBFE2DD6E844B9E18D29 (HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E * __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*)&_stringLiteral4B9EA1F270BF9EE6BCF2EFE20495E4564CFEE369); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DB56CFD558B13D95B19D64BDAE0AAD5F3AECBCB); s_Il2CppMethodInitialized = true; } { // readonly Uri URI = new Uri(GUIHelper.BaseURL + "/HubWithAuthorization"); 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, _stringLiteral7DB56CFD558B13D95B19D64BDAE0AAD5F3AECBCB, /*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); // readonly Uri AuthURI = new Uri(GUIHelper.BaseURL + "/generateJwtToken"); String_t* L_3 = ((GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_StaticFields*)il2cpp_codegen_static_fields_for(GUIHelper_t2BF60F03A2A8EEA467A93FE5910AE1C5F1217F7F_il2cpp_TypeInfo_var))->get_BaseURL_0(); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, _stringLiteral4B9EA1F270BF9EE6BCF2EFE20495E4564CFEE369, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_5, L_4, /*hidden argument*/NULL); __this->set_AuthURI_5(L_5); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Examples.HubWithPreAuthorizationSample::b__9_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithPreAuthorizationSample_U3COnGUIU3Eb__9_0_m004216042AF9696EE2892FDB80F3032795DFF368 (HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E * __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_7(); 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_7(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_8(); 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.HubWithPreAuthorizationSample::b__10_0(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HubWithPreAuthorizationSample_U3CHub_OnConnectedU3Eb__10_0_m5C98A3D648E7BF7D8CE1EF86E9765619AFBD7CA7 (HubWithPreAuthorizationSample_t10B11C0F72F91447EC962C749184609672D5EA8E * __this, String_t* ___ret0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2AF2E6452A86E58A925C46142C32628989CA39F); s_Il2CppMethodInitialized = true; } { // .OnSuccess(ret => uiText += string.Format(" 'Echo' returned: '{0}'\n", ret)); String_t* L_0 = __this->get_uiText_8(); String_t* L_1 = ___ret0; String_t* L_2; L_2 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralB2AF2E6452A86E58A925C46142C32628989CA39F, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_0, L_2, /*hidden argument*/NULL); __this->set_uiText_8(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 // System.Void HuntGameSelectLevelView::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HuntGameSelectLevelView_Awake_m2B90CBF32D52218528FD06111CE462956B7DF5BC (HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * G_B2_0 = NULL; SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * G_B1_0 = NULL; { // SimulateMouseController.ins?.AddOpenLocker(this); SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * L_0 = ((SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_StaticFields*)il2cpp_codegen_static_fields_for(SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5_il2cpp_TypeInfo_var))->get_ins_0(); SimulateMouseController_tA70BEF03B40F921CF76BC22EDFB7F57083FD43F5 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000a; } } { return; } IL_000a: { NullCheck(G_B2_0); SimulateMouseController_AddOpenLocker_m0219CD347F275757F4F193538575211E43D299AF(G_B2_0, __this, /*hidden argument*/NULL); // } return; } } // System.Void HuntGameSelectLevelView::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HuntGameSelectLevelView_Start_mCE855FF1B189718347525C93AE829EFCB322DEB8 (HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_m21DA40E832F71BAF2120D1B690693EA7DA90DEC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass1_0_U3CStartU3Eb__0_m4FA3E3F22BAF820AF599EE578ACBF4A3FFE7B24F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5ADECB2584E579C4159C8EE883B183571FC917C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6788FE3D0708AE647B4E720336F0FE98F18F4F55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB224A2EFE789603DFDDB79BA6CD8E1B7A89B708B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEB082728C8A77C85B9C5AF27DC44F2C41BD7791); s_Il2CppMethodInitialized = true; } Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604 * V_3 = NULL; bool V_4 = false; { // GameMgr.ins.addLockerForGamePause(this); IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_0 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_0); GameMgr_addLockerForGamePause_mA28C896BE432F85A06D84B887C04ED7AAFBF5AF3(L_0, __this, /*hidden argument*/NULL); // Sprite avatarSprite = RoleMgr.GetAvatar(LoginMgr.myUserInfo.avatarID); IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_1 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_1); int32_t L_2 = L_1->get_avatarID_1(); IL2CPP_RUNTIME_CLASS_INIT(RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_3; L_3 = RoleMgr_GetAvatar_m00BD9EB1217DB54B7B324F9A78DEB486E9070B0F(L_2, /*hidden argument*/NULL); V_0 = L_3; // int myPassLevel = LoginMgr.myUserInfo.GetChallengeLevelPass(GameMgr.gameType); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_4 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); int32_t L_5 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_gameType_5(); NullCheck(L_4); int32_t L_6; L_6 = UserInfo_GetChallengeLevelPass_m0CB154EC9E8B0C4AC3B46ACDDD3D03E2C192E56A(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; // for (int level = 1; level <= 5; level++) V_2 = 1; goto IL_0101; } IL_0032: { U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604 * L_7 = (U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass1_0__ctor_mDB0B8A5DD1F73D78871D4592A6EBFD569A898993(L_7, /*hidden argument*/NULL); V_3 = L_7; U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604 * L_8 = V_3; NullCheck(L_8); L_8->set_U3CU3E4__this_1(__this); // Transform levelTF = this.transform.Find("Level" + level); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); String_t* L_10; L_10 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_2), /*hidden argument*/NULL); String_t* L_11; L_11 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralB224A2EFE789603DFDDB79BA6CD8E1B7A89B708B, L_10, /*hidden argument*/NULL); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_9, L_11, /*hidden argument*/NULL); // int levelRecord = level; U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604 * L_13 = V_3; int32_t L_14 = V_2; NullCheck(L_13); L_13->set_levelRecord_0(L_14); // bool isLock = levelRecord > myPassLevel + 1; U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604 * L_15 = V_3; NullCheck(L_15); int32_t L_16 = L_15->get_levelRecord_0(); int32_t L_17 = V_1; V_4 = (bool)((((int32_t)L_16) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))))? 1 : 0); // Button button = levelTF.gameObject.AddComponent